/* common */
.tit{
	font-size: 40px;
	color: #333;
	font-weight: 600;
	font-family: "kz";
	line-height: 1.5;
	margin-bottom: 30px;
	text-align: center;
}

.conTxt{
	color: #333;
	font-size: 18px;
	text-align: center;
}

section{
	padding: 100px 0;
}

section.line{
	width: 100%;
	height: 55px;
	padding: 0 !important;
	background: url(../img/line.png) no-repeat center / cover;
}

/* section1 */
.section1{
	padding: 0 !important;
}

.section1 .slideUl{
	margin-bottom: 0 !important;
}

.section1 .slideLi img{
	width: 100%;
}

.section1 .slideUl .slick-dots{
	bottom: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.section1 .slideUl .slick-dots li{
	width: 30px;
	height: 4px;
	background: rgba(255,255,255,0.6);
	margin: 0 3px;
}

.section1 .slideUl .slick-dots li.slick-active{
	background: #b89761;
}

.section1 .slideUl .slick-dots li button{
	opacity: 0 !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

/* section2 */
.section2 .tit strong{
	color: #2f69df;
}

.section2 ul{
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

.section2 ul li{
	width: calc(100%/5 - 80px/5);
	margin-right: 20px;
	box-shadow: rgba(0,0,0,0.2) 0 0 15px;
	box-sizing: border-box;
	padding: 40px 0;
	text-align: center;
	border-top: 5px solid #b89761;
}

.section2 ul li:last-child{
	margin-right: 0;
}

.section2 ul.step1 li{
	border-top-color: #55411f;
}

.section2 ul li img{
	max-width: 60px;
	width: 50%;
	margin: 0 auto 10px;
	display: block;
}

.section2 ul li p{
	font-size: 18px;
	line-height: 1.6;
}

.section2 .goBtn{
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 450px;
	margin: 70px auto 0;
	text-align: center;
	color: #fff;
	background: #2f69df;
	border-radius: 15px;
	padding: 15px 0;
}

.section2 .goBtn span{
	font-size: 24px;
	font-weight: 600;
	margin-right: 10px;
}

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

.section3 .tit strong{
	color: #ee0122;
}

.section3 .slideLi{
	box-shadow: rgba(0,0,0,0.2) 0 0 15px;
	margin: 30px;
	box-sizing: border-box;
}

.section3 .slideLi .top{
	box-sizing: border-box;
	padding: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.section3 .slideLi .top .imgBox{
	width: 45%;
}

.section3 .slideLi .top .txtBox{
	width: 50%;
	font-size: 18px;
	font-weight: 600;
}

.section3 .slideLi .top .txtBox span{
	display: block;
	margin-top: 5px;
	color: #ee0122;
	font-weight: 400;
	font-size: 1.2em;
}

.section3 .slideLi .bottom{
	background: #fff;
	box-sizing: border-box;
	padding: 30px;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

.section3 .slideLi .bottom h5{
	font-size: 16px;
	color: #fff;
	display: inline-block;
	padding: 5px 15px 7px;
	font-weight: 400;
	line-height: 1;
	border-radius: 100px;
	background: #8e8e8e;
	margin-bottom: 10px;
}

.section3 .slideLi .bottom .right h5{
	background: #b89761;
}

.section3 .slideLi .bottom p{
	text-align: center;
	font-weight: 400;
	font-size: 16px;
	color: #8e8e8e;
}

.section3 .slideLi .bottom .right p{
	color: #df121a;
}

.section3 .slideLi .bottom p strong{
	font-weight: 600;
	font-size: 1.7em;
}

.section3 .slideLi .bottom span{
	display: block;
	text-align: center;
	margin-top: 10px;
	font-size: 16px;
}

.section3 .pagerBtn{
	display: flex;
	justify-content: center;
}

.section3 .pagerBtn a{
	margin: 0 10px;
}

.section3 .slick-prev,
.section3 .slick-next{
	opacity: 0 !important;
	display: none !important;
}

/* section4 */
.section4 .case{
	display: flex;
	justify-content: space-between;
}

.section4 .case li{
	width: 24%;
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding-bottom: 25px;
	cursor: pointer;
}

.section4 .case li .top{
	background: #55411f;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	padding: 4px 0 6px;
}

.section4 .case li .imgBox{
	padding: 25px;
	overflow: hidden;
}

.section4 .case li .imgBox img{
	transition: all 1s;
}

.section4 .case li:hover .imgBox img{
	/* transform: scale(1.05); */
}

.section4 .case li p{
	padding: 0 25px;
	font-size: 13px;
	color: #666;
	width: 80%;
}

.section4 .case li h5{
	font-size: 13px;
	padding: 0 25px;
	margin-top: 10px;
}

.section4 .middle{
	margin: 100px auto;
}

.section4 .middle h3{
	text-align: center;
	font-size: 40px;
	margin-bottom: 10px;
}

.section4 .middle p{
	font-size: 30px;
	text-align: center;
}

.section4 .middle p strong{
	font-size: 1.3em;
	color: #df121a;
}

.section4 .review{
	display: flex;
	justify-content: space-between;
}

.section4 .review li{
	width: 32%;
	background: #f7f7f7;
	box-sizing: border-box;
	padding: 15px;
	border-radius: 10px;
	display: flex;
	align-items: flex-start;
}

.section4 .review li .txtBox{
	padding-left: 10px;
}

.section4 .review li .txtBox h5{
	font-size: 16px;
	color: #b89761;
}

.section4 .review li .txtBox p{
	font-size: 14px;
	line-height: 1.7;
	width: 90%;
}

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

.section5 article{
	display: flex;
	flex-wrap: wrap;
	box-shadow: rgba(0,0,0,0.2) 0 0 15px;
}

.section5 article > div{
	width: 50%;
	box-sizing: border-box;
	padding: 50px 50px;
}

.section5 article > div h3{
	font-size: 26px;
	border-bottom: 2px solid #333;
	padding-bottom: 10px;
}

.section5 article > div ul li{
	margin-top: 20px;
}

.section5 article > div ul li h5{
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
}

.section5 article div ul li input{
	font-size: 14px;
	height: 45px;
	line-height: 45px;
	width: 100%;
	border: 0;
	background: transparent;
	box-sizing: border-box;
	padding-left: 10px;
}

.section5 article .sendBtn{
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	background: #2f69df;
	max-width: 250px;
	display: block;
	margin: 40px auto 0;
	text-align: center;
	height: 45px;
	line-height: 45px;
}

.section5 article .selfBox{
	background: url(../img/selfBg.png) no-repeat center / cover;
	position: relative;
}

.section5 article .selfBox h3{
	color: #fff;
	border-bottom-color: #fff;
}

.section5 article .selfBox p{
	color: #fff;
	line-height: 1.5;
	font-size: 14px;
	margin-top: 10px;
	font-weight: 300;
}

.section5 article .selfBox ul li h5{
	color: #fff;
}

.section5 article .selfBox .radioBox{
	display: flex;
	border-left: 2px solid #fff;
}

.section5 article .selfBox .radioBox input{
	display: none;
}

.section5 article .selfBox ul li label{
	color: #fff;
	font-size: 14px;
	width: calc(100%/3);
	box-sizing: border-box;
	display: block;
	height: 45px;
	line-height: 41px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	text-align: center;
	transition: all 0.3s;
}

.section5 article .selfBox .radioBox input:checked + label{
	background: #fff;
	color: #333;
	font-weight: 400;
}

.section5 article .selfBox .moneyBox{
	display: flex;
	background: #fff;
	align-items: center;
}

.section5 article .selfBox .moneyBox span{
	padding: 0 10px;
	color: #666;
	font-size: 13px;
}

.section5 article .selfBox .sendBtn{
	background: #b89761;
}

.section5 article .selfBox .step1{
	position: relative;
	transition: all 0.3s;
	z-index: 2;
}

.section5 article .selfBox.on .step1{
	opacity: 0;
	z-index: 1;
}

.section5 article .selfBox form{
	position: relative;
}

.section5 article .selfBox .resultBox{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	text-align: center;
	padding-bottom: 100px;
	opacity: 0;
	transition: all 0.3s;
	z-index: 1;
}

.section5 article .selfBox.on .resultBox{
	opacity: 1;
	z-index: 2;
}

.section5 article .selfBox .resultBox p{
	font-size: 18px;
	width: 100%;
	line-height: 1.7;
}

.section5 article .selfBox .resultBox p strong{
	font-size: 1.4em;
}

.section5 article .selfBox .resultBox .sendBtn{
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,0);
	width: 70%;
	max-width: 250px;
}

.section5 article .formBox{
	background: #fff;
}

.section5 article .formBox .telBox h4{
	font-size: 26px;
	text-align: center;
	margin: 40px 0 30px;
	animation: onoff 2s infinite;
}

@keyframes onoff{
	0%{opacity: 1;}
	5%{opacity: 0;}
	25%{opacity: 0;}
	30%{opacity: 1;}
	50%{opacity: 1;}
	55%{opacity: 0;}
	75%{opacity: 0;}
	80%{opacity: 1;}
	100%{opacity: 1;}
}

.section5 article .formBox .telBox span{
	display: block;
	text-align: center;
	margin-bottom: 10px;
	font-size: 13px;
	color: #666;
}

.section5 article .formBox .telBox a{
	font-size: 26px;
	color: #fff;
	font-weight: 600;
	width: 100%;
	max-width: 250px;
	padding: 5px 0 7px;
	background: #2f69df;
	display: block;
	margin: 0 auto 40px;
	text-align: center;
}

.section5 article .formBox .inBox{
	background: #f7f7f7;
}

/* section6 */
.section6 .top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 50px 0 15px;
}

.section6 .top .address{
	display: flex;
	align-items: center;
}

.section6 .top .address span{
	font-size: 14px;
	margin-left: 5px;
}

.section6 .top .copy{
	background: #f7f7f7;
	color: #333;
	font-size: 14px;
	display: inline-block;
	padding: 3px 25px 5px;
	transition: all 0.3s;
}

.section6 .top .copy:hover{
	background: #eee;
}

.section6 .mapBox{
}

.section6 .mapBox iframe{
	width: 100%;
	height: 500px;
	box-shadow: rgba(0,0,0,0.2) 0 0 15px;
}





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

/* common */
.tit{
	font-size: 5.5vw;
	margin-bottom: 5vw;
	font-weight: 600;
}

.tit span{
	font-size: 0.5em;
}

/* .tit.under::after{
	width: 15vw;
	margin: 7vw auto 0;
} */

section{
	padding: 14vw 0;
}

.conTxt{
	font-size: 3.3vw;
}

/* section2 */
.section2 ul{
	flex-wrap: wrap;
	justify-content: center;
	width: 80%;
	margin: 5vw auto 0;
}

.section2 ul li{
	width: calc(100%/2 - 5vw/2);
	margin-right: 5vw;
	margin-top: 5vw;
	padding: 5vw 0;
}

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

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

.section2 ul li img{
	width: 30%;
	margin: 0 auto 1vw;
}

.section2 ul li p{
	font-size: 3vw;
}

.section2 .goBtn{
	margin: 10vw auto 0;
	padding: 3vw 0;
	border-radius: 2vw;
}

.section2 .goBtn span{
	font-size: 4vw;
}

.section2 .goBtn img{
	max-width: 32px;
	width: 5vw;
}

/* section3 */
.section3 .tit{
	margin-bottom: 0;
}

.section3 .slideLi{
	margin: 5vw;
}

.section3 .slideLi .top{
	padding: 3vw;
}

.section3 .slideLi .top .txtBox{
	font-size: 3vw;
	font-weight: 500;
}

.section3 .slideLi .bottom{
	padding: 3vw;
}

.section3 .slideLi .bottom h5{
	font-size: 3vw;
	padding: 1vw 3vw;
}

.section3 .slideLi .bottom p{
	font-size: 3vw;
}

.section3 .slideLi .bottom span{
	font-size: 3vw;
}

.section3 .slideLi .bottom img{
	max-width: 81px;
	width: 10vw;
	display: block;
	margin: auto;
}

.section3 .pagerBtn a{
	max-width: 53px;
	width: 8vw;
}

.section3 .pagerBtn a img{
	width: 100%;
}

/* section4 */
.section4 .case{
	flex-wrap: wrap;
	justify-content: space-between;
}

.section4 .case li{
	width: calc(100%/2 - 5vw/2);
	margin-top: 5vw;
}

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

.section4 .case li .top{
	padding: 1vw 0;
	font-size: 3.3vw;
}

.section4 .case li .imgBox{
	padding: 3vw;
}

.section4 .case li p{
	padding: 0 3vw;
	font-size: 2vw;
	width: 100%;
}

.section4 .case li h5{
	padding: 0px 3vw;
	font-size: 2vw;
}

.section4 .middle{
	margin: 10vw auto;
}

.section4 .middle h3{
	font-size: 6vw;
}

.section4 .middle p{
	font-size: 4.4vw;
}

.section4 .review{
	flex-wrap: wrap;
	width: 70%;
	margin: auto;
}

.section4 .review li{
	width: 100%;
	margin-top: 5vw;
}

.section4 .review li:nth-child(1){
	margin-top: 0;
}

.section4 .review li .profile{
	max-width: 48px;
	width: 6vw;
}

.section4 .review li .profile img{
	width: 100%;
}

.section4 .review li .txtBox{
	width: calc(100% - 6vw);
}

.section4 .review li .txtBox h5{
	font-size: 3vw;
}

.section4 .review li .txtBox p{
	font-size: 2vw;
	width: 100%;
}

/* section5 */
.section5 article > div{
	width: 100%;
	padding: 8vw 5%;
}

.section5 article > div h3{
	font-size: 4.5vw;
	border-bottom-width: 1px;
}

.section5 article > div ul li{
	margin-top: 3vw;
}

.section5 article > div ul li h5{
	font-size: 3.3vw;
}

.section5 article div ul li input{
	height: 8vw;
	line-height: 8vw;
	font-size: 2.5vw;
}

.section5 article .sendBtn{
	margin: 5vw auto 0;
	font-size: 3.3vw;
	line-height: 9vw;
	height: 9vw;
	width: 70%;
}

.section5 article .selfBox p{
	font-size: 2.5vw;
}

.section5 article .selfBox ul li label{
	height: 8vw;
	line-height: 8vw;
	border-width: 1px;
	font-size: 2.5vw;
}

.section5 article .selfBox .moneyBox span{
	font-size: 2.5vw;
}

.section5 article .selfBox .resultBox{
	padding-bottom: 20vw;
}

.section5 article .selfBox .resultBox p{
	font-size: 3.3vw;
}

.section5 article .formBox .telBox h4{
	font-size: 4vw;
	margin: 5vw 0 3vw;
}

.section5 article .formBox .telBox span{
	font-size: 2.5vw;
}

.section5 article .formBox .telBox a{
	font-size: 5vw;
	padding: 2vw 0;
	width: 70%;
	margin: 0 auto 5vw;
}

/* section6 */
.section6 .tit{
	margin-bottom: 0;
}

.section6 .top{
	margin: 5vw 0 3vw;
}

.section6 .top .address img{
	width: 3vw;
}

.section6 .top .address span{
	font-size: 2vw;
}

.section6 .top .copy{
	font-size: 2.5vw;
	padding: 1vw 3vw;
}

.section6 .mapBox iframe{
	height: 60vw;
}





}