@charset "UTF-8";

/* =========================================================
   tnr common
   ========================================================= */
.tnr-intro,
.tnr-fee {
  padding: 7.2rem 0;
  background: #fff;
}

.tnr-intro__inner,
.tnr-fee__inner {
  width: min(100% - 32px, 1120px);
  margin-inline: auto;
}

.tnr-intro__head,
.tnr-fee__head {
  margin-bottom: 3.2rem;
  text-align: center;
}

.tnr-intro__eyebrow,
.tnr-fee__eyebrow {
  margin: 0 0 0.8rem;
  color: var(--color-main-dark);
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.tnr-intro__title,
.tnr-fee__title {
  margin: 0;
  color: #111;
  font-size: clamp(3rem, 3vw, 4.6rem);
  font-weight: 700;
  line-height: 1.3;
}

/* =========================================================
   intro
   ========================================================= */
.tnr-intro__hero {
  position: relative;
  max-width: 940px;
  margin: 0 auto 3.2rem;
}

.tnr-intro__hero::before {
  content: "";
  position: absolute;
  top: 16px;
  right: -16px;
  bottom: -16px;
  left: 16px;
  border-radius: 2.4rem;
  background: rgba(220, 236, 247, 0.55);
  z-index: 0;
}

.tnr-intro__hero img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  border-radius: 2rem;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
}

.tnr-intro__lead,
.tnr-intro__body {
  max-width: 980px;
  margin-inline: auto;
  color: #333;
  font-size: 1.8rem;
  line-height: 2;
}

.tnr-intro__lead p,
.tnr-intro__body p {
  margin: 0;
}

.tnr-intro__body {
  margin-top: 3.2rem;
}

.tnr-intro__body p + p {
  margin-top: 2rem;
}

/* =========================================================
   acronym
   ========================================================= */
.tnr-acronym {
  max-width: 980px;
  margin: 3.2rem auto 0;
  border: 1px solid #cfe0eb;
  border-radius: 1.6rem;
  overflow: hidden;
  background: #fff;
}

.tnr-acronym__row {
  display: grid;
  grid-template-columns: 260px 1fr;
  border-bottom: 1px solid #cfe0eb;
}

.tnr-acronym__row:last-child {
  border-bottom: none;
}

.tnr-acronym__term {
  padding: 1.8rem 2rem;
  background: #eef6fb;
  color: var(--color-main-dark);
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.5;
  border-right: 1px solid #cfe0eb;
}

.tnr-acronym__desc {
  padding: 1.8rem 2.4rem;
  color: #374151;
  font-size: 1.7rem;
  line-height: 1.8;
}

/* =========================================================
   support block
   ========================================================= */
.tnr-support {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 3.2rem;
  align-items: center;
  max-width: 980px;
  margin: 4.8rem auto 0;
  padding: 2.8rem;
  border-radius: 2.4rem;
  background: linear-gradient(180deg, #f8fcfe 0%, #eef6fb 100%);
}

.tnr-support__image img {
  display: block;
  width: 100%;
  border-radius: 1.8rem;
  box-shadow: 0 10px 24px rgba(22, 90, 167, 0.06);
}

.tnr-support__title {
  margin: 0 0 1.2rem;
  color: var(--color-main-dark);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}

.tnr-support__text p {
  margin: 0;
  color: #374151;
  font-size: 1.7rem;
  line-height: 1.9;
}

/* =========================================================
   fee
   ========================================================= */
.tnr-fee {
  background: #fbfdff;
}

.tnr-fee__table-wrap {
  max-width: 760px;
  margin: 0 auto 3.2rem;
}

.tnr-fee__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #cfe0eb;
  border-radius: 1.6rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 24px rgba(22, 90, 167, 0.04);
}

.tnr-fee__table th,
.tnr-fee__table td {
  padding: 1.8rem 2rem;
  border-bottom: 1px solid #cfe0eb;
  font-size: 1.9rem;
  line-height: 1.6;
}

.tnr-fee__table tr:last-child th,
.tnr-fee__table tr:last-child td {
  border-bottom: none;
}

.tnr-fee__table th {
  text-align: left;
  font-weight: 700;
  color: #2d3748;
  background: #eef6fb;
}

.tnr-fee__table td {
  width: 180px;
  text-align: right;
  font-weight: 700;
  color: var(--color-main-dark);
  white-space: nowrap;
}

.tnr-fee__body {
  max-width: 760px;
  margin: 0 auto;
  color: #374151;
  font-size: 1.8rem;
  line-height: 2;
}

.tnr-fee__body p {
  margin: 0;
}

.tnr-fee__contact {
  margin-top: 2.4rem;
  padding: 2rem 2.4rem;
  border-radius: 1.6rem;
  background: #fff;
  border: 1px solid #dce8f0;
}

.tnr-fee__contact p + p {
  margin-top: 0.4rem;
}

/* =========================================================
   responsive
   ========================================================= */
@media screen and (max-width: 767px) {
  .tnr-intro,
  .tnr-fee {
    padding: 5.6rem 0;
  }

  .tnr-intro__inner,
  .tnr-fee__inner {
    width: min(100% - 24px, 1120px);
  }

  .tnr-intro__head,
  .tnr-fee__head {
    margin-bottom: 2.4rem;
    text-align: left;
  }

  .tnr-intro__title,
  .tnr-fee__title {
    font-size: clamp(2.8rem, 8vw, 3.8rem);
  }

  .tnr-intro__hero {
    margin-bottom: 2.4rem;
  }

  .tnr-intro__hero::before {
    top: 10px;
    right: -10px;
    bottom: -10px;
    left: 10px;
    border-radius: 1.8rem;
  }

  .tnr-intro__hero img {
    border-radius: 1.6rem;
  }

  .tnr-intro__lead,
  .tnr-intro__body {
    font-size: 1.6rem;
    line-height: 1.9;
  }

  .tnr-intro__body {
    margin-top: 2.4rem;
  }

  .tnr-intro__body p + p {
    margin-top: 1.6rem;
  }

  .tnr-acronym {
    margin-top: 2.4rem;
    border-radius: 1.2rem;
  }

  .tnr-acronym__row {
    grid-template-columns: 1fr;
  }

  .tnr-acronym__term {
    padding: 1.2rem 1.4rem 0.8rem;
    border-right: none;
    font-size: 1.9rem;
  }

  .tnr-acronym__desc {
    padding: 0 1.4rem 1.2rem;
    font-size: 1.5rem;
    line-height: 1.75;
  }

  .tnr-support {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 3.2rem;
    padding: 2rem 1.6rem;
    border-radius: 1.6rem;
  }

  .tnr-support__title {
    font-size: 2rem;
  }

  .tnr-support__text p {
    font-size: 1.5rem;
    line-height: 1.8;
  }

  .tnr-fee__table-wrap {
    margin-bottom: 2.4rem;
  }

  .tnr-fee__table {
    border-radius: 1.2rem;
  }

  .tnr-fee__table th,
  .tnr-fee__table td {
    padding: 1.2rem 1.4rem;
    font-size: 1.6rem;
  }

  .tnr-fee__table td {
    width: 120px;
  }

  .tnr-fee__body {
    font-size: 1.6rem;
    line-height: 1.9;
  }

  .tnr-fee__contact {
    margin-top: 2rem;
    padding: 1.6rem;
    border-radius: 1.2rem;
  }
}