<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/**
 * style.css
 */

@media only screen and (max-width:991px) {}
@media only screen and (max-width:767px) {}

/* recruit - qa
--------------------------------------------------*/
.questionArea {
	margin-bottom: 120px;
}
.questionArea .box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: solid 1px #eee;
}
.questionArea .box:first-child {
	border-top: solid 1px #eee;
}
.questionArea .box .question,
.questionArea .box .answer {
	position: relative;
	padding: 40px 50px;
}
.questionArea .box .question {
	width: 200px;
	font-size: 20px;
}
.questionArea .box .answer {
	width: 640px;
}
.questionArea .box .question:before,
.questionArea .box .answer:before {
	content: "";
	position: absolute;
	top: 30px;
	left: 0px;
	background: no-repeat left top;
	background-size: contain;
}
.questionArea .box .question:before {
	background-image: url(../../../images/recruit/qa/ico_01.png);
	width: 27px;
	height: 32px;
}
.questionArea .box .answer:before {
	background-image: url(../../../images/recruit/qa/ico_02.png);
	width: 29px;
	height: 29px;
}

@media only screen and (max-width:767px) {
}</pre></body></html>