.main_header {
	margin-bottom: 63px;
	background: url("../images/faq/bg_header.jpg") center 0 no-repeat;
}

@media (max-width: 767px) {
	.main_header {
		margin-bottom: 24px;
		-webkit-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}
.faq_list {
	padding: 50px 0 0;
}
.faq_list .ttl01 {
	margin-bottom: 1.5em;
}
.faq_list li {
	margin-bottom: 4.125em;
}
.faq_list li .q {
	display: block;
	padding: 0.9em 1em 0.9em 2.5em;
	margin-bottom: 1em;
	line-height: 1.5;
	text-indent: -1.5em;
	font-size: 14px;
	border-bottom: 1px dotted #ccc;
}
.faq_list li .a {
	display: block;
	padding: 0 1em 0 2.5em;
	text-indent: -1.5em;
	font-size: 14px;
	line-height: 2;
}

@media (max-width: 767px) {
	.faq_list {
		padding: 30px 0 0;
	}
	.faq_list li {
		margin-bottom: 3em;
	}
	.faq_list li .q {
		padding: 0.5em 1em 0.5em 2.5em;
	}
}
