#contents.faq .wrapper {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1040px;
}
@media only screen and (max-width: 767px) {
  #contents.faq .wrapper {
    padding: 0 4vw;
  }
}
#contents.faq .title {
  margin-bottom: 40px;
  font-size: 20px;
  text-align: center;
  color: #1D4964;
}
@media only screen and (max-width: 767px) {
  #contents.faq .title {
    margin-bottom: 8vw;
    font-size: 3.733vw;
  }
}
#contents.faq .questions {
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  #contents.faq .questions {
    margin-bottom: 0;
  }
}
#contents.faq .questions .question {
  margin-bottom: 30px;
  background-color: #fdfdfd;
}
@media only screen and (max-width: 767px) {
  #contents.faq .questions .question {
    margin-bottom: 5.333vw;
  }
}
#contents.faq .questions .question:last-child {
  margin-bottom: 0;
}
#contents.faq .questions .q {
  position: relative;
  margin-bottom: 0;
  padding: 23px 0 23px 90px;
  font-size: 16px;
  line-height: 34px;
  color: #53524e;
}
@media only screen and (max-width: 767px) {
  #contents.faq .questions .q {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    padding: 0 10.667vw;
    height: 18.667vw;
    font-size: 3.733vw;
    line-height: 5.6vw;
  }
}
#contents.faq .questions .q::after {
  position: absolute;
  top: 33px;
  left: 36px;
  display: block;
  content: "";
  width: 21px;
  height: 22px;
  background: left top/100% auto no-repeat url("../img/icon_q.png");
}
@media only screen and (max-width: 767px) {
  #contents.faq .questions .q::after {
    top: 0;
    bottom: 0;
    left: 3.733vw;
    margin: auto 0;
    width: 4.133vw;
    height: 4.4vw;
  }
}
#contents.faq .questions .q i {
  margin: auto;
  top: 0;
  bottom: 0;
  -webkit-transform: none;
          transform: none;
  width: 30px;
  height: 30px;
}
@media only screen and (max-width: 767px) {
  #contents.faq .questions .q i {
    width: 4.8vw;
    height: 4.8vw;
  }
}
#contents.faq .questions .q .off {
  width: 30px;
  height: 30px;
}
@media only screen and (max-width: 767px) {
  #contents.faq .questions .q .off {
    width: 4.8vw;
    height: 4.8vw;
  }
}
#contents.faq .questions .q .on {
  width: 100%;
}
#contents.faq .questions .a {
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (max-width: 767px) {
  #contents.faq .questions .a {
    font-size: 3.733vw;
    line-height: 5.6vw;
  }
}
#contents.faq .questions .a .a_txt {
  padding: 28px 10px 28px 90px;
  background: left 36px top 33px/18px auto no-repeat url("../img/icon_a.png");
}
@media only screen and (max-width: 767px) {
  #contents.faq .questions .a .a_txt {
    padding: 4vw 3.467vw 4vw 10.667vw;
    background: left 3.2vw top 4.8vw/3.333vw auto no-repeat url("../img/icon_a.png");
  }
}
#contents.faq .questions .a a {
  color: #1D4964;
  text-decoration: underline;
}
@media print, screen and (min-width: 768px) {
  #contents.faq .questions .a a {
    -webkit-transition: opacity ease 0.4s;
    transition: opacity ease 0.4s;
  }
  #contents.faq .questions .a a:hover {
    -webkit-transition: opacity ease 0.4s;
    transition: opacity ease 0.4s;
    opacity: 0.75;
  }
}
#contents.faq .questions .a .define {
  margin-top: 1em;
}
#contents.faq .questions .a .define:first-child {
  margin-top: 0;
}
#contents.faq .questions .a .define dd {
  padding-left: 1em;
}
#contents.faq .questions .a .note, #contents.faq .questions .a .notes {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  #contents.faq .questions .a .note, #contents.faq .questions .a .notes {
    font-size: 3.333vw;
  }
}
#contents.faq .questions .a .notes {
  margin-top: 1em;
}