.c-btn-wrap {
	margin-top: 7.8rem;
}

.tenant-banner {
	margin-top: 11rem;
	margin-bottom: 6.4rem;
	padding: 0 10.5%;
}

.s-tenant {
	margin-bottom: 5.5rem;
}

.s-tenant .mail-address {
	color: #00a3f4;
	font-size: 2rem;
	margin: 2rem 0;
	display: flex;
	justify-content: center;
}

.box01_tenant01 ul li {
	float: left;
	width: calc(33.333% - 20px);
	padding: 15px 15px;
	background: #cde1f4;
	margin: 0 10px 0 0;
}

.box01_tenant01 ul li .inner {
	background: #fff;
	padding: 20px 20px;
	min-height: 317px;
}

.title01_tenant {
	font-size: 1.1rem;
	font-weight: bold;
	text-align: center;
	margin: 7px 0;
}

.text01_tenant01.last {
	border-bottom: 1px dotted #24497b;
}

.text01_tenant01 {
	border-top: 1px dotted #24497b;
	padding: 12px 0;
}

.box01_tenant01 ul li .inner h4 {
	font-size: 20px;
	text-align: center;
	margin-bottom: 5px;
}

.box01_tenant01 ul li .img {
	text-align: center;
	margin-bottom: 10px;
}

.box01_tenant01 ul li img {
	height: 200px;
	object-fit: cover;
	object-position: top;
	width: 100%;
}

.box01_tenant01 {
	margin-top: 1rem;
}

.mr00 {
	margin-right: 0px !important;
}

.f-contact .your-file .input {
	padding: 0.5rem 1rem 0;
}

.title-h4 {
	color: #00a3f4;
	border-top: 2px solid #00a3f4;
	border-bottom: 2px solid #00a3f4;
	font-size: 1.7rem;
	font-weight: bold;
	margin-bottom: 2rem;
	padding: 0.5rem 2rem 1rem;
	margin-top: 3rem;
}

.clearfix:before,
.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

.c-titleH1, .page-template h1 {
	margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
	.tenant-banner {
		margin-top: 5.8rem;
		margin-bottom: 4rem;
		padding: 0;
		text-align: center;
	}

	.tenant-page-wrap {
		display: flex;
		flex-flow: column;
	}

	.tenant-top {
		margin-bottom: 0;
		order: 3;
	}

	.f-contact {
		padding: 2rem 0 4rem;
	}


}

.detail-wrap {
	margin-top: 5.9rem;
	padding: 0 6.2%;
}

.detail-wrap .c-tbl {
	margin-bottom: 3.5rem;
}

.c-tbl {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 2.4rem;
	table-layout: fixed;
	width: 100%;
}

.c-tbl th {
	background-color: #00A3F4;
	border: 2px solid #00A3F4;
	color: #fff;
	padding: 1.5rem 0.5rem;
}

.c-tbl th:not(:last-child) {
	border-right-color: #fff;
}

.c-tbl td {
	border: 2px solid #00A3F4;
	color: #00A3F4;
	padding: 1.3rem 0.5rem;
	text-align: center;
}

@media only screen and (max-width: 1024px) {
	.box01_tenant01 ul li {
		width: 100%;
		padding: 10px 10px;
		background: #cde1f4;
		margin-top: 20px;
	}
}

@media only screen and (min-width: 1024px) {
	.c-tbl {
		font-size: 2rem;
	}
}

.dl-detail {
	margin-top: 4.3rem;
}

.dl-detail dt {
	color: #00A3F4;
	display: flex;
	align-items: center;
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 3rem;
}

.dl-detail dt:before {
	content: "";
	background: url("../img/icon_teeth.svg") no-repeat;
	background-size: contain;
	flex-shrink: 0;
	height: 9rem;
	width: 8.4rem;
	margin-right: 1.5rem;
}

.dl-detail dd {
	margin-bottom: 10rem;
}

.dl-detail dd:last-child {
	margin-bottom: 0;
}

.tenant-detail .c-btn--more {
	display: inline-block;
	;
	font-size: 2rem;
	font-weight: bold;
	margin: 7rem auto 0;
	text-align: center;
	max-width: 300px;
	width: 100%;
}


@media only screen and (min-width: 1024px) {
	.dl-detail dt {
		font-size: 2.4rem;
		margin-bottom: 2.4rem;
	}

	.dl-detail dt:before {
		height: 7.5rem;
		width: 7rem;
	}

	.dl-detail dd {
		margin-bottom: 8.4rem;
	}
}

@media only screen and (max-width: 800px) {
	.detail-wrap {
		margin-top: 5rem;
		padding: 0;
	}

	.c-tbl {
		font-size: 1.8rem;
	}
}

@media only screen and (max-width: 767px) {
	.c-tbl {
		font-size: 1.5rem;
	}

	.c-tbl th {
		padding: 1.2rem 0.5rem;
	}

	.c-tbl td {
		padding: 1rem 0.5rem;
	}
}

@media only screen and (max-width: 640px) {
	.c-tbl {
		font-size: 1.4rem;
	}

	.dl-detail dt {
		font-size: 1.8rem;
		margin-bottom: 1.2rem;
	}

	.dl-detail dt:before {
		margin-right: 0.9rem;
		height: 4.5rem;
		width: 4.2rem;
	}
}