.intersect-elem__title {
  font-family: var(--f_maru);
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: 0.2em;
}

.section--no-border:last-of-type {
  border-bottom: none !important;
}

.section-subttl {
  font-family: var(--f_maru);
  font-size: 1.3rem;
  font-weight: 700;
  margin-top: 2em;
  line-height: 160%;
}

.section-txt__sub {
  margin-left: 1.5em;
  margin-top: 1em;
  margin-bottom: 2em;
}
.section-txt--right {
  text-align: right;
}
.section-txt em {
  color: var(--col_red);
}

.schedule-table {
  width: 100%;
  border-collapse: collapse;
}
.schedule-table__th {
  background-color: #e3f7f4;
  border: 1px solid var(--col_blue);
  padding: 10px;
  white-space: nowrap;
  width: 50%;
}
.schedule-table__td {
  border: 1px solid var(--col_blue);
  padding: 10px;
  width: 50%;
}

.btn--mt {
  margin-top: 1rem;
}
.btn--mb {
  margin-bottom: 1rem;
}

.picture-center {
  width: 100%;
  text-align: center;
}
.picture-center__img {
  display: block;
  width: 90%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  float: none;
}

.center-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tokyoappli-first {
  position: relative;
  width: 100%;
  margin: 0 auto 40px;
  min-height: 150px;
}
.tokyoappli-first::before {
  content: "";
  position: absolute;
  background-image: url("/kekkon_action/assets/images/common/logo_tokyoappli.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
.tokyoappli-first__text {
  width: calc(100% - 190px);
  margin: 0 0 0 auto;
  font-size: 1rem;
  color: #00388c;
  line-height: 1.8;
}

.tokyoappli-points {
  width: 100%;
  margin: 0 auto;
  display: grid;
}
.tokyoappli-points__each {
  display: grid;
  justify-items: stretch;
  align-items: stretch;
  position: relative;
}
.tokyoappli-points__each-no-wrapper {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 2;
}
.tokyoappli-points__each-no {
  display: inline-grid;
  place-items: center;
  color: #fff;
  background-color: #00388c;
  border-radius: 9999px 9999px 0 0;
}
.tokyoappli-points__each-title {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
  color: #00388c;
  text-align: center;
}
.tokyoappli-points__each-text {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  line-height: 1.6;
  border-top: 1px dashed #00388c;
}

.tokyoappli-buttons {
  width: 450px;
  margin-inline: auto;
  margin-top: 45px;
  display: grid;
  grid-template-columns: 227fr 278fr;
  gap: 20px;
  align-items: start;
}
.tokyoappli-buttons__each-button-img {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 1025px) {
  .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 52px;
    padding: 20px 24px 20px 28px;
    border-radius: 100px;
    background-color: var(--col_blue);
    color: #fff;
    font-family: var(--f_maru);
    font-size: 1rem;
    font-weight: 700;
    line-height: 170%;
    position: relative;
  }
  .btn:after {
    content: "";
    display: block;
    width: 9px;
    height: 12px;
    background: url(../images/top/icon_arrow.svg?vc806143426b409616eae722c7b8e2151) no-repeat center/contain;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .btn--pdf:after {
    width: 17px;
    height: 20px;
    background: url(../images/common/icon_pdf_white.png) no-repeat center/contain;
  }
  .btn--blue-bkwhite {
    background-color: #fff;
    color: var(--col_blue);
    border: 2px solid var(--col_blue);
  }
  .btn--blue-bkwhite:after {
    background: url(../images/top/icon_arrow_left_blue.svg) no-repeat center/contain;
    right: auto;
    left: 20px;
  }
  .sec-body .section-txt__mb {
    margin-bottom: 20px;
  }
  .sec-body .section-txt--large {
    font-size: 1.5rem;
  }
  .center-btn-wrapper {
    margin-top: 50px;
  }
  .sec-body--notfirst {
    margin-top: 60px;
  }
  .tokyoappli-first {
    max-width: 960px;
  }
  .tokyoappli-first::before {
    width: 150px;
    height: 150px;
    left: 0;
    top: 0;
  }
  .tokyoappli-first__text {
    width: calc(100% - 190px);
  }
  .tokyoappli-points {
    max-width: 960px;
    grid-template-columns: 28fr 28fr 35fr;
    grid-template-rows: auto auto;
    column-gap: 40px;
    row-gap: 0;
  }
  .tokyoappli-points__each {
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 0;
    padding-top: 65px;
    position: relative;
  }
  .tokyoappli-points__each-no {
    width: 100px;
    font-size: 1.875rem;
    height: 50px;
    line-height: 50px;
    border-radius: 50px 50px 0 0;
  }
  .tokyoappli-points__each-title {
    padding-bottom: 15px;
    font-size: 1.2rem;
  }
  .tokyoappli-points__each-text {
    padding-top: 10px;
    font-size: 1rem;
    border-top: 1px dashed #00388c;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 23.44vw;
    height: 4.06vw;
    padding: 1.56vw 1.88vw 1.56vw 2.19vw;
    border-radius: 7.81vw;
    background-color: var(--col_blue);
    color: #fff;
    font-family: var(--f_maru);
    font-size: 1.25vw;
    font-weight: 700;
    line-height: 170%;
    position: relative;
  }
  .btn:after {
    content: "";
    display: block;
    width: 0.7vw;
    height: 0.94vw;
    background: url(../images/top/icon_arrow.svg?vc806143426b409616eae722c7b8e2151) no-repeat center/contain;
    position: absolute;
    right: 1.56vw;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .btn--pdf:after {
    width: 1.3vw;
    height: 1.56vw;
    background: url(../images/common/icon_pdf_white.png) no-repeat center/contain;
  }
  .btn--blue-bkwhite {
    background-color: #fff;
    color: var(--col_blue);
    border: 2px solid var(--col_blue);
  }
  .btn--blue-bkwhite:after {
    background: url(../images/top/icon_arrow_left_blue.svg) no-repeat center/contain;
    right: auto;
    left: 1.56vw;
  }
  .sec-body .lead-txt {
    font-size: 1rem;
  }
  .sec-body .section-txt {
    font-size: 1rem;
  }
  .sec-body .section-txt__mb {
    margin-bottom: 20px;
  }
  .sec-body .section-txt--large {
    font-size: 2vw;
  }
  .sec-body .section-list-item__txt {
    font-size: 1rem;
  }
  .center-btn-wrapper {
    margin-top: 20px;
  }
  .sec-body--notfirst {
    margin-top: 60px;
  }
  .tokyoappli-first {
    max-width: 960px;
  }
  .tokyoappli-first::before {
    width: 150px;
    height: 150px;
    left: 0;
    top: 0;
  }
  .tokyoappli-first__text {
    width: calc(100% - 190px);
  }
  .tokyoappli-points {
    max-width: 960px;
    grid-template-columns: 28fr 28fr 35fr;
    grid-template-rows: auto auto;
    column-gap: 40px;
    row-gap: 0;
  }
  .tokyoappli-points__each {
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 0;
    padding-top: 65px;
  }
  .tokyoappli-points__each-no {
    width: 100px;
    font-size: 1.875rem;
    height: 50px;
    line-height: 50px;
    border-radius: 50px 50px 0 0;
  }
  .tokyoappli-points__each-title {
    padding-bottom: 15px;
    font-size: 1.95vw;
  }
  .tokyoappli-points__each-text {
    font-size: 1.5625vw;
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .intersect-elem__title {
    font-size: 6.15vw;
  }
  .section-subttl {
    font-size: 5.2vw;
  }
  .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 13.33vw;
    border-radius: 25.64vw;
    background-color: var(--col_blue);
    padding: 2.56vw 7.18vw;
    color: #fff;
    font-family: var(--f_maru);
    font-size: 4.62vw;
    font-weight: 700;
    position: relative;
  }
  .btn:after {
    content: "";
    display: block;
    width: 1.79vw;
    height: 3.08vw;
    background: url(../images/top/icon_arrow.svg?vc806143426b409616eae722c7b8e2151) no-repeat center/contain;
    position: absolute;
    right: 6.15vw;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .btn--pdf:after {
    width: 3.38vw;
    height: 3.98vw;
    background: url(../images/common/icon_pdf_white.png) no-repeat center/contain;
  }
  .btn--blue-bkwhite {
    background-color: #fff;
    color: var(--col_blue);
    border: 2px solid var(--col_blue);
  }
  .btn--blue-bkwhite:after {
    background: url(../images/top/icon_arrow_left_blue.svg) no-repeat center/contain;
    right: auto;
    left: 6.15vw;
  }
  .sec-body .section-txt__mb {
    margin-bottom: 7vw;
  }
  .sec-body .section-txt--large {
    font-size: 6vw;
  }
  .center-btn-wrapper {
    display: block;
    width: 70%;
    margin: 15vw auto 0;
  }
  .sec-body--notfirst {
    margin-top: 9.33vw;
  }
  .tokyoappli-first {
    max-width: 960px;
  }
  .tokyoappli-first::before {
    width: 37.33vw;
    height: 37.33vw;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
  .tokyoappli-first__text {
    width: 100%;
    padding-top: 48%;
    font-size: 4.27vw;
  }
  .tokyoappli-points {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    column-gap: 0;
    row-gap: 8vw;
  }
  .tokyoappli-points__each {
    grid-template-rows: auto auto;
    grid-row: auto;
    width: 100%;
    padding-top: 14vw;
    position: relative;
  }
  .tokyoappli-points__each-no {
    width: 20vw;
    font-size: 6vw;
    height: 10vw;
    line-height: 10vw;
    border-radius: 10vw 10vw 0 0;
  }
  .tokyoappli-points__each-title {
    padding-bottom: 4vw;
    font-size: 6.52vw;
  }
  .tokyoappli-points__each-text {
    font-size: 4.17vw;
    padding-top: 4vw;
  }
  .tokyoappli-buttons {
    width: 71.33vw;
    margin-top: 9.33vw;
    gap: 4vw;
  }
}
