@charset "utf-8";
/*mainview*/
.company{
	width: 100%;
	height: 273px;
	background-image: url(../images/mainview_company.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}
.company h1{
	text-indent: -9999px;
	background-image: url(../images/mainview_company_title.png);
	background-repeat: no-repeat;
	width:608px;
	height: 111px;
	margin: 0 auto;
	position: relative;
	top:40%;
}

/*management*/
.management{
	background-color: #fafafa;
	padding: 50px 0 70px;
}
.management h2{
	background-image: url(../images/Management_title.png);
	width:451px;
	height: 29px;
}
.management h3{
	float: left;
	font-size: 26px;
	font-family: "a-otf-ryumin-pr6n","serif";
	line-height: 1.6;
	margin: 60px 0 0 0;
}
.management h3 span{
	font-size: 40px;
	font-weight: bold;
	line-height: 1.8;
	padding: 25px 0;
	display: inline-block;
}
.management img{
	margin: 0 auto 65px;
}
.management dl{
	clear: both;
}
.management dt{
	font-family: "a-otf-ryumin-pr6n","serif";
	font-size: 26px;
	letter-spacing: 1px;
	border-bottom: solid 3px #225d45;
	width:425px;
	text-align: center;
	margin: 0 auto 35px;
	padding: 0 0 10px;
}
.management dt span{
	color: #225d45;
}
.management dd{
	float: left;
	background-image: url(../images/Management_back.png);
	background-repeat: no-repeat;
	width:176px;
	height: 176px;
	margin: 0 55px 0 0;
	color: #ffffff;
	position: relative;
	line-height: 1.8;
	text-align: center;
	vertical-align: middle;
}
.management dd span{
	display: block;
	font-size: 36px;
}
.management dd:last-of-type{
	margin: 0;
}
.management dd::after{
	content: url(../images/Management_back2.png);
	width:15px;
	height: 15px;
	display: block;
	position: absolute;
	top:70px;
	left: 196px;
}
.management dd:last-of-type::after{
	content: none;
}

/*outline*/
.outline {
	padding: 50px 0 70px;
}
.outline h2{
	background-image: url(../images/Outline_title.png);
	width:254px;
	height: 26px;
}
.outline h3{
	font-family: "a-otf-ryumin-pr6n","serif";
	border-bottom: solid 3px #225d45;
	width:150px;
	padding: 0 0 5px;
	margin: 0 0 20px;
}
.outline01{
	background-color: #dce1e3;
	border-bottom: solid 1px #4d4d4d;
	margin: 0 0 35px;
}
.outline01 dt{
	float: left;
	width:150px;
	padding: 13px 10px;
	border-top: solid 1px #4d4d4d;
}
.outline01 dd{
	margin: 0 0 0 150px;
	background-color: #f6f5f1;
	padding: 13px 10px;
	border-top: solid 1px #4d4d4d;
	line-height: 1.4;
}
.outline01 dd ul{
	padding: 0 0 0 27px;
}
.outline01 dd li{
	margin-bottom: 13px;
	line-height: 1.4;
	list-style-type: decimal;
	list-style-position: outside;
}

.outline02{
	width:550px;
}
.outline02 h3{
	width:150px;
	padding: 0 0 5px;
	margin: 0 0 20px;
	border-bottom: solid 3px #22515d;
}
.outline02 li{
	padding: 0 0 0 15px;
	background-image: url(../images/outline_mark.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.outline03{
	width:550px;
}
.outline03 h3{
	width:150px;
	padding: 0 0 5px;
	margin: 0 0 20px;
	border-bottom: solid 3px #4d4d4d;
}
.outline03 ul{
	float: left;
	margin: 0 35px 0 0;
}
.outline03 li{
	padding: 0 0 0 15px;
	background-image: url(../images/outline_mark2.png);
	background-repeat: no-repeat;
	background-position: left center;
}

/*access*/
.access{
	background-color: #fafafa;
	padding: 50px 0 70px;
}
.access h2{
	background-image: url(../images/Accsess_title.png);
	width:303px;
	height: 26px;
}
.access dt{
	font-size: 22px;
	font-family: "a-otf-ryumin-pr6n","serif";
	width:150px;
	padding: 0 0 5px;
	margin: 0 0 20px;
}
.access dd{
	margin: 0 0 10px;
}
.access dd iframe{
	margin: 20px 0 0;
}
.access01 dt{
	border-bottom: solid 3px #225d45;
}
.access02 dt{
	border-bottom: solid 3px #22515d;
}

@media (min-width:641px){
	.company{
	background-size: cover;
	}
	/*management*/
	.management h3{
	float: left;
	margin: 60px 0 0 0;
	}
	.management img{
	float: right;
	}
	.management dd{
	font-size: 18px;
	}
	.management dd span{
	margin: 15px 0;
	}
	
	/*outline*/
	.outline h3{
	font-size: 22px;
	}
	.outline02{
	float: left;
	height: 170px;
	}
	.outline03{
	float: right;
	height: 170px;
	}
	.outline02 li,.outline03 li{
	margin: 0 0 10px;
	}

	.outline03 ul:last-child{ margin: 0; }
	
	/*access*/
	.access01{
	float: left;
	width:500px;
	}
	.access02{
	float: right;
	width:500px;
	}
	.access dd iframe{
	width:500px;
	height: 300px;
	}
}

@media (max-width:640px){
	/*management*/
	.management h3{
	margin: 60px auto 35px 25px;
	}
	.management img{
	display: block;
	}
	.management dt{
	font-weight: bold;
	}
	.management dd{
	margin-bottom: 35px;
	font-size: 22px;
	}
	.management dd:nth-of-type(1){
	margin: 0 55px 0 85px;
	}
	.management dd span{
	margin: 5px 0 10px;
	font-size: 34px;
	}
	
	/*outline*/
	.outline h3{
	font-size: 26px;
	}
	.outline01{
	font-size: 22px;
	}
	.outline02{
	margin: 0 auto 65px;
	font-size: 22px;
	}
	.outline03{
	margin: 0 auto;
	font-size: 22px;
	}
	.outline02 li,.outline03 li{
	margin: 0 0 18px;
	}
	
	/*access*/
	.access dt{
	font-size: 24px;
	font-weight: bold;
	}
	.access dd{
	font-size: 22px;
	}
	.access01{
	margin: 0 auto 70px;
	width:620px;
	}
	.access02{
	margin: 0 auto;
	width:620px;
	}
	.access dd iframe{
	width:620px;
	height: 400px;
	}
}