section{
    position:static;
}

.contents_title {
    color: #b7d332;
    font-family: 'Lato', sans-serif;
    font-size: 5.0rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    margin: 80px 0;
}

.contents_title > span {
    display: block;
    color: #000;
    font-size: 1.6rem;
    font-weight: 400;
    margin-top: 15px;
}

.movie_index {
	padding: 0 80px;
}
.movie_index ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.movie_index li {
	width: 330px;
	margin-bottom: 20px;
    border:2px solid #EEE;
}
.movie_index .movie_subtitle{
    margin:15px 15px 0;
    font-size:1em;
    font-weight:700;
    color: #e04804;
}
.movie_index .movie_maintitle {
    min-height:76.5px;
	/*min-height: auto;*/
	color: #333;
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1.5;
    letter-spacing: 0.05em;
	margin: 10px 13px;
}
.movie_index .movie_organizer {
    margin: 0px 15px 0px;
    text-align:right;
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 2.2;
}
.movie_index .link_button {
    text-align: center;
    box-sizing: initial !important;
    width:70% !important;
    margin:20px auto;
	padding: 20px 20px !important;
	background: #b7d332;
    border:none;
	border-bottom: 3px solid #889d27 !important;
	border-radius: 3px !important;
	font-size: 1.6rem;
    font-weight:700;
	line-height: 1;
	letter-spacing: 0.05em;
    color:#fff;
}
.movie_index .link_button span{
    position: static;
    border:none !important;
    border-radius:0 !important;
    padding:0 !important;
    font-size: 1.6rem !important;
    letter-spacing: 0 !important;
}
.movie_index .link_button::before {
	content: ">" !important;
	position: absolute !important;
	top: 0 !important;
	bottom: 0 !important;
	right: 63px !important;
	width: 8px !important;
	height: 14px !important;
	margin: auto !important;
	/*background: url(../img/common/ico_arrow.png) no-repeat center / 100% auto;*/
}

.movie_link_btn{
    text-align: center;
    box-sizing: initial !important;
    width:70% !important;
    margin:20px auto;
	padding: 20px 20px !important;
	background: #b7d332;
    border:none;
	border-bottom: 3px solid #889d27 !important;
	border-radius: 3px !important;
	font-size: 1.6rem;
    font-weight:700;
	line-height: 1;
	letter-spacing: 0.05em;
    color:#fff;
}

.movie_link_btn span{
    position: static;
    border:none !important;
    border-radius:0 !important;
    padding:0 !important;
    font-size: 1.6rem !important;
    letter-spacing: 0 !important;
}

.movie_link_btn::before {
	content: ">" !important;
	position: absolute !important;
	top: 0 !important;
	bottom: 0 !important;
	right: 63px !important;
	width: 8px !important;
	height: 14px !important;
	margin: auto !important;
}

.movie_detail_top{
    padding:50px 0 0;
}

.movie_detail {
	margin: 80px auto 0px;
	/*padding: 0 130px;*/
    max-width:1000px;
}
.movie_detail .movie_name {
	color: #b7d332;
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 60px;
}

.movie_column {
    margin:40px auto 20px;
    /*
	display: flex;
	flex-wrap: wrap;
    */
}
.movie_img {
	width: 100%;
	margin:0 auto;
}
.movie_info {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 2.2;
}

.movie_topentry{
	display: flex;
	flex-wrap: wrap;
    margin:40px auto 40px;
}

.movie_detail .movie_maintitle{
    width:60%;
    margin: 2px auto 0;
    color: #333;
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1.5;
    letter-spacing: 0.05em;
}

.movie_detail .link_button {
    width:30%;
    margin:0px auto;
	padding: 20px 20px;
    text-align: center;
	background: #b7d332;
	border-bottom: 3px solid #889d27;
	border-radius: 3px;
	font-size: 1.6rem;
    font-weight:700;
	line-height: 1;
	letter-spacing: 0.05em;
    color:#fff;
}
.movie_detail .link_button::before {
	content: ">";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 63px;
	width: 8px;
	height: 14px;
	margin: auto;
	/*background: url(../img/common/ico_arrow.png) no-repeat center / 100% auto;*/
}

.movie_bg{
    margin:2em auto;
    padding:3em 0 3.5em;
    background:#f2f2f2;
}

.movie_bg .movie_detail {
	margin: 0 auto 0;
	padding: 0 0;
}

.movie_bg .movie_desctitle{
    width: 90%;
    font-size:1.5em;
    font-weight:700;
    margin:0 auto 8px;
    color:#889d27;
}

.movie_bg .movie_description{
    width: 83%;
    margin:0em auto 0;
    padding:2em 2em;
    background:#fff;
    font-size:14px;
    line-height:1.8;
}

.movie_bg .movie_description:nth-child(even){
    margin-bottom:2em;
}

.movie_bg .movie_organizer{
    width: 83%;
    margin:0em auto 0;
    padding:2em 2em;
    background:#fff;
    font-size:1em;
    line-height:1.5;   
}

#form_step{
    width: 1000px;
    margin:0 auto;
}

#form_step h3{
    width:80%;
    margin:1em auto;
    font-size: 1.5em;
    font-weight: 700;
    color: #889d27;
    text-align:center;
}

#form_step ul{
    width: 80%;
    margin:0 auto;
    display:flex;
    align-items: center;
    justify-content: space-between;
}

#form_step ul li{
    width:180px;
    background:#889d271f;
    border:1px solid #f2f2f2;
    border-radius:10px;
    height: 220px;
    padding:15px;
}

