@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#main h2 {
	margin-bottom: 74px;
}

#main h3 {
	margin-bottom: 30px;
	font-size: 1.5em;
	color: #698900;
	font-weight: bold;
}

#main p {
	margin-bottom: 23px;
	font-size: 1.3em;
	line-height: 2.2;
}

#main .text {
	margin-bottom: 118px;
}

#main .text02 {
	margin-bottom: 135px;
}
#main .text02 a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

