@charset "utf-8";
/* CSS Document */

/* TOP IMAGE */
.faq_top_img {
	background: url(../images/FAQ_top_img.jpg) no-repeat center;
	height: 198px;
}

.box {
	border-radius: 10px;
	color: white;
	font-size: 45px;
	text-align: center;
	width: 103px;
	margin-left: -1030px;
}

/* QUESTION */
.question {
	width: 1020px;
	margin: 80px auto 20px auto;
	display: flex;
	align-items: center;
}
.question #Q {
	background: #ff6a00;
	border-radius: 10px;
	color: white;
	font-size: 42px;
	text-align: center;
	width: 103px;
	margin-left: -1030px;
}
.question p {
	font-size: 30px;
	background: #ffdd8b;
	border-radius: 10px;
	width: 900px;
	margin: 0 0 0 30px;
	padding: 30px 0 30px 90px;
}

/* ANSWER */
.answer {
	width: 1020px;
	margin: 0 auto 80px auto;
	display: flex;
}
.answer #A {
	background: #009ce5;
	border-radius: 10px;
	color: white;
	font-size: 42px;
	text-align: center;
	width: 103px;
	margin-left: -1030px;
	height: 60px;
	margin-top: 25px;
}
.answer p {
	font-size: 23px;
	background: white;
	border: #009ce5 4px solid;
	border-radius: 10px;
	width: 862px;
	margin: 0 0 0 30px;
	padding: 40px 30px 40px 90px;
	line-height: 3ex;
}