@charset "UTF-8";

.faqIntro {
	margin: 60px 0 0;
	font-size: 15px;
	line-height: 1.7;
	text-align: center;
}

.faqList {
	width: 820px;
	margin: 40px auto 90px;
}

.faqList > dt {
	display: block;
	position: relative;
	padding: 15px 20px 20px 70px;
	font-size: 18px;
	font-weight: bold;
}

.faqList > dt:before {
	content: "Q";
	display: block;
	position: absolute;
	width: 36px;
	height: 36px;
	top: 10px;
	left: 15px;
	background: #894B2C;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 36px;
	text-align: center;
}

.faqList > dd {
	display: block;
	position: relative;
	min-height: 40px;
	padding: 15px 20px 15px 70px;
	border-top: solid 1px #D4D4D3;
	background: rgba(250, 242, 223, .8);
	font-size: 15px;
	line-height: 1.7;
}

.faqList > dd:before {
	content: "A";
	display: block;
	position: absolute;
	width: 36px;
	height: 36px;
	top: 15px;
	left: 15px;
	background: #D60C53;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 36px;
	text-align: center;
}

.faqList > dd + dt {
	margin-top: 10px;
}

@media screen and (max-width: 600px) {
	.faqIntro {
		margin: 30px 10px 0;
		font-size: 13px;
	}

	.faqList {
		width: 100%;
		margin: 30px 0;
	}

	.faqList > dt {
		padding: 15px 10px 15px 60px;
		font-size: 15px;
	}

	.faqList > dt:before {
		top: 8px;
		left: 10px;
	}

	.faqList > dd {
		padding: 15px 20px 10px 60px;
		font-size: 12px;
	}

	.faqList > dd:before {
		top: 8px;
		left: 10px;
	}
}
