@charset "utf-8";

.faqList dt {
	font-size: 1.12em;
	font-weight: 600;
	color: rgba(0,86,150,1);
	text-indent: 0em;
	padding-left: 1.5em;
	margin-bottom: 10px;
	background-image: url(../img/icon-question.svg);
	background-repeat: no-repeat;
	background-size: 1.2em 1.2em;
	background-position: 0 4px;
}
.faqList dd {
	margin-bottom: 30px;
	padding: 20px;
	line-height: 1.8;
	background: rgba(0,86,150,0.1);
	box-shadow: 3px 3px 0 rgba(0,0,0,0.3);
}
.faqList dd p {
	background-image: url(../img/icon-answer.svg);
	background-repeat: no-repeat;
	background-size: 1.2em 1.2em;
	background-position: 0 4px;
	text-indent: 1.5em;
}
.faqList dd ul {
	list-style: disc;
	margin-top: 10px;
	margin-left: 2em;
}
@media only screen and (max-width: 768px) {
	.faqList dd {
		padding: 15px;
	}

}