@charset "UTF-8";
.waku{
max-width: 640px;
max-height: 360px;
}
.youtube {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.youtube iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.column__01 h3,.column__02 h3,.column__03 h3 {
font-size: 18px;
font-weight: 900;
margin: 15px 0;
color: #585858;
line-height: 1.6;
}
.column__02 div {
border:1px solid red;
width: 50%; }

/*211118フリーページテンプレ調整*/
.card__special > h2.title{
    font-size: 1.5em;
    font-weight: bold;
text-indent: -1.5em;
padding-left: 1.7em;
}
.card__special > h2.title > span.rank {
    font-size: 0.8em;
    padding: 5px;
    background: #929292;
color: white;
margin-right: 7px;
line-height: 2em;
}
/*画像切り替え20220210*/
.view_pc{display: none;}
.view_sp{display: block;}

@media screen and (min-width: 600px) {
/*画像切り替え20220210*/
.view_pc{display: block;}
.view_sp{display: none;}
    
.special__wrap div.section:last-child {
    margin-bottom: 200px;
}
.card__special > h2.title{
    font-size: 2em;
}


}