@charset "utf-8";
/*------------------------------------------------------------
	corporate
------------------------------------------------------------*/
.pageTitle:before {
	background-image: url("../img/corporate/page_title_bg.jpg");
}
.content {
	width: 680px;
}
#main .headLine01 {
	margin-bottom: 52px;
}
#main .photo {
	margin-bottom: 83px;
	text-align: center;
}
#main table {
	margin-bottom: 62px;
	width: 100%;
	border-collapse: collapse;
}
#main th,
#main td {
	padding: 27px 25px 21px;
	font-size: 1.57rem;
	font-weight: 500;
	text-align: left;
	vertical-align: middle;
	border-top: 2px solid #e4e4e4;
	border-bottom: 2px solid #e4e4e4;
	box-sizing: border-box;
}
#main th {
	width: 21%;
	position: relative;
	text-align: justify;
	text-align-last: justify;
	text-justify: inter-ideograph; 
}
#main th::after {
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	right: 0;
	bottom: 2px;
	background-color: #E6E6E7;
	z-index: -1;
}
#main td {
	padding-left: 27px;
	letter-spacing: 3px;
}
#main .map {
	position: relative;
	padding-bottom: 73.5%; 
	height: 0;
	overflow: hidden;
	border: 1px solid #dedee0;
}
#main .map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media all and (max-width: 896px) {
	.content {
		width: auto;
	}
	#main .headLine01 {
		margin-bottom: 26px;
	}
	#main .photo {
		margin-bottom: 40px;
	}
	#main table {
		margin-bottom: 30px;
	}
	#main th,
	#main td {
		padding: 10px;
		float: left;
		font-size: 1.37rem;
		border-top: none;
		border-bottom: none;
		box-sizing: border-box;
	}
	#main th {
		width: 100%;
		text-align: left;
		text-align-last: left;
		letter-spacing: 2px;
	}
	#main th::after {
		content: "";
		position: absolute;
		top: 1px;
		left: 0;
		right: 0;
		bottom: 1px;
		background-color: #E6E6E7;
		z-index: -1;
	}
	#main td {
		padding-left: 10px;
		letter-spacing: 1px;
	}
}