@charset "utf-8";

/*------------------------------------------------------------
	staff
------------------------------------------------------------*/

#gNavi li:nth-child(4) a {
	background: #CC0000;
}

#conts .secBox {
	margin-bottom: 31px;
	padding: 32px 42px 43px 28px;
	color: #000;
	background: #fff;
}

#conts .secBox:last-child {
	margin-bottom: 0;
}

#conts .nameBox {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

#conts .nameBox h3 {
	font-size: 2.5em;
}

#conts .nameBox h3 span {
	margin-left: 15px;
	font-size: 0.7em;
	font-weight: normal;
}

#conts .nameBox p {
	float: left;
	margin-right: 20px;
	font-size: 2.0em;
}

#conts .nameBox p::before {
	content: "■";
	color: #ccc;
}

#conts .textBox h4 {
	margin-bottom: 5px;
	font-size: 2.5em;
	font-weight: normal;
}

#conts .textBox h4::before {
	content: "■";
	color: #8fc31f;
}

#conts .textBox p {
	font-size: 1.8em;
	line-height: 2;
	text-align: justify;
}

#conts .textBox p:not(:last-child) {
	margin-bottom: 50px;
}
