@charset "utf-8";
@import "../../../css/common/0-import.css";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#conts h2 {
	margin-bottom: 15px;
	margin-top: 16px;
}

#conts h4 {
	margin: 20px 0 10px 0;
}

#conts h3 {
	margin: 25px 0 15px 0;
}

#conts h5 {
	margin: 20px 0 10px 0;
}

#conts p {
	color: #333;
	line-height: 1.7;
	margin: 0 0 13px 0;
}

#conts p.red {
	color: #f00;
}

#conts p.margin {
	margin: 0;
}

#conts p.margin02 {
	margin: 15px 0 0 0;
}

#conts span {
	font-weight: bold;
}

#conts strong {
	line-height: 1.7;
 	color: #007c22;
}

