@charset "utf-8";
/*------------------------------------------------------------
	corporate
------------------------------------------------------------*/
.pageTitle:before {
	background-image: url("../img/mission/page_title_bg.jpg");
}
#main .headLine01 {
	margin-bottom: 52px;
}
#main .content {
	width: 780px;
}
#main .photoImg {
	margin-bottom: 52px;
	text-align: center;
}
#main .headLine04 {
	margin-bottom: 32px;
	font-size: 2.4rem;
}
#main p {
	margin: 0 60px;
	line-height: 2.2;
	text-align: justify; 
	text-justify:inter-ideograph;
}
@media all and (max-width: 896px) {
	#main .headLine01 {
		margin-bottom: 26px;
	}
	#main .content {
		width: auto;
	}
	#main .photoImg {
		margin-bottom: 26px;
	}
	#main .headLine04 {
		margin-bottom: 20px;
		font-size: 1.8rem;
	}
	#main p {
		margin: 0;
		line-height: 1.8;
	}
}