/* =============================================================
   HIGOBANK 資産づくりセットプラン LP
   Figmaデザイン完全再現版
   ============================================================= */

/* ── CSS Variables ─────────────────────────────── */
:root {
  --primary:        #40588d;
  --primary-mid:    #486bad;
  --primary-light:  #557ebe;
  --gray-blue:      #51656f;
  --orange:         #eb6507;
  --orange-mid:     #f08337;
  --orange-dark:    #c85000;
  --red-dark:       #b43714;
  --yellow:         #f4d561;
  --gold-border:    #9c824f;
  --bg-cream:       #fbf8f4;
  --bg-blue-light:  #eef4fa;
  --bg-gray:        #f0f0f0;
  --bg-peach:       #fef3ed;
  --text-dark:      #333333;
  --text-mid:       #51656f;
  --white:          #ffffff;
  --border-light:   rgba(0,0,0,0.12);
  --border-mid:     rgba(0,0,0,0.2);
  --max-w:          1240px;
  --section-px:     80px;
  --font-jp:        'Noto Sans JP', sans-serif;
  --font-num:       'Poppins', sans-serif;
}

/* ── Reset ─────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { font-size: 16px; scroll-behavior: smooth; }

body {
  font-family: var(--font-jp);
  color: var(--text-dark);
  background: #fff;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
button { cursor: pointer; border: none; background: none; font: inherit; }
ul { list-style: none; }

/* =============================================================
   HEADER
   ============================================================= */
.site-header {
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
}

.header-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 var(--section-px);
  height: 88px;
  padding-bottom: 0.5rem;
}

.header-left {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  height: 80px;
}

.header-logo-box a{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: .3s all ease;
}

.header-logo-box a:hover{
  opacity: 0.8;
}

.header-logo-box img {
  display: block;
}

.header-text-area {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
  justify-content: center;
}

.header-bank-name {
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: 28px;
  color: var(--text-mid);
  line-height: 1;
}

.header-tagline {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header-tagline-text {
  font-family: var(--font-jp);
  font-weight: 400;
  font-size: 16px;
  color: var(--text-mid);
  white-space: nowrap;
}

.header-bank-jp {
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: 16px;
  color: var(--text-mid);
  white-space: nowrap;
}

.header-reserve-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--gray-blue);
  color: #fff;
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: 20px;
  padding: 0 24px;
  height: 48px;
  border-radius: 24px;
  white-space: nowrap;
  transition: opacity 0.15s;
}
.header-reserve-btn:hover { opacity: 0.85; }

/* =============================================================
   HERO / CATCH
   ============================================================= */
.catch-outer {
  background: #fff;
  padding: 108px var(--section-px) 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.catch-section {
  background: var(--bg-cream);
  border: 3px solid var(--primary-light);
  border-radius: 24px;
  padding: 32px 24px;
  position: relative;
}

.catch-limit {
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: 19.2px;
  color: var(--text-mid);
  text-align: right;
  width: 100%;
}

.catch-body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 16px;
}

.catch-left {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  padding-left: 32px;
  flex: 0 0 auto;
}

.catch-lead {
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: 22px;
  color: var(--text-mid);
  line-height: 24px;
  white-space: nowrap;
}

.catch-lead-accent {
  color: var(--primary);
}

.catch-title-img {
  display: block;
}

.catch-products {
  display: flex;
  align-items: center;
  gap: 12px;
}

.catch-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 32px;
  border-radius: 24px;
  border: 2px solid;
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: 19.2px;
  white-space: nowrap;
}

.catch-tag--blue {
  border-color: var(--primary-light);
  color: var(--primary);
  background: #fff;
}

.catch-tag--orange {
  border-color: var(--orange-mid);
  color: var(--orange-dark);
  background: #fff;
}

.catch-plus-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--gray-blue);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  flex-shrink: 0;
}

.catch-rate-box {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 0 4px rgba(0,0,0,0.12);
  padding: 24px 32px 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
}

.catch-rate-label {
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: 19.2px;
  color: var(--text-mid);
}

.catch-rate-display {
  display: flex;
  align-items: flex-end;
  gap: 32px;
}

.catch-rate-left-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.catch-rate-word {
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: 40px;
  color: var(--orange);
  line-height: 1;
}

.catch-rate-num-row {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  color: var(--orange);
}

.catch-rate-nen {
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
}

.catch-rate-fig {
  font-family: var(--font-num);
  font-weight: 500;
  font-size: 80px;
  line-height: 64px;
}

.catch-rate-pct {
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
}

.catch-rate-after {
  font-family: var(--font-jp);
  font-weight: 400;
  font-size: 16px;
  color: var(--text-mid);
  text-align: right;
  width: 100%;
}

.catch-right {
  flex: 0 0 auto;
}

/* ヒーローボタン */
.catch-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
}

.catch-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 320px;
  height: 64px;
  padding: 0 52px 0 32px;
  border-radius: 36px;
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: 19.2px;
  white-space: nowrap;
  transition: opacity 0.15s;
  gap: 12px;
}
.catch-btn:hover { opacity: 0.85; }

