/* common */
.section{
	padding: 110px 0;
}
.tit{
	font-size: 45px;
	color: #121315;
	font-weight: 400;
	text-align: center;
	margin-bottom: 30px;
	line-height: 1.5;
}

.tit .sm{
	display: block;
	font-size: 22px;
	line-height: 1;
	margin-bottom: 5px;
}

.tit .hl{
	background: #cdc081;
	display: inline-block;
	color: #fff;
	font-weight: 500;
	padding: 0 10px;
	line-height: 1.3;
}

.tit .sub{
	font-weight: 600;
	display: block;
	font-size: 30px;
}

.tit strong{
	font-weight: 600;
}

.conTxt{
	font-size: 30px;
	text-align: center;
	color: #222;
	line-height: 1.5;
	font-weight: 500;
}

.conTxt strong{
	font-weight: bold;
} 

.imgBox img{
	max-width: 100%;
}

.col{
	color: #cdc081;
}

/* section1 */
.section1{
	background: url(/include/img/section1_bg.jpg) no-repeat center / cover;
	text-align: center;
}

.section1 .tit{
	color: #fff;
}

.section1 .tit strong{
	font-weight: 500;
}

.section1 .conTxt{
	color: #fff;
}

/* section3 */
.section3{
	background: #f7f7f7;
	padding-bottom: 0 !important;
}

/* section4 */
.section4 .tit{
	margin-bottom: 70px;
}

/* section5 */
.section5{
	background: #f7f7f7;
}

.section5 .tit{
	margin-bottom: 50px;
}

.section5 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.section5 ul li{
	max-width: 581px;
	width: calc(100%/2 - 40px/2);
	margin-right: 40px;
	margin-top: 35px;
}

.section5 ul li:nth-child(2n),
.section5 ul li:last-child{
	margin-right: 0;
}

.section5 ul li:nth-child(-n+2){
	margin-top: 0;
}

.section5 ul li .txtBox{
	background: #fff;
	box-sizing: border-box;
	padding: 20px 30px;
}

.section5 ul li h5{
	font-size: 23px;
	line-height: 1.3;
}

.section5 ul li p{
	font-size: 18px;
	margin-top: 15px;
}

.section5 ul li span{
	font-size: 16px;
	margin-top: 5px;
	color: #787878;
	display: block;
}

/* section7 */
.section7{
	background: #f7f7f7;
}

.section7 .tit{
	margin-bottom: 50px;
}

.section7 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.section7 ul li{
	max-width: 625px;
	width: calc(100%/2 - 30px/2);
	margin-right: 30px;
}

.section7 ul li:nth-child(2n){
	margin-right: 0px;
}

/* selfForm */
.selfForm{
	background: #283548;
}

.selfForm h3{
	font-size: 30px;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	font-weight: 400;
	margin-bottom: 15px;
}

.selfForm h3 .spot{
	display: inline-block;
	position: relative;
}

.selfForm h3 .spot::before{
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translate(-50%,0px);
}

.selfForm .tit{
	color: #fff;
	margin-bottom: 50px;
}

.selfForm .formUl{
	max-width: 640px;
	width: 100%;
	margin: auto;
}

.selfForm .formUl li{
	margin-top: 30px;
}

.selfForm .formUl li h5{
	width: 100% !important;
	color: #fff;
	font-size: 20px;
	margin-bottom: 15px;
	line-height: 1;
}

.selfForm .formUl li:nth-child(1){
	margin-top: 0;
}

.selfForm .formUl li.partLi{
	display: flex;
	justify-content: center;
}

.selfForm .formUl li.partLi > div{
	width: calc(100%/3 - 50px/3);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 25px;
}

.selfForm .formUl li.partLi > div:last-child{
	margin-right: 0;
}

.selfForm .formUl li.partLi > div .iconCheck{
	display: block;
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url(/include/img/checkOff.png);
	margin-right: 4px;
}

