@charset "utf-8";
/*------------------------------------------------------------
	requirements
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 6.3rem;
	height: 45rem;
	background-image: url(../img/requirements/page_title_bg.jpg);
}
.pageTitle h2 {
	margin-top: 1.8rem;
}
.pageTitle .comTxtSlide {
	bottom: -3.4rem;
}
#main .ahrList {
	display: flex;
	flex-wrap: wrap;
	gap: 1.4rem 2rem;
}
#main .ahrList li {
	width: calc((100% - 4rem) / 3);
	border-bottom: 1px solid #D7D7D7;
}
#main .ahrList li a {
	padding: 1.3rem 3rem 1.3rem 1rem;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	background: url(../img/common/icon13.png) no-repeat right 2rem top calc(50% + 0.1rem) / 0.8rem;
}
#main .heading01 {
	margin-bottom: 2.5rem;
	padding-left: 2rem;
	position: relative;
	font-weight: 300;
	font-size: 3rem;
	letter-spacing: 0.05em;
}
#main .heading01::before {
	width: 1rem;
	height: 1px;
	position: absolute;
	left: 0;
	top: 0.75em;
	background: #D80C18;
	content: '';
}
#main .heading02 {
	margin-bottom: 1.8rem;
	font-weight: 700;
	font-size: 2rem;
	color: #D80C18;
}
#main table {
	width: 100%;
	border-collapse: collapse;
}
#main th,
#main td {
	padding: 2.4rem 3rem 2.8rem;
	text-align: justify;
	vertical-align: middle;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.857;
	border-top: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
}
#main th {
	padding: 2.2rem 2rem 2.6rem;
	width: 21%;
	font-weight: 700;
	font-size: 1.6rem;
	border-color: #D80C18;
}
#main th.vaTop {
	vertical-align: top;
}
#main td a:not([href^="tel:"]) {
	text-decoration: underline;
}
#main td .ttl {
	margin-bottom: 0.9rem;
	font-weight: 700;
}
#main .subSec {
	margin-bottom: 6.5rem;
}
#main .subSec:last-child {
	margin-bottom: 0;
}
#main .comBtn {
	margin-top: 6rem;
}
#main .comBtn a {
	width: 24.5rem;
	min-height: 5rem;
}
#main .secBox {
	padding: 9.5rem 0 10rem;
}
#main .secBox:nth-of-type(1) {
	padding-top: 7.2rem;
}
#main .secBox:nth-of-type(2n) {
	background: #F5F5F5;
}
#main .intro {
	margin-bottom: 2.1rem;
	line-height: 1.62;
}
#main .text01 {
	margin: 3rem 0 1rem;
	font-weight: 700;
}
#main .text02 {
	font-size: 1.4rem;
}
#main .comBtn01 {
	margin-top: 3.5rem;
	width: 41.3rem;
}
#main .comBtn01 a {
	width: 100%;
}
#main .comBtn01 .noLink {
	opacity: 0.5;
}
#main .comBtn01 .note {
	width: 100%;
	display: block;
	text-align: right;
	font-size: 1.4rem;
}
#main .map {
	margin-top: 3.4rem;
	width: 100%;
	position: relative;
	aspect-ratio: 2/1;
}
#main .map iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
@media all and (min-width: 897px) {
	#main .ahrList li a:hover {
		background-position: right 2rem top calc(50% + 1.1rem);
	}
	#main td a:not([href^="tel:"]):hover {
		text-decoration: none;
	}
}
@media all and (max-width: 896px) {
	.pageTitle {
		margin-bottom: 4rem;
		height: 30rem;
		background-image: url(../img/requirements/page_title_bg_sp.jpg);
	}
	.pageTitle h2 {
		margin-top: 0.3rem;
	}
	.pageTitle .comTxtSlide {
		bottom: -1.7rem;
	}
	.comTxtSlide img {
		height: 9rem;
	}
	#main .ahrList {
		justify-content: space-between;
		gap: 1rem 0;
	}
	#main .ahrList li {
		width: calc(50% - 1rem);
	}
	#main .ahrList li a {
		padding: 0.8rem 3rem 0.8rem 0.6rem;
		font-size: 1rem;
		background-size: 0.5rem;
		background-position: right 1rem top calc(50% + 1px);
	}
	#main .heading01 {
		margin-bottom: 1rem;
		padding-left: 1.4rem;
		font-size: 2rem;
	}
	#main .heading01::before {
		width: 0.7rem;
	}
	#main .heading02 {
		margin-bottom: 1.5rem;
		font-size: 1.6rem;
	}
	#main table {
		position: relative;
		display: block;
		border-top: 1px solid #E7E7E7;
	}
	#main table::before {
		width: 14rem;
		height: 1px;
		position: absolute;
		left: 0;
		top: -1px;
		background: #D80C18;
		content: '';
		z-index: 1;
	}
	#main table tbody {
		width: 100%;
		display: block;
	}
	#main tr {
		padding: 1.5rem 1.5rem;
		display: block;
		position: relative;
		border-bottom: 1px solid #E7E7E7;
	}
	#main tr::after {
		width: 14rem;
		height: 1px;
		position: absolute;
		left: 0;
		bottom: -1px;
		background: #D80C18;
		content: '';
		z-index: 1;
	}
	#main th,
	#main td {
		padding: 0;
		width: 100%;
		display: block;
		font-size: 1.2rem;
		line-height: 1.833;
		border: none;
	}
	#main th {
		margin-bottom: 0.8rem;
		padding: 0;
		width: 100%;
		font-size: 1.4rem;
	}
	#main td .ttl {
		margin-bottom: 0.5rem;
		font-size: 1.4rem;
	}
	#main .subSec {
		margin-bottom: 3.8rem;
	}
	#main .subSec:last-child {
		margin-bottom: 0;
	}
	#main .comBtn {
		margin-top: 3rem;
	}
	#main .comBtn a {
		width: 18.9rem;
		min-height: 3.5rem;
	}
	#main .secBox {
		padding: 4.7rem 0 5rem;
	}
	#main .secBox:nth-of-type(1) {
		padding-top: 4.4rem;
	}
	#main .intro {
		margin-bottom: 1.5rem;
		line-height: 1.57;
	}
	#main .text01 {
		margin: 1.5rem 0 1.1rem;
		font-size: 1.4rem;
	}
	#main .text02 {
		font-size: 1.2rem;
		line-height: 1.833;
	}
	#main .comBtn01 {
		margin-top: 2.5rem;
		width: 28.9rem;
	}
	#main .comBtn01 a {
		width: 100%;
		font-size: 1.12rem;
	}
	#main .comBtn01 .note {
		display: none;
	}
	#main .map {
		margin-top: 2.5rem;
		aspect-ratio: 350/175;
	}
}