@charset "UTF-8";
#content:after, #content .select_box:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* -------------------------- */
/* clumb */
/* -------------------------- */
.clumb ul.inbox li {
	display: inline-block;
	color: #323232;
}
.clumb ul.inbox li a {
	color: #0575ad;
}
/* -------------------------- */
/* lead */
/* -------------------------- */

.lead {
	padding: 80px 0 0;
}
.lead p {
	margin-bottom: 30px;
}
.constructionList {
	list-style: none;
}
.constructionList li {
	display: inline-block;
	width: 142px;
	background: url(../images/common/arrow_bottom_g.png) no-repeat left center;
	margin-bottom: 15px;
	padding-left: 22px;
	line-height: 1.5;
}
.constructionList li:nth-of-type(6) {
	width: 100px;
}
.constructionList li:nth-of-type(7) {
	width: 206px;
}
/* -------------------------- */
/* construction */
/* -------------------------- */

.construction {
	margin-top: 70px;
	padding: 50px 0 70px;
	background: #fcfbee;
}
.constructionBox {
	margin-top: 60px;
	padding-top: 2em;
	background: #fff;
	border-radius: 10px;
}
.constructionBox:first-child {
	margin-top: 0;
}
.constructionBox h3 {
	margin: 0 1.5em 1em;
	color: #76a93f;
	font-size: 1.2em;
	font-weight: bold;
}
.constructionBox p {
	margin: 0 1.5em 30px;
}
.constructionBox .flexslider {
	margin: 0;
	border: 0;
}
.constructionBox .flexslider .slides li {
}
.constructionBox .flexslider .slides img {
	width: 100% !important;
	height: auto;
}
.constructionBox .flex-direction-nav {

}

@media screen and (max-width: 1034px) {
/* -------------------------- */
/* lead */
/* -------------------------- */

.lead {
	padding: 20px 0 0;
}
.constructionList li, .constructionList li:nth-of-type(6), .constructionList li:nth-of-type(7) {
	width: 50%;
	float: left;
}
/* -------------------------- */
/* construction */
/* -------------------------- */

.construction {
	margin-top: 40px;
	padding: 30px 0 40px;
}
.constructionBox {
	margin-top: 60px;
	padding-top: 1.4em;
}
.constructionBox h3 {
	margin-bottom: 15px;
	font-size: 1.2em;
}
.constructionBox p {
	margin-bottom: 15px;
}
}
