  @charset "Shift_JIS";

/* ====================================
共通
==================================== */

.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
.mt1em { margin-top: 1em !important; }
.mb1em { margin-bottom: 1em !important; }
.mb2em { margin-bottom: 2em !important; }
.p0	{ padding: 0 !important; }

.c-applyButton { z-index: 3; }

.p-dryokinkaitei_faq_head {
	margin-bottom: 60px !important;
}
@media screen and (max-width: 667px) {
	.p-dryokinkaitei_faq_head {
		margin-bottom: 13.3333333333vw !important;
	}
}
.p-dryokinkaitei_faq_content {
	margin-bottom: 142px;
}
@media screen and (max-width: 667px) {
	.p-dryokinkaitei_faq_content {
		margin-bottom: 22.9333333333vw !important;
	}
}
.p-dryokinkaitei_faq_content *:last-child {
	margin-bottom: 0;
}

/* テキスト */
.c-text-wrap .c-text + .c-text {
	margin-top: 1em;
}
.em-txt {
	margin-bottom: 5px;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.3;
}
@media screen and (max-width: 667px) {
	.em-txt {
		font-size: 4.8vw;
	}
}

/* ボタン */
.p-dryokinkaitei_faq-button {
	margin: 40px 0;
	text-align: center;
}
@media screen and (max-width: 667px) {
	.p-dryokinkaitei_faq-button {
		margin: 8vw 0;
	}
}

/* リンクリスト */
.c-link-list > li {
	margin-bottom: 10px;
}
@media screen and (max-width: 667px) {
	.c-link-list > li {
		margin-bottom: 2.666vw;
	}
}
.c-link-list > li:last-child {
	margin-bottom: 0;
}

/* ====================================
よくあるご質問
==================================== */

/* アコーディオン */
.c-accordion {
	font-family: Zen Maru Gothic,sans-serif;
}
.c-accordion+.c-accordion {
	margin-top: 20px;
}
@media screen and (max-width: 667px) {
	.c-accordion+.c-accordion {
		margin-top: 5.333vw
	}
}
.c-accordion>.heading {
	position: relative;
	cursor: pointer;
	padding: 0.5em 66px 0.7em 66px;
	border: 4px solid #000;
	background-color: #fff;
	border-radius: 30px;
	font-size: 22px;
	line-height: 1.3;
	font-weight: normal;
	transition: none;
	filter: drop-shadow(0px 8px 0px #eadccf);
}
@media screen and (max-width: 667px) {
	.c-accordion>.heading {
		padding: 0.5em 9.333vw 0.7em 12.8vw;
		font-size: 4vw;
		border-width: 2px;
		border-radius: 8vw;
		filter: drop-shadow(0px 6px 0px #eadccf);
	}
}
.c-accordion>.heading::before {
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	position: absolute;
	top: 0.3em;
	left: 30px;
	display: block;
	content: 'Q.';
	color: #c7361d;
}
@media screen and (max-width: 667px) {
	.c-accordion>.heading::before {
		font-size: 6.933vw;
		top: 0.2em;
		left: 4vw;
	}
}
.c-accordion>.heading::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 40px;
	display: block;
	width: 12px;
	height: 7px;
	margin: auto 0;
	background: url(/dprivate/dryokinkaitei/images/arrow_accordion_black.svg) no-repeat center center/contain;
}
@media screen and (max-width: 667px) {
	.c-accordion>.heading:after {
		right: 5.3333333333vw;
	}
}
.c-accordion>.heading.is-open {
	border-radius: 30px;
}
@media screen and (max-width: 667px) {
	.c-accordion>.heading.is-open {
		border-radius: 8vw;
	}
}
.c-accordion>.heading.is-open:after {
	transform: rotate(-180deg);
}
.c-accordion>.heading > span {
	text-decoration: underline;
	transition: all .2s;
}
.c-accordion>.heading:hover > span {
	text-decoration: none;
}
.c-accordion>.description {
	display: none;
	padding: 0 0 25px 66px;
	margin-top: 1.5em;
	background-color: transparent;
	border: 4px solid transparent;
	border-radius: 0;
	position: relative;
}
@media screen and (max-width: 667px) {
	.c-accordion>.description {
		font-size: 3.733vw;
		padding: 0 0 10px 12.8vw;
		margin-top: 1.5em;
		border-width: 2px;
	}
}
.c-accordion>.description::before {
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	position: absolute;
	top: -0.2em;
	left: 30px;
	display: block;
	content: 'A.';
	color: #c7361d;
}
@media screen and (max-width: 667px) {
	.c-accordion>.description::before {
		font-size: 6.933vw;
		left: 4vw;
	}
}
/* 20250207追加↓ */
.list-kome6 >li {
	padding-left: 6em;
	text-indent: -6em;
}
@media screen and (max-width: 667px) {
	.list-kome6 >li {
		padding-left: 1em;
		text-indent: -1em;
	}
}
/* 20250207追加↑ */