
@charset "UTF-8";

.youtube_block{
padding-top:0!important;
margin-bottom:10px;
}
.youtube_block iframe{
position:relative;
}

/*PC動画設定*/
@media screen and (min-width:641px){
.youtube_block iframe{
width:30%!important;
height:calc(0.30 * 56.25vw)!important;
margin-right:3%;
}
}