/*if1_s01*/
.if1_s01 .row {
	margin: 0 -5px;
	margin-top: 20px;
}
.if1_s01 .row > li{
	padding: 0 5px;
}
.if1_s01 .sp_box {
	border: 5px solid #eee;
	padding: 30px 15px;
	text-align: center;
	margin-bottom: 10px;
}
.if1_s01 .sp_box h4 {
	font-size: 18px;
	line-height: 1em;
	color: #1e1e1e;
	font-weight: 600;
	margin-bottom: 5px;
}
.if1_s01 .sp_box p {
	font-size: 14px;
	line-height: 1em;
	color: #1e1e1e;
	font-weight: 400;
	margin-bottom: 0px;
}
@media (max-width:768px){
	.if1_s01 .sp_box {
		padding: 20px 5px;
	}
	.if1_s01 .sp_box h4 {
		font-size: 12px;
	}
	.if1_s01 .sp_box p {
		font-size: 11px;
	}
}