@charset "UTF-8";


#c01,
#c02,
#c03,
#c04 {
	clear: both;
	width: 100%;
	margin: 0px auto;
	padding: 50px 0;
	position: relative;
}

#c01 .green {
	background-color: #E7F79F;
	width: 100%;
	height: 306px;
	position: absolute;
	left: -100px;
	z-index: 0;
}

#c02 .box {
	clear: both;
	margin-bottom: 70px;
}
#c02 .box .num {
	background-color: #6ABC00;
	color: white;
	font-size: 27px;
	text-align: center;
	border-radius: 50%;
	width: 52px;
	height: 52px;
	line-height: 52px;
	display: inline-block;
}

#c02 .box .how {
	font-size: 27px;
	color: #6ABC00;
	letter-spacing: 3px;
	font-weight: bold;
	display: inline-block;
	padding-left: 10px;
	padding-bottom: 20px;
}

#c02 .box .flL {
	width: 40%;
	display: block;
	float: left;
}

#c02 .box .flR {
	width: 58%;
	float: right;
}
#c02 .box table {
	width: 100%;
}
#c02 .box table.n1 td {
	background-color: #E7F79F;
	text-align: center;
	padding: 30px 5px;
	font-size: 16px;
	border-left: 15px solid #fff;
	border-bottom: 15px solid #fff;
}

#c02 .box table td span {
	font-size: 27px;
		color: #6ABC00;
		display: block;
}

#c02 .box ul {
	position: relative;
	left: 15px;
	top: 45px;
}
#c02 .box table.n3 {
	margin-top: 15px;
}
#c02 .box table.n3 td {
	background-color: #E7F79F;
	text-align: center;
	padding: 20px 25px;
	font-size: 16px;
	border-right: 15px solid #fff;
	border-bottom: 15px solid #fff;
	vertical-align: top;
text-align: left;
width: 50%;
}

#c02 .box table.n3 span {

}

@media screen and ( max-width:60em ) { 

	#c01,
	#c02 { 
		width: auto;
		padding-top: 0;
	}

	#c01 .green {
		display: none;
	}
	
	#c01 .center {
		background-color: #E7F79F;
		padding: 50px 25px;
	}

	#c02 .box {
		margin: 0 auto 70px;
	}
	
	#c02 .box .num {
		font-size: 27px;
		text-align: center;
		border-radius: 50%;
		width: 52px;
		height: 52px;
		line-height: 52px;
		margin-left: 25px;
		display: block;
		margin: 0 auto;
	}

	#c02 .box .how {
		font-size: 22px;
		padding: 20px 0 10px;
		text-align: center;
		display: block;
	}
	
	#c02 .box .herf {
		margin: 0 25px 20px;
	}


	#c02 .box .flL {
		width: auto;
		display: block;
		float: none;
	}
	
	#c02 .box .flL p {
		width: auto;
		display: block;
		float: none;
	}

	#c02 .box .flR {
		width: auto;
		float: none;
		text-align: center;
	}
	
	#c02 .box .flR img {
		width: 100%;
		max-width: 400px;
		height: auto;
	}
	
	#c02 .box table {
		width: 100%;
	}
	
	#c02 .box p {
		margin: 0 25px;
	}
	
	#c02 .box table.n1 td {
		display: block;
		padding: 30px 5px;
		border-right: 15px solid #fff;
	}

	#c02 .box ul {
		left: auto;
		top: auto;
		margin: 0 25px;
	}
	
	#c02 .box table.n3 {
		margin-top: 15px;
	}
	
	#c02 .box table.n3 td {
		display: block;
		border-left: 15px solid #FFF;
		width: auto;
	}
	
	#c02 .box table td span {
		font-size: 22px;
		text-align: center;
		margin-bottom: 10px;
	}
	
}