@charset "UTF-8";
.faqArea {
  padding: 50px 0;
  background-color: #f5f5f5;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .faqArea {
    padding: 50px 0 20px;
  }
}
.faqArea > section {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1260px) {
  .faqArea > section {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .faqArea > section {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.faqArea > section > h2 {
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 40px;
}
.faqArea > section > h2 > span {
  display: block;
  font-family: adorn-garland, sans-serif;
  font-size: 4em;
  line-height: 100%;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .faqArea > section > h2 > span {
    font-size: 3em;
  }
}
.faqArea > section > section {
  margin-bottom: 50px;
}
.faqArea > section > section > h3 {
  font-size: 1.35em;
  letter-spacing: 1px;
  margin: 0 0 30px;
  text-align: center;
}
.faqArea > section > section > h3::after {
  content: "";
  border-bottom: 2px solid #222;
  width: 200px;
  display: block;
  margin: 20px auto;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .faqArea > section > section > h3 {
    text-align: left;
  }
  .faqArea > section > section > h3::after {
    margin: 20px 0;
  }
}
.faqArea > section > section > section > h5 {
  font-size: 1.2em;
  text-indent: -1em;
  margin-bottom: 10px;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
  position: relative;
  padding: 0 20px 10px 1em;
}
.faqArea > section > section > section > h5:after {
  content: "＋";
  position: absolute;
  top: 10px;
  right: 10px;
  color: #aaa;
}
.faqArea > section > section > section > h5.on {
  border-bottom: 0;
}
.faqArea > section > section > section > h5.on:after {
  content: "－";
}
.faqArea > section > section > section > h5 > span {
  display: inline-block;
  font-size: 1.5em;
  margin-right: 5px;
}
.faqArea > section > section > section > div {
  background-color: #fff;
  padding: 30px;
  margin: 0 0 30px 20px;
  display: none;
}
.faqArea > section > section > section > div.on {
  display: flex !important;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .faqArea > section > section > section > div.on {
    display: block !important;
  }
}
@media screen and (max-width: 668px) {
  .faqArea > section > section > section > div {
    padding: 20px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .faqArea > section > section > section > div {
    padding: 7px 20px 20px;
    margin: 0 0 30px;
  }
}
.faqArea > section > section > section > div > p.answer {
  font-size: 1.5em;
  width: 40px;
}
.faqArea > section > section > section > div > div {
  padding-top: 5px;
  width: calc(100% - 40px);
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .faqArea > section > section > section > div > div {
    width: 100%;
  }
}
.faqArea > section > section > section > div > div span.cake {
  display: block;
  max-width: 400px;
  margin: 5px 0;
}
.faqArea > section > section > section > div > div a {
  text-decoration: underline;
}
.faqArea > section > section > section > div > div .nomargin {
  margin-bottom: 0 !important;
}
.faqArea > section > section > section > div > div p:not(:last-child) {
  margin-bottom: 20px;
}
.faqArea > section > section > section > div > div ol {
  margin-left: 20px;
}
.faqArea > section > section > section > div > div ol:not(:last-child) {
  margin-bottom: 20px;
}
.faqArea > section > section > section > div > div ol li {
  list-style: decimal;
}
.faqArea > section > section > section > div > div ul.kome:not(:last-child) {
  margin-bottom: 20px;
}
.faqArea > section > section > section > div > div ul.kome li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 0.9em;
}
.faqArea > section > section > section > div > div table.sougeiTable tr th, .faqArea > section > section > section > div > div table.sougeiTable tr td {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
  line-height: 130%;
  padding-bottom: 5px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .faqArea > section > section > section > div > div table.sougeiTable tr th, .faqArea > section > section > section > div > div table.sougeiTable tr td {
    display: block;
  }
}
.faqArea > section > section > section > div > div table.sougeiTable tr th {
  padding-right: 10px;
  white-space: nowrap;
}

.faqList {
  display: flex;
  justify-content: center;
  margin: 0 0 50px;
}
@media screen and (max-width: 668px) {
  .faqList {
    flex-wrap: wrap;
  }
}
.faqList > p:not(:first-child) a {
  border-left: 0;
}
@media screen and (max-width: 668px) {
  .faqList > p:nth-child(1) {
    width: 40%;
  }
  .faqList > p:nth-child(2), .faqList > p:nth-child(3) {
    width: 30%;
  }
  .faqList > p:nth-child(4) a {
    border-left: 1px solid #222;
  }
  .faqList > p:nth-child(n+4) {
    width: 50%;
  }
  .faqList > p:nth-child(n+4) a {
    border-top: 0;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .faqList > p:nth-child(n+1) {
    width: calc(100% - 50px);
    margin: 0 auto;
  }
  .faqList > p:nth-child(2) a, .faqList > p:nth-child(3) a {
    border-top: 0;
    border-left: 1px solid #222;
  }
  .faqList > p:nth-child(5) a {
    border-top: 0;
    border-left: 1px solid #222;
  }
  .faqList > p:last-child a {
    border-left: 1px solid #222;
  }
}
.faqList > p a {
  display: block;
  border: 1px solid #222;
  padding: 10px 20px;
  line-height: 120%;
  font-size: 0.9em;
}
@media screen and (max-width: 960px) {
  .faqList > p a {
    padding: 7px 10px;
  }
}
@media screen and (max-width: 668px) {
  .faqList > p a {
    text-align: center;
    padding: 7px 0;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .faqList > p a {
    text-align: left;
    padding: 8px 15px;
  }
}
.faqList > p a::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-right: 10px;
}
.faqList > p a:hover {
  background: #222;
  color: #fff;
}/*# sourceMappingURL=index.css.map */