.selfForm .formUl li.partLi > input:checked + div .iconCheck{
	background-image: url(/include/img/checkOn.png);
}

.selfForm .formUl li.partLi > input{
	display: none;
}

.selfForm .formUl li.partLi > div label{
	color: #fff;
	font-size: 15px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #717171;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	width: 100%;
	height: 50px;
}

.selfForm .formUl li.partLi > input:checked + div label{
	background: #cdc081;
}

.selfForm .formUl li > .inputBox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.selfForm .formUl li > .inputBox.one > *{
	width: 100%;
}

.selfForm .formUl li > .inputBox.three > *{
	width: calc(100%/3 - 50px/3);
}

.selfForm .formUl li > .inputBox.five > *{
	width: calc(100%/5 - 40px/5);
}

.selfForm .formUl li > .inputBox label{
	position: relative;
	height: 50px;
}

.selfForm .formUl li > .inputBox label span{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	transition: all 0.3s;
	cursor: pointer;
}

.selfForm .formUl li > .inputBox label input:checked + span{
	background: #cdc081;
	color: #fff;
}

.selfForm .formUl li select,
.selfForm .formUl li input[type="text"],
.selfForm .formUl li input[type="tel"],
.selfForm .formUl li input[type="number"]{
	width: 100%;
	border-radius: 0;
	box-sizing: border-box;
	padding-left: 10px;
	border: 0;
	background: #fff;
	height: 50px;
	line-height: 50px;
	display: block;
	font-size: 18px;
}

.selfForm .formUl li .moneyBox{
	position: relative;
}

.selfForm .formUl li .moneyBox span{
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translate(0,-50%);
	line-height: 1;
	font-size: 18px;
	font-weight: 600;
}

.selfForm .check{
	margin: 30px auto 20px;
}

.selfForm .check .per{
	display: flex;
	align-items: center;
	justify-content: center;
}

.selfForm .check .per label,
.selfForm .check .per a{
	color: #fff;
	font-size: 15px;
	margin-left: 5px;
}

.selfForm .btnBox a{
	max-width: 640px;
	height: 65px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	font-size: 30px;
	color: #fff;
	background: #cdc081;
	font-weight: 600;
	line-height: 1;
}

/* section10 */
.section10 .tit{
	margin-bottom: 50px;
	font-weight: 600;
}

.section10 .tit .sub{
	background: #283548;
	display: inline-block;
	color: #fff;
	margin-bottom: 10px;
	padding: 5px 15px;
}

/* section11 */
.section11{
	background: #f7f7f7;
}

.section11 .tit{
	margin-bottom: 50px;
	font-weight: 600;
}

.section11 .tit .sub{
	background: #cdc081;
	display: inline-block;
	color: #fff;
	margin-bottom: 10px;
	padding: 5px 15px;
}

/* section12 */
.section12 .inner{
	/* width: 100%; */
}

.section12 .tit{
	margin-bottom: 70px;
}

.section12 .tit img{
	display: block;
	margin: 0 auto 10px;
}

.section12 .tit strong{
	color: #3b4758;
}

.section12 article{
	max-width: 800px;
	margin: auto;
	margin-bottom: 150px;
}

.section12 article + article{
	margin-top: 50px;
}

.section12 article h3{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
}

.section12 article h3 strong{
	font-size: 25px;
	color: #3b4758;
	line-height: 1;
	font-weight: 600;
	margin-right: 5px;
}

.section12 article h3 span{
	font-size: 18px;
	line-height: 1;
	color: #b4b4b4;
	font-weight: 500;
}

.section12 .slick-list{
	overflow: visible;
}

.section12 .slideUl{
}

.section12 .slideUl .slideLi{
	background: #c6c6c6;
	margin: 0 20px;
	box-sizing: border-box;
	padding: 30px;
	transition: all 0.4s;
}

.section12 .slideUl .slideLi.slick-current{
	background: #f8f8f8;
}

.section12 .slideUl .slideLi .tagBox{
	display: flex;
	flex-wrap: wrap;
}

