@charset "utf-8";
/*------------------------------------------------------------
	about us
------------------------------------------------------------*/
.pageTitle {
	padding-top: 37px;
	background-image: url("../img/about-us/page_title.jpg");
}
.pageTitle .headLine02 .en {
	margin-bottom: -72px;
	font-size: 10.6rem;
}
.pageTitle .headLine02::before {
	background-image:url("../img/common/about_img.png");
}
#main .about .headLine03 {
	margin-bottom: 41px;
}
#main .about .imgBox {
	margin-bottom: 84px;
}
#main .about .imgBox .photoBox {
	width: 450px;
}
#main .about .imgBox .tableBox {
	width: 710px;
}
#main table {
	width: 100%;
	border-collapse: collapse;
}
#main th,
#main td {
	padding: 0 20px 0 26px;
	box-sizing: border-box;
	word-break: break-all;
	text-align: left;
	vertical-align: top;
	line-height: 2.375;
	border-bottom: 1px solid #fff;
	background-color: #E4E4F3;
}
#main th {
	padding: 0 10px 0 20px;
	width: 26.4%;
	font-weight: 300;
	border-right: 1px solid #fff;
	background-color: #C7C8DE;
}
#main .aboutBox {
	margin-bottom: 100px;
}
#main .aboutBox .headLine03 {
	margin-bottom: 41px;
}
#main .aboutBox th {
	width: 15.6%;
}
@media all and (max-width: 896px) {
	#main .about .headLine03 {
		margin-bottom: 21px;
	}
	#main .about .imgBox {
		margin-bottom: 44px;
		display: block;
	}
	#main .about .imgBox .photoBox {
		width: auto;
	}
	#main .about .imgBox .tableBox {
		width: auto;
		margin-bottom: 30px;
	}
	#main th,
	#main td {
		padding: 8px 20px;
		display: block;
		line-height: 1.5;
	}
	#main th {
		padding-left: 20px;
		width: 100%;
		border-right: none;
	}
	#main .aboutBox {
		margin-bottom: 50px;
	}
	#main .aboutBox .headLine03 {
		margin-bottom: 21px;
	}
	#main .aboutBox th {
		width: 100%;
	}
}