.catch-btn--yellow {
  background: var(--yellow);
  color: var(--text-dark);
}

.catch-btn--orange {
  background: var(--orange);
  color: #fff;
}

/* =============================================================
   取扱期間 / PERIOD
   ============================================================= */
.period-section {
  width: 100%;
  margin-bottom: 1rem;
}

.period-top {
  background: var(--primary-mid);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4px 8px;
  padding: 16px var(--section-px) 8px;
}

.period-label {
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  white-space: nowrap;
}

.period-dates {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

.period-date-block {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  line-height: 1;
}

.period-num {
  font-family: var(--font-num);
  font-weight: 700;
  font-style: normal;
  color: #fff;
}

.period-num--year {
  font-size: 40px;
}

.period-num--day {
  font-size: 52px;
}

.period-jp {
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: 32px;
  color: #fff;
}

.period-dow {
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}

.period-arrow {
  flex-shrink: 0;
}

.period-bottom {
  background: var(--gray-blue);
  padding: 12px var(--section-px);
  font-family: var(--font-jp);
  font-weight: 400;
  font-size: 14.4px;
  color: #fff;
  line-height: 1.5;
}

.period-bottom a{
  text-decoration: underline;
  transition: .3s all ease;
}

.period-bottom a:hover{
  opacity: 0.8;
}

/* =============================================================
   概要 / BODY SECTION
   ============================================================= */
.body-section {
  background: var(--bg-cream);
  padding: 40px 0;
  margin-bottom: 1rem;
}

/* セクションタイトル */
.body-title-outer {
  background: var(--bg-cream);
  display: flex;
  justify-content: center;
  padding: 32px 40px 0;
}

.body-section-title-bar {
  background: #fff;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 16px 40px;
  width: 100%;
  max-width: var(--max-w);
}

.body-title-blue {
  font-family: var(--font-jp);
  font-weight: 900;
  font-size: 48px;
  color: var(--primary-light);
  white-space: nowrap;
  line-height: 64px;
}

.body-title-plus-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}
.body-title-plus-icon img {
  width: 48px;
  height: 48px;
}

.body-title-orange {
  font-family: var(--font-jp);
  font-weight: 900;
  font-size: 48px;
  color: var(--orange);
  white-space: nowrap;
  line-height: 64px;
}

/* 内側エリア */
.body-inner {
  background: var(--bg-cream);
  padding: 48px 40px 32px;
  max-width: var(--max-w);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 48px;
}

/* チャートエリア */
.chart-area {
  display: flex;
  width: 840px;
  gap: 40px;
  align-items: flex-start;
  justify-content: center;
  min-width: 840px;
}

.chart-desc {
  flex: 1;
  font-family: var(--font-jp);
  font-weight: 400;
  font-size: 20px;
  color: var(--text-dark);
  line-height: 1.75;
  height: 260px;
}

.chart-desc strong {
  font-weight: 700;
}

.chart-graph-area {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  flex-shrink: 0;
  position: relative;
}

.chart-img-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.chart-caption {
  font-family: var(--font-jp);
  font-weight: 400;
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  white-space: nowrap;
}

.chart-callout {
  background: var(--primary-mid);
  color: #fff;
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  padding: 16px 24px;
  border-radius: 8px;
  white-space: nowrap;
  position: absolute;
  bottom: 55px;
  left: calc(50% - 490px);
}

.chart-callout::after {
  content: '';
  display: inline-block;
  width: 1.25rem;
  aspect-ratio: 1;
  clip-path: polygon(100% 0, 0 0, 0 100%);
  background: var(--primary-mid);
  position: absolute;
  right: -1.25rem;
  top: 1rem;
}

/* 対象商品ボックス */
.target-products-box {
  background: #fff;
  border-radius: 16px;
  padding: 24px 40px;
  max-width: var(--max-w);
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  width: 100%;
}

.target-products-heading {
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: 24px;
  color: var(--primary-mid);
  text-align: center;
  width: 100%;
}

/* 商品テーブル共通 */
.ptbl-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 16px;
}

.ptbl-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 16px 16px 40px;
  border-radius: 8px 8px 0 0;
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}

.ptbl-header--blue {
  background: var(--primary-mid);
}

.ptbl-detail-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: var(--primary);
  font-family: var(--font-jp);
  font-weight: 400;
  font-size: 16px;
  padding: 8px 8px 8px 20px;
  border-radius: 20px;
  white-space: nowrap;
}

.ptbl-body {
  width: 100%;
}

.ptbl-row {
  display: flex;
  align-items: stretch;
  width: 100%;
  min-height: 56px;
}

.ptbl-th {
  background: var(--bg-blue-light);
  color: var(--primary);
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  width: 240px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px 24px;
  border-bottom: 1px solid var(--border-mid);
  letter-spacing: 0.1em;
}

