@charset "utf-8";

/* 配置用 */
div.layout { display:flex; justify-content:flex-start; align-items:flex-start; }
div.main_box { width:960px; margin: 0 auto;}


.green{
    color: #5b9737 ;
}

section{
    margin: 10px 0 60px;
}

.point{
    margin: 10px 0;
    padding-bottom: 10px;
    border-bottom: dotted 1px grey;
}

div.movie_list { display:flex; justify-content:flex-start; flex-wrap:wrap; align-items:stretch; }
div.movie_box { padding:0 10px; margin:0 0 10px 0; width:50%; }
div.movie_box h1 { margin:5px 0 10px 0; text-indent:calc( -1rem - 10px ); padding-left:calc( 1rem + 5px ); }
div.movie_box h1::before { content:'●'; color:#5f993c; margin:0 5px 0 0; }
div.movie_frame iframe { aspect-ratio:16/9; height:100%; width:100%;; }
