@charset "utf-8";
/*------------------------------------------------------------
	company
------------------------------------------------------------*/
#main .topImg {
	margin-bottom: 60px;
}
#main .company .headLine01 {
	margin-bottom: 71px;
}
#main .tableBox {
	margin: 0 auto 73px;
	width: 738px;
}
#main .tableBox table {
	width: 100%;
	border-collapse: collapse;
}
#main .tableBox th,
#main .tableBox td {
	padding: 11px 34px 12px;
	font-size: 1.8rem;
	letter-spacing: 0.2em;
}
#main .tableBox th {
	width: 26.1%;
	font-family: 'MidashiGoPr5';
	text-align: right;
	vertical-align: top;
	border-right: 8px solid #FFF;
}
#main .tableBox td {
	padding-left: 55px;
	font-weight: 500;
}
#main .tableBox tr:nth-of-type(2n-1) th {
	background-color: #ededed;
}
#main .tableBox tr:nth-of-type(2n-1) td {
	background-color: #e1e1e1;
}
#main .company ul {
	margin-bottom: 67px;
}
#main .company li {
	margin-bottom: 41px;
	text-align: center;
	font-size: 1.8rem;
	letter-spacing: 0.17em;
	font-weight: 500;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
#main .company li:last-of-type {
	margin-bottom: 0;
}
#main .company li .pho {
	margin: 0 auto 26px;
	display: block;
	width: 208px;
}
#main .map {
	margin: 0 auto;
	max-width: 1280px;
	height: 436px;
	text-align: center;
}
#main .map iframe {
	width: 100%;
	height: 100%;
	vertical-align: top;
}
#main .comContact {
	padding-top: 124px;
}
@media all and (max-width: 896px) {
	#main .topImg {
		display: none;
	}
	#main .company {
		padding-top: 20px;
	}
	#main .company .headLine01 {
		margin-bottom: 32px;
	}
	#main .tableBox {
		margin: 0 15px 39px;
		width: auto;
	}
	#main .tableBox th,
	#main .tableBox td {
		padding: 0 12px 1px;
		font-size: 1.25rem;
		display: block;
	}
	#main .tableBox th {
		width: auto;
		text-align: left;
		border-right: none;
		background-color: #ededed!important;
	}
	#main .tableBox td {
		padding: 9px 13px 11px;
		background-color: #FFF !important;
		font-size: 1.3rem;
	}
	#main .company ul {
		margin-bottom: 62px;
	}
	#main .company li {
		margin-bottom: 25px;
		font-size: 1.123rem;
		letter-spacing: 0.17em;
	}
	#main .company li .pho {
		margin-bottom: 16px;
		width: 40%;
	}
	#main .map {
		padding-bottom: 47.8%;
		width: 100%;
		max-width: inherit;
		height: 0 !important;
		position: relative;
	}
	#main .map iframe {
		position: absolute;
		top: 0;
		left: 0;
	}
	#main .comContact {
		padding-top: 38px;
	}
}