.section12 .slideUl .slideLi .tagBox span{
	display: inline-block;
	padding: 5px 10px;
	color: #fff;
	background: #cdc081;
	margin-right: 10px;
	font-size: 21px;
	line-height: 1;
	margin-bottom: 10px;
}

.section12 .slideUl .slideLi h5{
	font-size: 40px;
	line-height: 1.3;
	font-weight: 500;
	margin: 10px 0;
}

.section12 .slideUl .slideLi h5 strong{
	font-weight: 600;
	color: #ea0000;
}

.section12 .slideUl .slideLi .txt1{
	font-size: 21px;
	color: #a6a6a6;
	margin-bottom: 10px;
	line-height: 1;
	text-decoration: line-through;
}

.section12 .slick-prev,
.section12 .slick-next{
	width: 49px;
	height: 49px;
	top: 100%;
	left: 50%;
	bottom: auto;
	right: auto;
}

.section12 .slick-prev{
	background: url(/include/img/icon_prev.png) no-repeat center / contain;
	transform: translate(-110%,20px);
}

.section12 .slick-next{
	background: url(/include/img/icon_next.png) no-repeat center / contain;
	transform: translate(10%,20px);
}

.section12 .slick-prev::before,
.section12 .slick-next::before{
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.section12 h4{
	font-size: 35px;
	line-height: 1.5;
	text-align: center;
	margin-top: 50px;
	font-weight: 500;
	width: 100%;
}

/* section13 */
.section13{
	background: url(/include/img/section13_bg.jpg) no-repeat center / cover;
	padding-bottom: 0 !important;
	overflow: hidden;
}

/* section14 */
.section14 .conTxt{
	margin-bottom: 70px;
}

.section14 .nowBox{
	margin-top: 100px;
	display: flex;
	justify-content: space-between;
}

.section14 .nowBox article{
	width: calc(100%/2 - 30px/2);
}

.section14 .nowBox h5{
	font-size: 45px;
	text-align: center;
	color: #fff;
	background: #283548;
	border-radius: 100px;
	padding: 20px 0;
	line-height: 1;
	margin-bottom: 50px;
}

.section14 .nowBox article:nth-child(2) h5{
	background: #f6dd00;
	color: #351e1e;
}

.section14 .nowBox .rolling{
	height: calc(550px + (15px * 9));
	overflow: hidden;
}

.section14 .nowBox ul li{
	display: flex;
	align-items: center;
	height: 55px;
	background: #f8f8f8;
	margin-bottom: 15px;
}

.section14 .nowBox ul li:last-child{
	margin-bottom: 0;
}

.section14 .nowBox ul li span:nth-child(1){
	font-size: 18px;
	font-weight: 500;
	width: 25%;
	text-align: center;
}

.section14 .nowBox ul li span:nth-child(2){
	font-size: 20px;
	font-weight: 600;
	width: 59%;
	text-align: left;
	box-sizing: border-box;
	padding-left: 10px;
}

.section14 .nowBox ul li span:nth-child(3){
	font-size: 18px;
	font-weight: 500;
	width: 25%;
	color: #cdc081;
	display: flex;
	align-items: center;
}

/* section15 */
.section15{
	background-image: url(/include/img/section15_bg.jpg);
}

/* section16 */
.section16{
	background: url(/include/img/section16_bg.jpg) no-repeat center / cover;
}

.section16 .tit{
	color: #fff;
	margin-bottom: 50px;
}

.section16 ul{
	max-width: 640px;
	margin: auto;
}

.section16 ul li{
	margin-bottom: 18px;
	background: #fff;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 15px;
	line-height: 1.3;
}

.section16 ul li span{
	display: inline-block;
	padding: 5px 10px;
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	background: #3b4758;
	margin-right: 20px;
}

.section16 ul li p{
	font-size: 26px;
}

/* section17 */
.section17 .tit img{
	margin: auto;
	display: block;
	margin-bottom: 20px;
}

/* section18 */
.section18{
	background-image: url(/include/img/section18_bg.jpg);
}




/* ---------------------------------------------------------- 720 */
@media screen and (max-width: 720px){

/* common */
.tit{
	font-size: 6.5vw;
	margin-bottom: 3vw;
}

.tit .sm{
	font-size: 4vw;
	margin-bottom: 1vw;
}

.tit .hl{
	padding: 0 2vw;
}

.tit .sub{
	font-size: 4vw;
}

.subTit{
	font-size: 3vw;
}

.conTxt{
	font-size: 4.3vw;
}

.section{
	padding: 12vw 0;
}

/* section1 */
.section1{
	background: url(/include/img/section1_bg_m.jpg) no-repeat center / cover;
}

/* section3 */
.section3{
	padding-top: 0 !important;
}

.section3 .inner{
	width: 100%;
}

/* section4 */
.section4 .tit{
	margin-bottom: 7vw;
}

/* section5 */
.section5 .tit{
	margin-bottom: 7vw;
}

.section5 ul li{
	max-width: 581px;
	width: calc(100%);
	margin-right: 0px;
	margin-top: 5vw !important;
}

.section5 ul li:nth-child(-n+1){
	margin-top: 0 !important;
}

.section5 ul li .txtBox{
	background: #fff;
	box-sizing: border-box;
	padding: 3vw 4vw;
}

.section5 ul li h5{
	font-size: 4.5vw;
}

.section5 ul li p{
	font-size: 4vw;
	line-height: 1.4;
	margin-top: 2vw;
}

.section5 ul li span{
	font-size: 3.5vw;
	margin-top: 1vw;
}

/* section6 */
.section6,
.section8{
	padding: 0 !important;
}

.section6 .inner,
.section8 .inner{
	width: 100%;
}

/* section7 */
.section7 .tit{
	margin-bottom: 7vw;
}

.section7 ul li{
	max-width: 625px;
	width: calc(100%);
	margin-right: 0;
	margin-top: 5vw;
}

.section7 ul li:nth-child(1){
	margin-top: 0px !important;
}

/* selfForm */
.selfForm h3{
	font-size: 4.5vw;
	margin-bottom: 3vw;
}

.selfForm h3 .spot::before{
	width: 1vw;
	height: 1vw;
}

.selfForm .tit{
	margin-bottom: 7vw;
}

.selfForm .formUl li{
	margin-top: 5vw;
}

.selfForm .formUl li h5{
	font-size: 4vw;
	margin-bottom: 3vw;
	line-height: 1;
}

.selfForm .formUl li.partLi > div{
	width: calc(100%/3 - 6vw/3);
	margin-right: 3vw;
}

.selfForm .formUl li.partLi > div .iconCheck{
	width: 3vw;
	height: 3vw;
	margin-right: 1vw;
}

.selfForm .formUl li.partLi > div label{
	color: #fff;
	font-size: 3vw;
	height: 10vw;
}

.selfForm .formUl li > .inputBox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.selfForm .formUl li > .inputBox.one > *{
	width: 100%;
}

.selfForm .formUl li > .inputBox.three > *{
	width: calc(100%/3 - 6vw/3);
}

.selfForm .formUl li > .inputBox.five > *{
	width: calc(100%/5 - 8vw/5);
}

.selfForm .formUl li > .inputBox label{
	position: relative;
	height: 10vw;
}

.selfForm .formUl li > .inputBox label span{
	font-size: 3vw;
}

.selfForm .formUl li select,
.selfForm .formUl li input[type="text"],
.selfForm .formUl li input[type="tel"],
.selfForm .formUl li input[type="number"]{
	height: 10vw;
	line-height: 10vw;
	font-size: 3vw;
}

.selfForm .formUl li .moneyBox span{
	font-size: 3vw;
}

.selfForm .check{
	margin: 5vw auto 3vw;
}

.selfForm .check .per label,
.selfForm .check .per a{
	font-size: 2.5vw;
	margin-left: 1vw;
}

.selfForm .btnBox a{
	height: 12vw;
	font-size: 4vw;
}

/* section10 */
.section10 .tit{
	margin-bottom: 7vw;
}

.section10 .tit .sub{
	margin-bottom: 2vw;
	padding: 1vw 2vw;
}

/* section11 */
.section11 .tit{
	margin-bottom: 7vw;
}

.section11 .tit .sub{
	margin-bottom: 2vw;
	padding: 1vw 2vw;
}

/* section12 */
.section12 .inner{
	/* width: 100%; */
}

.section12 .tit{
	margin-bottom: 8vw;
}

.section12 .tit img{
	display: block;
	margin: 0 auto 10px;
	max-width: 70px;
	width: 10vw;
}

.section12 article{
	margin-bottom: 18vw;
}

.section12 article + article{
	margin-top: 7vw;
}

.section12 article h3{
	margin-bottom: 5vw;
}

.section12 article h3 strong{
	font-size: 4vw;
	margin-right: 1vw;
}

.section12 article h3 span{
	font-size: 3.5vw;
}

.section12 .slideUl .slideLi{
	margin: 0 3vw;
	padding: 5vw;
}

.section12 .slideUl .slideLi .tagBox span{
	padding: 1vw 2vw;
	margin-right: 2vw;
	font-size: 3vw;
	margin-bottom: 2vw;
}

.section12 .slideUl .slideLi h5{
	font-size: 6vw;
	margin: 2vw 0;
}

.section12 .slideUl .slideLi .txt1{
	font-size: 3.5vw;
	margin-bottom: 2vw;
}

.section12 .slick-prev,
.section12 .slick-next{
	width: 6vw;
	height: 6vw;
}

.section12 .slick-prev{
	transform: translate(-110%,3vw);
}

.section12 .slick-next{
	background: url(/include/img/icon_next.png) no-repeat center / contain;
	transform: translate(10%,3vw);
}

.section12 h4{
	font-size: 4vw;
	margin-top: 7vw;
}

/* section13 */
.section13{
	background: url(/include/img/section13_bg.jpg) no-repeat center / cover;
}

/* section14 */
.section14 .conTxt{
	margin-bottom: 9vw;
}

.section14 .nowBox{
	margin-top: 12vw;
	flex-wrap: wrap;
}

.section14 .nowBox article{
	width: calc(100%);
}

.section14 .nowBox article + article{
	margin-top: 10vw;
}

.section14 .nowBox h5{
	font-size: 5.5vw;
	padding: 3vw 0;
	margin-bottom: 7vw;
}

.section14 .nowBox .rolling{
	height: calc(100vw + (2vw * 9));
}

.section14 .nowBox ul li{
	height: 10vw;
	margin-bottom: 2vw;
}

.section14 .nowBox ul li span:nth-child(1){
	font-size: 3vw;
}

.section14 .nowBox ul li span:nth-child(2){
	font-size: 3.5vw;
	padding-left: 2vw;
}

.section14 .nowBox ul li span:nth-child(3){
	font-size: 3vw;
}

.section14 .nowBox ul li span:nth-child(3) img{
	width: 3.5vw;
	margin-left: 1vw;
}

/* section15 */
.section15{
	background-image: url(/include/img/section15_bg.jpg);
}

/* section16 */
.section16{
	background: url(/include/img/section16_bg.jpg) no-repeat center / cover;
}

.section16 .tit{
	margin-bottom: 7vw;
}

.section16 ul li{
	margin-bottom: 3vw;
	padding: 2vw;
}

.section16 ul li span{
	padding: 1vw 2vw;
	font-size: 4.2vw;
	margin-right: 3vw;
}

.section16 ul li p{
	font-size: 4vw;
}

/* section17 */
.section17 .tit img{
	margin: auto;
	display: block;
	margin-bottom: 20px;
}

/* section18 */
.section18{
	background-image: url(/include/img/section18_bg.jpg);
}






}