@charset "UTF-8";
/* CSS Document */
/*スマホ用スタイル*/
@media screen and (max-width: 767px) {
.sec09 .white_box h3.cus1,.sec09 .white_box h3.cus2{
    padding-top: 85px;
}
/*セクション間余白----------------------------------------------------------- */
section {
  padding: 40px 0;
}
footer {
  padding: 15px 0;
}

/*movie----------------------------------------------------------- */
.sec01 h3{
	padding: 15px 30px;
	font-size: 20px;
}
.sec01 .box{
	margin-top: 15px;
}
.sec01 .whitebox{
	padding: 30px;
}
.sec01 ul{
	font-weight: bold;
}
.blue_box{
	border: 1px solid #283f8f;
	padding: 7px 15px;
	text-align: center;
}
.flex{
	display: block;
}
.flex .left{
	width: 100%;
	margin-right: 0px;
}
.clearfix{
	display: block;	
}
/* SECTION 24 */
.sec24_item_ct{flex-direction: column-reverse;padding: 15px;}
.sec24_item_ct .sec24_img{width: 100%;margin: 0 0 15px;}
.sec24_item_title{font-size: 2rem;}

/*sec09----------------------------------------------------------- */
.sec09 .blue_box{
	padding: 20px 15px;
}
.sec09 .white_box_s {
	background: #f7f7f7; padding: 40px 15px;
}
.gray_box{
	padding: 20px 15px;
}
.sec09 h2{
	background: #111;
	padding-top: 30px;
}
.sec09 h3 {
  padding-left: 0px;
  position: relative;
  padding-top: 60px;
  padding-bottom: 15px;
}
.sec09 h3:before {
  position: absolute;
  content: url(../img/sp_sec09_rbn00.png);
  top: -5px;
  left: -30px;
}
.sec09 .white_box:nth-child(2) h3:before {content: url(../img/sp_sec09_rbn01.png);}
.sec09 .white_box:nth-child(3) h3:before {content: url(../img/sp_sec09_rbn02.png);}
.sec09 .white_box:nth-child(4) h3:before {content: url(../img/sp_sec09_rbn03.png);}
.sec09 .white_box:nth-child(5) h3:before {content: url(../img/sp_sec09_rbn04.png);}
.sec09 .white_box:nth-child(6) h3:before {content: url(../img/sp_sec09_rbn05.png);}
.sec09 .white_box:nth-child(7) h3:before {content: url(../img/sp_sec09_rbn06.png);}
.sec09 .white_box:nth-child(8) h3:before {content: url(../img/sp_sec09_rbn07.png);}
.sec09 .white_box:nth-child(9) h3:before {content: url(../img/sp_sec09_rbn08.png);}


/*sec11----------------------------------------------------------- */
.sec11 h2 img{
	width: 50%;
}
.sec11 th {
  width: 30%;
  text-align: left;
  font-weight: bold;
}
/*CTA----------------------------------------------------------- */
.form_wrap{
	padding-left: 15px!important;
	padding-right: 15px!important;
}
	
/*Footer----------------------------------------------------------- */
.thanks_footer .footer_nav1 ul {
    width: 100%;
  }
.thanks_footer .footer_nav1 ul li:first-child {
    border-top: 1px solid #fff;
  }
.thanks_footer .footer_nav1 ul li {
    width: 100%;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #fff;
    margin: 0;
  }
.thanks_footer .footer_nav1 ul a {
    display: block;
  }


/*iframe / Break----------------------------------------------------------- */
iframe{
	height: 177rem;
}

}
/*スマホ用スタイルend*/
