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

/* ---------------------------------------------------------
	CSS Document anchor
--------------------------------------------------------- */

#faq .anchor p {
	margin-bottom: 60px;
}

#faq .anchor ul {
	display: flex;
	justify-content: center;
}

#faq .anchor li {
	width: 190px;
	margin: 0 8px;
}

#faq .anchor a {
	display: block;
	height: 50px;
	border-radius: 50px;
	box-shadow: 0 0 0 2px var(--orange) inset;
	text-decoration: none;
	font-size: 16px;
	line-height: 50px;
	color: var(--black);
	position: relative;
}

#faq .anchor a:hover {
	opacity: 0.6;
}

/* ---------------------------------------------------------
	CSS Document faq
--------------------------------------------------------- */

#faq {
	margin-bottom: 120px;
}

#faq .h3 {
	margin-top: 100px;
	margin-bottom: 10px;
	text-align: left;
}

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

#faq dt {
	padding-left: 52px;
	font-size: 20px;
	line-height: 1.8;
	position: relative;
	cursor: pointer;
	transition: .4s;
}

#faq dt:active,
#faq dt:hover {
	color: var(--orange);
}

#faq dt:before {
	content: 'Q';
	width: 36px;
	height: 36px;
	border-radius: 36px;
	background: rgba(255, 207, 164, 0.3);
	text-align: center;
	font-family: "orpheuspro", serif;
	font-size: 20px;
	line-height: 36px;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0;
}

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

#faq dl i:before {
	content: '';
	width: 2px;
	height: 14px;
	background: var(--orange);
	position: absolute;
	top: 0;
	right: 6px;
	transition-property: transform;
	transition-duration: 0.3s;
	transition-timing-function: ease-out;
	transform: rotate(0);
}

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

#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: 52px;
	line-height: 2.1;
	position: relative;
}

#faq dd:before {
	content: 'A';
	width: 36px;
	height: 36px;
	border-radius: 36px;
	background: rgba(75, 63, 57, 0.05);
	text-align: center;
	font-family: "orpheuspro", serif;
	font-size: 20px;
	line-height: 36px;
	position: absolute;
	top: 0;
	left: 0;
}
