@charset "utf-8";
/* CSS Document */

.main {
	height: 278px;
	position: relative;
	background: url("../images/contents/main.jpg") no-repeat;
}

.main h1 {
	font-size: 50px;
	font-weight: bold;
	line-height: 100%;
	position: absolute;
	left: 110px;
	top: 85px;
	color: #FFF;
}

.main h1 span {
	font-size: 25px;
	display: block;
}

.content01 {
	background: url("../images/company/back1.png") no-repeat top left;
	padding: 130px 0 0;
}

.content01 .subtext {
	font-size: 18px;
	line-height: 200%;
}

.content01 ul {
	margin-top: 120px;
	text-align: center;
}

.content01 ul li {
	display: inline-block;
	vertical-align: top;
	width: 330px;
	margin: 0 13px;
}

.content01 ul li h2 {
	background: url("../images/contents/waku.png") no-repeat;
	font-size: 20px;
	color: #0A1F31;
	text-align: center;
	line-height: 100%;
	padding: 46px 0;
	width: 100%;
}

.content01 ul li p {
	margin-top: 20px;
	line-height: 180%;
	text-align: left;
	font-size: 16px;
}


.content02 {
	height: 400px;
	background: url("../images/common/back3.png") no-repeat right top;
	margin-top: 50px;
	position: relative;
}


