#faq .sec .inner {
  padding: 0 20px;
}
#faq .sec.faq {
  padding-bottom: 200px;
}
@media (max-width: 767px) {
  #faq .sec.faq {
    padding-bottom: 100px;
  }
}
#faq .space-small {
  padding-bottom: 32px;
}
@media (max-width: 767px) {
  #faq .space-small {
    padding-bottom: 16px;
  }
}
#faq .space-md {
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  #faq .space-md {
    padding-bottom: 20px;
  }
}
#faq .space-lg {
  padding-bottom: 55px;
}
@media (max-width: 767px) {
  #faq .space-lg {
    padding-bottom: 27px;
  }
}
#faq .view100-under {
  height: 300px;
}
@media (max-width: 767px) {
  #faq .view100-under {
    height: 200px;
  }
}
@media (min-width: 768px) {
  #faq .page-read {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.BG_room {
  background-image: url(../img/faq/bg.png);
  background-position: top center !important;
}
@media (max-width: 767px) {
  .BG_room {
    background-image: url(../img/faq/bg-sp.png);
  }
}
.BG_room .read2 {
  font-size: 24px;
  letter-spacing: 0.16em;
  line-height: 1.8;
}

.faq-cont {
  max-width: 800px;
  margin-inline: auto;
}
.faq-cont .faq-imgItem {
  margin: 32px 0 32px;
}
.faq-cont .img img {
  max-width: 100%;
}
.faq-cont .q {
  color: #3D3D3D;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px 28px;
  background-color: #F0F0E8;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .faq-cont .q {
    padding: 12px 14px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
}
.faq-cont .q .tx {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .faq-cont .q .tx {
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.faq-cont .q .tx .en {
  width: 30px;
}
.faq-cont .q.is-open .icon {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.faq-cont .a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 26px 28px;
  border: 2px solid #F0F0E8;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .faq-cont .a {
    padding: 13px 14px;
  }
}
.faq-cont .a .tx .en {
  width: 28px;
}
.faq-cont .tx .en {
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 1;
  font-weight: 700;
}
@media (max-width: 767px) {
  .faq-cont .tx .en {
    font-size: 16px;
  }
}
.faq-cont .tx .ja {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1.6px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .faq-cont .tx .ja {
    font-size: 14px;
    line-height: 1.5;
  }
}
.faq-cont .a-tx {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 1px;
}
.faq-cont .a-tx.indent {
  text-indent: -1em;
  padding-left: 1em;
}
@media (max-width: 767px) {
  .faq-cont .a-tx {
    font-size: 12px;
  }
}
.faq-cont .icon {
  width: 15px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq-cont .a-wrap {
  overflow: hidden;
}
.faq-cont .inline-link {
  text-decoration: none;
}
.faq-cont .kome {
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 1.4;
  padding-top: 32px;
}
@media (max-width: 767px) {
  .faq-cont .kome {
    padding-top: 16px;
  }
}
.faq-cont .body .list ul li:not(:first-child) {
  margin-top: 10px;
}

.a-table {
  margin-top: 32px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
  margin-right: auto;
}
.a-table.w300 {
  max-width: 300px;
}
.a-table .ttl {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  padding-bottom: 8px;
}
.a-table .table .table-item:last-child {
  border-bottom: 1px solid #8F8477;
}
.a-table .table-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.a-table .table-item dt,
.a-table .table-item dd {
  width: 50%;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  padding: 9px 0 9px 8px;
  border-top: 1px solid #8F8477;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.a-table .table-item dt {
  border-left: 1px solid #8F8477;
  background-color: #F0F0E8;
}
.a-table .table-item dd {
  border-right: 1px solid #8F8477;
}
.a-table.column .table .table-item:last-child {
  border-top: none;
}
.a-table.column .table-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #8F8477;
}
.a-table.column dt,
.a-table.column dd {
  width: 100%;
  max-width: 100%;
  border: none;
  padding: 13px;
}
.a-table .txCenter {
  text-align: center;
}

.public-img {
  max-width: 500px;
  margin-right: auto;
}