@charset "UTF-8";
@import "/include/css/common.pc.css";

/* ---------------------------------------------------------
	CSS Document faq.html 2025-09-24
--------------------------------------------------------- */

#faq * {
	box-sizing: border-box;
}

#faq h2 {
	padding-bottom: 15px;
	border-bottom: solid 1px #ccc;
	font-weight: bold;
	font-size: 18px;
}

#faq .faq {
	max-width: 960px;
	overflow: hidden;
	margin: 0 auto;
	box-sizing: border-box;
	text-align: left;
	line-height: 2;
}

#faq .block {
	margin-bottom: 6em;
}

#faq dl {
	margin: 0;
	padding: 30px 0;
	border-bottom: solid 1px var(--gray);
	text-align: left;
}

@media only screen and (min-width: 550px) {
	#faq dl {
		padding-right: 80px;
	}
}

#faq dt {
	padding-left: 42px;
	padding-right: 42px;
	font-weight: bold;
	line-height: 1.8;
	position: relative;
	cursor: pointer;
	transition: .4s;
}

@media only screen and (min-width: 550px) {
	#faq dt {
		padding-right: 0;
		padding-left: 52px;
	}
}

#faq dt.active,
#faq dt:hover {
	text-decoration: underline solid #333 1px;
	text-decoration-skip-ink: none;
	text-underline-offset: 0.5em;
}

#faq dt:before {
	content: 'Q';
	width: 26px;
	height: 26px;
	border-radius: 26px;
	background: #f0f0f0;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	line-height: 26px;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0;
}

@media only screen and (min-width: 550px) {
	#faq dt:before {
		width: 32px;
		height: 32px;
		border-radius: 32px;
		font-size: 16px;
		line-height: 32px;
	}
}

#faq dt i {
	width: 14px;
	height: 14px;
	margin: 0;
	padding: 0;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: -10px;
}

@media only screen and (min-width: 550px) {
	#faq dt i {
		right: -66px;
	}
}

#faq dl i:before {
	content: '';
	width: 11px;
	height: 11px;
	margin-top: -6px;
	background: url(../img/arrow_open.svg) no-repeat center;
	transform: rotate(0);
	position: absolute;
	top: 50%;
	right: 20px;
	transition-property: transform;
	transition-duration: 0.3s;
	transition-timing-function: ease-out;
}

#faq dt.active i:before {
	transform: rotate(180deg);
}

#faq dl i:after {
	content: '';
	width: 14px;
	height: 2px;
	background: var(--orange);
	position: absolute;
	top: 6px;
	right: 0;
}

#faq dd {
	display: none;
	margin-top: 30px;
	padding-left: 42px;
	line-height: 2.1;
	position: relative;
}

@media only screen and (min-width: 550px) {
	#faq dd {
		padding-left: 52px;
	}
}

#faq dd:before {
	content: 'A';
	width: 26px;
	height: 26px;
	border-radius: 26px;
	background: #f0f0f0;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	line-height: 26px;
	position: absolute;
	top: 0;
	left: 0;
}

@media only screen and (min-width: 550px) {
	#faq dd:before {
		width: 32px;
		height: 32px;
		border-radius: 32px;
		font-size: 16px;
		line-height: 32px;
	}
}