.ptbl-td {
  background: #fff;
  color: var(--text-dark);
  font-family: var(--font-jp);
  font-weight: 500;
  font-size: 16px;
  flex: 1;
  display: flex;
  align-items: center;
  padding: 16px 24px;
  border-bottom: 1px solid var(--border-mid);
}

/* 金銭信託 大テーブル行 */
.ptbl-row--trust {
  min-height: auto;
  align-items: stretch;
}

.ptbl-th--tall {
  text-align: center;
  line-height: 24px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.ptbl-td--trust {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
}

.trust-item {
  border-bottom: 1px solid var(--border-mid);
  padding: 16px 24px 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}

.trust-item:last-child {
  border-bottom: none;
}

.trust-name {
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: 19.2px;
  color: var(--primary);
  line-height: 24px;
}

.trust-amount {
  font-family: var(--font-jp);
  font-weight: 400;
  font-size: 16px;
  color: var(--text-dark);
  line-height: 24px;
}

.ptbl-notes {
  font-family: var(--font-jp);
  font-weight: 400;
  font-size: 14.4px;
  color: var(--text-dark);
  line-height: 1.5;
}

/* =============================================================
   金利セクション / RATE SECTION
   ============================================================= */
.rate-section-outer {
  background: var(--bg-cream);
  padding: 32px 40px;
}

.rate-section-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: center;
}

/* 金利カード */
.rate-card {
  background: #fff;
  border: 2px solid var(--orange);
  border-radius: 16px;
  box-shadow: 0 0 4px rgba(0,0,0,0.12);
  padding: 24px;
  width: 100%;
  max-width: var(--max-w);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

.rate-card-label {
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: 28px;
  color: var(--text-mid);
  text-align: center;
  line-height: 32px;
}

.rate-card-main-row {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 32px;
  margin-bottom: 1rem;
}

.rate-card-left {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.rate-word {
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: 40px;
  color: var(--orange);
  line-height: 1;
  white-space: nowrap;
}

.rate-num-group {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  color: var(--orange);
}

.rate-nen {
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
}

.rate-fig {
  font-family: var(--font-num);
  font-weight: 500;
  font-size: 80px;
  line-height: 52px;
  text-align: right;
}

.rate-pct {
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
}

.rate-after-group {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--text-mid);
  text-align: center;
  white-space: nowrap;
}

.rate-paren {
  font-family: var(--font-jp);
  font-weight: 300;
  font-size: 40px;
  line-height: 40px;
}

.rate-after-text {
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}

/* 計算例 */
.calc-examples {
  display: flex;
  gap: 16px;
  width: 100%;
  align-items: stretch;
}

.calc-box {
  background: var(--bg-peach);
  border-radius: 8px;
  flex: 1;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.calc-box--inline-summary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 16px;
  row-gap: 12px;
}

.calc-box--inline-summary .calc-head {
  grid-column: 1;
  margin: 0;
}

.calc-box--inline-summary .calc-amount {
  width: 100%;
}

.calc-box--inline-summary .calc-result {
  grid-column: 2;
  align-self: center;
}

.calc-box--inline-summary .calc-formula {
  grid-column: 1 / -1;
}

.calc-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 16px;
}

.calc-amount {
  background: #fff;
  border-radius: 4px;
  padding: 8px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
  flex: 1;
}

.calc-amount--stacked {
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.calc-amount-value {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 0.25rem;
}

.calc-amount-num {
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: 36px;
  color: var(--orange-dark);
  line-height: 1;
}

.calc-amount-unit {
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: 24px;
  color: var(--orange-dark);
  line-height: 1;
}

.calc-case-label {
  font-family: var(--font-jp);
  font-weight: 500;
  font-size: 20px;
  color: var(--text-dark);
  text-align: center;
  line-height: 1;
}

.calc-result {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.calc-result-lead {
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-dark);
  line-height: 1;
}

.calc-result-val {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  justify-content: center;
  color: var(--red-dark);
}

.calc-result-num {
  font-family: var(--font-num);
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  transform: translateY(0.15em);
}

.calc-result-en {
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
}

.calc-result-note {
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
}

.calc-formula {
  font-family: var(--font-jp);
  font-weight: 400;
  font-size: 16px;
  color: var(--text-dark);
  line-height: 20px;
}

.calc-formula strong {
  font-weight: 700;
  font-size: 19.2px;
}

.calc-tax-detail {
  font-size: 13.6px;
  line-height: 1.5;
  white-space: pre-wrap;
}

/* フロー図 */
.flow-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  padding: 0 40px;
}

.flow-lead {
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: 20px;
  color: var(--text-dark);
  text-align: center;
  line-height: 1.5;
}

.flow-diagram {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
}

.flow-box {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}

.flow-box--wide {
}

.flow-box-head {
  background: var(--gray-blue);
  color: #fff;
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  padding: 16px 16px 12px;
  border-radius: 8px 8px 0 0;
  line-height: 24px;
}

