@charset "UTF-8";

/* ----------------------------------------
   access.css
---------------------------------------- */
main h1 img {
  width: 74px;
}

main>section {
  margin-bottom: 100px;
  text-align: left;
}

main>section article>dl {
  padding-bottom: 25px;
  border-bottom: 1px solid #b4b4b5;
  font-feature-settings: 'palt';
}

main>section article>dl>dt,
main>section article>dl>dd {
  position: relative;
  padding: 0.3em 0 0 2em;
}

main>section article>dl>dt::before,
main>section article>dl>dd::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
  text-align: center;
  font-family: dunbar-low, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
}

main>section article>dl>dt {
  margin-bottom: 5px;
}

main>section article>dl>dt .icn {
  color: #1fb9de;
}

main>section article>dl>dt::before {
  content: 'Q';
  color: #1fb9de;
}

main>section article>dl>dd .icn {
  color: #e34e9b;
}

main>section article>dl>dd a {
  color: #e34e9b;
}

main>section article>dl>dd .tbl {
  margin-top: 10px;
  line-height: 1.3;
  font-size: 1.4rem;
}

main>section article>dl>dd::before {
  content: 'A';
  color: #e34e9b;
}

main>section article>dl+dl {
  margin-top: 20px;
}

main>section article>dl:last-child,
main>section article>dl.end {
  padding-bottom: 0;
  border-bottom: none;
}

/*#stay {
  margin-bottom: 0;
}*/

#add2024 {
  margin-bottom: 0;
}



/* ▼ @media : SP */
@media screen and (max-width: 768px) {
  main>section {
    margin-bottom: 50px;
  }

  main>section article>dl>dd .tbl dl+dl {
    margin-top: 10px;
  }

  main>section article>dl>dd .tbl dl>dt {
    margin-bottom: 5px;
    font-weight: bold;
  }
}



/* --------------------------------------------------
	faqNav
-------------------------------------------------- */
.faqNav {
  margin: 0 auto 50px;
  max-width: 870px;
}

.faqNav__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.faqNav__list--item {
  width: 32%;
}

.faqNav__list--item a {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .faqNav__list--item {
    padding: 0 2.4vw;
    width: 100%;
  }

  .faqNav__list--item:not(:last-of-type) {
    margin-bottom: 2.4vw;
  }

  .faqNav__list--item a {
    font-size: 4.8vw;
  }
}