@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#conts h2 {
	margin-bottom: 15px;
}

#conts .txtBox {
	margin: 0 0 34px 3px;
	line-height: 2;
}

#conts .faqBox {
	margin-bottom: 40px;
}

#conts .faqBox dl {
	border: 1px solid #cccccc;
	border-radius: 4px;
	position: relative;
	behavior: url(../js/pie.htc);
	margin-bottom: 20px;
}

#conts .faqBox dt {
	font-size: 15px;
	color: #095ba5;
	background: #e9f5ff url(../images/qa/icon01.png) no-repeat 10px 11px;
	padding: 13px 54px;
	font-weight: bold;
	margin: 0 0 13px 1px;
}

#conts .faqBox dd {
	background: url(../images/qa/icon02.png) no-repeat top left;
	padding: 3px 0 17px 38px;
	line-height: 21px;
	margin-left: 17px;
}

#conts .faqBox dd span {
	font-size: 26px;
	color: #ff7800;
	padding-right: 11px;
}

#conts .faqBox ul {
	padding: 5px 0 0 4px;
	margin-bottom: 5px;
}

#conts .faqBox ul li {
	background: url(../images/common/icon01.png) no-repeat center left;
	padding-left: 12px;
}

@media all and (min-width: 0px) and (max-width: 700px) {
	
#conts h2 {
	margin-bottom: 11px;
}
	
#conts .faqBox {
	width: 93%;
	margin: 0 auto;
}

#conts .faqBox dt {
	background: #e9f5ff url(../images/qa/sp_icon01.gif) no-repeat 12px center;
	background-size: 28px;
	font-weight: normal;
	padding: 9px 35px 6px 47px;
	margin-bottom: 10px;
}

#conts .faqBox dd {
	background: url(../images/qa/sp_icon02.gif) no-repeat top left;
	background-size: 28px;
	padding: 0 26px 8px 35px;
	margin-left: 12px;
}

#conts .faqBox ul li {
	background: url(../images/common/sp_icon04.gif) no-repeat center left;
	background-size: 7px auto;
	padding-left: 12px;
}

#conts .bt {
	background: #e9f5ff url(../images/qa/sp_icon01.gif) no-repeat 4% 23% !important;
	background-size: 28px !important;
}

#conts .bt02 {
	background: #e9f5ff url(../images/qa/sp_icon01.gif) no-repeat 4% 15% !important;
	background-size: 28px !important;
}

#conts .txtBox {
	margin: 20px auto 5px;
	line-height: 24px;
}

}

