@charset "UTF-8";
/* 20260210作成 */
@media only screen and (max-width: 767px) {
  .sp-menu-content {
    padding-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) {
  #post_aside {
    height: 100%;
  }
}
@media only screen and (min-width: 768px) {
  #post_aside .aside_box--new_article {
    max-height: calc(100vh - 80px);
    position: sticky;
    top: 80px;
    overflow-y: scroll;
  }
}

.new-cta__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-inline: 30px;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .new-cta__flex {
    display: block;
    padding-inline: 0;
  }
}
.new-cta__col--point {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .new-cta__col--point {
    width: 100%;
  }
}
.new-cta__col--map {
  width: 45%;
}
@media only screen and (max-width: 767px) {
  .new-cta__col--map {
    width: 100%;
    margin-top: 40px;
  }
}
.new-cta__col--map iframe {
  width: 100%;
}
.new-cta-point {
  margin-top: 0 !important;
}
.new-cta-point__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1em;
  padding-block: 1.2em;
  border-bottom: 1px solid #bdbdbd;
}
.new-cta-point__item:first-child {
  padding-top: 0;
}
.new-cta-point__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.new-cta-point__item-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #baa180;
  font-family: century-gothic, sans-serif;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", serif;
  font-size: 1.6em;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .new-cta-point__item-num {
    width: 35px;
    height: 35px;
    font-size: 1.3em;
  }
}
.new-cta-point__item-title {
  padding-top: 0.25em;
  font-family: century-gothic, sans-serif;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", serif;
  font-size: 1.5em;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 0 !important;
}
@media only screen and (max-width: 767px) {
  .new-cta-point__item-title {
    padding-top: 0.5em;
    font-size: 1.2em;
  }
}
.new-cta-point__item-text {
  font-size: 1.2em;
  line-height: 1.5;
  margin-top: 0.5em !important;
}
@media only screen and (max-width: 767px) {
  .new-cta-point__item-text {
    font-size: 1em;
  }
}
.new-cta__timetable {
  padding-inline: 30px;
  margin-top: 40px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .new-cta__timetable {
    padding-inline: 0;
  }
}
.new-cta__timetable .table_timetable {
  table-layout: fixed;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .new-cta__timetable table.table_timetable th,
  .new-cta__timetable table.table_timetable td {
    width: 10% !important;
    vertical-align: middle;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  .new-cta__timetable table.table_timetable th:first-child {
    width: 20% !important;
  }
}
.new-cta__timetable table.table_timetable tbody th,
.new-cta__timetable table.table_timetable tbody td {
  border-right: 1px solid #ddd;
}
.new-cta__timetable table.table_timetable tbody th:last-child,
.new-cta__timetable table.table_timetable tbody td:last-child {
  border-right: none;
}

.top_payment__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
  font-size: 28px !important;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .top_payment__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5em;
    font-size: 22px !important;
    text-align: center;
  }
}
.top_payment__title_img {
  width: 80px;
}
@media only screen and (max-width: 767px) {
  .top_payment__title_img {
    width: 40px;
  }
}
.top_payment__title_text {
  font-size: 1em !important;
}
.top_payment__title .small {
  display: inline;
}
@media only screen and (max-width: 767px) {
  .top_payment__title .small {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .top_payment__row {
    display: block;
  }
}
.top_payment__dt, .top_payment__dd {
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .top_payment__dt, .top_payment__dd {
    display: block;
    padding-inline: 1em !important;
  }
}
.top_payment__dt {
  background: #baa180;
  white-space: nowrap;
}
.top_payment__dd {
  padding-inline: 2em !important;
}
@media only screen and (max-width: 767px) {
  .top_payment__dd {
    padding-inline: 1em !important;
    padding-top: 1.5em !important;
    padding-bottom: 2em !important;
  }
}
.top_payment__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em;
  margin-top: 0 !important;
}
@media only screen and (max-width: 767px) {
  .top_payment__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.top_payment__img {
  display: block;
  max-width: 80px;
  max-height: 40px;
}
@media only screen and (max-width: 767px) {
  .top_payment__img {
    max-width: 60px;
    max-height: 30px;
  }
}