@charset "UTF-8";
/*
$serif: 'Shippori Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
$roman: 'Shippori Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
*/
@import url("global.css");
.lead {
  font-size: 21px;
  margin-bottom: 60px;
  text-align: center;
}
.lead br {
  display: none;
}

ul#tabnavi {
  display: flex;
  margin-bottom: 70px;
}
ul#tabnavi li {
  width: 20%;
  flex-shrink: 0;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  height: 70px;
  line-height: 70px;
  font-size: 18px;
  font-weight: bold;
  background-color: #eee;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
ul#tabnavi li br {
  display: none;
}
ul#tabnavi li::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: #fff transparent transparent transparent;
  display: inline-block;
  margin-right: 0;
  transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
ul#tabnavi li:hover {
  background-color: rgba(240, 136, 3, 0.7);
  color: #fff;
}
ul#tabnavi li.active {
  background-color: #F08803;
  color: #fff;
  cursor: default;
}
ul#tabnavi li.active::before {
  border-width: 12px 8px 0 8px;
  margin-right: 10px;
}

.panel .cattitle {
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 50px;
}
.panel .cattitle:first-letter {
  font-size: 1.3em;
  color: #F08803;
}
.panel dl dt {
  padding: 40px 0;
  cursor: pointer;
  border-top: #252122 1px solid;
  text-align: center;
  position: relative;
}
.panel dl dt span {
  font-size: 17px;
  font-weight: bold;
  position: relative;
  z-index: 3;
}
.panel dl dt::before {
  content: "Q";
  font-size: 90px;
  font-family: "Poppins", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
  font-weight: 600;
  line-height: 1.1;
  color: #eee;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.panel dl dt::after {
  content: "\f0d7";
  font-weight: 900;
  font-family: "Font Awesome 5 free";
  font-size: 40px;
  width: 40px;
  height: 20px;
  line-height: 20px;
  display: block;
  color: #a9aaaa;
  transition: all 0.4s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: absolute;
  bottom: 18px;
  left: 50%;
  margin-left: -20px;
  z-index: 2;
}
.panel dl dt.openheader::after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.panel dl dt:hover::after {
  color: #F08803;
}
.panel dl dd {
  background-color: #eee;
  padding: 50px 0;
}
.panel dl dd .wrapper {
  text-align: center;
}
.panel dl dd .text {
  display: inline-block;
  text-align: justify;
}
.panel dl dd p + p {
  margin-top: 1em;
}
.panel dl dd ul {
  margin: 20px 0;
}
.panel dl dd ul li {
  margin: 1em 0;
}
.panel dl dd ul li .h {
  font-weight: bold;
  margin-bottom: 10px;
}
.panel dl dd ul li .h span {
  font-size: 1.3em;
}
.panel dl dd ol.step {
  margin: 1em 0;
}
.panel dl dd ol.step li {
  font-weight: bold;
}
.panel dl dd ol.step li span {
  padding-right: 3px;
  font-size: 1.2em;
  vertical-align: middle;
}
.panel dl dd a {
  color: #F08803;
  font-weight: bold;
}
.panel dl dd p.button {
  margin-top: 24px;
}
.panel dl dd p.button a {
  display: block;
  background: #fff;
  padding: 10px 20px;
  border-radius: 3px;
}
.panel dl dd p.button a::after {
  content: "\f101";
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  color: #a9aaaa;
  font-size: 24px;
  font-weight: 900;
  font-family: "Font Awesome 5 free";
  transition: all 0.4s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.panel dl dd p.button a:hover {
  padding-left: 40px;
}
.panel dl dd p.button a:hover::after {
  color: #F08803;
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 (1300px)
 
------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 960px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  ul#tabnavi {
    margin: 0 -30px 60px;
  }
  ul#tabnavi li {
    font-size: 17px;
    letter-spacing: 0;
  }
  ul#tabnavi li:hover {
    background-color: #eee;
    color: #252122;
  }
  ul#tabnavi li.active::before {
    border-width: 11px 7px 0 7px;
    margin-right: 5px;
  }
  ul#tabnavi li.active:hover {
    background-color: #F08803;
    color: #fff;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  .lead {
    margin-bottom: 50px;
    font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  .lead br {
    display: inline;
  }

  ul#tabnavi {
    margin: 0 -20px 40px;
  }
  ul#tabnavi li {
    height: 80px;
    line-height: 1.2;
    padding: 20px 0 0;
  }
  ul#tabnavi li br {
    display: inline;
  }
  ul#tabnavi li::before {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin: 0;
  }
  ul#tabnavi li.active {
    padding-top: 12px;
  }
  ul#tabnavi li.active::before {
    border-width: 10px 10px 0 10px;
    margin: 0 0 0 -10px;
    opacity: .6;
  }
  ul#tabnavi li:last-of-type {
    padding-top: 30px;
  }
  ul#tabnavi li:last-of-type.active {
    padding-top: 22px;
  }

  .panel .cattitle {
    font-size: 26px;
    margin-bottom: 20px;
    letter-spacing: 2px;
  }
  .panel dl dt {
    margin: 0 -20px;
    padding: 30px 20px;
    line-height: 1.4;
  }
  .panel dl dt span {
    font-size: 16px;
  }
  .panel dl dt::before {
    font-size: 70px;
  }
  .panel dl dt::after {
    bottom: 8px;
  }
  .panel dl dt.openheader::after {
    color: #F08803;
  }
  .panel dl dt.openheader:hover::after {
    color: #F08803;
  }
  .panel dl dt:hover::after {
    color: #a9aaaa;
  }
  .panel dl dd {
    padding: 40px 0;
  }
}

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