@charset "UTF-8";
/*index page setting*/

@media screen and (min-width: 641px) {
	
header nav ul li.gnav04 a {
	display: block;
	color: #333333;
	border-bottom: 5px solid #333333;
}

#subttl {
	text-align: center;
	padding-bottom: 60px;
}
}

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

#faq {
	box-sizing: border-box;
	padding-bottom: 100px;
}
#faq .inner {
	position: relative;
	width: 945px;
	margin: 0 auto;
}
#faq dl{
  counter-increment: question;
  margin-bottom: 60px;
}
#faq dl:last-child{
  margin-bottom: 20px;
}
.faqBlk__stepQ{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
.faqBlk__stepA{
	padding: 36px;
	border: 2px solid #333;
	border-radius: 20px;
}
.faqBlk__stepQ:before{
	content: 'Q'counter(question)'.';
	font-family: 'Josefin Sans', sans-serif;
	margin-right: 5px;

}
.faqBlk__stepA:before{
	content: 'A'counter(question)'.';
	font-family: 'Josefin Sans', sans-serif;
	color: #2f94cd;
	font-size: 20px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	line-height: 1.0;
}
/*
.faqBlk > li:nth-child(even) .faqBlk__stepA{
  background-color: #eef7f9;
}
.faqBlk > li:nth-child(odd) .faqBlk__stepA{
  background-color: #fff;
}
*/
}

@media screen and (max-width: 640px) {

#faq {
	width: 92%;
	margin: 0 auto;
	padding: 0 0 50px;
}
#faq .inner {
}
#faq dl{
  counter-increment: question;
  margin-bottom: 20px;
}
#faq dl:last-child{
  margin-bottom: 0;
}
.faqBlk__stepQ{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
.faqBlk__stepA{
	box-sizing: border-box;
	padding: 36px;
	border: 2px solid #333;
	border-radius: 20px;
}
.faqBlk__stepQ:before{
	content: 'Q'counter(question)'.';
	font-family: 'Josefin Sans', sans-serif;
	margin-right: 5px;

}
.faqBlk__stepA:before{
	content: 'A'counter(question)'.';
	font-family: 'Josefin Sans', sans-serif;
	color: #2f94cd;
	font-size: 20px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	line-height: 1.0;
}
/*
.faqBlk > li:nth-child(even) .faqBlk__stepA{
  background-color: #eef7f9;
}
.faqBlk > li:nth-child(odd) .faqBlk__stepA{
  background-color: #fff;
}
*/
.faqBlk__stepQ{
	text-align: center;
}
.faqBlk__stepA:before{
	text-align: center;
}
.faqBlk__stepA{
	padding: 20px;
}

}

