@charset "UTF-8";
/* ===================================================================
CSS information

file name  : misc.css
author     : Abilive
style info : エラーページ
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
body {
  background-color: #F8FAF9;
}

.con_main .c-st1 span {
  color: white;
}
.con_main .c-st1 span.en {
  font-family: "Petit Formal Script", cursive;
  font-weight: normal;
}
.con_main .c-st1 span.jp {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: lighter;
}
.con_main .img {
  position: relative;
  height: 403px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .con_main .img {
    max-height: 335px;
  }
}
.con_main .img img {
  position: relative;
  bottom: 200px;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .con_main .img img {
    bottom: 300px;
  }
}
@media print {
  .con_main .img img {
    bottom: 300px;
  }
}

@media only screen and (max-width: 767px) {
  html.lower #contents .topicpath {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.topicpath li span {
  font-size: 87%;
}

.faq_nav {
  width: 100%;
}
.faq_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1700px;
  width: 90%;
  margin: 70px auto 70px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .faq_nav ul {
    margin: 40px auto 40px;
  }
}
@media only screen and (max-width: 767px) {
  .faq_nav ul {
    margin: 30px auto 30px;
  }
}
@media only screen and (max-width: 767px) {
  .faq_nav ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow-x: auto;
    white-space: nowrap;
    padding: 0px;
  }
}
@media only screen and (min-width: 1200px) {
  .faq_nav ul .li_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
  }
}
@media print {
  .faq_nav ul .li_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .faq_nav ul .li_block {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .faq_nav ul .li_block {
    display: none;
  }
}
.faq_nav ul li {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .faq_nav ul li {
    font-size: 14px;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-all;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.faq_nav ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 14px;
  background-color: #c0c0c0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.faq_nav ul li a {
  display: block;
  padding: 20px 28px;
  padding: 20px 28px;
}
@media only screen and (max-width: 767px) {
  .faq_nav ul li a {
    padding: 15px 6px;
  }
}
.faq_nav ul li a {
  color: #222;
  font-size: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .faq_nav ul li a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .faq_nav ul li a {
    font-size: 15px;
  }
}
.faq_nav ul li a {
  letter-spacing: 0.12em;
  line-height: 1.6;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.faq_nav ul li a:hover {
  opacity: 0.5;
}
@media only screen and (min-width: 1200px) {
  .faq_nav ul .li_block_sp {
    display: none;
    width: 100%;
  }
}
@media print {
  .faq_nav ul .li_block_sp {
    display: none;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .faq_nav ul .li_block_sp {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (auto)[5];
    grid-template-rows: repeat(5, auto);
  }
  .faq_nav ul .li_block_sp > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .faq_nav ul .li_block_sp > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .faq_nav ul .li_block_sp > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .faq_nav ul .li_block_sp > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .faq_nav ul .li_block_sp > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .faq_nav ul .li_block_sp > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .faq_nav ul .li_block_sp > *:nth-child(7) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .faq_nav ul .li_block_sp > *:nth-child(8) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
  .faq_nav ul .li_block_sp > *:nth-child(9) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .faq_nav ul .li_block_sp > *:nth-child(10) {
    -ms-grid-row: 5;
    -ms-grid-column: 2;
  }
}
@media only screen and (max-width: 767px) {
  .faq_nav ul .li_block_sp {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (auto)[5];
    grid-template-rows: repeat(5, auto);
  }
  .faq_nav ul .li_block_sp > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .faq_nav ul .li_block_sp > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .faq_nav ul .li_block_sp > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .faq_nav ul .li_block_sp > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .faq_nav ul .li_block_sp > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .faq_nav ul .li_block_sp > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .faq_nav ul .li_block_sp > *:nth-child(7) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .faq_nav ul .li_block_sp > *:nth-child(8) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
  .faq_nav ul .li_block_sp > *:nth-child(9) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .faq_nav ul .li_block_sp > *:nth-child(10) {
    -ms-grid-row: 5;
    -ms-grid-column: 2;
  }
}
.faq_nav ul .li_block_sp li {
  text-align: center;
  overflow-wrap: anywhere;
  min-width: 0;
}
.faq_nav ul .li_block_sp li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 14px;
  background-color: #c0c0c0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.faq_nav ul .li_block_sp li:nth-child(even)::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 14px;
  background-color: #c0c0c0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .faq_nav ul .li_block_sp li::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 14px;
    background-color: #c0c0c0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.con_faq {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  background-color: #fff;
  padding: 4em 5em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_faq {
    padding: 2em 3em;
  }
}
@media only screen and (max-width: 767px) {
  .con_faq {
    padding: 1em;
  }
}
.con_faq .category_faq .category_title {
  padding: 2em 2em;
}
@media only screen and (max-width: 767px) {
  .con_faq .category_faq .category_title {
    padding: 0;
  }
}
.con_faq .category_faq .category_title {
  font-size: 22px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_faq .category_faq .category_title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .con_faq .category_faq .category_title {
    font-size: 16px;
  }
}
.con_faq .category_faq .category_title h3 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  margin: 120px 0 0 15px;
}
@media only screen and (max-width: 767px) {
  .con_faq .category_faq .category_title h3 {
    margin: 70px 0 30px;
    text-align: center;
  }
}
.con_faq .category_faq:first-child h3 {
  margin-top: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_faq .category_faq:first-child h3 {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_faq .category_faq:first-child h3 {
    margin-top: 30px;
  }
}
.con_faq .category_faq:last-child {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_faq .category_faq:last-child {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_faq .category_faq:last-child {
    margin-bottom: 15px;
  }
}

.box_faq {
  border-top: 1px solid #c8c8c8;
}
.box_faq:last-child {
  border-bottom: 1px solid #c8c8c8;
}
.box_faq .box_q {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  padding: 32px 55px 32px 48px;
  cursor: pointer;
  list-style: none;
  letter-spacing: 0.12em;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .box_faq .box_q {
    gap: 12px;
    padding: 22px 45px 22px 20px;
  }
}
.box_faq .box_q::-webkit-details-marker {
  display: none;
}
.box_faq .box_q .q {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .box_faq .box_q .q {
    font-size: 18px;
  }
}
.box_faq .box_q .txt {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  margin: 0;
  font-size: 17px;
}
@media only screen and (max-width: 767px) {
  .box_faq .box_q .txt {
    font-size: 14px;
    letter-spacing: 0.08em;
  }
}
.box_faq .box_q .icon {
  position: absolute;
  top: 50%;
  right: 24px;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .box_faq .box_q .icon {
    right: 15px;
    width: 16px;
    height: 16px;
  }
}
.box_faq .box_q .icon::before, .box_faq .box_q .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: #163c55;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .box_faq .box_q .icon::before, .box_faq .box_q .icon::after {
    width: 16px;
  }
}
.box_faq .box_q .icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.box_faq .box_a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  margin: 0 52px 12px 29px;
  padding: 28px 18px;
  background: #edf4f7;
  letter-spacing: 0.12em;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .box_faq .box_a {
    gap: 12px;
    margin: 0 15px 10px 15px;
    padding: 20px 15px;
  }
}
.box_faq .box_a .a {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .box_faq .box_a .a {
    font-size: 18px;
  }
}
.box_faq .box_a .txt {
  margin: 0;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .box_faq .box_a .txt {
    font-size: 13px;
    letter-spacing: 0.06em;
  }
}
.box_faq[open] .box_q .icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
}