@charset "UTF-8";

/*--------------------------------------------------------------------
service.html
service.css
--------------------------------------------------------------------*/


/*------------NavContent---------------------------------------------------------------*/
div#NavContent ul li:nth-child(5) a { color: #d6b221; }
div#NavContent ul li:nth-child(6) a { color: #d6b221; }


/*------------Title---------------------------------------------------------------*/
div#Title { background-image:url(../../img/service/title_bg.jpg); }


/*------------List---------------------------------------------------------------*/
div.List {
	width: 960px;
	margin: 35px auto 80px;
}
div.List:nth-last-of-type(1) { margin-bottom: 0; }
div.List p + p { font-size: 1.25em; }
div.List dl { margin: 0.6em auto 0; }
div.List dl dt {
	margin-bottom: 10px;
	font-size: 1.25em;
}


/*------------Bg---------------------------------------------------------------*/
div.BgBox { padding: 60px 0 120px; }
div.BgBox h3 {
	margin-bottom: 40px;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.04em;
	font-size: 1.5em;
	font-weight: bolder;
}
div.Bg01 {
	background: #fff4d5 url(../../img/parts/bg_be.png) repeat left top;
	margin-bottom: 80px;
}


/*------------ListTxt---------------------------------------------------------------*/
div.ListTxt {
	width: 640px;
	margin: 0 auto;
}
div.ListTxt h4 {
	margin-bottom: 0.6em;
	text-align: center;
	font-size: 1.5em;
	font-weight: bolder;
}


/*------------List02---------------------------------------------------------------*/
div.List02 ul {
	width: 100%;
	margin-bottom: -80px;
	list-style: none;
	overflow: hidden;
}
div.List02 ul li {
	width: 450px;
	margin-bottom: 80px;
	float: left;
}
div.List02 ul li:nth-child(even) { float: right; }
div.List02 ul li.BgTxt { color: #fff; }
div.List02 ul li.BgTxt h4 {
	margin-bottom: 0.5em;
	padding-top: 40px;
	text-align: center;
	font-size: 2em;
}
div.List02 ul li#BgTxt02 h4 { padding-top: 80px; }
div.List02 ul li.BgTxt h4 + p {
	padding: 0 55px;
	line-height: 1.8;
	font-size: 1.12em;
}
div.List02 ul li#BgTxt01 { background-color: #947e94; }
div.List02 ul li#BgTxt02 { background-color: #809f3f; }