.flow-box-body {
  background: #fff;
  border: 2px solid var(--gray-blue);
  border-radius: 0 0 8px 8px;
  padding: 16px 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.flow-box-title {
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: 20px;
  color: var(--text-dark);
  line-height: 24px;
}

.flow-box-note {
  font-family: var(--font-jp);
  font-weight: 400;
  font-size: 16px;
  color: var(--text-dark);
  line-height: 16px;
}

.flow-arrow-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  width: 96px;
  flex-shrink: 0;
}

.flow-arrows {
  display: flex;
  align-items: center;
}

.flow-arrow-label {
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: 20px;
  color: var(--text-mid);
  text-align: center;
  line-height: 1.5;
}

.dtbl-wrap_wrapper{
  background: #fff;
  padding: 2rem;
  border-radius: 1rem;
}

/* 円定期預金テーブル */
.dtbl-wrap {
  width: 100%;
  max-width: var(--max-w);
}

.dtbl {
  width: 100%;
}

.dtbl-header {
  background: var(--orange);
  color: #fff;
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  padding: 16px;
  border-radius: 8px 8px 0 0;
  line-height: 24px;
}

.dtbl-body {
  border: 1px solid var(--border-mid);
  border-left: none;
  border-right: none;
  border-top: none;
}

.dtbl-row {
  display: flex;
  min-height: 56px;
  border-bottom: 1px solid var(--border-mid);
}

.dtbl-row:last-child {
  border-bottom: none;
}

.dtbl-row-multi {
  align-items: stretch;
}

.dtbl-th {
  background: var(--bg-peach);
  color: var(--red-dark);
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px 24px;
  /*border-right: 1px solid var(--border-mid);*/
  flex-shrink: 0;
}

.dtbl-row.dtbl-row-multi .dtbl-th.dtbl-th-w120{
  border-right-color: rgba(255,255,255,0);
}

.dtbl-th-w240 {
  width: 240px;
}

.dtbl-th-w120 {
  width: 120px;
}

.dtbl-th-rowspan {
  align-self: stretch;
}

