@charset "utf-8";
@media print,screen and (min-width: 800px) {
   /* 表示領域が800px以上の場合に適用するスタイル */
.hd-bg {
	background-image: url(hd-faq01.jpg);
	background-position: center center;
	padding-top: 38px;
	padding-bottom: 40px;
}
.faq-box dt {
	background-color: rgba(200,219,232,1.00);
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}
.faq-box dt:first-letter {
	color: rgba(255,255,255,1.00);
	font-weight: bold;
	font-size: 24px;
}
.faq-box dd {
	margin-top: 20px;
	margin-bottom: 60px;
	line-height: 150%;
}
}
