.sec1{
	padding: 9.8% 0 8.9%;
}
.sec1 .inner{
	width: 75.75em;
}
.sec1 h3{
	font-size: 2.25em;
	color: #3d3d3d;
	font-weight: normal;
	line-height: 1.33;
	margin-bottom: 4.13%;
	text-align: center;
}
.sec1 ul{
	-webkit-display: flex;
	-webkit-align-items: stretch;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-direction: row;
	margin-bottom: 5.78%;
}
.sec1 li{
	width: 47.525%;
	-webkit-display: flex;
	-webkit-align-items: stretch;
	-webkit-justify-content: flex-start;
	-webkit-flex-direction: column;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-direction: column;
}
.sec1 input,.sec1 textarea{
	width: 100%;
	border: 1px solid #dadada;
	border-radius: 0.375em;
	padding: 0.4375em 1.5em;
	line-height: 2;
	margin-bottom: 1em;
	font-size: 1em;
}
.sec1 input:last-child,.sec1 textarea:last-child{
	margin-bottom: 0;
}
.sec1 input{
	height: 3em;
}
.sec1 textarea{
	resize: none;
	height: 100%;
}
.sec1 .submit{
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border-radius: 0.4375em;
	width: 12.5em;
	height: 4.125em;
	margin: 0 auto;
	border: 1px solid #005BAC;
	overflow: hidden;
	-webkit-transform: color 0.5s;
	transform: color 0.5s;
	position: relative;
}
.sec1 .submit::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #005BAC;
	-webkit-transition: left 0.5s;
	transition: left 0.5s;
	z-index: -1;
}


.sec2{
	position: relative;
	padding: 8.33% 0 7.29%;
	overflow: hidden;
}
.sec2 .map-box{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.sec2 .map-box .map{
	position: absolute;
	left: 50%;
	top: 50%;
	width: auto;
	height: 100%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.sec2 .map-box .icon{
	position: absolute;
	left: 50%;
	top: 44.5%;
	width: auto;
	height: 4.5%;
	margin-left: 7%;
	animation: mapicon 4s linear infinite;
}
@keyframes mapicon{
	0%{
		transform: translateY(-50%);
	}
	50%{
		transform: translateY(0);
	}
	100%{
		transform: translateY(-50%);
	}
}
.sec2 .inner{
	position: relative;
	z-index: 1;
}
.sec2 .info-box{
	background-color: #fff;
	border-radius: 0.625em;
	display: inline-block;
	vertical-align: top;
	padding: 5.625%;
}
.sec2 .info-box h3{
	font-size: 2.25em;
	color: #333;
	font-weight: normal;
	line-height: 1.33;
	margin-bottom: 12.5%;
}
.sec2 .info-box li{
	color: #333;
	font-size: 1.5em;
	line-height: 1.5;
}
.sec2 .info-box li.line{
	margin: 10% 0;
	border-bottom: 1px solid #d8d8d8;
}
.sec2 .info-box li p{
	display: inline-block;
	vertical-align: top;
	font-weight: 500;
}
.sec2 .info-box li img{
	width: 0.92em;
	margin-right: 0.92em;
	vertical-align: baseline;
}



#pop-cover{
	background-color: rgba(0,0,0,0.4);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-display: none;
	-moz-display: none;
	-ms-display: none;
	-o-display: none;
	display: none;
	z-index: 99;
}
#pop-cover.active{
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	-moz-display: flex;
	-moz-align-items: center;
	-moz-justify-content: center;
	-ms-display: flex;
	-ms-align-items: center;
	-ms-justify-content: center;
	-o-display: flex;
	-o-align-items: center;
	-o-justify-content: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
#pop-cover .pop-box{
	background-color: #fff;
	width: 52.125em;
	position: relative;
	display: none;
}
#pop-cover .pop-box.active{
	display: block;
}
#pop-cover .pop-box .close img{
	position: absolute;
	right: 0.625em;
	top: 0.625em;
}
#pop-cover .pop-box .close.white img{
	position: absolute;
	left: 100%;
	top: 0;
	margin-left: 0.625em;
}
#pop-cover .pop-box.tip{
	text-align: center;
	padding: 6.666% 0;
}
#pop-cover .pop-box.tip .img{
	width: 7.674%;
}
#pop-cover .pop-box.tip p{
	font-size: 1.5em;
	color: #005BAC;
	line-height: 1.5;
	margin: 4.8% 0;
}
#pop-cover .pop-box.tip .back{
	-webkit-display: inline-flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border-radius: 0.4375em;
	width: 12.5em;
	height: 4.125em;
	border: 1px solid #005BAC;
	-webkit-transform: color 0.5s;
	transform: color 0.5s;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
#pop-cover .pop-box.tip .back::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #005BAC;
	-webkit-transition: left 0.5s;
	transition: left 0.5s;
	z-index: -1;
}

@media only screen and (min-width:1024px){
	.sec1 .submit:hover{
		color: #005BAC;
	}
	.sec1 .submit:hover::before{
		left: 100%;
	}
	#pop-cover .pop-box.tip .back:hover{
		color: #005BAC;
	}
	#pop-cover .pop-box.tip .back:hover::before{
		left: 100%;
	}
}


@media only screen and (max-width:1024px){
	.sec1{
		padding: 15% 0 7.5%;
	}
	.sec1 h3{
		font-size: 2.25em;
		margin-bottom: 5%;
	}
	.sec1 ul{
		-webkit-display: block;
		display: block;
		margin-bottom: 10%;
	}
	.sec1 li{
		width: 100%;
		-webkit-display: block;
		display: block;
	}
	.sec1 li:first-child{
		margin-bottom: 1em;
	}
	.sec1 .submit{
		width: 13.2em;
		height: 4em;
	}


	.sec2{
		padding: 0;
	}
	.sec2 .inner{
		padding: 7.5% 0 10%;
	}
	.sec2 .map-box{
		position: relative;
		height: auto;
	}
	.sec2 .map-box .map{
		position: static;
		width: 100%;
		height: auto;
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
	}
	.sec2 .map-box .icon{
		top: 35%;
		height: 9%;
		margin-left: -5%;
	}
	.sec2 .info-box h3{
		font-size: 2em;
		margin-bottom: 10%;
	}
	.sec2 .info-box li{
		font-size: 1.125em;
	}


	#pop-cover .pop-box.tip p{
		font-size: 1.25em;
	}
	#pop-cover .pop-box.tip .back{
		width: 13.2em;
		height: 4em;
	}
}