.dtbl-sub-col {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.dtbl-subrow {
  display: flex;
  min-height: 56px;
  border-bottom: 1px solid rgba(197,138,112,0.5);
  align-items: stretch;
}

.dtbl-subrow:last-child {
  border-bottom: none;
}

.dtbl-th-sub {
  background: var(--bg-peach);
  color: var(--text-dark);
  font-family: var(--font-jp);
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  width: 120px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px;
  /*border-right: 1px solid rgba(197,138,112,0.5);*/
}

.dtbl-td {
  background: #fff;
  color: var(--text-dark);
  font-family: var(--font-jp);
  font-weight: 500;
  font-size: 16px;
  flex: 1;
  display: flex;
  align-items: center;
  padding: 16px 24px;
}

/* ご注意ください */
.caution-box {
  background: #fff;
  border-radius: 8px;
  padding: 24px 0.5rem;
  width: 100%;
  max-width: var(--max-w);
}

.caution-title {
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: 16px;
  color: var(--text-dark);
  text-align: center;
  margin-bottom: 12px;
}

.caution-list {
  list-style: none;
  padding-left:0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.caution-list li {
  font-family: var(--font-jp);
  font-weight: 400;
  font-size: 14.4px;
  color: var(--text-dark);
  line-height: 1.6;
  position: relative;
  padding-left: 1em;
}

.caution-list li::before{
  content: "";
  display: inline-block;
  width: 0.25rem;
  aspect-ratio: 1;
  background: #333;
  border-radius: 50%;
  position: absolute;
  top: 0.7em;
  left: 0;
}

.caution-list li a{
  text-decoration: underline;
}

/* =============================================================
   FAQ
   ============================================================= */
.faq-section {
  background: var(--bg-blue-light);
  padding: 72px 40px;
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: center;
  margin-bottom: 1rem;
}

.faq-lbl {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  color: var(--primary);
  text-align: center;
  width: 280px;
}

.faq-lbl-en {
  font-family: var(--font-num);
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
}

.faq-lbl-jp {
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: var(--max-w);
  width: 100%;
  padding-bottom: 16px;
}

.faq-item {
  background: #fff;
  border: 2px solid var(--primary-light);
  border-radius: 16px;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  cursor: pointer;
  background: none;
  border: none;
  text-align: left;
}

.faq-q-inner {
  display: flex;
  align-items: center;
  gap: 24px;
}

.faq-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  font-family: var(--font-num);
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  flex-shrink: 0;
  line-height: 1;
}

.faq-icon--q {
  background: var(--primary-light);
}

.faq-icon--a {
  background: var(--orange-mid);
}

.faq-q-text {
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: 20px;
  color: var(--primary);
  line-height: 1;
  white-space: nowrap;
}

.faq-toggle-icon {
  font-size: 24px;
  font-weight: 700;
  color: var(--text-mid);
  line-height: 1;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.faq-answer {
  border-top: 1px solid var(--border-light);
  padding: 16px 24px;
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.faq-answer p, .faq-answer div {
  font-family: var(--font-jp);
  font-weight: 500;
  font-size: 17.6px;
  color: var(--text-dark);
  line-height: 1.5;
  flex: 1;
}

/* デフォルトは非表示、is-open で表示 */
.faq-item:not(.is-open) .faq-answer {
  display: none;
}

.faq-item:not(.is-open) .faq-toggle-icon {
  /* + sign when closed */
}

/* =============================================================
   RESERVE / CTA
   ============================================================= */
.reserve-section {
  background: var(--primary);
  padding: 72px var(--section-px);
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: center;
  text-align: center;
  margin-bottom: 1rem;
}

.reserve-text-group {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  width: 100%;
}

.reserve-title {
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: 40px;
  color: #fff;
  line-height: 1;
}

.reserve-sub {
  font-family: var(--font-jp);
  font-weight: 500;
  font-size: 17.6px;
  color: #fff;
  line-height: 1.5;
}

.reserve-btn {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  color: var(--primary);
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: 19.2px;
  height: 72px;
  padding: 16px 52px 16px 32px;
  border-radius: 36px;
  white-space: nowrap;
  transition: opacity 0.15s;
}
.reserve-btn:hover { opacity: 0.85; }

/* =============================================================
   ATTENTION / ご留意事項
   ============================================================= */
.attention-section {
  background: var(--bg-gray);
  padding: 72px 40px;
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: center;
  position: relative;
  scroll-margin-top: 88px;
}

.attention-lbl {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  color: var(--primary);
  text-align: center;
  width: 200px;
}

.attention-lbl-en {
  font-family: var(--font-num);
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
}

.attention-lbl-jp {
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
}

.attention-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: var(--max-w);
  width: 100%;
  padding-bottom: 16px;
}

.attention-item {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 0 4px rgba(0,0,0,0.15);
  overflow: hidden;
}

.attention-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  background: var(--bg-blue-light);
  border-radius: 16px 16px 0 0;
  cursor: pointer;
  text-align: left;
}

.attention-header-text {
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: 20px;
  color: var(--primary);
  line-height: 1;
  white-space: nowrap;
}

.attention-toggle-icon {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-mid);
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.attention-body {
  padding: 24px;
  border-top: 1px solid var(--border-light);
  font-family: var(--font-jp);
  font-weight: 500;
  font-size: 14.4px;
  color: var(--text-dark);
  line-height: 1.5;
}

.attn-cat {
  font-weight: 700;
  margin-bottom: 4px;
}

.attn-indent {
  margin-left: 16px;
  line-height: 1.5;
}

.attn-list {
  list-style: none;
  padding-left: 1em;
  display: flex;
  flex-direction: column;
}

.attn-list li {
  line-height: 1.6;
  position: relative;
  padding-left: 1em;
}

.attn-list li::before {
    content: "";
    display: inline-block;
    width: 0.25rem;
    aspect-ratio: 1;
    background: #333;
    border-radius: 50%;
    position: absolute;
    top: 0.7em;
    left: 0;
}

/* デフォルトは開いた状態、is-open で表示 */
.attention-item:not(.is-open) .attention-body {
  display: none;
}

/* フローティング来店予約ボタン */
.float-reserve-btn {
  position: fixed;
  bottom: 72px;
  right: 100px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--yellow);
  color: var(--text-dark);
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: 20px;
  height: 48px;
  padding: 0 24px;
  border-radius: 24px;
  border: 2px solid #fff;
  box-shadow: 0 0 4px rgba(0,0,0,0.25);
  white-space: nowrap;
  transition: opacity 0.15s;
}
.float-reserve-btn:hover { opacity: 0.85; }

/* =============================================================
   FOOTER
   ============================================================= */
.site-footer {
  background: #fff;
}

.footer-main {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 40px 40px 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.footer-top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.footer-left {
  display: flex;
  align-items: center;
  gap: 32px;
}

.footer-logo-box {
  height: 80px;
  display: flex;
  align-items: flex-start;
}

.footer-name-area {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-tagline-text {
  font-family: var(--font-jp);
  font-weight: 400;
  font-size: 16px;
  color: var(--text-mid);
  white-space: nowrap;
}

.footer-bank-jp {
  font-family: var(--font-jp);
  font-weight: 900;
  font-size: 28px;
  color: var(--text-dark);
  white-space: nowrap;
}

.footer-company-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 0;
}

.footer-company-col {
  font-family: var(--font-jp);
  font-weight: 400;
  font-size: 16px;
  color: var(--text-mid);
  line-height: 1.5;
  white-space: nowrap;
}

.footer-company-divider {
  width: 1px;
  background: var(--border-light);
  align-self: stretch;
  margin: 0 16px;
  flex-shrink: 0;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 40px;
  border-top: 1px solid var(--border-light);
  margin-left: 2rem;
  margin-right: 2rem;
}

.footer-copyright {
  font-family: var(--font-jp);
  font-weight: 400;
  font-size: 16px;
  color: var(--text-mid);
  white-space: nowrap;
}

.footer-pagetop {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-jp);
  font-weight: 400;
  font-size: 16px;
  color: var(--text-mid);
  padding: 24px 0;
  white-space: nowrap;
  transition: opacity 0.15s;
}
.footer-pagetop:hover { opacity: 0.7; }

  br.sp{
    display: none;
  }

