.bs_sec01{
	margin-top: 50px;
	margin-bottom: 100px;
}
.bs_wrap{
	padding: 60px 100px;
	opacity: 0;
	-webkit-transform: translateX(100px);
	transform: translateX(100px);
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
}
.fadeInRight{
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.bs_wrap:nth-child(2n-1){
	background: #f0ffd8;
}
.bs_box_L{
	width: 300px;
	text-align: center;
}
.bs_icon{
	display: inline-block;
}
.bs_box_ttl{
	font-size: 27px;
	color: #36913e;
	margin-top: 20px;
	text-align: center;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.bs_box_R{
	width: 720px;
}
.bs_R_ttl{
	font-size: 27px;
	color: #36913e;
	font-weight: bold;
	margin-bottom: 20px;
}
.bs_R_inner_wrap{
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: 24px;
}
.bs_R_inner_box{
	width: 160px;
	height: 80px;
	background: #73bd00;
	color: #fff;
	border-radius: 10px;
	margin-right: 26px;
	line-height: 1.5em;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}
.bs_R_inner_box:nth-child(4n){
	margin-right: 0;
}
.bs_R_inner_box:nth-child(n+5){
	margin-top: 25px;
}

@media(max-width:1280px) and (min-width:760px){
	.bs_sec01{
		max-width: 100%;
		overflow-x: hidden;
	}
}
@media only screen and (max-width:760px) {
	.bs_wrap{
		padding: 50px 10px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.bs_box_L,.bs_box_R{
		width: 100%;
	}
	.bs_box_L{
		margin-bottom: 30px;
	}
	.bs_R_ttl{
		font-size: 20px;
		line-height: 1.5em;
	}
	.bs_R_inner_wrap{
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.bs_R_inner_box,.bs_R_inner_box:nth-child(4n),.bs_R_inner_box:nth-child(n+5){
		margin: 5px;
		width: 120px;
	}
}





.fe_sec01{
	margin-top: 50px;
	margin-bottom: 150px;
}
.center{
	text-align: center;
}