#form_step ul li .step_bg{
    width:45px;
    margin:10px auto 10px;
    background:#889d27;
    border:1px solid #889d27;
    border-radius:100%;
}

#form_step ul li .step_num{
    text-align:center;
    font-size:1.5em;
    font-weight:bold;
    color:#fff;
}

#form_step ul li .step_title{
    margin:1em auto;
    text-align:center;
    font-size:18px;
    font-weight:bold;
}

#form_step ul li .step_text{
    text-align:center;
}

.form_line{
    max-width:800px;
    margin:4em auto 0;
    border:1px solid #f2f2f2;
}

.form_inner {
    max-width: 1260px;
    margin: 4em auto ;
}

#movie_form .movie_name{
    width:800px;
    margin:0 auto 2em;
    font-weight:bold;
    font-size:2em;
    color:#889d27;
    text-align:center;
}

#movie_form .movie_form{
    width: 800px;
    margin: 0 auto;
}

.form_title{
    font-size:1.5em;
    font-weight:700;
    color:#333;
}

#movie_form .wpcf7-form{
    width: 80%;
    margin: 0 auto;
}

#movie_form .wpcf7-form p{
    margin-bottom:2em;
}

#movie_form .wpcf7-form p:last-of-type{
    margin-bottom:0 !important;
}

#movie_form .wpcf7-form .title{
    font-size:1.1em;
    letter-spacing:0.1em;
    font-weight:bold;
}

#movie_form .wpcf7-form .title::before{
    content:'必須';
    background:#b7d332;
    border:1px solid #b7d332;
    border-radius:4px;
    color:#fff;
    width:50px;
    padding: 1px 4px 3px 4px;
    font-size:12px;
    margin-right:10px;
}

#movie_form .wpcf7-form-control{
    width:98%;
    margin:10px auto 0;
    padding:1px 2px;
}

#movie_form .wpcf7-select,.wpcf7-text{
    height:30px;
}

#movie_form .wpcf7-previous{
    display: block;
    width: 80%;
    margin: 4em auto -4em;
    height: 50px;
    background: #eeeeee;
    border: none;
    border-radius: 200px;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    font-family: 'Noto Sans JP', '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
}

#movie_form .wpcf7-submit{
    display: block;
    width:80%;
    margin:4em auto 0;
    height:50px;
    background: #b7d332;
    border-right: 1px solid #889d27;
    border-bottom: 3px solid #889d27;
    border-radius: 200px;
    color:#fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    font-family: 'Noto Sans JP', '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
}
#movie_form .wpcf7-spinner{
    display:block;
    margin:1em auto 0;
}

#movie_form input,select{
    border:1px solid #cccdd2;
}

.form_attention{
    width:100%;
    margin:0 auto;
    text-align:center;
    font-size:0.8em;
}

.text_link{
    color:blue;
}

.other_movie{
    background: #fff;
    max-width: 1260px;
    margin: 0 auto 0;
    box-sizing: border-box;
}

.form_thanks{
    width:80%;
    margin:0 auto;
    font-size:16px;
    text-align:center;
}

.form_thanks span{
    font-size:12px;
    text-align:center;
}

.back_btn{
    display: block;
    position: relative;
    width: 460px;
    margin: 85px auto 0;
    /*
    background: #fff;
    border: 3px solid #b7d332;
    border-radius: 3px;
    */
    border: none;
    padding: 24px 30px;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: center;
}

@media only screen and (max-width:599px) {
    .contents_title .seminar_sub{
        display: block;
        width: 63%;
        margin: 1em auto 0;
        text-align: center;
        line-height: 1.7em;
    }
    .movie_index{
        padding:0;
        margin:0 auto;
    }
    .movie_index ul{
        width: 100%;
        margin: 0 auto;
    }
    .movie_index li {
        width: 88%;
        margin:0 auto 2em;
    }
    .movie_detail{
        margin: 1em auto 0px;
        width:90%;
    }
    
    .movie_detail .movie_name{       
        margin-bottom:1em;
        font-size:1.7rem;
    }
    
    .movie_detail .movie_maintitle{
        width: 100%;
        margin:0 auto 1em;
    }
    
    .movie_detail .link_button{
        width: 80%;
    }
    
    #form_step{
        width:100%;
    }
    
    #form_step ul{
        width: 100%;
        max-width: calc(100% - 44px);
        margin: 0px 0px 0px 24px;
        justify-content: flex-start;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }
    
    #form_step ul li{
        margin:0 1.5em 0 auto;
        flex-shrink: 0;
    }
    
    .form_line{
        width:80%;
    }
    
    .form_inner{
        width:100%;
    }
    
    #movie_form .movie_name{
        width:100%;
    }
    
    #movie_form .movie_form{
        width:100%;
    }
    
    .form_attention{
        width: 60%;
        font-size: 0.8em;
    }
    
    .form_thanks{
        width:80%;
        margin:0 auto;
        font-size:1em;
        text-align:center;
    }

    .form_thanks span{
        font-size:10px;
        text-align:center;
    }
    
    .back_btn {
        display: block;
        position: relative;
        /*
        background: #fff;
        border: 3px solid #b7d332;
        */
        line-height: 1;
        letter-spacing: 0.05em;
        text-align: center;
        width: 86.67vw;
        border-width: 0.4vw;
        /*
        border-radius: 0.67vw;
        */
        margin: 8vw auto;
        padding: 4.67vw 7.47vw;
        font-size: 3.47vw;
        box-sizing: border-box;
    }
}
