/* line 10, faq.scss */
.faq {
  padding: 80px 60px;
}
/* line 12, faq.scss */
.faq__title_h1 {
  background: url(/img/shared/line_h1_01.png) repeat-x left bottom;
  padding-bottom: 20px;
  font-size: 25px;
  color: #333;
}
/* line 18, faq.scss */
.faq__accordWrap {
  margin-top: 20px;
  position: relative;
}
/* line 26, faq.scss */
.faq__accordToggle:after {
  content: '+';
  width: 1em;
  height: 1em;
  padding: 0.5em;
  background: #fff;
  position: absolute;
  right: 15px;
  top: 17px;
  text-align: center;
  display: inline-block;
  box-sizing: content-box;
  font-family: sans-serif;
}
/* line 39, faq.scss */
.open .faq__accordToggle:after {
  content: '-';
}
/* line 44, faq.scss */
.faq__ques {
  display: table;
  table-layout: fixed;
  width: 100%;
}
/* line 48, faq.scss */
.faq__ques__num {
  display: table-cell;
  vertical-align: top;
  text-align: center;
  width: 69px;
  height: 64px;
  color: #7F6B5B;
  font-size: 16px;
  font-weight: bold;
  background: url(/img/info/faq_bg_01.jpg) no-repeat left top;
  box-sizing: border-box;
  padding-top: 25px;
  padding-right: 5px;
}
/* line 62, faq.scss */
.faq__ques__text {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  height: 64px;
  font-size: 16px;
  font-weight: bold;
  background: url(/img/info/faq_bg_02.jpg) repeat 5px top;
  box-sizing: border-box;
  padding: 0 60px 0 20px;
  cursor: pointer;
}
/* line 75, faq.scss */
.faq__answer {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-top: 15px;
}
/* line 80, faq.scss */
.faq__answer__num {
  display: table-cell;
  vertical-align: top;
  text-align: center;
  width: 69px;
  height: 64px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  background: url(/img/info/faq_bg_03.png) no-repeat left top;
  box-sizing: border-box;
  padding-top: 25px;
  padding-right: 5px;
}
/* line 94, faq.scss */
.faq__answer__text {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-bottom: 20px;
  box-sizing: border-box;
  padding: .5em 10px 2em 10px;
}
/* line 101, faq.scss */
.faq__answer__text p {
  color: #505050;
  line-height: 2;
  font-size: 13px;
}
/* line 104, faq.scss */
.faq__answer__text a {
  color: #D71E23;
  display: inline-block;
  margin-top: 15px;
}
/* line 108, faq.scss */
.faq__answer__text a:before {
  content: '>';
  display: inline-block;
  text-decoration: none;
  margin-right: 5px;
}
/* line 114, faq.scss */
.faq__answer__text a.textlink {
  margin-top: 0;
}
/* line 116, faq.scss */
.faq__answer__text a.textlink:before {
  content: none;
  display: none;
}
/* line 124, faq.scss */
.faq__title_h2_01 {
  margin-top: 80px;
  font-size: 21px;
  color: #333;
}
/* line 129, faq.scss */
.faq__box01 {
  padding-top: 20px;
}
/* line 132, faq.scss */
.faq__title_h2_02 {
  margin-top: 80px;
  font-size: 21px;
  color: #333;
}
/* line 137, faq.scss */
.faq__box02 {
  padding-top: 20px;
}
/* line 140, faq.scss */
.faq__title_h2_03 {
  margin-top: 80px;
  font-size: 21px;
  color: #333;
  padding-left: 26px;
}
/* line 146, faq.scss */
.faq__box03 {
  padding-top: 20px;
}

/*# sourceMappingURL=faq.css.map */
