@charset "UTF-8";
@import "../../include/css/common.pc.css";

/* ---------------------------------------------------------
	CSS Document container
--------------------------------------------------------- */

#container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

/* ---------------------------------------------------------
	CSS Document title
--------------------------------------------------------- */

.title {
	height: 120px;
	margin-bottom: 40px;
	padding: 0 20px;
	border: solid 1px #ccc;
	background: url(../../include/images/bg-h2.jpg) no-repeat right;
	font-size: 0;
	line-height: 120px;
}

.title h2 {
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
	font-size: 27px;
	line-height: 1.2;
}

/* ---------------------------------------------------------
	CSS Document haisou_summary
--------------------------------------------------------- */

.haisou_summary {
	margin-bottom: 50px;
}

.haisou_summary h3 {
	margin-bottom: 20px;
	padding-bottom: 20px;
	background: url(../../include/images/bg-title01.jpg) repeat-x left bottom;
	font-weight: normal;
	font-size: 22px;
	line-height: 1.2;
	color: #4eba6f;
}

.haisou_summary h4 {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: solid 1px #ccc;
	font-size: 19px;
	line-height: 30px;
}

.haisou_summary p+ h4 {
	margin-top: 30px;
}

.haisou_summary h4 span {
	display: inline-block;
	vertical-align: top;
	height: 30px;
	margin-right: 10px;
	padding: 0 10px;
	background: #4eba6f;
	text-align: center;
	font-weight: normal;
	font-size: 17px;
	line-height: 30px;
	color: #fff;
}

.haisou_summary p {
	margin-bottom: 20px;
}

.haisou_summary div.f_right {
	width: 850px;
	overflow: hidden;
}

.haisou_summary div.f_right ol li {
	margin-left: 1.4em;
	list-style: decimal;
}

/* ---------------------------------------------------------
	CSS Document category_service
--------------------------------------------------------- */

.category_service {
	margin-bottom: 25px;
	text-align: center;
	font-size: 0;
}

.category_service dl {
	display: inline-block;
	vertical-align: top;
	width: 329px;
	margin-right: 6px;
	padding: 10px;
	border: solid 1px #929292;
	text-align: left;
}

.category_service dl:last-of-type {
	margin-right: 0;
}

.category_service dt {
	display: inline-block;
	vertical-align: middle;
	width: 74px;
	margin-right: 20px;
}

.category_service dd {
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.4;
	color: #0f70ac;
}

.category_service dd span {
	display: block;
}

.category_service dd span:nth-of-type(2) {
	font-size: 16px;
}

/* ---------------------------------------------------------
	CSS Document box05
--------------------------------------------------------- */

.box05 {
	padding: 20px;
	background: url(../../include/images/bg-box05.jpg) top;
}

.box05 .innbox {
	padding: 20px 25px;
	border: solid 2px #4eba6f;
	background: #fff;
}

.box05 h3 {
	font-weight: bold;
	font-size: 20px;
	color: #4eba6f;
}

.box05 h3:not(:first-child) {
	margin-top: 30px;
}

.box05 p:not(:first-child) {
	margin-top: 15px;
}

.box05 h3 + p:not(:first-child) {
	margin-top: 5px;
}