/*アンカー調整*/
#consultation,
#plan-overview{
  scroll-margin-top: 108px;
}

/* =============================================================
  Responsive
   ============================================================= */
@media (max-width: 900px) {
  :root {
    --section-px: 20px;
  }

  html {
    overflow-x: hidden;
  }

  body {
    overflow-x: hidden;
    word-break: break-word;
  }

  .site-header {
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  }

  .header-inner {
    height: auto;
    min-height: 72px;
    padding: 0 12px 8px;
    gap: 8px;
    align-items: center;
  }

  .header-left {
    height: auto;
    min-width: 0;
    gap: 10px;
    align-items: center;
    flex-shrink: 0;
  }

  .header-logo-box {
    flex-shrink: 0;
  }



  .header-bank-name {
    font-size: 18px;
  }

  .header-tagline {
    flex-wrap: wrap;
    gap: 2px 8px;
  }

  .header-tagline-text,
  .header-bank-jp {
    font-size: 11px;
    line-height: 1.3;
  }

  .header-reserve-btn {
    height: 38px;
    padding: 0 12px;
    font-size: 13px;
    border-radius: 19px;
    gap: 6px;
    flex-shrink: 0;
  }

  .header-reserve-btn img {
    width: 16px;
    height: 16px;
  }

  .catch-outer {
    padding: 108px 12px 10px;
    gap: 12px;
  }

  .catch-section {
    padding: 16px 14px;
    border-radius: 16px;
  }

  .catch-limit {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .catch-body {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }

  .catch-left {
    padding-left: 0;
    width: 100%;
    gap: 14px;
    align-items: center;
  }

  .catch-lead {
    font-size: 16px;
    line-height: 1.5;
    white-space: normal;
  }

  .catch-title-img {
    width: min(100%, 420px);
    height: auto;
  }

  .catch-products {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }

  .catch-tag {
    font-size: 14px;
    height: 38px;
    padding: 0 16px;
  }

  .catch-rate-box {
    width: auto;
    padding: 14px;
    border-radius: 12px;
    gap: 0.5rem 2rem;
  }

  .catch-rate-display {
    width: 100%;
    justify-content: space-between;
    gap: 10px;
  }

  .catch-rate-label {
    font-size: 14px;
  }

  .catch-rate-word {
    font-size: 24px;
  }

  .catch-rate-nen {
    font-size: 22px;
    line-height: 1;
  }

  .catch-rate-fig {
    font-size: 50px;
    line-height: 1;
  }

  .catch-rate-pct {
    font-size: 24px;
    line-height: 1;
  }

  .catch-rate-after {
    font-size: 12px;
    text-align: left;
  }

  .catch-right {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .catch-right img {
    width: min(100%, 460px);
    height: auto;
  }

  .catch-buttons {
    flex-direction: column;
    gap: 10px;
    padding-top: 6px;
  }

  .catch-btn {
    width: 100%;
    max-width: 420px;
    height: 56px;
    padding: 12px 18px;
    border-radius: 28px;
    font-size: 16px;
    justify-content: center;
  }

  .catch-btn img {
    width: 24px;
    height: 24px;
  }

  .period-top {
    padding: 12px;
  }

  .period-label {
    font-size: 16px;
  }

  .period-date-block {
    gap: 4px;
    justify-content: center;
  }

  .period-num--year {
    font-size: 26px;
  }

  .period-num--day {
    font-size: 32px;
  }

  .period-jp,
  .period-dow {
    font-size: 18px;
  }

  .period-bottom {
    padding: 10px 12px;
    font-size: 12px;
  }

  .body-section {
    padding: 20px 0;
  }

  .body-title-outer {
    padding: 12px 12px 0;
  }

  .body-section-title-bar {
    padding: 10px;
    gap: 8px;
    flex-wrap: wrap;
  }

  .body-title-blue,
  .body-title-orange {
    font-size: 24px;
    line-height: 1.2;
    white-space: normal;
    text-align: center;
  }

  .body-title-plus-icon,
  .body-title-plus-icon img {
    width: 28px;
    height: 28px;
  }

  .body-inner {
    padding: 20px 12px;
    gap: 24px;
    align-items: stretch;
  }

  .chart-area {
    width: 100%;
    min-width: 0;
    flex-direction: column;
    gap: 16px;
    align-items: stretch;
  }

  .chart-desc {
    height: auto;
    font-size: 15px;
    line-height: 1.7;
  }

  .chart-graph-area {
    width: 100%;
  }

  .chart-img-wrap {
    width: 100%;
    text-align: center;
  }

  .chart-img-wrap img {
    width: min(100%, 260px);
    height: auto;
    margin: 0 auto;
  }

  .chart-caption {
    margin-top: 8px;
    font-size: 13px;
    white-space: normal;
  }

  .chart-callout {
    font-size: 14px;
    padding: 10px 14px;
    white-space: normal;
    left: 3rem;
  }

  .chart-callout::after {
    /*display: none;*/
    width: 1rem;
    right: -1rem;
  }

  .target-products-box {
    padding: 12px;
    border-radius: 12px;
    gap: 12px;
  }

  .target-products-heading {
    font-size: 20px;
  }

  .ptbl-section {
    gap: 6px;
    padding-bottom: 8px;
  }

  .ptbl-header {
    padding: 12px;
    font-size: 18px;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
  }

  .ptbl-detail-btn {
    font-size: 13px;
    padding: 6px 8px 6px 12px;
  }

  .ptbl-row {
    flex-direction: column;
    min-height: 0;
  }

  .ptbl-th,
  .ptbl-td {
    width: 100%;
  }

  .ptbl-th {
    font-size: 14px;
    padding: 10px 12px;
    letter-spacing: normal;
  }

    .ptbl-th br{
      display: none;
    }

  .ptbl-td {
    font-size: 14px;
    padding: 12px;
    line-height: 1.6;
  }

  .ptbl-row--trust {
    align-items: stretch;
  }

  .ptbl-td--trust {
    align-items: stretch;
  }

  .trust-item {
    padding: 10px 12px;
  }

  .trust-name {
    font-size: 16px;
    line-height: 1.5;
  }

  .trust-amount {
    font-size: 13px;
    line-height: 1.6;
  }

  .ptbl-notes {
    font-size: 12px;
    line-height: 1.6;
  }

  .rate-section-outer {
    padding: 16px 12px;
  }

  .rate-section-inner {
    gap: 20px;
  }

  .rate-card {
    padding: 14px;
    border-radius: 12px;
    gap: 14px;
  }

  .rate-card-label {
    font-size: 20px;
    line-height: 1.4;
  }

  .rate-card-main-row {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .rate-word {
    font-size: 26px;
  }

  .rate-nen,
  .rate-pct {
    font-size: 24px;
    line-height: 1;
  }

  .rate-fig {
    font-size: 56px;
    line-height: 1;
  }

  .rate-after-group {
    gap: 4px;
  }

  .rate-paren {
    font-size: 24px;
    line-height: 1;
  }

  .rate-after-text {
    font-size: 13px;
    line-height: 1.5;
  }

  .calc-examples {
    flex-direction: column;
    gap: 12px;
  }

  .calc-box {
    padding: 12px;
    gap: 10px;
  }

  .calc-box--inline-summary {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
    

  .calc-box--inline-summary .calc-head{
    width: 100%;
  }
  .calc-box--inline-summary .calc-result,
  .calc-box--inline-summary .calc-formula {
    width: auto;
  }

  .calc-head {
    justify-content: stretch;
  }

  .calc-amount {
    padding: 8px 10px;
  }

  .calc-amount-num {
    font-size: 30px;
  }

  .calc-amount-unit {
    font-size: 20px;
  }

  .calc-case-label {
    font-size: 15px;
  }

  .calc-result {
    gap: 6px;
  }

  .calc-result-lead {
    font-size: 14px;
    line-height: 1.5;
  }

  .calc-result-val {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 6px;
  }

  .calc-result-num {
    font-size: 28px;
  }

  .calc-result-en {
    font-size: 24px;
  }

  .calc-result-note {
    font-size: 15px;
  }

  .calc-formula {
    font-size: 13px;
    line-height: 1.6;
  }

  .calc-formula strong {
    font-size: 16px;
  }

  .calc-tax-detail {
    font-size: 12px;
  }

  .flow-section {
    padding: 0;
    gap: 16px;
  }

  .flow-lead {
    font-size: 14px;
  }

  .flow-diagram {
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }

  .flow-box,
  .flow-box--wide {
    width: 100%;
    max-width: 420px;
  }

  .flow-box-head {
    font-size: 18px;
    line-height: 1.3;
    padding: 10px 8px;
  }

  .flow-box-body {
    padding: 12px;
  }

  .flow-box-title {
    font-size: 18px;
    line-height: 1.4;
  }

  .flow-box-note {
    font-size: 14px;
    line-height: 1.5;
  }

  .flow-arrow-group {
    width: auto;
  }

  .flow-arrows {
    transform: rotate(90deg);
    margin-top: 1.5rem;
  }

  .flow-arrow-label {
    font-size: 14px;
    margin-top: 2rem;
  }

  .dtbl-wrap {
    max-width: none;
  }

  .dtbl-header {
    font-size: 18px;
    padding: 12px;
  }

  .dtbl-row {
    flex-direction: column;
    min-height: 0;
  }

  .dtbl-th,
  .dtbl-th-w240,
  .dtbl-th-w120,
  .dtbl-th-sub,
  .dtbl-td {
    width: 100%;
  }

  .dtbl-th {
    font-size: 14px;
    padding: 10px 12px;
    border-right: none;
  }

  .dtbl-subrow {
    flex-direction: column;
    min-height: 0;
  }

  .dtbl-th-sub {
    border-right: none;
    border-bottom: 1px solid rgba(197,138,112,0.5);
    padding: 8px 12px;
  }

  .dtbl-td {
    font-size: 14px;
    padding: 10px 12px;
    line-height: 1.6;
  }

  .caution-box {
    padding: 14px;
  }

  .caution-title {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .caution-list {
    gap: 6px;
    padding-left: 18px;
  }

  .caution-list li {
    font-size: 12px;
    line-height: 1.6;
  }

  .faq-section,
  .reserve-section,
  .attention-section {
    padding: 28px 12px;
    gap: 24px;
  }

  .faq-lbl-jp,
  .attention-lbl-jp {
    font-size: 28px;
  }

  .faq-lbl {
    gap: 10px;
  }

  .faq-question,
  .attention-header {
    padding: 12px;
    gap: 10px;
  }

  .faq-q-text,
  .attention-header-text {
    font-size: 15px;
    line-height: 1.5;
    white-space: normal;
  }

  .faq-answer,
  .attention-body {
    padding: 12px;
    font-size: 13px;
  }

  .reserve-title {
    font-size: 24px;
    text-align: center;
  }

  .reserve-sub {
    font-size: 14px;
    text-align: center;
  }

  .reserve-btn {
    width: 100%;
    max-width: 420px;
    height: 56px;
    font-size: 16px;
    padding: 12px 16px;
    border-radius: 28px;
    justify-content: center;
  }

  .reserve-btn img {
    width: 24px;
    height: 24px;
  }

  .float-reserve-btn {
    position: fixed;
    right: 12px;
    bottom: 12px;
    z-index: 200;
    height: 44px;
    padding: 0 14px;
    border-radius: 22px;
    font-size: 14px;
  }

  .float-reserve-btn img {
    width: 18px;
    height: 18px;
  }

  .footer-main {
    padding: 20px 12px 0;
    gap: 16px;
  }

  .footer-top-row {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .footer-left {
    gap: 12px;
  }

  .footer-right{
    width: auto;
    text-align: center;
  }

  .footer-logo-box {
    height: auto;
  }

  .footer-logo-box img {
    width: 62px;
    height: auto;
  }

  .footer-name-area {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }

  .footer-tagline-text {
    font-size: 12px;
  }

  .footer-bank-jp {
    font-size: 20px;
  }

  .footer-right img {
    width: min(100%, 220px);
    height: auto;
    margin: 0 auto;
  }

  .footer-company-row {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
    padding: 0 0 12px;
  }

  .footer-company-divider {
    display: none;
  }

  .footer-company-col {
    font-size: 12px;
    line-height: 1.6;
    white-space: normal;
    align-items: center;
  }

  .footer-bottom {
    gap: 8px;
    padding: 12px;
    padding-bottom: 2rem;
  }

  .footer-copyright,
  .footer-pagetop {
    font-size: 12px;
    white-space: normal;
    padding: 0;
  }
}

@media (max-width: 600px) {

  .header-logo-box .higobank_logo{
    width: 6.5rem;
  }

  .header-logo-box .kfg_logo{
    width: 6rem;
  }

  .header-logo-box a{
    gap: 0.25rem;
  }

  .header-inner{
    min-height: auto;
    min-height: initial;
    padding-left: 1vw;
    padding-right: 1vw;
  }

    .header-tagline-text {
    display: none;
  }

  .header-bank-jp {
    font-size: 10px;
  }

  .header-reserve-btn {
    font-size: 12px;
    padding: 0 10px;
    margin-top: 8px;
  }

  .body-title-blue,
  .body-title-orange {
    font-size: 22px;
  }

  .float-reserve-btn {
    left: 12px;
    right: 12px;
    justify-content: center;
  }

  .chart-callout{
    bottom: 2em;
    left: 0;
  }

  .ptbl-header{
    gap: 1rem;
  }

  .dtbl-wrap_wrapper{
    padding: 1rem;
  }

  .dtbl-row.dtbl-row-multi .dtbl-th.dtbl-th-w120 br{
    display: none;
  }

  .caution-list{
    padding-left: 0;
  }

  .footer-bottom{
    margin-left: 0;
    margin-right: 0;
    flex-direction: column;
    align-items: center;
  }

  .footer-logo-box img{
    width: 3rem;
  }

  .footer-name-area img{
    width: 18rem;
  }

  .footer-company-col{
    text-align: left;
  }

  .catch-lead{
    font-size: 0.9rem;
  }

  .catch-rate-fig{
    transform: translateY(0.5rem);
  }

  .catch-tag{
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .chart-callout{
    left: 5vw;
  }

  .chart-callout::after{
    right: 1rem;
    top: -1rem;
    clip-path: polygon(100% 100%, 0 0, 0 100%);
  }

  .footer-company-row{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .reserve-title{
    font-size: 5.5vw;
  }

  .faq-answer p, .faq-answer div{
    font-size: 1.1em;
  }

  .rate-fig{
    transform: translateY(0.5rem);
  }

  .catch-outer{
    padding-top: 76px;
  }

  br.sp{
    display: inline;
  }
}
