@charset "utf-8";



/* company_unit
-----------------------------------*/
#company_unit{
	width: 100%;
	margin-bottom: 100px;
}
#company_unit header.page_title{
	margin-bottom: 63px;
}


#company_unit section.intro{
	width: 1000px;
	margin: 0 auto 49px auto;
}
#company_unit section.intro h3{
	text-align: center;
	margin-bottom: 8px;
}
#company_unit section.intro p{
	text-align: center;
}


#company_unit section.message{
	width: 100%;
	background: #e6e6e6;
	margin-bottom: 45px;
	padding: 42px 0 74px 0;
	position: relative;
}
#company_unit section.message h3{
	font-size: 138.5%;
	font-weight: bold;
	line-height: 1.1;
	width: 550px;
	margin: 0 auto 1px auto;
	padding: 0 380px 0 70px;
}
#company_unit section.message h3 span{
	font-size: 127.7%;
}
#company_unit section.message p{
	width: 550px;
	margin: 0 auto;
	padding: 0 380px 0 70px;
}
#company_unit section.message img{
	margin-left: 197px;
	position: absolute;
	left: 50%;
	bottom: 0;
}


#company_unit section.business{
	width: 849px;
	border-left: 1px dashed #999999;
	margin: 0 auto;
	padding: 89px 0 30px 0;
	position: relative;
}
#company_unit section.business:before{
	content: "";
	width: 66px;
	height: 44px;
	background: url("../../common/img/ico_10.png") no-repeat 0 0;
	display: block;
	position: absolute;
	left: 391px;
	top: -76px;
}
#company_unit section.business h3{
	position: absolute;
	left: -6px;
	top: 28px;
}
#company_unit section.business ul{
	width: 250px;
	float: left;
}
#company_unit section.business ul:nth-of-type(1){
	margin: 0 10px 0 26px;
}
#company_unit section.business ul li{
	list-style: none;
	background: url("../../common/img/ico_09.png") no-repeat 0 6px;
	padding-left: 11px;
}
#company_unit section.business ul li + li{
	margin-top: 4px;
}
#company_unit section.business img.image{
	position: absolute;
	left: 539px;
	top: 26px;
}