/* 30秒診断ページ専用スタイル（style.css のブランド/ヘッダー/フッターを併用） */
.sh-main { max-width: 720px; margin: 0 auto; padding: 28px 20px 80px; }
.sh-lead { text-align: center; margin: 6px 0 22px; }
.sh-lead h1 { margin: 0 0 8px; font-size: 27px; font-weight: 900; color: #23282b; letter-spacing: 0.01em; }
.sh-lead p { margin: 0; font-size: 14px; font-weight: 500; color: #6f6f6b; line-height: 1.9; }

/* progress dots */
.sh-progress { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 0 0 22px; }
.sh-progress .p { width: 9px; height: 9px; border-radius: 999px; background: #e0dcd2; transition: width .3s, background .3s; }
.sh-progress .p.is-active { width: 26px; background: #3f9b4a; }
.sh-progress .p.is-done { background: #9cc77f; }

/* question card */
.sh-card { background: #fff; border: 1px solid #f0e7d8; border-radius: 16px; box-shadow: 0 4px 16px rgba(120,100,70,0.07); padding: 30px 26px; }
.sh-step { font-size: 12.5px; font-weight: 700; color: #ee5705; letter-spacing: 0.04em; }
.sh-q { margin: 8px 0 22px; font-size: 21px; font-weight: 900; color: #23282b; line-height: 1.5; }
.sh-opts { display: flex; flex-direction: column; gap: 12px; }
.sh-opt { display: flex; align-items: center; gap: 14px; width: 100%; text-align: left; background: #fff; border: 1.5px solid #e6ddcd; border-radius: 12px; padding: 17px 18px; font-size: 16px; font-weight: 700; color: #23282b; cursor: pointer; font-family: inherit; transition: border-color .15s, background .15s, box-shadow .15s; }
.sh-opt:hover { border-color: #3f9b4a; background: #f6faf4; }
.sh-opt.is-selected { border-color: #3f9b4a; background: #f1f8ee; box-shadow: 0 0 0 3px rgba(63,155,74,0.12); }
.sh-opt .dot { width: 22px; height: 22px; border-radius: 50%; border: 2px solid #cfd6cb; flex: none; position: relative; }
.sh-opt.is-selected .dot { border-color: #3f9b4a; }
.sh-opt.is-selected .dot::after { content: ""; position: absolute; left: 4px; top: 4px; width: 10px; height: 10px; border-radius: 50%; background: #3f9b4a; }

/* prefecture select */
.sh-select { width: 100%; font-family: inherit; font-size: 16px; font-weight: 700; color: #23282b; border: 1.5px solid #e6ddcd; border-radius: 12px; padding: 15px 16px; background: #fff; -webkit-appearance: none; appearance: none; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'><path d='M2 4l4 4 4-4' fill='none' stroke='%233f9b4a' stroke-width='2'/></svg>"); background-repeat: no-repeat; background-position: right 16px center; background-size: 14px; }
.sh-select:focus { outline: none; border-color: #3f9b4a; box-shadow: 0 0 0 3px rgba(63,155,74,0.12); }

/* nav row */
.sh-nav { display: flex; align-items: center; justify-content: space-between; margin-top: 22px; }
.sh-back { background: none; border: none; color: #8b8579; font-size: 14px; font-weight: 700; cursor: pointer; font-family: inherit; padding: 8px 4px; }
.sh-back:hover { color: #3d4247; }
.sh-back[hidden] { visibility: hidden; }
.sh-next { background: #3f9b4a; color: #fff; border: none; border-radius: 999px; padding: 13px 30px; font-size: 15px; font-weight: 700; cursor: pointer; font-family: inherit; }
.sh-next:hover { background: #35853f; }
.sh-next:disabled { background: #cdd6cb; cursor: not-allowed; }

/* result */
.sh-result { display: none; }
.sh-result.is-on { display: block; }
.sh-result-head { text-align: center; margin-bottom: 20px; }
.sh-badge { display: inline-block; background: #fdf3ea; color: #ee5705; font-size: 12.5px; font-weight: 900; padding: 6px 16px; border-radius: 999px; letter-spacing: 0.03em; }
.sh-result-head h2 { margin: 14px 0 6px; font-size: 25px; font-weight: 900; color: #2f7a3a; line-height: 1.45; }
.sh-result-head .area { font-size: 13.5px; font-weight: 700; color: #6f6f6b; }
.sh-recs { display: flex; flex-direction: column; gap: 12px; margin: 4px 0 8px; }
.sh-rec { display: flex; gap: 14px; align-items: flex-start; background: #fff; border: 1px solid #f0e7d8; border-radius: 14px; padding: 18px 18px; box-shadow: 0 2px 10px rgba(120,100,70,0.05); }
.sh-rec:hover { box-shadow: 0 6px 18px rgba(120,100,70,0.12); border-color: #e3d7c2; }
.sh-rec .em { font-size: 24px; line-height: 1; flex: none; }
.sh-rec b { display: block; font-size: 16px; color: #23282b; }
.sh-rec span { display: block; font-size: 12.5px; font-weight: 500; color: #6f6f6b; margin-top: 5px; line-height: 1.8; }
.sh-note { font-size: 12px; color: #9b9b96; line-height: 1.8; margin: 6px 2px 0; }

/* copy summary box */
.sh-copy { background: #fbf5e9; border: 1px dashed #e6b98a; border-radius: 14px; padding: 18px 18px 16px; margin-top: 20px; }
.sh-copy h3 { margin: 0 0 4px; font-size: 15px; font-weight: 900; color: #23282b; }
.sh-copy .steps { font-size: 12.5px; font-weight: 500; color: #6f6f6b; margin: 0 0 12px; line-height: 1.7; }
.sh-copy textarea { width: 100%; box-sizing: border-box; border: 1px solid #ecd9bf; border-radius: 10px; background: #fff; color: #23282b; font-family: inherit; font-size: 13.5px; line-height: 1.9; padding: 12px 14px; resize: none; }
.sh-copy-btn { width: 100%; margin-top: 10px; background: #ffffff; color: #ee5705; border: 1.5px solid #ee5705; border-radius: 999px; padding: 12px; font-size: 14.5px; font-weight: 700; cursor: pointer; font-family: inherit; }
.sh-copy-btn:hover { background: #fff4ec; }
.sh-copy-btn.is-copied { background: #ee5705; color: #fff; border-color: #ee5705; }

/* line cta */
.sh-line { display: flex; align-items: center; justify-content: center; gap: 14px; background: #22a033; color: #fff; border-radius: 12px; padding: 18px 24px; margin-top: 16px; box-shadow: 0 6px 16px rgba(34,160,51,0.3); }
.sh-line:hover { background: #1d8c2c; color: #fff; }
.sh-line .line-badge { width: 34px; height: 34px; font-size: 11px; flex: none; }
.sh-line b { font-size: 18px; font-weight: 700; }
.sh-line small { display: block; font-size: 12px; font-weight: 500; opacity: .92; margin-top: 2px; }
.sh-restart { display: block; text-align: center; margin-top: 18px; font-size: 13px; font-weight: 700; color: #8b8579; background: none; border: none; cursor: pointer; font-family: inherit; width: 100%; }
.sh-restart:hover { color: #3d4247; }

@media (max-width: 560px) {
  .sh-lead h1 { font-size: 23px; }
  .sh-card { padding: 24px 18px; }
  .sh-q { font-size: 19px; }
  .sh-result-head h2 { font-size: 21px; }
}
