/* ===================== 入社手続きガイド ===================== */
.ns-section { padding-top: 8px; }
.ns-intro {
  background: var(--yellow-tint); border: 1px solid #f0d9de; border-radius: 12px;
  padding: 16px 20px; font-size: 13px; color: var(--text-soft); line-height: 1.85; margin-bottom: 26px;
}
.ns-intro b { color: var(--yellow-dark); }

/* ---- 判定ウィザード ---- */
.ns-wizard { max-width: 720px; margin: 0 auto; }
.ns-q { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 26px 24px; box-shadow: 0 18px 50px -34px rgba(118,133,142,.6); }
.ns-step-count { font-size: 12px; font-weight: 700; letter-spacing: .08em; color: var(--yellow-dark); margin-bottom: 10px; }
.ns-q__title { font-size: 18px; font-weight: 700; line-height: 1.6; margin-bottom: 8px; }
.ns-q__help { font-size: 12.5px; color: var(--text-soft); line-height: 1.8; margin-bottom: 18px; }
.ns-choices { display: flex; flex-direction: column; gap: 10px; }
.ns-choice {
  display: flex; align-items: center; gap: 12px; width: 100%; text-align: left;
  background: #fff; border: 1.5px solid var(--line); border-radius: 11px; padding: 14px 16px;
  font-family: inherit; font-size: 14.5px; font-weight: 600; color: var(--text); cursor: pointer; transition: all .18s ease;
}
.ns-choice:hover { border-color: var(--yellow); background: var(--yellow-tint); transform: translateY(-1px); }
.ns-choice .sub { display: block; font-size: 11.5px; font-weight: 400; color: var(--text-soft); margin-top: 3px; line-height: 1.6; }
.ns-choice .arr { margin-left: auto; flex-shrink: 0; width: 18px; height: 18px; stroke: var(--yellow); fill: none; stroke-width: 2.4; }
.ns-back { background: none; border: none; color: var(--text-soft); font-family: inherit; font-size: 13px; cursor: pointer; padding: 12px 4px 0; }
.ns-back:hover { color: var(--yellow-dark); text-decoration: underline; }

/* ---- 判定結果 ---- */
.ns-result { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 24px; box-shadow: 0 18px 50px -34px rgba(118,133,142,.6); }
.ns-result h3.ns-res-title { font-size: 16px; font-weight: 700; margin: 0 0 16px; }
.ns-ins { display: grid; gap: 12px; margin-bottom: 20px; }
.ns-ins-card { border: 1px solid var(--line); border-radius: 12px; padding: 14px 16px; display: flex; align-items: flex-start; gap: 12px; }
.ns-ins-card .mark { width: 26px; height: 26px; border-radius: 50%; flex-shrink: 0; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: 14px; }
.ns-ins-card.on .mark { background: #2e7d52; }
.ns-ins-card.off .mark { background: #b4b8bc; }
.ns-ins-card .nm { font-weight: 700; font-size: 14.5px; }
.ns-ins-card .st { font-size: 12px; font-weight: 700; margin-left: 8px; }
.ns-ins-card.on .st { color: #2e7d52; }
.ns-ins-card.off .st { color: var(--text-soft); }
.ns-ins-card .ds { font-size: 12px; color: var(--text-soft); line-height: 1.75; margin-top: 4px; }

.ns-block { margin-top: 20px; }
.ns-block h4 { font-size: 13.5px; font-weight: 700; color: var(--yellow-dark); margin: 0 0 10px; padding-left: 10px; border-left: 3px solid var(--yellow); }
.ns-todo { list-style: none; padding: 0; margin: 0; }
.ns-todo li { font-size: 13px; line-height: 1.8; padding: 8px 0 8px 26px; border-bottom: 1px dashed var(--line); position: relative; }
.ns-todo li:before { content: "✓"; position: absolute; left: 4px; top: 8px; color: var(--yellow); font-weight: 700; }
.ns-todo li b { color: var(--text); }
.ns-todo li .meta { display: inline-block; font-size: 11px; color: var(--text-soft); margin-left: 6px; }
.ns-note-line { font-size: 12px; color: var(--text-soft); background: var(--bg-alt); border-radius: 10px; padding: 12px 14px; line-height: 1.85; margin-top: 14px; }
.ns-result__cta { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 12px; }

/* ---- 入社手続きの流れ（タイムライン） ---- */
.ns-ref { margin-top: 44px; }
.ns-ref h2 { font-size: 19px; font-weight: 700; margin: 0 0 18px; padding-left: 12px; border-left: 4px solid var(--yellow); }
.ns-flow { display: grid; gap: 0; }
.ns-flow-step { display: grid; grid-template-columns: 40px 1fr; gap: 16px; position: relative; padding-bottom: 22px; }
.ns-flow-step:before { content: ""; position: absolute; left: 19px; top: 30px; bottom: -4px; width: 2px; background: var(--yellow-tint); }
.ns-flow-step:last-child:before { display: none; }
.ns-flow-num { width: 40px; height: 40px; border-radius: 50%; background: var(--yellow); color: #fff; font-weight: 700; display: flex; align-items: center; justify-content: center; font-family: var(--font-en); z-index: 1; }
.ns-flow-body h3 { font-size: 15px; font-weight: 700; margin: 6px 0 6px; }
.ns-flow-body p { font-size: 13px; color: var(--text-soft); line-height: 1.85; margin: 0; }
.ns-flow-body .when { display: inline-block; font-size: 11px; font-weight: 700; color: var(--yellow-dark); background: var(--yellow-tint); border-radius: 6px; padding: 2px 9px; margin-bottom: 4px; }

/* ---- 早見表・届出表 ---- */
.ns-tablewrap { overflow-x: auto; margin-top: 8px; }
.ns-table { width: 100%; border-collapse: collapse; font-size: 13px; min-width: 560px; }
.ns-table th, .ns-table td { border: 1px solid var(--line); padding: 10px 12px; text-align: left; vertical-align: top; line-height: 1.7; }
.ns-table thead th { background: var(--yellow-tint); color: var(--yellow-dark); font-weight: 700; white-space: nowrap; }
.ns-table td b { color: var(--text); }
.ns-table .ins { white-space: nowrap; font-weight: 700; }

/* ---- 従業員の準備チェックリスト ---- */
.ns-prep { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 24px; margin-top: 8px; }
@media (max-width: 620px) { .ns-prep { grid-template-columns: 1fr; } }
.ns-prep .item { font-size: 13px; line-height: 1.7; padding: 8px 0 8px 26px; position: relative; border-bottom: 1px dashed var(--line); }
.ns-prep .item:before { content: "□"; position: absolute; left: 2px; top: 7px; color: var(--yellow); font-weight: 700; }
.ns-prep .item .sub { display: block; font-size: 11px; color: var(--text-soft); }

/* ---- 今後の法改正 ---- */
.ns-law { display: grid; gap: 14px; margin-top: 8px; }
.ns-law-card { border: 1px solid var(--line); border-left: 4px solid var(--yellow-soft); border-radius: 12px; padding: 18px 20px; background: #fff; }
.ns-law-card .tag { display: inline-block; font-size: 10.5px; font-weight: 700; color: var(--yellow-dark); background: var(--yellow-tint); border-radius: 6px; padding: 3px 9px; margin-bottom: 8px; }
.ns-law-card h3 { font-size: 14.5px; font-weight: 700; margin: 0 0 8px; }
.ns-law-card p { font-size: 13px; color: var(--text-soft); line-height: 1.9; margin: 0; }
