@charset "UTF-8";

/* STORY BLOCK
----------------------------------------------------- */
@media screen and (min-width: 641px) {
	#slide02{
	margin-bottom:30px;
}
#slide03{
	margin-bottom:30px;
}
}
#story h3{
	color:#0d724c;
	font-family: ryo-display-plusn,serif;
	font-weight:700;
	font-size:20px;
	margin-bottom:15px;
	text-align:center;
	width:50%;
	float:left;
	padding-top:80px;
	line-height:1.8;
	margin-top:40px;
}
#story .txtBlock{
	width:50%;
	float:left;
	padding:30px 30px 0 30px;
	margin-top:40px;
	margin-bottom:80px;
}
#story p{
	margin-bottom:15px;
}

@media screen and (max-width: 640px) {
	#story h3{
	font-weight:700;
	font-size:16px;
	margin-bottom:0px;
	letter-spacing:-0.5px;
	text-align:center;
	width:100%;
	float:none;
	padding:9% 3% 5% 3%;
	line-height:1.8;
	margin-top:0px;
	}
	#story .txtBlock{
	width:100%;
	float:none;
	padding:5% 8%;
	margin-top:0px;
	margin-bottom:0px;
	}
	#story p{
	margin-bottom:15px;
	}

}