.sec2{
	padding: 3.36% 0 6.7%;/*48 0 96*/
}
.sec2 p{
	font-size: 1.125em;
	color: #000;
	line-height: 1.56;
	text-indent: 2em;
}
.sec2 ul{
	margin-top: 4.2%;
}
.sec2 li{
	display: inline-block;
	vertical-align: top;
	margin-bottom: 2.8%;
}
.sec2 ul.col3 li{
	width: 28.4%;
	margin-right: 7.4%;
}
.sec2 ul.col3 li:nth-child(3n){
	margin-right: 0;
}
.sec2 ul.col4 li{
	width: 21.685%;
	margin-right: 4.42%;
}
.sec2 ul.col4 li:nth-child(4n){
	margin-right: 0;
}
.sec2 li:last-child{
	margin-right: 0!important;
}
.sec2 li img{
	width: auto;
	height: 2em;
	margin-bottom: 1.5em;
}
.sec2 h5{
	font-size: 1.375em;
	color: #c7000b;
	font-weight: bold;
	line-height: 1.5;
}
.sec2 li p{
	margin-top: 0.875em;
	text-indent: 0;
}

@media only screen and (max-width:1024px){
	.sec2{
		padding: 8% 0 10%;/*48 0 96*/
	}
	.sec2 ul{
		margin-top: 10%;
	}
	.sec2 li{
		margin-bottom: 5%;
	}
	.sec2 ul.col3 li{
		width: 48%;
		margin-right: 4%;
	}
	.sec2 ul.col3 li:nth-child(3n){
		margin-right: 4%;
	}
	.sec2 ul.col4 li{
		width: 48%;
		margin-right: 4%;
	}
	.sec2 ul.col3 li:nth-child(even),.sec2 ul.col4 li:nth-child(even){
		margin-right: 0;
	}

}