.is_center { text-align: center!important;}
.is_right {	text-align: right!important;}
.is_left {text-align: left!important;}

.mt-5 {	margin-top: 0.3125rem!important;}
.mb-5 {	margin-bottom: 0.3125rem!important;}
.mt-10 { margin-top: 0.625rem!important;}
.mb-10 { margin-bottom: 0.625rem!important;}
.mt-24 { margin-top: 1.50rem!important;}
.mb-24 { margin-bottom: 1.50rem!important;}
.mt-40 { margin-top: 2.50rem!important;}
.mb-40 { margin-bottom: 2.50rem!important;}

@media screen and (max-width: 767px) {
	.mt-5 {	margin-top: 0.234375rem!important;}
	.mb-5 {	margin-bottom: 0.234375rem!important;}
	.mt-10 { margin-top: 0.46875rem!important;}
	.mb-10 { margin-bottom: 0.46875rem!important;}
	.mt-24 { margin-top: 1.125rem!important;}
	.mb-24 { margin-bottom: 1.125rem!important;}
	.mt-40 { margin-top: 1.875rem!important;}
	.mb-40 { margin-bottom: 1.875rem!important;}
}

.inner {
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 71.25rem;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
	width: 100%;
}

#main {
	margin-top: 4.0rem;
	padding-bottom: 4.0rem;
}

.company_table {
	margin-bottom: 5.0rem;
	width: 100%;
}

.company_table th,
.company_table td {
	border: #d2d2d2 solid 1px;
	font-weight: bold;
	padding: 1.25rem;
	text-align: left;
}

.company_table td {
	color: #3D4552;
}

.company_table th {
	background: var(--colorSub2);
	width: 34.25%;
}

.googmemap_line iframe {
	height: 26.25rem;
	width: 100%;
}

.parking_info {
	margin-top: 1.50rem;
}

.parking_info dt {
	display: inline-block;
	background: #ffe0b2;
	font-size: 1.25rem;
	font-weight: bold;
	padding: 0.1rem 0.625rem 0.075rem 0.625rem;
}

.parking_info dd {
	margin-top: 1.125rem;
}