@charset "utf-8";
/* CSS Document */

/* リフォームＱ＆Ａ設定 */
@media print,screen and (min-width: 768px){
/* PC用設定 */
}
@media screen and (max-width: 767px){
/* スマホ用設定 */
#contents #qanda {
	margin-bottom:25px;
}
#contents #qanda h3 {
	font-size: 15px;
	line-height: 1em;
	color: #FF3300;
	text-align: center;
	vertical-align: text-bottom;
	margin-bottom:1em;
}
#contents #qanda dl {
	border: 1px solid #003333;
	background-color: #fefbdc;
	padding: 10px;
	margin-bottom: 10px;
}
#contents #qanda dt {
	color: #006712;
	font-size: 14px;
	line-height: 1.3em;
	vertical-align: text-bottom;
	padding-bottom:7px;
	padding-left:25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003333;
	font-weight: bold;
}
#contents #qanda dt:before {
	content: "Q";
	font-size: 24px;
	font-style: italic;
	line-height: 1em;
	position: absolute;
	margin-left:-25px;
}
#contents #qanda dd {
	font-size: 13px;
	line-height: 1.4em;
	vertical-align: text-bottom;
	padding-top: 10px;
	padding-left:25px;
	color:#663304;
}
#contents #qanda dd:before {
	content: "A";
	font-size: 24px;
	font-style: italic;
	line-height: 1em;
	position: absolute;
	margin-left:-25px;
	color:#ff6824;
	font-weight: bold;
}


}

