@charset "UTF-8";
/* ウェブフォント（ペン字：花鳥風月PB http://www.geocities.jp/s318shunkasyuto/ (c)TAKAYA）
---------------------------------------------------------*/
@font-face {
  font-family: "katyoufuugetupb";
  src: url("../fonts/katyoufuugetupb.eot?") format("eot"), url("../fonts/katyoufuugetupb.woff") format("woff");
}
/* よくある質問専用
-----------------------------------------
※上書きでスタイリング系の元は
　_module.scss が多いです。
-----------------------------------------*/
.page-tit .page-tit01 img {
  -webkit-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
@media screen and (min-width: 768px) {
  .page-tit .page-tit01 img {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    width: auto;
    height: 49px;
  }
}
@media screen and (min-width: 1000px) {
  .page-tit .page-tit01 img {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: auto;
    height: 55px;
  }
}

main {
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  main {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    margin-bottom: 200px;
  }
}

.faq-list {
  max-width: 1200px;
  margin: 30px auto;
}
@media screen and (min-width: 768px) {
  .faq-list {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    margin-top: 50px;
  }
}
@media screen and (min-width: 1000px) {
  .faq-list {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    margin-top: 80px;
  }
}

.faq > li {
  margin: 0 10px 10px;
  padding: 0 0 15px 0;
  background: rgba(0, 0, 0, 0) url("../img/border02.png") repeat-x scroll center bottom/auto 2.5px;
}
.faq > li > h4 {
  font-size: 18px;
  letter-spacing: 0.05em;
  padding: 10px 15px 10px 2.5em;
  min-height: 2.5em;
  position: relative;
}
.faq > li > h4:before {
  content: "Q1";
  font-family: source-han-sans-japanese, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  border-radius: 50%;
  background: #1eb1c1;
  border: 3px solid #1b9dab;
  color: #FFF;
  width: 2.3em;
  height: 2.3em;
  position: absolute;
  left: 0;
  top: 0.3em;
  text-align: center;
  line-height: 2.3;
}
.faq > li > h4:after {
  content: "\f054";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  color: #1eb1c1;
  position: absolute;
  right: 0;
  bottom: calc(50% - 5px);
}
.faq > li > h4:hover {
  cursor: pointer;
}
.faq > li > div {
  border: 3px solid #DDD;
  border-radius: 20px;
  padding: 20px 20px 20px 45px;
  background: #f6f6f6;
  font-size: 16px;
  letter-spacing: 0.1em;
  position: relative;
  display: none;
}
@media screen and (min-width: 768px) {
  .faq > li > div {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    margin-left: 45px;
  }
}
.faq > li > div.on {
  display: block;
}
.faq > li > div p {
  position: relative;
  z-index: 2;
}
.faq > li > div:after {
  content: "A.";
  position: absolute;
  bottom: calc(50% - 0.45em);
  left: 15px;
  font-family: source-han-sans-japanese, sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 30px;
  line-height: 1;
  color: #CCC;
  z-index: 1;
}
.faq > li:nth-of-type(1) > h4:before {
  content: "Q01";
}
.faq > li:nth-of-type(2) > h4:before {
  content: "Q02";
}
.faq > li:nth-of-type(3) > h4:before {
  content: "Q03";
}
.faq > li:nth-of-type(4) > h4:before {
  content: "Q04";
}
.faq > li:nth-of-type(5) > h4:before {
  content: "Q05";
}
.faq > li:nth-of-type(6) > h4:before {
  content: "Q06";
}
.faq > li:nth-of-type(7) > h4:before {
  content: "Q07";
}
.faq > li:nth-of-type(8) > h4:before {
  content: "Q08";
}
.faq > li:nth-of-type(9) > h4:before {
  content: "Q09";
}
.faq > li:nth-of-type(10) > h4:before {
  content: "Q10";
}
.faq > li:nth-of-type(11) > h4:before {
  content: "Q11";
}
.faq > li:nth-of-type(12) > h4:before {
  content: "Q12";
}
.faq > li:nth-of-type(13) > h4:before {
  content: "Q13";
}
.faq > li:nth-of-type(14) > h4:before {
  content: "Q14";
}
.faq > li:nth-of-type(15) > h4:before {
  content: "Q15";
}
.faq > li:nth-of-type(16) > h4:before {
  content: "Q16";
}
.faq > li:nth-of-type(17) > h4:before {
  content: "Q17";
}
.faq > li:nth-of-type(18) > h4:before {
  content: "Q18";
}
.faq > li:nth-of-type(19) > h4:before {
  content: "Q19";
}
.faq > li:nth-of-type(20) > h4:before {
  content: "Q20";
}