@charset "utf-8";

/*==================================================
faq.css
================================================== */

/* ----------------------------------------
 - faq
---------------------------------------- */
.qa_list {
	font-size: 16px;
}
.qa_list > * {
	margin-top: 20px;
}
.qa_list > *:first-child {
	margin-top: 0;
}
.qa_list > .question_text {
	min-height: 40px;
	font-weight: bold;
}
.qa_list > .answer_text {
	min-height: 61px;
	padding-bottom: 20px;
	border-bottom: 1px solid #333333;
}
.qa_list > .question_text,
.qa_list > .answer_text {
	position: relative;
	padding-top: 10px;
	padding-left: 50px;
}
.qa_list > .question_text:before {
	content: "Q";
	background-color: #0073bd;
}
.qa_list > .answer_text:before {
	content: "A";
	background-color: #3bb149;
}
.qa_list > .question_text:before,
.qa_list > .answer_text:before {
	position: absolute;
	width: 40px;
	height: 40px;
	font-size: 28px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
	top: 0;
	left: 0;
}
@media screen and (max-width: 736px){
	.qa_list > .question_text {
		font-size: 32px;
		font-size: 4.348vw;
		min-height: 5.435vw;
		margin-top: 4.076vw;
	}
	.qa_list > .answer_text {
		font-size: 28px;
		font-size: 3.804vw;
		min-height: 8.288vw;
		padding-bottom: 4.076vw;
		margin-top: 2.717vw;
	}
	.qa_list > .question_text,
	.qa_list > .answer_text {
		padding-top: 0;
		padding-left: 6.793vw;
	}
	.qa_list > .question_text:before,
	.qa_list > .answer_text:before {
		width: 5.435vw;
		height: 5.435vw;
		font-size: 28px;
		font-size: 3.804vw;
		line-height: 5.435vw;
	}
}
