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

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

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

#conts h5 {
	margin: 15px 0;
}

#conts h3.mT40 {
	margin-top: 40px;
}

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

#conts p.mB10 {
	margin-bottom: 10px;
}

#conts p.mT15 {
	margin-top: 15px;
}

#conts p.red {
	margin-bottom: 40px;
	color: #F00;
}

