@charset "UTF-8";

#header {
	height: 390px;
	border-top: 2px solid #80442B;
	width: 100%;
	margin-bottom: 60px;
	background-image: url(../about/img/qa_bg.webp);
	background-position: center top;
}
dl{
	width: 100%;
	line-height: 1.8;
	overflow: hidden;
	_zoom: 1;
}
dt{
	background-repeat: no-repeat;
	background-position: 20px 6px;
	background-image: url(../about/img/qa01.jpg);
	margin-top: 20px;
	padding-left: 20px;
	text-indent: 1.5em;
	font-weight: bold;
}
dd{
	background-repeat: no-repeat;
	background-position: 20px 7px;
	background-image: url(../about/img/qa02.jpg);
	margin: 20px 0 -1px 0;
	padding: 0 20px 15px 44px;
	border-bottom: 1px dotted #ccc;
}

@media (max-width: 767px) {
	#header{height: 70vw;}
}
