.sec h3{
	font-size: 1.5em;
	color: #000;
	font-weight: bold;
}
.sec1{
	margin-bottom: 3.7%;/*53*/
}
.sec1 .img{
	margin-bottom: 3.43%;
}
.sec1 p{
	font-size: 1.125em;
	color: #000;
	line-height: 1.6;
	margin-bottom: 0.28em;
	text-indent: 2em;
}
.sec1 p:last-child{
	margin-bottom: 0;
}

.sec2{
	margin-bottom: 6.29%;/*90*/
}
.sec2 h3{
	margin-bottom: 4.55%;/*65*/
}
.sec2 table{
	width: 100%;
	font-size: 1.125em;
	line-height: 1.78;
	text-align: center;
}
.sec2 th{
	color: #fff;
	background-color: #c7000b;
	border-right: 1px solid #fff;
	padding: 0.44em 0;
}
.sec2 th:nth-child(1){
	width: 15%;
	border-left: 1px solid #c7000b;
}
.sec2 th:nth-child(2){
	width: 40%;
}
.sec2 th:last-child{
	border-right: 0 none;
}
.sec2 td{
	color: #000;
	border: 1px solid #999;
	padding: 0.833em 1.5em;
}
.sec2 tr:first-child td{
	border-top: 0 none;
}
.sec2 td p{
	font-size: inherit;
	color: inherit;
	text-align: justify;
	display: inline-block;
}



.sec3{
	margin-bottom: 5.245%;/*75*/
}
.sec3 h3{
	margin-bottom: 3.57%;/*51*/
}
.sec3 li{
	width: 18.1%;
	margin-right: 9.2%;
	display: inline-block;
	vertical-align: top;
}
.sec3 li:last-child{
	margin-right: 0;
}
.sec3 img{
	width: auto;
	height: 2.5em;	
}
.sec3 h5{
	font-size: 1.25em;
	color: #000;
	font-weight: 500;
	margin: 1.5em 0 1.2em;
}
.sec3 p{
	font-size: 1em;
	color: #000;
	line-height: 1.875;
}




.sec4{
	margin-bottom: 5.944%;/*85*/
}
.sec4 h3{
	margin-bottom: 2.03%;/*29*/
}
.sec4 p{
	font-size: 1.125em;
	color: #000;
	line-height: 1.56;
}
.sec4 p a{
	font-size: inherit;
	color: inherit;
}
@media only screen and (max-width:1024px){



	.sec1{
		margin-bottom: 10%;/*53*/
	}
	.sec1 .img{
		margin-bottom: 5%;
	}

	.sec2{
		margin-bottom: 10%;/*90*/
	}
	.sec2 h3{
		margin-bottom: 5%;/*65*/
	}
	.sec2 .table-box{
		overflow: auto;
		margin-right: -4vw;
		margin-left: -4vw;
	}
	.sec2 .table-box div{
		padding: 0 4%;
		width: 208vw;
	}
	.sec2 table{
		width: 200vw;
	}



	.sec3{
		margin-bottom: 5%;/*75*/
	}
	.sec3 h3{
		margin-bottom: 5%;/*51*/
	}
	.sec3 li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 5%;
	}
	.sec3 li:nth-child(even){
		margin-right: 0;
	}


	.sec4{
		margin-bottom: 15%;/*85*/
	}
	.sec4 h3{
		margin-bottom: 5%;/*29*/
	}

}