@charset "utf-8";


.aeroengine_page_title{
	position: relative;
	width: 100%;
	height: 470px;
	background: url(../images/title_img.jpg) no-repeat 50% 0;
	background-size: cover;
}
.aeroengine_page_title_inner{
	position: absolute;
	top: 0;
	left: 50%;
	width: 920px;
	margin: 0 auto;
	transform: translate(-50%, 0);
}
.aeroengine_page_title_inner h2{
	font-size: 50px;
	margin: 1em 0 0.2em 0;
	padding: 0;
	line-height: 1;
	color: #fff;
}
.aeroengine_page_title_inner p{
	font-size: 18px;
	line-height: 1.8;
	color: #fff;
}

section.company p{
	font-size: 18px;
	line-height: 1.8;
	margin: 2em 0;
}
section.company p.flow_img{
	width: 100%;
	max-width: 920px;
	height: auto;
	margin: 2em auto;
}

#aero__body > section.company-map{
	margin: 5em auto;
}
#aero__body > section.company-map h3{
	font-size: 28px;
	line-height: 1;
	margin: 0 0 0.5em;
}
#aero__body > section.company-map p{
	font-size: 16px;
	margin: 0 0 0.5em;
}
#aero__body > section.company-map p.caution{
	font-size: 14px;
	color: #999999;
}
#aero__body > section.company-map div.map{
	border: 3px solid #bed9e7;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 1em;
}
#aero__body > section.company-map div.map img{
/*	cursor: zoom-in; */
}
#aero__body > section.company-map div.map dl.map-list{
	display: none;
}
