/* 
 faq
----------------------------------------------------------- */ 
.p-faq{
	overflow: inherit;
}
.p-faq .c-sub-fv__main::before{
	background-image: url("../img/faq/faq-fv-img.webp");
}
.faq-section:not(:last-of-type){
	margin-bottom: clamp(50px, 7.6vw, 145px);
}
.faq-section__inner{
	margin-left: 23px;
}
.faq-main .c-dot-title{
	margin-bottom: 30px;
}
.contact{
	background: url("../img/common/common-bg.webp") center center / cover no-repeat;
	padding-block: clamp(40px, 5.7vw, 110px);
}
.contact__box{
	border-radius: 6px;
	padding: clamp(20px, 3.4vw, 65px) clamp(20px, 4.1vw, 80px);
	background-color: rgba(255,255,255,0.5);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: clamp(20px, 3.6vw, 70px);
	align-items: center;
}
.contact__tel{
	flex: 1;
	min-width: 230px;
	background-color: #fff;
	border-radius: 0 0 6px 6px;
	border: 1px solid var(--border-color);
	border-top: 1px solid var(--main-color);
}
.contact__span{
	display: block;
	padding: 6px 20px;
	color: var(--font-pale);
	font-weight: 500;
	background-image: radial-gradient(circle, var(--main-color) 0.5px, transparent 0.5px);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 5px 1px;
}
.contact__tel-body{
	padding: 16px 20px 24px;
	text-align: center;
}
.contact__link{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: var(--fontsize-33);
	font-family: var(--font-mincho);
	width: fit-content;
	margin: 0 auto;
	transition: opacity var(--trans-base);
	line-height: 1.2;
}
.contact__link:hover{
	opacity: 0.7;
}
.contact__icon svg{
	height: 28px;
	width: auto;
	margin-right: 20px;
}
.contact__icon svg path{
	fill: var(--main-color);
}
.contact__time{
	color: var(--font-pale);
	font-weight: 500;
	font-size: var(--fontsize-14);
	text-align: center;
	margin-top: 5px;
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1280px) {
	.contact__heading{
		width: min(100%,390px);
	}
}
@media screen and (max-width: 1024px){
	.faq-section__inner{
		margin-left: 0;
	}
	.contact__heading{
		width: min(100%,330px);
	}
}
@media screen and (max-width: 767px){
	.p-faq .c-sub-fv__main::before{
		background-image: url("../img/faq/faq-fv-img-sp.webp");
	}
	.faq-main .c-dot-title{
		margin-bottom: 20px;
	}
	.contact__icon svg{
		height: 23px;
		margin-right: 15px;
	}
}
@media screen and (max-width: 480px){
}