@charset "UTF-8";
/* ---------------------------------------------
 FAQ STYLES
 --------------------------------------------- */
.faqSection {
  z-index: 1;
}
@media only screen and (min-width: 1921px) {
  .faqSection {
    margin-top: 175px;
  }
}
.faqSection .article {
  position: relative;
  z-index: 1;
  padding: 1% 4.46% 1.5%;
  background: #fff;
}
.faqSection .article + .article {
  margin-top: 8.0357142857%;
}
.faqSection .txt_q, .faqSection .txt_a {
  position: relative;
  padding: 3% 0 3% 90px;
}
.faqSection .txt_q:before, .faqSection .txt_a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 18%;
  width: 52px;
  height: 52px;
  line-height: 52px;
  border-radius: 50%;
  font-weight: bold;
  font-size: 1.0625;
  text-align: center;
  background: url(../images/faq/ico_faq.png) no-repeat 0 0;
  background-size: 100% auto;
}
.faqSection .txt_q {
  font-size: 1.25em;
  color: var(--keyColor);
  border-bottom: 1px dotted #707070;
}
.faqSection .txt_a:before {
  top: 12%;
  background-position-y: bottom;
}
.faqSection .btnFrame {
  display: flex;
  align-items: center;
  margin: 1.75em 0 0;
  position: relative;
}
.faqSection .btnFrame:before {
  content: "";
  display: block;
  margin: 0 0.8em 0 0;
  width: 2.9375em;
  height: 1em;
  background: url(../images/common/arrow_s_right.svg) no-repeat 0 0;
  background-size: contain;
}
.faqSection .btn {
  margin: 0;
  padding: 0.55em 1em;
  width: 17.154em;
  font-size: 0.8125em;
  text-align: center;
  background: var(--keyColor3);
  color: var(--fontColor);
}
.faqSection .btn:before {
  display: none;
}
.faqSection .btn:hover {
  background: var(--fontColor);
  color: #fff;
}

.titleSection + .bg {
  position: relative;
}
.titleSection + .bg:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: auto;
  right: auto;
  left: 6.7708333333%;
  width: 3.9583333333%;
  height: 0;
  padding: 2.6041666667% 0 0;
  background: url(../images/common/moyou1.png) no-repeat 0 0;
  background-size: contain;
}

.titleSection + .bg {
  position: relative;
}
.titleSection + .bg:after {
  content: "";
  display: block;
  position: absolute;
  top: 15%;
  bottom: auto;
  right: 7.65625%;
  left: auto;
  width: 3.1770833333%;
  height: 0;
  padding: 2.9166666667% 0 0;
  background: url(../images/common/moyou2.png) no-repeat 0 0;
  background-size: contain;
}

.faqSection {
  position: relative;
}
.faqSection:before {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  bottom: 42%;
  right: auto;
  left: 9.375%;
  width: 3.3854166667%;
  height: 0;
  padding: 3.125% 0 0;
  background: url(../images/common/moyou2.png) no-repeat 0 0;
  background-size: contain;
}

.faqSection {
  position: relative;
}
.faqSection:after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  bottom: 5%;
  right: 9.1145833333%;
  left: auto;
  width: 4.21875%;
  height: 0;
  padding: 2.7604166667% 0 0;
  background: url(../images/common/moyou1_d.png) no-repeat 0 0;
  background-size: contain;
}

.ttlSection + .bg:before, .ttlSection + .bg:after,
.faqSection:before,
.faqSection:after {
  z-index: -1;
}

.linkSection .ttl {
  margin-top: 0;
}
.linkSection .btn_more {
  margin: 1.75em auto 0;
  max-width: 24.3em;
  padding: 0.85em;
  background: var(--keyColor3);
  color: var(--fontColor);
}
.linkSection .btn_more:hover {
  background: var(--gray);
}
.linkSection .btn_more:active {
  background: var(--keyColor);
  color: #fff;
}

.accessSection {
  margin-top: 9.1%;
}
@media only screen and (min-width: 1921px) {
  .accessSection {
    margin-top: 175px;
  }
}

/* index幅991px以下から
------------------------------------------------------------*/
/* index幅767px以下から
------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .titleSection + .bg:before {
    width: 34px;
    height: 30px;
    left: 80%;
    top: -2%;
  }
  .titleSection + .bg:after {
    width: 34px;
    height: 23px;
  }
  .faqSection:before {
    width: 34px;
    height: 30px;
    top: 3%;
    left: 1.6%;
  }
  .faqSection:after {
    width: 34px;
    height: 23px;
    right: 2%;
    bottom: 0;
  }
  .faqSection .article {
    font-size: 0.96em;
  }
  .faqSection .txt_a p {
    line-height: 2;
  }
  .faqSection .txt_q, .faqSection .txt_a {
    padding-left: 55px;
  }
  .faqSection .txt_q:before,
  .faqSection .txt_a:before {
    width: 40px;
    height: 40px;
  }
  .linkSection .ttl {
    margin-bottom: 0;
  }
  .linkSection .btn_more {
    margin-top: 1em;
  }
}

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