@charset "UTF-8";


/* ------------------------------------------------------------ */
/* contents */
/* ------------------------------------------------------------ */
#contents .contents_inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 40px;
    word-break: break-word;
}
#contents .contents_inner h2 {
    margin: 60px auto 40px;
    background-image: none;
    font-size: 28px;
    width: 100%;
}
.movie_box {
    display: flex;
    margin-bottom: 40px;
    word-break: break-word;
}
.movie_box:last-child {
    margin-bottom: 20px;
}
.movie_box_l,
.movie_box_l iframe {
    width: 540px;
}
.movie_box_l iframe {
    height: 305px;
}
.movie_box_r {
    margin-left: 40px;
}
.movie_box_r .new_icon {
    background: #0D5197;
    display: inline-block;
    color: #fff;
    padding: 2px 7px;
    margin-bottom: 30px;
}
.movie_box_r .movie_ttl {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}

/* ------------------------------------------------------------ */
/* Responsive */
/* ------------------------------------------------------------ */
@media screen and (max-width: 1100px){
    #contents .contents_inner {
        width: 90%;
        margin: 0 auto;
    }
    .movie_box {
        display: block;
    }
    .movie_box_r {
        margin-left: 0px;
        margin-top: 30px;
    }
    .movie_box_l,
    .movie_box_l iframe {
        width: 100%;
    }
    .movie_box_l iframe {
        height: auto;
        min-height: 300px;
    }
}

@media screen and (max-width: 640px){
    #contents .contents_inner h2 {
        font-size: 120%;
        margin: 20px 0;
    }
    .movie_box_l iframe {
        min-height: 200px;
    }
    .movie_box_r {
        margin-top: 10px;
    }
    .movie_box_r .movie_ttl {
        font-size: 120%;
        margin-bottom: 15px;
    }
    .movie_box_r .new_icon {
        margin-bottom: 15px;
    }
    .movie_box:last-child {
        margin-bottom: 0px;
    }
}
