@charset "utf-8";
#Header li.HM05 a:link, #Header li.HM05 a:visited {
	background-image: url(../common/images/hd_menu.png);
	background-repeat: no-repeat;
	background-position: -718px -130px;
}

#Contents a:link { color: #648ba6; text-decoration: none; }
#Contents a:visited { color: #648ba6; text-decoration: none; }
#Contents a:hover { color: #648ba6; text-decoration: underline; }
#Contents a:active { color: #648ba6; text-decoration: underline; }


#Contents {
	padding-bottom: 50px;
}

#Contents .Block {
	width: 851px;
	padding: 35px 0 0;
	margin: 0 auto;
	text-align: left;
}
#Contents .Block dt,
#Contents .Block dd {
	padding: 5px 15px 5px 40px;
	line-height: 1.64;
	background-repeat: no-repeat;
	background-position: 4px 3px;
}
#Contents .Block dt {
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	border-radius: 3px;
	background-color: #648ba6;
	background-image: url(../images/faq/icon_q.svg);
	background-size: 25px 25px;
	background-position: 4px 5px;
}
#Contents .Block dd {
	font-size: 14px;
	margin-top: 5px;
	background-image: url(../images/faq/icon_a.svg);
	background-size: 25px 25px;
	background-position: 4px 3px;
}
#Contents .Block dd .Small {
	font-size: 12px;
}


/* タブレット 以下 */
@media screen and (max-width: 767px) {
	#Contents .Block {
		width: 630px;
	}
	#Contents .Block dt,
	#Contents .Block dd {
		padding: 10px 15px 10px 56px;
	}
	#Contents .Block dt {
		font-size: 30px;
		border-radius: 6px;
		background-image: url(../images/faq/icon_q.svg);
		background-size: 40px 40px;
		background-position: 8px 16px;
	}
	#Contents .Block dd {
		font-size: 28px;
		margin-top: 10px;
		background-image: url(../images/faq/icon_a.svg);
		background-size: 40px 40px;
		background-position: 8px 16px;
	}
	#Contents .Block dd .Small {
		font-size: 24px;
	}
}



