@charset "UTF-8";
.index ul {
  display: flex;
  flex-wrap: wrap;
}
.index ul a {
  display: flex;
  position: relative;
  border-radius: 5px;
  color: #603813;
  font-weight: bold;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.index ul a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}

h3 {
  color: #00b5d1;
  font-weight: bold;
}
h3:before {
  content: "Q.";
}
h3 ~ p, h3 + div {
  border-bottom: 1px solid #a8a8a8;
  color: #000;
}
h3 ~ p:before, h3 + div:before {
  content: "A.";
  font-weight: bold;
}

.index ul {
  list-style-type: none;
}
.index li {
  flex-grow: 1;
}

@media screen and (max-width: 430px) {
  section ol {
    margin-left: 17px;
  }
  section ul {
    margin-left: 22px;
  }
  .head + .inner {
    padding-top: 19px;
  }
  .index ul {
    gap: 5px 15px;
  }
  .index li {
    width: 35%;
  }
  .index a {
    display: flex; /* 中身の揃えにflexを使う */
    min-height: 46px;
    height: 100%; /* liの高さに合わせる */
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #603813;
    border-radius: 5px;
    font-size: 13px;
    line-height: 16px;
    align-items: center; /* 垂直中央揃え（任意） */
    justify-content: center; /* 横も中央揃え（任意） */
  }
  .index a:after {
    right: 8px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #603813;
    border-bottom: 1px solid #603813;
  }
  h3 {
    position: relative;
    margin-bottom: 2px;
    padding-left: 32px;
    font-size: 16px;
    text-indent: -31px;
    line-height: 22px;
  }
  h3:before {
    margin-right: 6px;
  }
  h3 ~ p, h3 + div {
    margin-bottom: 22px;
    padding-bottom: 20px;
    padding-left: 32px;
    font-size: 14px;
    text-indent: -28px;
    line-height: 22px;
  }
  h3 ~ p:before, h3 + div:before {
    margin-right: 6px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    font-size: 16px;
    text-indent: -23px;
    line-height: 26px;
  }
  .tya {
    margin-top: 23px;
  }
  h3 + div ul {
    list-style: none;
    margin-left: 1em;
  }
  h3 + div ul li {
    text-indent: 0;
  }
  h3 + div ul li {
    position: relative;
    text-indent: 0;
  }
  h3 + div ul li ul li {
    position: relative;
  }
  h3 + div ol li {
    text-indent: 0;
  }
  h3 + div ul li::before {
    content: "";
    position: absolute;
    top: 0.6em;
    left: -0.7em;
    width: 0.4em;
    height: 0.4em;
    margin-right: -0.5em;
    border-radius: 50%;
    background-color: black;
  }
}
.tya {
  width: 190px;
}

section:nth-of-type(2n) {
  background: #f5f5f5;
}

section {
  text-align: justify;
  text-justify: inter-character;
}
section ol {
  list-style-position: outside;
}
section ul {
  list-style-position: outside;
}
section a {
  padding-bottom: 1px;
  border-bottom: 1px solid #00b5d1;
  color: #00b5d1;
}

@media screen and (min-width: 431px) {
  section ol {
    margin-left: 17px;
  }
  section ul {
    margin-left: 24px;
  }
  .index ul {
    list-style-type: none;
    gap: 15px 30px;
  }
  .index li {
    max-width: 346px;
    width: 25%;
    flex-grow: 1;
  }
  .index a {
    height: 65px;
    border: 2px solid #603813;
    border-radius: 5px;
    font-size: 16px;
  }
  .index a:after {
    top: 0;
    right: 10px;
    bottom: 0;
    width: 12px;
    height: 12px;
    border-right: 2px solid #603813;
    border-bottom: 2px solid #603813;
  }
  h3 {
    position: relative;
    margin-bottom: 13px;
    padding-left: 43px;
    font-size: 20px;
    text-indent: -43px;
    line-height: 28px;
  }
  h3:before {
    margin-right: 21px;
  }
  h3 ~ p, h3 + div {
    margin-bottom: 30px;
    padding-bottom: 20px;
    padding-left: 47px;
    font-size: 16px;
    text-indent: -45px;
    line-height: 26px;
  }
  h3 ~ p:before, h3 + div:before {
    margin-right: 21px;
    font-size: 20px;
  }
  .tya {
    width: 243px;
    margin-top: 40px;
  }
  h3 + div ol li {
    text-indent: 0;
  }
  h3 + div li ul {
    list-style: none;
    margin-left: 1em;
  }
  h3 + div li ul li {
    text-indent: 0;
  }
  h3 + div li ul li {
    position: relative;
  }
  h3 + div ul li {
    text-indent: -7px;
  }
  h3 + div ul li::before {
    content: "";
    position: absolute;
    top: 0.6em;
    left: -0.7em;
    width: 0.4em;
    height: 0.4em;
    margin-right: -0.5em;
    border-radius: 50%;
    background-color: black;
  }
}
/*# sourceMappingURL=faq.css.map */