@charset "utf-8";
/* FAQページ用CSS */

/* PCレイアウト */
@media (min-width: 768px) {
#faq {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 140px;
}
#faq .fa_title {
	width: 660px;
	margin: 0px auto;
	font-size: 4.1em;
	border-bottom: 1px solid #C2C2C2;
	padding-bottom: 20px;
	text-align: center;
}
#faq .fa_block {
	width: 900px;
	margin: 60px auto 0px auto;
}
#faq .fa_block .fa_box1 {
	width: 470px;
	float: left;
}
#faq .fa_block .fa_box2 {
	width: 400px;
	float: right;
}
#faq .fa_block .fa_box2 dl dt {
	line-height: 1.4;
    margin-top: 20px;
    text-indent: -1.5em;
    margin-left: 1.5em;
    cursor: pointer;
    background-image: url(../img/faq/ico_q.png);
    background-position: 1px 6px;
    -webkit-background-size: 35px 30px;
    -moz-background-size: 35px 30px;
    background-size: 35px 30px;
    background-repeat: no-repeat;
    padding-bottom: initial;
    font-size: initial;
    cursor: pointer;
    color: #666;
    padding-left: 55px;
    padding-top: 15px;
    background-color: #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    margin-bottom: 10px;
    padding-right: 35px;
    position: relative;
    display: block;
}
#faq .fa_block .fa_box2 dl dt:first-child {
	margin-top: 0px;
}
#faq .fa_block .fa_box2 dl dt .toggle_button:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity: 0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
}
#faq .fa_block .fa_box2 dl dt span {
	font-size: 1.2em;
	padding-right: 2px;
}
#faq .fa_block .fa_box2 dl dt span:after {
	content: "■";
}
#faq .fa_block .fa_box2 dl dt.toggle_button_on span:after {
	content: "□";
}
#faq .fa_block .fa_box2 dl dd {
	font-size: 0.9em;
	margin-top: 5px;
	margin-left: 40px;

	background-image: url(../img/faq/ico_a.png);
    background-position: 8px top;
    -webkit-background-size: 40px 30px;
    -moz-background-size: 40px 30px;
    background-size: 40px 30px;
    background-repeat: no-repeat;
    font-size: initial;
    padding-right: 10px;
    padding-bottom: 25px;
    padding-left: 55px;
    color: #666;
}
}

/* スマホレイアウト */
@media (max-width: 767px) {
#faq {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 60px;
}
#faq .fa_title {
	width: 200px;
	margin: 0px auto;
	font-size: 1.8em;
	text-align: center;
	border-bottom: 1px solid #C2C2C2;
	padding-bottom: 20px;
	line-height: 1.0em;
}
#faq .fa_block {
	width: 100%;
	padding: 40px 20px 0px 20px;
}
#faq .fa_block .fa_box1 {
	display: none;
}
#faq .fa_block .fa_box2 {
	width: 100%;
}
#faq .fa_block .fa_box2 dl dt {
	font-size: 0.9em;
	line-height: 1.4;
	margin-top: 20px;
	text-indent: -1.5em;
	margin-left: 1.5em;
	cursor: pointer;
}
#faq .fa_block .fa_box2 dl dt:first-child {
	margin-top: 0px;
}
#faq .fa_block .fa_box2 dl dt .toggle_button:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity: 0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
}
#faq .fa_block .fa_box2 dl dt span {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
	font-size: 1.4em;
	padding-right: 2px;
}
#faq .fa_block .fa_box2 dl dt span:after {
	content: "■";
}
#faq .fa_block .fa_box2 dl dt.toggle_button_on span:after {
	content: "□";
}
#faq .fa_block .fa_box2 dl dd {
	font-size: 0.85em;
	margin-top: 10px;
	margin-left: 30px;
}


#faq .fa_block .fa_box2 dl dt {
	line-height: 1.4;
    margin-top: 20px;
    text-indent: -1.5em;
    margin-left: 1.5em;
    cursor: pointer;
    background-image: url(../img/faq/ico_q.png);
    background-position: 1px 6px;
    -webkit-background-size: 40px 30px;
    -moz-background-size: 40px 30px;
    background-size: 40px 30px;
    background-repeat: no-repeat;
    padding-bottom: initial;
    font-size: initial;
    cursor: pointer;
    color: #666;
    padding-left: 55px;
    padding-top: 15px;
    background-color: #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    margin-bottom: 10px;
    padding-right: 35px;
    position: relative;
    display: block;
}

#faq .fa_block .fa_box2 dl dd {
	font-size: 0.9em;
	margin-top: 5px;
	margin-left: 40px;

	background-image: url(../img/faq/ico_a.png);
    background-position: 8px top;
    -webkit-background-size: 40px 30px;
    -moz-background-size: 40px 30px;
    background-size: 40px 30px;
    background-repeat: no-repeat;
    font-size: initial;
    padding-right: 10px;
    padding-bottom: 25px;
    padding-left: 55px;
    color: #666;
}

}
