
/*----------------------------------------------------
 id style
----------------------------------------------------*/

section#main_area h2 {
	background-image: url(../images/main_bg.png);
}

/*----------------------------------------------------
 contents style)SP
----------------------------------------------------*/

div.faq_list {
	width: 90%;
	text-align: left;
	margin: 0px auto 50px auto;
	padding: 0px;
}

section#contents article div.faq_list h3.ttl {
	background-image: url(../images/list_ttl.png);
}

div.faq_list dl {
	width: 100%;
	border-bottom: 1px dotted #999;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 15px 0px;
}
div.faq_list dl:last-child {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
div.faq_list dl dt {
	width: 100%;
	text-align: left;
	line-height: 1.5em;
	box-sizing: border-box;
	text-indent: -1.2em;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 1.2em;
}
div.faq_list dl dt:before {
	content: "Q";
	color: #d2c585;
	margin-right: 5px;
}
div.faq_list dl dd {
	text-align: left;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;	
}



@media only screen and (min-width: 460px) {
	
}

@media only screen and (min-width: 700px) {

}

@media only screen and (min-width: 1001px) {

/*----------------------------------------------------
 contents style)PC
----------------------------------------------------*/

div.faq_list {
	width: 960px;
	text-align: left;
	margin: 0px auto 60px auto;
	padding: 0px;
}
div.faq_list dl {
	width: 660px;
	border-bottom: 1px dotted #999;
	margin: 0px auto 15px auto;
	padding: 0px 0px 15px 0px;
}
div.faq_list dl:last-child {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
div.faq_list dl dt {
	width: 100%;
	text-align: left;
	line-height: 1.8em;
	box-sizing: border-box;
	text-indent: -1.2em;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 1.2em;
}
div.faq_list dl dt:before {
	content: "Q";
	color: #e24726;
	margin-right: 5px;
}
div.faq_list dl dd {
	text-align: left;
	line-height: 1.8em;
	margin: 0px;
	padding: 0px;	
}


}


/*----------------------------------------------------
 style end
----------------------------------------------------*/

