main > h2{
	margin:0 auto 80px;
}
/*--------------------*/
section{
	width:90%;
	max-width:1040px;
	margin:0 auto 100px;
	text-align:left;
	line-height:200%;
}
section:last-child{
	width:90%;
	max-width:1040px;
	margin:0 auto;
	text-align:left;
	line-height:200%;
}
section h3{
	margin:0 auto 82px;
	text-align:center;
	font-size:42px;
	font-weight:600;
	line-height:1;
}
section h3 span{
	display:block;
	margin:0 auto 20px;
	font-size:18px;
	color:#9EBD3D;
}
/*--------------------*/
.lead{
	text-align:left;
	line-height:250%;
}
/*--------------------*/
.advantage ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.advantage ul li{
	margin:0 0 70px 0;
}
.advantage ul li:nth-of-type(odd){
	width:66.34%;
}
.advantage ul li:nth-of-type(even){
	width:29%;
	padding:70px 0 0;
	text-align:left;
}
.advantage ul li:nth-of-type(odd) img{
	width:100%;
}
/*--------------------*/
.haccp{
	text-align:left;
}
section.haccp h3{
	margin:0 auto 30px;
}
.haccp h4{
	margin:0 auto 30px;
	line-height:150%;
	font-size:28px;
	color:#206139;
}
.haccp ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:0 auto 50px;
}
.haccp ul li:nth-of-type(odd){
	width:57.69%;
}
.haccp ul li:nth-of-type(even){
	width:42.31%;
	text-align:center;
}
.haccp ul li:nth-of-type(odd) img{
	width:100%;
}
a.btn {
    width: 300px;
    padding: 12px 0 0 0;
    margin: 25px auto 0;
    text-align: center;
}
/*--------------------*/
.strategy ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.strategy ul li{
	min-height:220px;
	margin:0 0 45px;
}
.strategy ul li:nth-of-type(odd){
	width:150px;
}
.strategy ul li:nth-of-type(even){
	width:82.21%;
}
.strategy ul li:nth-of-type(odd) img{
	width:100%;
}
.strategy ul li h5{
	display:flex;
	align-items:center;
	margin:18px auto 20px;
	padding:25px 0 25px 35px;
	line-height:1;
	font-size:28px;
	border:1px solid #B6D453;
	border-radius:40px 0 0 40px; 
	color:#206139;
}
.strategy ul li h5 span{
	letter-spacing:-1px;
}
.strategy ul li p{
	padding:0 0 0 35px;
}

@media screen and (max-width: 980px) {
	section h3{
		margin:0 auto 50px;
		font-size:34px;
	}
	section h3 span{
		margin:0 auto 15px;
		letter-spacing:-1px;
	}
	/*--------------------*/
	.advantage ul li{
		margin:0 0 40px;
	}
	.advantage ul li:nth-of-type(odd){
		width:100%;
	}
	.advantage ul li:nth-of-type(even){
		width:100%;
		padding:0;
	}
	/*--------------------*/
	.haccp ul li:nth-of-type(odd){
		width:100%;
		margin:0 0 40px;
	}
	.haccp ul li:nth-of-type(even){
		width:100%;
	}
	a.btn {
		width: 80%;
		padding: 12px 0 0 0;
		margin: 40px auto 0;
	}
	/*--------------------*/
	.strategy ul {
		justify-content:center;
	}
	.strategy ul li{
		min-height:auto;
		margin:0 0 40px;
	}
	.strategy ul li:nth-of-type(odd){
		width:50%;
		margin:0;
		text-align:center;
	}
	.strategy ul li:nth-of-type(even){
		width:100%;
	}
	.strategy ul li h5{
		padding:10px 0 10px 35px;
		line-height:1.3;
		letter-spacing:-1px;
		border-radius:50px 0 0 50px; 
	}
}
