@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;
		transform: none;
	}
	.aeroengine_page_title_inner h2{
		font-size: 25px;
		width: 100%;
		display: block;
		box-sizing: border-box;
		text-shadow: none;
		background-color: rgba(0,0,0,0.3);
		margin: 0 auto;
		padding: 1em 0.8em;
	}
	section.dream h3{
		font-size: 23px;
	}
	section.dream p{
		font-size: 16px;
		line-height: 1.8;
		margin-bottom: 1em;
	}
}
