@charset "utf-8";
/*------------------------------------------------------------
	faq
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 9.5rem;
	padding: 0 0 1rem;
	background-image: url(../img/faq/page_photo.jpg);
}
.pageTitle .jp {
	text-shadow: none;
}
#main > .content {
	max-width: 100rem;
}
#main .comAnchorUl {
	margin-bottom: 6rem;
	width: auto;
}
#main .comAnchorUl li {
	width: calc(100% / 3);
}
#main .comAnchorUl a {
	min-height: 7.8rem;
	font-size: 1.6rem;
	letter-spacing: 0;
}
.comAnchorUl span {
	margin-top: 1.1rem;
	background-position: center bottom 1.2rem;
}
#main .comTopBox {
	margin-bottom: 6.1rem;
}
#main .comTopBox .hTitle {
	margin-bottom: 2.7rem;
	font-size: 3.6rem;
	letter-spacing: 0;
}
#main .comTopBox .text {
	margin-bottom: 0;
	color: #000;
}
#main section {
	margin-bottom: 6.8rem;
}
#main section#facilities {
	margin-bottom: 6rem;
}
#main section:last-of-type {
	margin-bottom: 9.4rem;
}
#main section .headLine03 {
	margin-bottom: 3rem;
	padding: 0.7rem 0 0.7rem 1.2rem;
	font-size: 2.4rem;
	letter-spacing: 0;
}
#main dl {
	margin-bottom: 3rem;
}
#main dl:last-of-type {
	margin-bottom: 0;
}
#main dt {
	padding: 3.5rem 6rem 3.5rem 9rem;
	position: relative;
	border-radius: 1rem;
	font-size: 2rem;
	color: #000;
	font-weight: 500;
	background: #EEE url(../img/faq/q_img.png) no-repeat left 3rem top 3rem / 4rem;
	cursor: pointer;
}
#main dt .arrow {
	position: absolute;
	z-index: 1;
	top: 4rem;
	right: 1rem;
	width: 2rem;
	height: 2rem;
}
#main dt .arrow:before,
#main dt .arrow:after {
	position: absolute;
	right: 2rem;
	top: 0.9rem;
	width: 2rem;
	height: 1px;
	background-color: #000;
	transition: .3s;
	content: "";
}
#main dt .arrow:after {
	transform: rotate(90deg);
}
#main dt.on .arrow:after {
	transform: rotate(180deg);
}
#main dt.on .arrow::before {
	display: none;
}
#main dd {
	padding: 2.9rem 0 2.1rem 9rem;
	position: relative;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.064rem;
	color: #000;
	background: #fff url(../img/faq/a_img.png) no-repeat left 3rem top 3rem / 4rem;
	display: none;
}
#main .resolveBox {
	padding: 1px 2rem 4.9rem;
	border: 1px solid #000;
	border-radius: 1rem;
	background-color: #fff;
}
#main .resolveBox h4 {
	padding: 0 2rem;
	margin: -2.4rem auto 1.3rem;
	width: fit-content;
	background-color: #fff;
	color: #CC0012;
	font-size: 2.8rem;
	font-weight: 700;
}
#main .resolveBox .text {
	margin-bottom: 3.1rem;
	text-align: center;
	color: #000;
	font-weight: 400;
	line-height: 2;
}
#main .resolveBox .btn {
	margin: 0 auto 1.9rem;
	width: 24rem;
}
#main .resolveBox .btn a {
	min-height: 6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #CC0012;
	border-radius: 3rem;
	overflow: hidden;
	font-size: 1.8rem;
	font-weight: 700;
	border: 1px solid #CC0012;
}
#main .resolveBox .btn span {
	padding-left: 4.6rem;
	color: #fff;
	background: url(../img/common/icon11.png) no-repeat left center / 3.7rem;
}
#main .resolveBox .telBox {
	margin: 0 auto;
	width: fit-content;
	padding: 0.5rem 0.9rem 0.5rem 8.5rem;
	background: url(../img/common/icon_smartphone_black.png) no-repeat left 0.8rem top calc(50% + 0.6rem) / 6.8rem;
}
#main .resolveBox .telBox a {
	font-size: 4.8rem;
	font-weight: 700;
	line-height: 1.2;
	color: #000;
}
#main .resolveBox .telBox .sml {
	display: block;
	font-size: 1.6rem;
	font-weight: 400;
}
#main .comContactBox {
	margin-bottom: 0 !important;
}
@media all and (min-width: 897px) {
	#main .resolveBox .btn a:hover {
		background-color: #fff;
		border-color: #000;
	}
	#main .resolveBox .btn a:hover span {
		color: #000;
		background-image: url(../img/common/icon12.png);
	}
	.comAnchorUl a:hover span {
		background-position: center bottom 0.2rem;
	}
}
@media all and (max-width: 896px) {
	.pageTitle {
		margin-bottom: 2.7rem;
		padding: 4rem 0 0;
		background-image: url(../img/faq/page_photo_sp.jpg);
	}
	.pageTitle .jp {
		text-shadow: 0 0 9.6px rgba(0, 0, 0, 0.15);
	}
	#main .comAnchorUl {
		margin-bottom: 3.2rem;
	}
	#main .comAnchorUl a {
		min-height: 6.3rem;
		font-size: 1.12rem;
		line-height: 1;
	}
	.comAnchorUl span {
		padding-bottom: 1.1rem;
		margin: 0.7rem 0 0;
		background-position: center bottom;
	}
	#main .comTopBox {
		margin-bottom: 2.2rem;
	}
	#main .comTopBox .hTitle {
		margin-bottom: 1.8rem;
		font-size: 2.2rem;
		letter-spacing: 0.088rem;
	}
	#main .comTopBox .text {
		color: #555;
	}
	#main section {
		margin-bottom: 5rem !important;
	}
	#main section:last-of-type {
		margin-bottom: 8rem !important;
	}
	#main section .headLine03 {
		margin-bottom: 2rem;
		font-size: 1.8rem;
	}
	#main dl {
		margin-bottom: 1rem;
	}
	#main dt {
		padding: 2rem 5rem 2rem 6.8rem;
		font-size: 1.8rem;
		background-position: left 2rem center;
		background-size: 2.8rem;
	}
	#main dt .arrow {
		top: 50%;
		transform: translateY(-50%);
		right: 2rem;
		width: 1.5rem;
		height: 1.5rem;
	}
	#main dt .arrow:before,
	#main dt .arrow:after {
		right: 0;
		top: 0.7rem;
		width: 1.5rem;
	}
	#main dd {
		padding: 2rem 1rem 2rem 6.8rem;
		letter-spacing: 0.056rem;
		background-size: 2.8rem auto;
		background-position: left 2rem top 2rem;
	}
	#main .resolveBox {
		padding-bottom: 2rem;
	}
	#main .resolveBox h4 {
		margin-top: -1.7rem;
		font-size: 2rem;
	}
	#main .resolveBox .text {
		margin-bottom: 3.1rem;
	}
	#main .resolveBox .btn a {
		min-height: 5rem;
		font-size: 1.5rem;
	}
	#main .resolveBox .btn span {
		padding-left: 4rem;
		background-size: 2.8rem auto;
	}
	#main .resolveBox .telBox {
		margin-top: 0.8rem;
		padding-left: 5rem;
		background-size: 3.8rem auto;
		background-position: left 0.8rem top calc(50% + 0.2rem);
	}
	#main .resolveBox .telBox a {
		font-size: 2.7rem;
		line-height: 1.42;
	}
	#main .resolveBox .telBox .sml {
		font-size: 0.9rem;
	}
	#main section.comContactBox {
		margin-bottom: 0 !important;
	}
}