@charset "utf-8";
/*------------------------------------------------------------
	about
------------------------------------------------------------*/
#main .pageTitle {
	background-image: url(../img/about/page_bg.jpg);
}
#main .messageBox {
	margin-bottom: 84px;
}
#main .messageBox .photo {
	float: left;
}
#main .messageBox .textBox {
	margin: 50px 0 0 -60px;
	padding: 56px 0 30px 61px;
	width: 600px;
	float: right;
	background-color: #fff;
	box-sizing: border-box;
}
#main .messageBox .textBox p {
	line-height: 2;
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}
#main .messageBox .headLine02 {
	margin-bottom: 40px;
	color: #1a1a1a;
	text-align: left;
}
#main .messageBox .headLine02::after {
	left: 0;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
#main .messageBox p.name {
	margin: 38px 2px 0 0;
	text-align: right;
	text-justify: inherit;
	-ms-text-justify: inherit;
}
#main .messageBox p.name img {
	margin: -13px 0 0 20px;
	display: inline-block;
	vertical-align: middle;
}
#main .philosophyBox .centerTxt {
	font-size: 2.4rem;
	line-height: 1.75;
}
#main .philosophyBox {
	margin-bottom: 115px;
}
#main .historyBox .headLine02 {
	margin-bottom: 56px;
}
#main .historyBox .textBox p {
	margin-bottom: 16px;
	line-height: 1.75;
}
#main .historyBox .textBox p:last-child {
	margin-bottom: 0;
}
#main .historyBox .tableBox {
	margin-bottom: 53px;
}
@media all and (max-width: 896px) {
	#main .pageTitle {
		background-image: url(../img/about/sp_page_bg.jpg);
	}
	#main .messageBox .photo {
		float: none;
	}
	#main .messageBox .photo img {
		width: 100%;
	}
	#main .messageBox .textBox {
		margin: 0;
		padding: 30px 10px 10px;
		width: auto;
		float: none;
	}
	#main .messageBox .headLine02 {
		margin-bottom: 20px;
	}
	#main .messageBox p.name img {
		margin: -9px 0 0 10px;
		width: 80px;
	}
	#main .philosophyBox .centerTxt {
		font-size: 1.6rem;
	}
	#main .philosophyBox .headLine02 {
		margin-bottom: 30px;
	}
}