@charset "utf-8";

/*******************************************

-------------------------------------------
よくあるご質問
********************************************/

main dl {
	margin-top: 70px;
	font-size: 23px;
	line-height: 1.4;
	border-bottom: 1px dashed #918b8a;
}
main dl dt,
main dl dd {
	font-weight: 300;
	position: relative;
	padding: 22px 15px 0px 70px;
}
main dl dt::before,
main dl dd::before {
	content: "";
	display: block;
	position: absolute;
	top: 20px;
	left: 15px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 41px;
	height: 41px;
}
main dl dt {
	border-top: 1px dashed #918b8a;
}
main dl dt::before {
	background-image: url("../img/faq/ic_q.svg");
}
main dl dd {
	margin-top: 5px;
	padding-bottom: 22px;
}
main dl dd::before {
	background-image: url("../img/faq/ic_a.svg");
}

@media only screen and (max-width: 767px) {
	main dl {
		margin-top: 30px;
		font-size: 18px;
	}
}