@charset "UTF-8";

/* 動画調整(2026/04/23) */
#movie + section .iframe2 {
    display : -webkit-box;
    display : -webkit-flex;
    display : -ms-flexbox;
    display : flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#movie + section .iframe2>.movie_block {
    width: 49%;
    aspect-ratio: 16 / 9;
    padding: 0;
    margin: 0 auto;
}
#movie + section .iframe2>.movie_block iframe {
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 768px) {
    #movie + section .iframe2 {
        flex-direction: column;
    }
   #movie + section .iframe2>.movie_block {
        width: 100%;
    }
    #movie + section .iframe2>.movie_block:nth-child(1) {
        margin-bottom:30px;
    }
}