@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main p {
	margin-bottom: 37px;
	letter-spacing: 0.05em;
	line-height: 2.25;
	text-align: justify;
}
#main p:last-child {
	margin-bottom: 0;
}
#main .mainConts .headLine01 {
	padding-bottom: 10px;
}
@media all and (max-width: 896px) {
	#main p {
		margin-bottom: 23px;
		line-height: 1.5;
	}
	#main .mainConts .headLine01 {
		padding-bottom: 3px;
	}
}