/* 第2シーズンのセミナー個別ページ。申込までの導線を短くすることを優先した組み。 */
.sn-hero { position: relative; width: 95vw; max-width: 1760px; margin: 22px auto 0; overflow: hidden; border-radius: 28px; background: #0f1512; color: #fff; }
.sn-hero__bg { position: absolute; inset: 0; display: block; }
.sn-hero__bg img { width: 100%; height: 100%; object-fit: cover; opacity: .42; }
.sn-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(10,18,14,.88) 0%, rgba(10,18,14,.66) 46%, rgba(10,18,14,.18) 100%); }
.sn-hero__inner { position: relative; z-index: 1; width: min(1080px, calc(100% - 96px)); margin: 0 auto; padding: 104px 0 92px; }
.sn-hero__label { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; font-size: 14px; font-weight: 700; letter-spacing: .1em; color: #ddc994; }
.sn-hero__label span { padding: 5px 12px; border: 1px solid rgba(255,255,255,.55); border-radius: 999px; font-size: 12px; letter-spacing: .06em; color: #fff; }
.sn-hero__title { margin: 0 0 16px; font-size: clamp(30px, 21px + 2.6vw, 50px); font-weight: 800; line-height: 1.42; letter-spacing: .01em; text-shadow: 0 2px 20px rgba(0,0,0,.35); }
.sn-hero__sub { margin: 0 0 38px; font-size: clamp(15px, 13px + .5vw, 19px); font-weight: 500; letter-spacing: .05em; color: #eae4d3; }
.sn-hero__meta { display: flex; flex-wrap: wrap; gap: 14px 40px; margin: 0 0 38px; }
.sn-hero__meta dt { margin: 0 0 5px; font-size: 12px; font-weight: 700; letter-spacing: .1em; color: rgba(255,255,255,.72); }
.sn-hero__meta dd { margin: 0; font-size: 17px; font-weight: 700; letter-spacing: .01em; }
.sn-hero__act { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 20px; }
.sn-hero__note { margin: 0; font-size: 13.5px; line-height: 1.8; color: rgba(255,255,255,.8); }

.sn-btn { display: inline-flex; align-items: center; justify-content: center; min-width: 280px; padding: 19px 36px; border-radius: 999px; background: #2f8f4e; color: #fff; font-size: 17px; font-weight: 700; letter-spacing: .04em; text-decoration: none; box-shadow: 0 6px 20px rgba(21,86,45,.28); transition: background .18s ease, transform .12s ease; }
.sn-btn:hover { background: #247a40; color: #fff; transform: translateY(-1px); }
.sn-btn--lg { min-width: 300px; padding: 19px 40px; font-size: 17px; }

.sn-wrap { width: min(920px, calc(100% - 48px)); margin: 0 auto; padding: 84px 0 104px; }
.sn-sec { margin: 0 0 72px; }
.sn-sec__title { margin: 0 0 22px; padding: 0 0 14px; border-bottom: 1px solid #e2e5e0; font-size: 22px; font-weight: 700; letter-spacing: .02em; color: #1b2320; }
.sn-sec__note { margin: 0 0 22px; font-size: 14.5px; color: #66706b; }
.sn-lead p { margin: 0 0 20px; font-size: 16.5px; line-height: 2.15; letter-spacing: .01em; color: #2f3a35; }
.sn-lead p:last-child { margin-bottom: 0; }
.sn-lead b { font-weight: 700; color: #1b2320; }

.sn-speakers { display: grid; gap: 18px; }
.sn-sp { display: flex; gap: 26px; align-items: flex-start; padding: 26px 28px; border: 1px solid #e6e9e4; border-radius: 16px; background: #fff; }
.sn-sp__photo { flex: 0 0 auto; width: 124px; height: 124px; border-radius: 50%; object-fit: cover; }
.sn-sp__role { margin: 0 0 5px; font-size: 13px; font-weight: 700; color: #66706b; }
.sn-sp__name { margin: 0 0 12px; font-size: 21px; font-weight: 700; letter-spacing: .01em; color: #1b2320; }
.sn-sp__bio { margin: 0; font-size: 14.5px; line-height: 2.05; color: #454f4a; }

.sn-prog { margin: 0; padding: 0; list-style: none; }
.sn-prog > li { display: flex; gap: 20px; padding: 24px 0; border-bottom: 1px solid #eceee9; }
.sn-prog > li:first-child { padding-top: 4px; }
.sn-prog__no { flex: 0 0 auto; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: #1b2320; color: #fff; font-size: 14px; font-weight: 700; }
.sn-prog__t { margin: 5px 0 8px; font-size: 17px; font-weight: 700; line-height: 1.7; color: #1b2320; }
.sn-prog__d { margin: 0; font-size: 14.5px; line-height: 2.05; color: #454f4a; }

.sn-dl { display: grid; grid-template-columns: 124px 1fr; margin: 0; border-top: 1px solid #eceee9; }
.sn-dl dt { margin: 0; padding: 17px 0; border-bottom: 1px solid #eceee9; font-size: 14px; font-weight: 700; color: #1b2320; }
.sn-dl dd { margin: 0; padding: 17px 0; border-bottom: 1px solid #eceee9; font-size: 14.5px; line-height: 2; color: #454f4a; }

.sn-cta { margin: 0; padding: 52px 36px; border-radius: 20px; background: #f3f6f1; text-align: center; }
.sn-cta__title { margin: 0 0 14px; font-size: 23px; font-weight: 700; color: #1b2320; }
.sn-cta__lead { margin: 0 auto 30px; max-width: 580px; font-size: 14.5px; line-height: 2.05; color: #454f4a; }
.sn-cta__note { margin: 20px 0 0; font-size: 13px; color: #66706b; }

@media (max-width: 767px) {
    .sn-hero { width: 95vw; margin-top: 12px; border-radius: 18px; }
    .sn-hero__inner { width: min(1080px, calc(100% - 44px)); padding: 60px 0 52px; }
    .sn-hero__meta { gap: 14px 24px; }
    .sn-btn, .sn-btn--lg { width: 100%; min-width: 0; }
    .sn-wrap { padding: 48px 0 64px; }
    .sn-sec { margin-bottom: 48px; }
    .sn-sp { flex-direction: column; gap: 14px; padding: 18px; }
    .sn-sp__photo { width: 84px; height: 84px; }
    .sn-dl { grid-template-columns: 1fr; }
    .sn-dl dt { padding-bottom: 2px; border-bottom: 0; }
    .sn-cta { padding: 32px 20px; }
    .sn-br { display: none; }
}

/* --- サイト共通の common.css が h1/h2/h3/p に !important で
       font-size と margin を当てているため、この画面ぶんを打ち返す --- */
.sn-hero__title { font-size: clamp(30px, calc(21px + 2.6vw), 50px) !important; margin: 0 0 18px !important; }
.sn-hero__sub { margin: 0 0 38px !important; }
.sn-hero__note { margin: 0 !important; }
.sn-hero__label { margin: 0 0 22px !important; }
.sn-hero__meta dd { font-size: 17px !important; }
.sn-sec__title { font-size: 22px !important; margin: 0 0 22px !important; font-weight: 700 !important; letter-spacing: .02em !important; }
.sn-sec__note { margin: 0 0 22px !important; }
.sn-lead p { font-size: 16.5px !important; margin: 0 0 20px !important; }
.sn-lead p:last-child { margin-bottom: 0 !important; }
.sn-sp__role { margin: 0 0 5px !important; }
.sn-sp__name { font-size: 21px !important; margin: 0 0 12px !important; }
.sn-sp__bio { font-size: 14.5px !important; margin: 0 !important; }
.sn-prog { padding: 0 !important; margin: 0 !important; }
.sn-prog__t { font-size: 17px !important; margin: 5px 0 8px !important; }
.sn-prog__d { font-size: 14.5px !important; margin: 0 !important; }
.sn-dl dd, .sn-dl dt { font-size: 14.5px !important; }
.sn-dl dt { font-size: 14px !important; }
.sn-cta__title { font-size: 23px !important; margin: 0 0 14px !important; font-weight: 700 !important; }
.sn-cta__lead { font-size: 14.5px !important; margin: 0 auto 30px !important; }
.sn-cta__note { font-size: 13px !important; margin: 20px 0 0 !important; }
@media (max-width: 767px) {
    .sn-sec__title { font-size: 19px !important; }
    .sn-lead p { font-size: 15.5px !important; }
    .sn-sp__name { font-size: 19px !important; }
    .sn-cta__title { font-size: 20px !important; }
}

/* --- 2026-09-18 組み替え：写真に文字を重ねず、申込ボタンを中央に置く --- */
.sn-head { width: min(920px, calc(100% - 48px)); margin: 0 auto; padding: 64px 0 0; }
.sn-head__label { display: flex; align-items: center; gap: 12px; margin: 0 0 24px !important; font-size: 13px; font-weight: 700; letter-spacing: .1em; color: #2f8f4e; }
.sn-head__label span { padding: 5px 12px; border: 1px solid #cfd8d2; border-radius: 999px; font-size: 12px; font-weight: 700; letter-spacing: .06em; color: #4a544f; }
.sn-head__title { margin: 0 0 18px !important; font-size: clamp(30px, calc(21px + 2.4vw), 46px) !important; font-weight: 700 !important; line-height: 1.55; letter-spacing: .04em; color: #1b2320; }
.sn-head__sub { margin: 0 0 26px !important; font-size: clamp(15px, calc(13px + .5vw), 19px); font-weight: 500; letter-spacing: .06em; color: #66706b; }
.sn-head__lead { margin: 0 !important; font-size: 16px !important; line-height: 2.15; color: #2f3a35; }
.sn-facts { display: flex; flex-wrap: wrap; gap: 18px 48px; margin: 40px 0 0; padding: 26px 0 0; border-top: 1px solid #e2e5e0; }
.sn-facts dt { margin: 0 0 5px; font-size: 12px; font-weight: 700; letter-spacing: .1em; color: #8a938e; }
.sn-facts dd { margin: 0; font-size: 17px; font-weight: 700; letter-spacing: .01em; color: #1b2320; }

.sn-photo { width: 95vw; max-width: 1760px; margin: 52px auto 0 !important; border-radius: 28px; overflow: hidden; }
.sn-photo img { display: block; width: 100%; height: clamp(260px, 42vw, 520px); object-fit: cover; object-position: center 25%; }

.sn-apply { width: min(920px, calc(100% - 48px)); margin: 56px auto 0; text-align: center; }
.sn-apply__note { margin: 16px 0 0 !important; font-size: 13.5px; color: #66706b; }

.sn-wrap { padding-top: 88px !important; }

@media (max-width: 767px) {
    .sn-head { padding-top: 40px; width: min(920px, calc(100% - 40px)); }
    .sn-facts { gap: 14px 28px; }
    .sn-photo { width: 95vw; margin-top: 36px !important; border-radius: 18px; }
    .sn-apply { margin-top: 40px; width: min(920px, calc(100% - 40px)); }
    .sn-wrap { padding-top: 56px !important; }
}

/* ================= 2026-09-18 フィールドワークのページと文字・レイアウトを揃える =================
   基準は fw-momiji.css（本文13〜14.5px / 行間2.1前後 / 字間 .04〜.08em）。
   common.css の !important を打ち返すため、こちらも !important を付ける。 */
.sn-head { letter-spacing: .04em; }
.sn-head__label { margin: 0 0 22px !important; font-size: 12px; letter-spacing: .1em; }
.sn-head__title { font-size: clamp(30px, 4.4vw, 44px) !important; margin: 0 0 22px !important; font-weight: 700 !important; line-height: 1.6; letter-spacing: .06em; }
.sn-head__sub { margin: 0 0 24px !important; font-size: 15px; letter-spacing: .08em; }
.sn-head__lead { font-size: 14.5px !important; line-height: 2.2; letter-spacing: .04em; }
.sn-facts dt { font-size: 11.5px; letter-spacing: .08em; }
.sn-facts dd { font-size: 15px !important; letter-spacing: .04em; }

.sn-wrap { letter-spacing: .04em; }
.sn-sec__title { font-size: clamp(21px, 2.6vw, 26px) !important; margin: 0 0 8px !important; font-weight: 700 !important; letter-spacing: .08em; line-height: 1.6; }
.sn-sec__note { margin: 0 0 32px !important; font-size: 12px; letter-spacing: .06em; color: #8a93a2; }
.sn-lead p { font-size: 14.5px !important; line-height: 2.2; margin: 0 0 18px !important; }

/* 登壇者：写真が上・2カラム(フィールドワークの講師と同じ) */
.sn-lects { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.sn-lect__img { display: block; width: 100%; height: 220px; object-fit: cover; object-position: center 32%; border-radius: 8px; margin: 0 0 18px; }
.sn-lect__role { margin: 0 0 4px !important; font-size: 12px; color: #8a93a2; letter-spacing: .08em; }
.sn-lect__name { margin: 0 0 12px !important; font-size: 19px !important; font-weight: 700 !important; letter-spacing: .08em; }
.sn-lect__bio { margin: 0 !important; font-size: 13px !important; line-height: 2.1; color: #5a6472; }

.sn-prog > li { padding: 22px 0; }
.sn-prog__no { width: 28px; height: 28px; font-size: 13px; }
.sn-prog__t { font-size: 15px !important; margin: 3px 0 8px !important; letter-spacing: .06em; line-height: 1.7; }
.sn-prog__d { font-size: 13px !important; line-height: 2.1; color: #5a6472; }

.sn-dl dt { font-size: 12.5px !important; letter-spacing: .06em; }
.sn-dl dd { font-size: 13px !important; line-height: 2.1; color: #5a6472; }

.sn-cta__title { font-size: 20px !important; letter-spacing: .08em; }
.sn-cta__lead { font-size: 13px !important; line-height: 2.1; }
.sn-cta__note { font-size: 12px !important; }
.sn-apply__note { font-size: 12.5px; letter-spacing: .04em; }
.sn-btn { font-size: 15px; letter-spacing: .08em; }
.sn-btn--lg { font-size: 16px; }

/* 参加条件 */
.sn-cond { margin: 0 !important; padding: 0 !important; list-style: none; border-top: 1px solid #e5e8ec; }
.sn-cond > li { display: flex; gap: 18px; padding: 22px 0; border-bottom: 1px solid #e5e8ec; }
.sn-cond__no { flex: 0 0 auto; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: #1a2332; color: #fff; font-size: 13px; font-weight: 700; }
.sn-cond__t { margin: 3px 0 8px !important; font-size: 15px !important; font-weight: 700 !important; letter-spacing: .06em; line-height: 1.7; color: #1a2332; }
.sn-cond__req { display: inline-block; margin-left: 10px; padding: 2px 8px; border-radius: 4px; background: #fdecec; color: #c0563b; font-size: 10.5px; font-weight: 700; letter-spacing: .06em; vertical-align: 2px; }
.sn-cond__d { margin: 0 !important; font-size: 13px !important; line-height: 2.1; color: #5a6472; }
.sn-cond__d b { font-weight: 700; color: #1a2332; }
.sn-cond__note { margin: 16px 0 0 !important; font-size: 12px !important; color: #8a93a2; }

/* フィールドワーク一覧(fw-momiji.css の枠組みを流用するため、余白だけ打ち消す) */
.sn-fwm { margin: 0 !important; padding: 0 !important; }
.sn-fwm .fwm-others__grid { row-gap: 32px; }

@media (max-width: 767px) {
    .sn-lects { grid-template-columns: 1fr; gap: 32px; }
    .sn-lect__img { height: 200px; }
}

/* ================= 2026-09-18 写真を先頭へ / 参加条件を薄緑の帯に ================= */
.sn-photo { width: min(920px, calc(100% - 48px)); max-width: none; margin: 30px auto 0 !important; border-radius: 16px; }
.sn-photo img { height: clamp(220px, 34vw, 400px); }
.sn-head { padding-top: 40px; }

.sn-condsec { background: #f1f7f2; padding: 72px 0; margin: 88px 0 0; }
.sn-condsec__inner { width: min(920px, calc(100% - 48px)); margin: 0 auto; }
.sn-condsec .sn-sec__note { margin-bottom: 30px !important; color: #62786a; }

.sn-steps { display: flex; flex-wrap: wrap; gap: 16px; align-items: stretch; }
.sn-step {
    flex: 1 1 0; min-width: 220px; display: flex; flex-direction: column;
    padding: 24px 22px 26px; border-radius: 14px; background: #fff;
    box-shadow: 0 1px 2px rgba(20, 40, 28, .05), 0 8px 24px rgba(20, 40, 28, .05);
}
.sn-step__head { display: flex !important; align-items: center; gap: 10px; margin: 0 0 14px !important; }
.sn-step__no { flex: 0 0 auto; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: #2f8f4e; color: #fff; font-size: 14px; font-weight: 700; }
.sn-step__tag { padding: 3px 9px; border-radius: 999px; background: #eef4ef; color: #4a6a55; font-size: 10.5px; font-weight: 700; letter-spacing: .08em; }
.sn-step__tag--req { background: #fdecec; color: #c0563b; }
.sn-step__t { margin: 0 0 12px !important; font-size: 15px !important; font-weight: 700 !important; line-height: 1.75; letter-spacing: .04em; color: #1a2332; }
.sn-step__d { margin: auto 0 0 !important; font-size: 13px !important; line-height: 2.05; color: #5a6472; }
.sn-step__d b { font-weight: 700; color: #1a2332; }
.sn-cond__note { margin: 24px 0 0 !important; font-size: 12px !important; color: #7a8c80; }

.sn-wrap--tail { padding-top: 88px !important; }

@media (max-width: 900px) {
    .sn-steps { flex-direction: column; }
    .sn-step { min-width: 0; }
    .sn-step__d { margin-top: 0 !important; }
}
@media (max-width: 767px) {
    .sn-photo { margin-top: 20px !important; border-radius: 12px; }
    .sn-head { padding-top: 28px; }
    .sn-condsec { padding: 48px 0; margin-top: 56px; }
    .sn-wrap--tail { padding-top: 56px !important; }
}

/* ================= 2026-09-18 節見出しの罫線を外す / おすすめリスト ================= */
.sn-sec__title { padding: 0 0 2px !important; border-bottom: 0 !important; }

.sn-rec { margin: 0 !important; padding: 0 !important; list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 16px; }
.sn-rec > li {
    position: relative; padding: 16px 18px 16px 46px; border-radius: 12px;
    background: #f7f9f7; font-size: 13.5px; line-height: 1.95; letter-spacing: .04em; color: #37423d;
}
.sn-rec > li::before {
    content: ""; position: absolute; left: 18px; top: 20px;
    width: 14px; height: 8px; border-left: 2px solid #2f8f4e; border-bottom: 2px solid #2f8f4e;
    transform: rotate(-45deg);
}
.sn-rec > li:last-child:nth-child(odd) { grid-column: 1 / -1; }

@media (max-width: 767px) {
    .sn-rec { grid-template-columns: 1fr; }
    .sn-rec > li:last-child:nth-child(odd) { grid-column: auto; }
}

/* 説明文はタイトル直下から始める(カードごとの空きを作らない) */
.sn-step__d { margin: 0 !important; }

/* ================= ボタンの文字色 / スマホの詰め ================= */
/* common.css が a { color: unset !important } を当てているので打ち返す */
.sn-btn, .sn-btn:link, .sn-btn:visited, .sn-btn:hover, .sn-btn:active { color: #fff !important; }
.sn-btn:hover { opacity: 1; }

@media (max-width: 767px) {
    .sn-head, .sn-apply, .sn-wrap, .sn-condsec__inner, .sn-photo { width: min(920px, calc(100% - 36px)); }
    .sn-photo { margin-top: 16px !important; }
    .sn-photo img { height: 200px; }
    .sn-head { padding-top: 26px; }
    .sn-head__label { gap: 8px; margin-bottom: 16px !important; font-size: 11px; }
    .sn-head__title { line-height: 1.55; letter-spacing: .04em; }
    .sn-head__sub { margin-bottom: 20px !important; font-size: 13.5px; }
    .sn-head__lead { font-size: 13.5px !important; line-height: 2.1; }
    .sn-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 16px; margin-top: 28px; padding-top: 20px; }
    .sn-facts > div:first-child { grid-column: 1 / -1; }
    .sn-facts dd { font-size: 14px !important; }
    .sn-apply { margin-top: 32px; }
    .sn-sec { margin-bottom: 52px; }
    .sn-sec__note { margin-bottom: 22px !important; }
    .sn-lead p { font-size: 13.5px !important; margin-bottom: 16px !important; }
    .sn-rec > li { padding: 14px 16px 14px 40px; font-size: 13px; }
    .sn-rec > li::before { left: 15px; top: 19px; }
    .sn-prog > li { gap: 14px; padding: 18px 0; }
    .sn-prog__no { width: 26px; height: 26px; font-size: 12px; }
    .sn-prog__t { font-size: 14.5px !important; }
    .sn-step { padding: 20px 18px 22px; }
    .sn-cta { padding: 34px 18px; border-radius: 16px; }
    /* フィールドワークのカードは1列に */
    .sn-fwm .fwm-others__grid { display: grid; grid-template-columns: 1fr; row-gap: 20px; }
    .sn-fwm .fwm-c4 { grid-column: auto; }
}

/* ================= 日時・形式・参加費 / おすすめリスト 作り直し ================= */
.sn-facts { display: grid !important; grid-template-columns: 1.5fr 1fr 1fr; gap: 0; margin: 40px 0 0; padding: 0; border: 1px solid #e2e5e0; border-radius: 14px; overflow: hidden; background: #fff; }
.sn-facts__cell { padding: 20px 24px; }
.sn-facts__cell + .sn-facts__cell { border-left: 1px solid #eceee9; }
.sn-facts dt { margin: 0 0 8px; font-size: 11px; font-weight: 700; letter-spacing: .12em; color: #8a938e; }
.sn-facts dd { margin: 0 !important; display: flex; flex-wrap: wrap; align-items: baseline; gap: 2px 8px; }
.sn-facts dd strong { font-size: 20px; font-weight: 700; letter-spacing: .02em; line-height: 1.35; color: #1b2320; }
.sn-facts dd small { flex: 1 0 100%; margin-top: 4px; font-size: 11.5px; letter-spacing: .04em; color: #8a938e; }
.sn-facts__date { font-size: 15px; font-weight: 700; color: #2f8f4e; }
.sn-facts__date i { font-style: normal; font-size: 12.5px; font-weight: 600; }
.sn-facts__time { font-size: 20px; }

.sn-rec { display: grid !important; grid-template-columns: 1fr 1fr; gap: 0 36px !important; border-top: 1px solid #eceee9; }
.sn-rec > li { position: static; display: flex; align-items: flex-start; gap: 12px; padding: 15px 2px !important; border-bottom: 1px solid #eceee9; border-radius: 0; background: none; font-size: 14px; line-height: 1.8; color: #37423d; }
.sn-rec > li::before {
    content: ""; position: static; flex: 0 0 auto; margin-top: 7px;
    width: 13px; height: 7px; border-left: 2px solid #2f8f4e; border-bottom: 2px solid #2f8f4e;
    transform: rotate(-45deg);
}
.sn-rec > li:last-child:nth-child(odd) { grid-column: auto; }

@media (max-width: 767px) {
    .sn-facts { grid-template-columns: 1fr 1fr; margin-top: 28px; border-radius: 12px; }
    .sn-facts__cell { padding: 16px 18px; }
    .sn-facts__cell:first-child { grid-column: 1 / -1; border-bottom: 1px solid #eceee9; }
    .sn-facts__cell:nth-child(2) { border-left: 0; }
    .sn-facts dd strong, .sn-facts__time { font-size: 18px; }
    .sn-rec { grid-template-columns: 1fr; }
    .sn-rec > li { font-size: 13.5px; padding: 13px 2px !important; }
}

/* ================= 参加条件 3ステップ(番号｜見出し + 2行の説明) ================= */
.sn-step { padding: 26px 26px 28px; border-radius: 16px; }
.sn-step__t { display: flex !important; align-items: baseline; gap: 12px; margin: 0 0 16px !important; padding: 0 0 14px; border-bottom: 1px solid #eceee9; font-size: 15.5px !important; font-weight: 700 !important; line-height: 1.6; letter-spacing: .04em; color: #1a2332; }
.sn-step__n { flex: 0 0 auto; position: relative; padding-right: 13px; color: #2f8f4e; font-size: 17px; font-weight: 700; font-variant-numeric: tabular-nums; }
.sn-step__n::after { content: ""; position: absolute; right: 0; top: 2px; bottom: 1px; width: 1px; background: #cfdcd4; }
.sn-step__d { margin: 0 0 8px !important; font-size: 13px !important; line-height: 2.05; letter-spacing: .03em; color: #5a6472; }
.sn-step__d:last-child { margin-bottom: 0 !important; }
.sn-step__d b { font-weight: 700; color: #1a2332; }

@media (max-width: 767px) {
    .sn-step { padding: 20px 18px 22px; }
    .sn-step__t { margin-bottom: 14px !important; padding-bottom: 12px; font-size: 15px !important; }
}

/* 本文(コンセプト)の指定 ※吉田さん指定のとおり */
.sn-lead p {
    font-size: 0.94rem !important;
    line-height: 2.2;
    margin: 0 0 18px !important;
    color: #000;
    -webkit-text-stroke: 0.01rem;
}

/* 日時は全部黒に */
.sn-facts__date { color: #1b2320 !important; }
.sn-facts__date i { color: #1b2320 !important; }
.sn-facts__time { color: #1b2320 !important; }

/* 日付も時間と同じ大きさに */
.sn-facts__date { font-size: 20px !important; font-weight: 700 !important; }
.sn-facts__date i { font-size: 15px !important; font-weight: 700 !important; }
@media (max-width: 767px) { .sn-facts__date { font-size: 18px !important; } .sn-facts__date i { font-size: 14px !important; } }

/* 本文中で回の名前を目立たせる */
.sn-em { font-style: normal; font-weight: 700; color: #1a2332; text-decoration: underline; text-underline-offset: .28em; text-decoration-thickness: 1.5px; }

/* ヒーローのリード文 ※吉田さん指定のとおり(PC) */
@media (min-width: 768px) {
    .sn-head__lead {
        font-size: 0.94rem !important;
        line-height: 2.2;
        letter-spacing: .04em;
        margin: 0 0 18px !important;
        color: #000;
        -webkit-text-stroke: 0.01rem;
    }
}

/* 登壇者の一文 ※吉田さん指定のとおり */
.sn-sec__note--body {
    letter-spacing: .04em;
    font-size: 0.94rem !important;
    line-height: 2.2;
    margin: 0 0 18px !important;
    color: #000;
    -webkit-text-stroke: 0.01rem;
}

/* おすすめリストの各項目 ※吉田さん指定のとおり */
.sn-rec > li {
    position: static;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 15px 2px !important;
    border-bottom: 1px solid #eceee9;
    border-radius: 0;
    background: none;
    letter-spacing: .04em;
    font-size: 0.94rem !important;
    line-height: 1.2;
    margin: 0 0 18px !important;
    color: #000000;
    -webkit-text-stroke: 0.01rem;
}
