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

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual {
	background-image: url(../images/visual.png);
}

/* ---------------------------------------------------------
	CSS Document service
--------------------------------------------------------- */

#service h3 {
	padding-bottom: 20px;
	font-weight: 500;
	font-size: 24px;
	line-height: 1;
	position: relative;
}

#service h3:after {
	content: '';
	width: 140px;
	height: 1px;
	background: #58b7b4;
	margin-left: -70px;
	position: absolute;
	bottom: 0;
	left: 50%;
}

#service dl {
	width: 485px;
	margin-top: 30px;
	padding: 30px 30px 30px 116px;
	background-color: #efe8e2;
	background-repeat: no-repeat;
	background-position: 18px 18px;
	text-align: left;
}

#service dt {
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 1;
	color: #078b87;
}

/* ---------------------------------------------------------
	CSS Document corporate
--------------------------------------------------------- */

#corporate h3 {
	margin-top: 70px;
}

#corporate dl.nth1 {
	background-image: url(../images/corporate_01.png);
}

#corporate dl.nth2 {
	background-image: url(../images/corporate_02.png);
}

#corporate dl.nth3 {
	background-image: url(../images/corporate_03.png);
}

#corporate dl.nth4 {
	background-image: url(../images/corporate_07.png);
}

#corporate dl.nth5 {
	background-image: url(../images/corporate_04.png);
}

#corporate dl.nth6 {
	background-image: url(../images/corporate_05.png);
}

/* ---------------------------------------------------------
	CSS Document private
--------------------------------------------------------- */

#private {
	margin-top: 100px;
}

#private dl.nth7 {
	background-image: url(../images/private_01.png);
}

#private dl.nth8 {
	background-image: url(../images/private_02.png);
}

/* ---------------------------------------------------------
	CSS Document private
--------------------------------------------------------- */

#trouble h3 {
	margin: 100px 0 30px;
}
