.movie_contents_top {
    width: 1400px;
    margin: 0 auto;
    background-color: #ffffff;
    padding-bottom:100px;
    letter-spacing: 0.1em;

}
/* サブタイトル */
.movie_contents_top .sub_title{
    text-align: center;
    width:100%;
    padding:100px 0;

}
.movie_contents_top .sub_title h3{
    font-size:20px;
    padding-bottom:90px;
}
.movie_contents_top .sub_title p{
    font-size:16px;
    text-align: left;
}

/* コンテンツ一覧 */
.movie_contents_top .contents_part{
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.movie_contents_top .contents_part .contents_block{
    width:600px;
    display: flex;
    flex-direction: column;
    padding-bottom:80px;
}
.movie_contents_top .contents_part .contents_block h3{
    font-size:20px;
    padding:40px 0 20px 0 ;
}
.movie_contents_top .contents_part .contents_block p{
    font-size:16px;
    padding-bottom:20px;
}
.movie_contents_top .contents_part .contents_block div{
    text-align: right;
}
.movie_contents_top .movie_img{
    max-width:650px;
    height:100%;
    max-height:400px;
}
.none_movie{
    padding:1em;
    color:red;
    font-size:16px;
}
/* 詳細ページ */
.movie_contents_top .contents_details {
    display:flex;
    justify-content: space-between;
}
.movie_contents_top .contents_details .detail_part1{
    width:50%;
}
.movie_contents_top .contents_details .detail_part1 img{
    max-width:650px;
    max-height:400px;
    width:100%;
}
.movie_contents_top .contents_details .detail_part2{
    display: flex;
    flex-direction: column;
    width:50%;
}
.movie_contents_top .contents_details .detail_part2 p{
    padding-bottom:80px;
    font-size:16px;
    text-align: left;
}

.movie_contents_top .contents_details .detail_part2 ul{
    padding-bottom:40px;
}
@media screen and (max-width:1450px) {
    .movie_contents_top {
        width :900px;
    }
    .movie_contents_top .contents_part .contents_block{
        width:400px;
    }
    .movie_contents_top .contents_details .detail_part1{
        padding-right:20px;
        box-sizing: border-box;
    }
    .movie_contents_top .movie_img{
        max-width:400px;
        max-height:270px;
    }
}
@media screen and (max-width:920px) {
    /* 一覧ページ */
    .movie_contents_top {
        width :100%;
        padding-right:20px;
        padding-left:20px;
    }
    .movie_contents_top .sub_title{
        padding:60px 0;
    }
    .movie_contents_top .sub_title h3{
        padding-bottom:60px;
        font-size:15px;
    }
    .movie_contents_top .sub_title p{
        font-size:13px;
    }
    .movie_contents_top .contents_part{
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .movie_contents_top .contents_part .contents_block p{
        font-size:13px;
    }
    .movie_contents_top .contents_part .contents_block div {
        text-align: center;
    }
    /* 詳細ページ */
    .movie_contents_top .contents_details {
        flex-direction: column; 
        align-items: center;
        width: 650px;
        margin: 0 auto;
        padding-bottom:100px;
    }
    .movie_contents_top .contents_details .detail_part1{
        padding:0 0 40px 0;
        width:100%;
    }
    .movie_contents_top .contents_details .detail_part2{
        width:100%;
    }
    .movie_contents_top .contents_details .detail_part2 p{
        font-size:13px;
        padding-bottom:30px;
    }
    .movie_contents_top .contents_details .detail_part2{
        text-align: center;
    }
    .movie_contents_top .contents_details .detail_part2 ul{
        text-align: left;
    }
}
@media screen and (max-width:720px) {
 
    .movie_contents_top .contents_details{
        width:100%;   
    }
    .movie_contents_top .contents_details .detail_part1{
        display: flex;
    }
}
@media screen and (max-width:420px) {
    .movie_contents_top .contents_part .contents_block{
        width:100%;
    }
    .movie_contents_top .contents_part .contents_block{
        width:100%;
    }
    /* .movie_contents_top .movie_img{
        max-height:200px;
    } */
}

/* 公開側動画ログインで利用　*/
.table-movie {
    margin: 3px auto;
}
.required {
    color: red;
}
/* 公開側動画一覧で利用　*/
.movie-table td {
    vertical-align: middle;
}




.movie_page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#59524b;background-color:#fff;border:1px solid #59524b}
.movie_page-link:hover{z-index:2;color:#ffffff;text-decoration:none;background-color:#59524b;border-color:#59524b}
.movie_page-link:focus{z-index:2;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}
.movie_page-link:not(:disabled):not(.disabled){cursor:pointer}
.movie_page-item:first-child .movie_page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}
.movie_page-item:last-child .movie_page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}
.movie_page-item.active .movie_page-link{z-index:1;color:#fff;background-color:#59524b;border-color:#59524b}
.movie_page-item.disabled .movie_page-link{color:#59524b;pointer-events:none;cursor:auto;background-color:#fff;border-color:#59524b}
.movie_pagination-lg .movie_page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}
.movie_pagination-lg .movie_page-item:first-child .movie_page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}
.movie_pagination-lg .movie_page-item:last-child .movie_page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}
.movie_pagination-sm .movie_page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}
.movie_pagination-sm .movie_page-item:first-child .movie_page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}
.movie_pagination-sm .movie_page-item:last-child .movie_page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}
.movie_pagination .movie_page-item {
   margin: auto !important;
}



.btn-ssm {
  padding: 0.25rem 0.5rem !important;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem !important;
}