@charset "utf-8";

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
FAQ
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.faq-header .image {
	background-image: url("/recruit/img/faq/header.jpg");
	background-position-x: 75%;
}

.faq-archive .post-li {
	border-radius: 10px;
	background: #fff;
}

.faq-archive .post-li:nth-last-child(n+2) {
	margin-bottom: 20px;
}

.faq-archive .question {
	position: relative;
	margin-bottom: 0;
	padding: 20px 60px 20px 40px;
	font-weight: 700;
	font-size: 1.5rem;
	cursor: pointer;
}

.faq-archive .question::before {
	position: absolute;
	top: 20px;
	left: 20px;
	content: "Q:";
}

.faq-archive .heading-line-bottom:hover::after {
	width: 48px;
}

.faq-archive .answer {
	display: none;
	position: relative;
	padding: 0 20px 20px 40px;
}

.faq-archive .answer::before {
	position: absolute;
	top: 0;
	left: 20px;
	content: "A:";
}

.faq-archive .toggle {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #7494d8;
}

.faq-archive .toggle::before,
.faq-archive .toggle::after {
	position: absolute;
	top: 11px;
	right: 5px;
	width: 15px;
	height: 3px;
	border-radius: 3px;
	background: #fff;
	content: "";
}

.faq-archive .toggle::after {
	transform: rotate(90deg);
	transition: 0.3s ease-in-out;
}

.faq-archive .question.open .toggle::after {
	opacity: 0;
}

@media screen and (min-width: 768px) {
.faq-archive .question {
	padding: 25px 95px 25px 73px;
	font-size: 1.8rem;
}

.faq-archive .question::before {
	top: 24px;
	left: 50px;
}

.faq-archive .answer {
	padding: 0 50px 25px 73px;
}

.faq-archive .answer::before {
	left: 50px;
}

.faq-archive .toggle {
	top: 25px;
	right: 50px;
}
}
