.section{
	color: #333;
}
.sec1{
	padding: 10.4% 0 3.75%;
	text-align: center;
}
.sec1 h2{
	font-size: 3.125em;
	font-weight: bold;
	margin: 0.56em 0 1.6em;
}
.sec1 li{
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: row;
	text-align: left;
}
.sec1 li + li{
	margin-left: 8.8%;
}
.sec1 .img-box{
	background-color: var(--theme-red);
	width: 4.5625em;
	height: 4.5625em;
	border-radius: 0.3125em;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 1.25em;
}
.sec1 .img-box img{
	width: 53%;
}
.sec1 p{
	line-height: 1.5;
	max-width: 16em;
}
.sec1 p + p{
	margin-top: 0.5em;
}



.sec2{
	padding: 3.75% 0 6%;
}
.sec2 .inner{
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-direction: row;
	box-shadow: 0 0.25em 1.25em rgba(20,20,20,0.07);
}
.sec2 ul{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-direction: column;
	width: 33.3334%;
}
.sec2 ul:nth-child(even){
	flex-direction: column-reverse;
}
.sec2 li{
	opacity: 0;
	transition: transform 1s 0.25s,opacity 1s 0.25s;
}
.sec2 .img-box{
	position: relative;
	padding-top: 95.1%;
}
.sec2 .img-box img{
	position: absolute;
	left: 0;
	top: 0;
}
.sec2 .text-box{
	padding: 5em 4em;
}
.sec2 .text-box img{
	width: 2.75em;
	margin-bottom: 2.125em;
}
.sec2 .text-box h5{
	font-size: 1.25em;
	margin-bottom: 0.9em;
}
.sec2 .text-box p{
	line-height: 2;
}
.sec2 .text-box{
	transform: translate(0,-20vh);
}
.sec2 ul:nth-child(even) .text-box{
	transform: translate(0,20vh);
}
.sec2 .img-box{
	transform: translate(0,20vh);
}
.sec2 ul:nth-child(even) .img-box{
	transform: translate(0,-20vh);
}
.sec2 ul.actived .text-box,.sec2 ul.actived .img-box{
	opacity: 1;
	transform: translate(0,0);
}


.sec3{
	padding: 6% 0 10.4%;
	text-align: center;
}
.sec3 h2{
	font-size: 3.125em;
	font-weight: bold;
	margin: 0.56em 0 1.16em;
}
.sec3 h3{
	font-weight: normal;
	font-size: 1.5em;
	color: var(--theme-red);
	margin-bottom: 9%;
}
.sec3 h3 img{
	vertical-align: middle;
	margin-right: 1em;
	width: 1.25em;
}
.sec3 ul{
	margin-bottom: 3.125em;
	display: inline-flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
	text-align: left;
}
.sec3 li{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: row;
}
.sec3 li img{
	width: auto;
	height: 3.625em;
}
.sec3 p{
	font-size: 1.3125em;
	margin-left: 1em;
	width: 8.5em;
}

@media only screen and (min-width:1024px){
}

@media only screen and (max-width:1024px){
	.sec1{
		padding: 15% 0 7.5%;
	}
	.sec1 h2{
		font-size: 1.5625em;
	}
	.sec1 li{
		font-size: 0.75em;
	}
	.sec1 li + li{
		margin-left: 0;
		margin-top: 10%;
	}


	.sec2{
		padding: 7.5% 0 0;
	}
	.sec2 .inner{
		display: block;
	}
	.sec2 ul{
		display: block;
		width: 100%;
	}
	.sec2 .text-box{
		font-size: 0.75em;
		padding: 2.5em;
	}
	.sec2 .text-box{
		transform: translate(0,20vh);
	}
	.sec2 ul:nth-child(even) .img-box{
		transform: translate(0,20vh);
	}
	.sec2 ul.actived .text-box,.sec2 ul.actived .img-box{
		transform: translate(0,0);
	}




	.sec3{
		padding: 5% 0 10%;
	}
	.sec3 h2{
		font-size: 1.5625em;
	}
	.sec3 h3{
		font-size: 1em;
	}
	.sec3 ul{
		margin-bottom: 0;
	}
	.sec3 li{
		width: 50%;
		font-size: 0.75em;
		margin-bottom: 10%;
	}
}

