@charset "utf-8";

/*=========================================================

	よくあるご質問
	faq/index.html

=========================================================*/

.faqbox {
}
.faqbox dl {
	clear: both;
	border: 1px solid #AE9543;
	margin-bottom: 10px;
	font-size: 110%;
	line-height: 1.4;
}
.faqbox dl dt {
	background: #F0ECDB;
	border: 1px solid #FFF;
}
.faqbox dl dt span {
	float: left;
	display: block;
	width: 3em;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	text-align: center;
	color: #7A6312;
	padding: 5px 0;
}
.faqbox dl dt a {
	display: block;
	margin-left: 3em;
	border-left: 1px solid #C6B57B;
	outline: 1px solid #FFF;
	padding: 5px 10px;
	background: #FFF;
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
.faqbox dl dt a:hover {
	background: #FCF9E0;
}
.faqbox dl dd {
	clear: both;
	padding: 10px 15px;
	border-top: 1px solid #C6B57B;
	line-height: 1.6;
}

/* 背景色枠（Ｑ５・Ｑ10） */
.faqframe {
	background: #E7DFC6;
	padding: 5px 10px 0;
	margin: 5px 0;
}
.faqframe p.stit {
	clear: both;
	float: left;
	width: 4.5em;
}
.faqframe p.copy {
	padding: 0 0 5px 4.5em;
	line-height: 1.4;
}
.faqframe p.stit_nf {
	font-weight: bold;
}
.faqframe p.copy_nf {
	padding-bottom: 5px;
}
.faqframe p.sml {
	padding-bottom: 5px;
	clear: both;
}
span.brown {
	display: inline-block;
	padding-right: 3px;
	font-weight: normal;
	color: #7A6312;
}

/* 番号リスト（Ｑ７） */
.faqbox ol {
	padding: 5px 0 0;
	list-style: none;
}
.faqbox ol li {
	padding-bottom: 5px;
}
.faqbox ol li span {
	display: block;
	float: left;
	width: 3em;
}
.faqbox ol li p {
	padding-left: 3em;
}

/* フロー図（Ｑ10） */
ul.flowbox {
	list-style: none;
}
ul.flowbox li {
	background: url(../images/arrow_s.png) no-repeat center bottom;
	padding-bottom: 16px;
	margin-bottom: 5px;
}
ul.flowbox li:last-child {
	background: none;
	padding-bottom: 0;
}
ul.flowbox li p {
	border: 1px solid #AE9543;
	background: #FFF;
	padding: 5px;
	line-height: 1.4;
	text-align: center;
	font-size: 0.85em;
}
ul.flowbox li p strong {
	font-size: 1.2em;
}



/* Media Queries
---------------------------------------------------------*/
@media only screen and (min-width: 480px) {	
}


@media only screen and (min-width: 600px) {
	h2 {
		background: #FFF url(../images/title_s.jpg) no-repeat right top;
		margin-bottom: 10px;
	}

	/* フロー図（Ｑ10） */
	ul.flowbox {
		padding-bottom: 5px;
	}
	ul.flowbox li {
		float: left;
		background: url(../images/arrow_rs.png) no-repeat right center;
		padding: 0 16px 0 0;
		margin: 0 5px 0 0;
	}
	ul.flowbox li {
		float: left;
		background: url(../images/arrow_rs.png) no-repeat right center;
		padding: 0 16px 0 0;
		margin: 0 5px 0 0;
	}
	ul.flowbox li#fl01 {
		width: 20%;
	}
	ul.flowbox li#fl02 {
		width: 40%;
	}
	ul.flowbox li#fl03 {
		width: 30%;
	}
	ul.flowbox li:last-child {
		padding: 0;
	}
	ul.flowbox li p {
		height: 8em;
		display: table-cell;
		vertical-align: middle;
	}
}

@media only screen and (min-width: 720px) {

}

@media only screen and (min-width: 750px) {
	h2 {
		background: #FFF url(../images/title.jpg) no-repeat right top;
	}

}

@media only screen and (min-width: 960px) {
	h2 {
		margin-bottom: 30px;
	}


}

