@charset 'utf-8';
/*ADD20170227  h2 font bold*/
/* ----------------------------------------
  3-1. index
 ---------------------------------------- */
/* FAQ FAQ ページタイトル  */
.pageTitle{background: url(../img/faq/bg_page-title.png) center 0 no-repeat;}
.pageTitle h2{letter-spacing: 0.1em;}
.pageTitle p small{padding-right: 0.9%;}
/* ~に関するQ&A */
.sectionFaq {
	padding: 105px 0 0 0;
	margin-bottom: 10px;
}
.sectionFaq h2 {
	font-size: 31px;
	width: 880px;
	margin: 0 auto 7px;
	/*font-weight: normal; *DEL20170227*/
	font-weight:bold;     /*ADD20170227*/ 
	letter-spacing: 0.03em;
	color: #1b3a95;
}
.sectionFaq>p {
 width: 880px;
	margin: 0 auto 30px;
 font-size: 14px;
 letter-spacing: 0.03em;
}

/* ▶項目名 をクリックで切り替わるエリア */
.sectionFaq .faqTabs {
	margin: 0 auto 20px;
	width: 830px;}
.sectionFaq .faqTabs ul {
	overflow: hidden;
	margin-left: -65px;}
.sectionFaq .faqTabs ul li {
	float: left;
	margin: 0 0 13px 37px;}
.sectionFaq .faqTabs ul li a {
	font-size: 16px;
	padding-left: 18px;
	letter-spacing: 0.04em;
	background: url(../img/common/icon_arrow.png) 4px 5px no-repeat;
	-webkit-background-size: 6px;
	background-size: 6px;
}
.sectionFaq .faqTabs ul li a:hover,
.sectionFaq .faqTabs ul li.current a{
	color: #000;
	text-decoration: underline;
	background: url(../img/common/icon_arrow_on.png) 4px 5px no-repeat;
	-webkit-background-size: 6px;
	background-size: 6px;
}
.sectionFaq .faqTabs .boxFaq {
	width: 980px;
	margin: auto;
}

/* Q: をクリックで開閉するエリア */
.sectionFaq .boxFaq dl dd ul li a {color: #1b3a95;}
.sectionFaq .boxFaq dl dd .faqAnswerList {
	margin-bottom: 28px;
}
.sectionFaq .boxFaq dl dd .faqAnswerList dd {
	margin: 0 0 13px 40px;
}
.sectionFaq .boxFaq {
	background: #f1f3f9;
	width: 980px;
	margin: auto;
}
.sectionFaq .boxFaq>dl {border-bottom: 2px solid #fff;}
.sectionFaq .boxFaq>dl>dt {
	font-size: 16px;
	letter-spacing: 0.06em;
	position: relative;
}
.sectionFaq .boxFaq>dl>dt:after{
	content: 'Q:';
	color: #1b3a95;
	position: absolute;
	left: 52px;
	top: 23px;
}
.sectionFaq .boxFaq dl dt a{
	color: #1b3a95;
	padding: 24px 78px 20px 77px;
	display: block;
}
.sectionFaq .boxFaq>dl>dd {
	padding: 0 78px 0 77px;
	font-size: 16px;
	line-height: 1.75em;
	position: relative;
	display: none;
}
.sectionFaq .boxFaq>dl>dd:after{
	content: 'A:';
	color: #1b3a95;
	position: absolute;
	left: 52px;
	top: -2px;
}
.sectionFaq .boxFaq dl dd p {
	letter-spacing: 0.05em;
	margin-bottom: 28px;
}
.sectionFaq .boxFaq dl dd ul {margin-bottom: 28px;}
.faqWrap{margin-bottom: 70px;}

@media screen and (max-width:1144px){
	/* ----------------------------------------
	  3-1. index
	---------------------------------------- */
	.container{width:85%;}

	/* FAQ ページタイトル */
	.pageTitle{
		background:url(../img/faq/bg_page-title_sp.png) center 0 no-repeat;
		background-size:100%;
	}
	.pageTitle h2{
		font-size: 13px;
		margin: -3px 0 4px;
	}
	:root .pageTitle h2{margin: -2px 0 3px\0;}
	/* ~に関するQ&A */
	.sectionFaq {padding: 25px 0 0 0;margin-bottom: 10px;}
	.sectionFaq h2 {width: 100%;font-size: 19px;margin-bottom: 6px;line-height: 1.3;}
	.sectionFaq>p {width: 100%;font-size: 13px;margin-bottom: 15px;}

	/* ▶項目名 をクリックで切り替わるエリア */
	.sectionFaq .faqTabs {width: 100%;margin-bottom: 10px;}
	.sectionFaq .faqTabs ul {margin-left: 0px;}
	.sectionFaq .faqTabs ul li {float: none;margin: 0 0 3px 0;}
	.sectionFaq .faqTabs ul li a:hover,
	.sectionFaq .faqTabs ul li a{font-size: 14px;padding-left: 15px;letter-spacing: 0.02em;}

	/* Q: をクリックで開閉するエリア */
	.sectionFaq .boxFaq {width: 100%;}
	.sectionFaq .boxFaq>dl>dt:after{left: 5%;top: 13px;}
	.sectionFaq .boxFaq dl dt a{padding: 14px 6% 10px 12%;}
	.sectionFaq .boxFaq>dl>dd {padding: 0 6% 0 13%;}
	.sectionFaq .boxFaq>dl>dd:after{left: 5.3%;;top: -4px;}
	.sectionFaq .boxFaq dl dd p {letter-spacing: 0em;margin-bottom: 15px;line-height: 1.45em;}
	.faqWrap{margin-bottom: 15px;}

}