/* Yells ご利用の流れページCSS（claude design styles/flow.css 由来） */

/* -------- 縦型タイムライン -------- */
.timeline { max-width: 880px; margin: 0 auto; position: relative; }
.timeline::before {
  content: ""; position: absolute; left: 31px; top: 12px; bottom: 12px; width: 2px;
  background: linear-gradient(180deg, var(--c-primary) 0%, var(--c-light) 100%);
}
.tl-step { position: relative; padding: 0 0 44px 92px; }
.tl-step:last-child { padding-bottom: 0; }
.tl-step .tl-node {
  position: absolute; left: 0; top: 0; width: 64px; height: 64px; border-radius: 50%;
  background: #fff; border: 2px solid var(--c-primary); color: var(--c-primary);
  display: flex; align-items: center; justify-content: center; box-shadow: var(--sh-sm); z-index: 2;
}
.tl-step .tl-node .num { font-family: var(--f-latin); font-weight: 800; font-size: 22px; }
.tl-card {
  background: #fff; border: 1px solid var(--c-border); border-radius: var(--r-md);
  box-shadow: var(--sh-sm); padding: 26px 30px;
}
.tl-card .tl-kicker { font-family: var(--f-latin); font-weight: 800; font-size: 12px; letter-spacing: 0.08em; color: var(--c-primary); }
.tl-card h3 { margin: 8px 0 0; font-size: 21px; font-weight: 800; color: var(--c-dark); line-height: 1.5; display: flex; align-items: center; gap: 12px; }
.tl-card h3 .hic { width: 26px; height: 26px; color: var(--c-primary); flex: none; }
.site p.tl-desc { margin: 14px 0 0; font-size: 14.5px; line-height: 1.95; color: var(--c-muted); }
.tl-note {
  margin-top: 16px; display: flex; gap: 10px; align-items: flex-start;
  background: var(--c-primary-050); border-radius: var(--r-sm); padding: 12px 16px;
  font-size: 13px; color: var(--c-dark); line-height: 1.7;
}
.tl-note .ni { width: 17px; height: 17px; color: var(--c-primary); flex: none; margin-top: 2px; }

/* -------- 伴走バナー -------- */
.support-band {
  max-width: 880px; margin: 56px auto 0; background: var(--c-dark); color: #fff;
  border-radius: var(--r-md); padding: 34px 40px; display: flex; align-items: center; gap: 24px; flex-wrap: wrap;
}
.support-band .sb-ic { width: 52px; height: 52px; border-radius: var(--r-sm); background: rgba(255,255,255,0.12); display: flex; align-items: center; justify-content: center; flex: none; }
.support-band .sb-tx { flex: 1; min-width: 260px; }
.support-band h3 { margin: 0 0 6px; font-size: 19px; font-weight: 800; }
.support-band p { margin: 0; font-size: 13.5px; color: rgba(255,255,255,0.78); line-height: 1.8; }

@media (max-width: 640px) {
  .tl-step { padding-left: 76px; padding-bottom: 36px; }
  .timeline::before { left: 27px; }
  .tl-step .tl-node { width: 56px; height: 56px; }
  .tl-card { padding: 20px 22px; }
  .tl-card h3 { font-size: 18px; }
  .support-band { padding: 26px 24px; }
}
