@charset "utf-8";
.bg {
  border-radius: 70px 70px 0 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .bg {
    border-radius: 25px 25px 0 0;
  }
}
/* ====================================================
cmn-header
==================================================== */
.access .cmn-header .flex h1:after {
  position: absolute;
  top: -15px;
  right: max(-8vw, -110px);
  display: inline-block;
  width: 5.47vw;
  max-width: 74.8px;
  background-image: url(../img/access/cmn_header_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";

  aspect-ratio: 1 / 1.138;
}
@media screen and (max-width: 1024px) {
  .access .cmn-header .flex h1:after {
    top: -9px;
    right: -100px;
    width: 70px;
  }
}
@media screen and (max-width: 767px) {
  .access .cmn-header .flex h1:after {
    right: -80px;
    right: max(-21vw, -80px);
    width: 15vw;
    max-width: 55px;
  }
}
/* ====================================================
access-contents
==================================================== */
.access-contents {
  padding: 69px 0 0;
}
.access-contents .inner {
  gap: 27px;
}
.access-contents .tlt {
  margin-bottom: 45px;
  text-align: center;
}
.access-contents .tlt figure {
  width: 58px;
  margin: 0 auto 31px;
}
.access-contents .tlt h2 {
  font-size: var(--font-size36);
  font-weight: bold;
  line-height: 1;
}
.access-contents .tlt h2 span {
  display: block;
  padding-top: 30px;
  font-size: var(--font-size16);
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .access-contents {
    padding: 50px 0 0;
  }
  .access-contents .tlt {
    margin-bottom: 55px;
  }
  .access-contents .tlt figure {
    width: 15%;
    max-width: 58px;
    margin: 0 auto 20px;
  }
  .access-contents .tlt h2 {
    font-size: var(--font-size27);
  }
  .access-contents .tlt h2 span {
    font-size: var(--font-size15);
  }
}
.faq-summary {
  padding: 20px 35px 20px 43px;
  background-color: #f5e829;
}
.faq-summary p {
  font-size: var(--font-size23);
}
.faq-summary::-webkit-details-marker {
  display: none;
}
.faq-content {
  width: 94.7%;
  margin: 0 auto;
}
.faq-content .faq-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 28px;

  gap: 13px;
}
.faq-content .faq-txt .txt {
  flex: 1;
  font-size: var(--font-size16);
  line-height: 1.6;
}
.faq-content .faq-txt .txt p {
  margin-bottom: 13px;
  line-height: 1.4;
}
.faq-content .faq-txt .txt p .map-txt {
  margin-right: 25px;
}
.faq-content .faq-txt .txt p .map {
  display: inline-block;
  margin: 7px 0 0;
  padding: 5px 16px;
  box-shadow: 0 0 6px rgb(0 0 0 / 16%);
  background-color: #fff;
  font-size: var(--font-size12);
  font-weight: bold;
  color: #272724;
}
.faq-content .faq-txt .txt p .map:after {
  display: inline-block;
  width: 21px;
  height: 21px;
  margin: 0;
  background-image: url(../img/common/icon_map.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
}
.faq-content .faq-txt .txt p a figure {
  width: 12.3px;
}
.faq-content .faq-txt .txt .access-txt span {
  display: block;
  padding-bottom: 5px;
  font-weight: bold;
}
.faq-content .faq-txt iframe {
  width: 49.7%;

  aspect-ratio: 1 / 0.613;
}
.faq-content .faq-txt .txt a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 268px;
  margin: 25px auto 0;
  padding: 12px 0;
  border-radius: 30px;
  background-color: #f06634;
  font-weight: bold;
  color: #fff;
}
/* ＋ - アイコン */
.plus-icon:after {
  border: solid 2px #272724;
}
@media screen and (max-width: 1024px) {
  .faq-summary {
    padding: 15px 35px 15px 27px;
  }
  .faq-summary p {
    font-size: var(--font-size20);
  }
  .faq-content .faq-txt .txt {
    font-size: var(--font-size15);
  }
}
@media screen and (max-width: 767px) {
  .access-contents {
    padding: 50px 0 80px;
  }
  .faq-summary {
    padding: 12px 15px 12px 20px;
  }
  .faq-content .faq-txt {
    display: block;
  }
  .faq-content .faq-txt .txt {
    margin-bottom: 40px;
  }
  .faq-content .faq-txt .txt a {
    width: 80%;
  }
  .faq-content .faq-txt .txt p .map {
    width: auto;
    padding: 5px 12px;
    font-size: var(--font-size11);
  }
  .faq-content .faq-txt iframe {
    width: 100%;
  }
}
/* ====================================================
online-contents
==================================================== */
.online-contents {
  padding: 133px 0 200px;
}
@media screen and (max-width: 767px) {
  .online-contents {
    padding: 0;
  }
}
