/********** ナビゲーション：カレント **********/
#h_nav ul li.h_nav_flow a{
	background-position:left bottom;
}

#faq {
	font-size: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/********** ページタイトル **********/
#faq h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	position: relative;
	padding-left:20px;
}
#faq h2:before {
	background: #437a1d;
        content: "";
        height: 15px;
        width: 15px;
        left: 0;
        position: absolute;
        top: 7px;
}

/*
#faq h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
*/

#faq .bar01{
	margin: 0 0 30px;
}
#faq .txt-box1{
	font-size: 15px;
	line-height: 1.67;
	margin: 0 15px 40px;
}



#faq .faq-area h3.sub-ttl{
	background: #ddd; 
	width: 250px; 
	text-align: center;
	margin-bottom: 20px;
}

#faq .faq-area .faq {
	margin: 0 15px 50px;
}

#faq .faq-area .faq .question{
	position: relative;
	margin: 0 0 25px;
	font-weight: bold;
}
#faq .faq-area .faq .question::before{
	content: "Q";
	position: absolute;
	top: -5px;
	left: 0;
	font-size: 24px;
	font-weight: bold;
	color: #49771f;
}
#faq .faq-area .faq .question p{
	margin: 0 0 0 30px;
}

#faq .faq-area .faq .answer{
	position: relative;
}
#faq .faq-area .faq .answer::before{
	content: "A";
	position: absolute;
	top: -5px;
	left: 0;
	font-size: 24px;
	font-weight: bold;
	color: #ef4100;
}
#faq .faq-area .faq .answer p{
	margin: 0 0 0 30px;
}