@charset "utf-8";

@media only screen and (max-width: 768px) {
	.aeroengine_page_title{
		height: 0;
		padding-top: 77%;
		background-image: url(../images/title_img_sp.jpg);
	}
	.aeroengine_page_title:before{
		content: none;
	}
	.aeroengine_page_title_inner{
		width: 100%;
		left: 0;
		top: auto;
		bottom: 0;
		transform: none;
		box-sizing: border-box;
		padding: 1em 0.8em;
		background-color: rgba(15,90,150,0.85);
	}
	.aeroengine_page_title_inner h2{
		font-size: 25px;
		width: 100%;
		display: block;
		text-shadow: none;
		margin: 0 auto 0.3em;
		padding: 0;
	}
	.aeroengine_page_title_inner p{
		font-size: 16px;
		margin: 0;
	}
	section.company p.flow_img{
		width: 100%;
	}
	#aero__body > section.company-map{
		margin: 2em auto;
	}
	#aero__body > section.company-map h3{
		font-size: 20px;
		line-height: 1.4;
	}
	section.company p{
		font-size: 16px;
		line-height: 1.8;
		margin-bottom: 1em;
	}
	#aero__body > section.company-map div.map{
		border: none;
	}
	#aero__body > section.company-map div.map > img{
		display: none;
	}
	#aero__body > section.company-map div.map dl.map-list{
		display: block;
		font-size: 14px;
	}
	#aero__body > section.company-map div.map dl.map-list dt{
		margin: 0 auto 1em;
		font-size: 16px;
		color: #2f4970;
	}
	#aero__body > section.company-map div.map dl.map-list dt::before{
		content: "";
		display: inline-block;
		width: 0;
		height: 0;
		margin: 0 0.3em 0 0;
		border-style: solid;
		border-width: 10px 5px 0 5px;
		border-color: #2f4970 transparent transparent transparent;
		transition: 0.4s;
	}
	#aero__body > section.company-map div.map dl.map-list dt.active::before{
		transform: rotate(180deg);
	}
	#aero__body > section.company-map div.map dl.map-list dd{
		display: none;
		width: 100%;
		margin: 0 auto 1em;
	}
	#aero__body > section.company-map p.caption{
		font-size: 14px;
	}
}
