@charset "UTF-8";

/*--------------------------------------------------------------------
service.html
service.css
--------------------------------------------------------------------*/


/*------------Title---------------------------------------------------------------*/
div#Title { background-image:url(../../img/service/title_bg.jpg); }


/*------------List---------------------------------------------------------------*/
div.List {
	width: 96%;
	margin: 35px auto 80px;
}
div.List:nth-last-of-type(1) { margin-bottom: 0; }
div.List p + p {
	padding-left: 1em;
	text-indent: -1em;
	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: 96%;
	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: 100%;
	margin-bottom: 80px;
}
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.BgTxt h4 + p {
	padding: 0 55px 40px;
	line-height: 1.8;
	font-size: 1.12em;
}
div.List02 ul li#BgTxt01 {
	background-color: #947e94;
	margin-bottom: 0;
}
div.List02 ul li#BgTxt02 {
	background-color: #809f3f;
	margin-bottom: 0;
}