@charset "UTF-8";

/* ════════════════════════════════════════════
   WordPress入稿用 スタイル
   ※ .lp-wrap 以下にすべてスコープ
════════════════════════════════════════════ */
.lp-wrap {
    --ink: #0D1F35;
    --blue: #1A4FAD;
    --blue2: #1D58CE;
    --sky: #2E7DD4;
    --ice: #E6F0FB;
    --pale: #F2F7FE;
    --fire: #D63A08;
    --amber: #B8880A;
    --gold: #F0B429;
    --green: #1A7A45;
    --gray: #5A6A7E;
    --lgray: #F4F7FB;
    --border: #C5D5EE;
    --white: #FFFFFF;

    font-family: "BIZ UDGothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
    color: var(--ink);
    line-height: 1.85;
    font-size: 16px;
    max-width: 1100px;
    margin: 0 auto;
}

.lp-wrap *,
.lp-wrap *::before,
.lp-wrap *::after {
    box-sizing: border-box;
}

.lp-wrap {
    margin-top: 50px;
}

.lp-wrap p {
    margin: 0 0 1.2em;
}

.lp-wrap ul,
.lp-wrap ol {
    margin: 0 0 1.2em 1.5em;
}

.lp-wrap li {
    margin-bottom: .45em;
}

.lp-wrap strong {
    font-weight: 700;
}

.lp-wrap a {
    color: var(--sky);
    text-decoration: underline;
}

/* ── セクション共通 ── */
.lp-section {
    margin: 0 0 56px;
}

/* ── 見出し H2 ── */
.lp-h2 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    font-size: clamp(18px, 2.6vw, 24px);
    color: var(--ink);
    margin: 0 0 20px;
    padding: 14px 20px 14px 22px;
    background: var(--blue2);
    color: #fff;
    border-radius: 6px;
    position: relative;
    line-height: 1.45;
    border-bottom: none !important;
    padding-bottom: 15px !important;
}

.lp-h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 6px;
    background: var(--gold);
    border-radius: 6px 0 0 6px;
}

/* ── 見出し H3 ── */
.lp-h3 {
    font-weight: 700;
    font-size: clamp(16px, 2.2vw, 20px);
    color: var(--blue);
    margin: 32px 0 12px;
    padding: 0 0 8px 14px;
    border-left: 4px solid var(--sky) !important;
    border-bottom: 1px solid var(--border) !important;
    line-height: 1.5;

}

.font-30 {
    font-size: clamp(16px, 2.2vw, 30px) !important;
}

.font-16 {
    font-size: clamp(12px, 2.2vw, 16px) !important;
}

/* ── 見出し H4 ── */
.lp-h4 {
    font-weight: 700;
    font-size: 16px;
    color: var(--ink);
    margin: 24px 0 8px;
    padding-left: 12px;
    border-left: 3px solid var(--gold);
}

/* ── パンくず ── */
.lp-breadcrumb {
    font-size: clamp(12px, 2.6vw, 16px);
    color: var(--gray);
    margin-bottom: 24px;
    padding: 10px 0;
    border-bottom: 1px solid var(--border);
}

.lp-breadcrumb span {
    margin: 0 6px;
}

/* ── ページメイン ── */
.mainimg {
    margin-bottom: 0px;
}

/* ── ページタイトルブロック ── */
.lp-page-title {
    /*background: linear-gradient(135deg, #0D1F35 0%, #1A3A6A 60%, #0D2A50 100%);*/
    background: #fff;
    border-radius: 10px;
    padding: 40px 15px 36px;
    margin-bottom: 0px;
    position: relative;
    overflow: hidden;
}

.lp-page-title::before {
    /*
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(240, 180, 41, 0.15) 0%, transparent 70%);
    pointer-events: none;*/
}

.lp-page-title::after {
    /* 
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--fire), var(--gold), var(--sky));*/
}

.lp-category-badge {
    display: inline-block;
    background: rgba(240, 159, 41, 0.2);
    border: 1px solid #E84D12);
    color: #E84D12;
    font-size: clamp(12px, 2.6vw, 18px);
    font-weight: 700;
    letter-spacing: 2px;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.lp-page-title h1 {
    color: #1D58CE;
    font-weight: 900;
    font-size: clamp(23px, 4.5vw, 56px);
    line-height: 1.4;
    margin: 0 0 12px;
}

.lp-page-title .subtitle {
    font-size: clamp(14px, 2vw, 24px);
    color: #000;
    font-weight: 700;
    margin: 0 0 40px;
    line-height: 1.5;
}

.lp-title-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    font-size: clamp(12px, 2.6vw, 17px);
    color: rgba(255, 255, 255, 0.55);
}

.lp-title-meta span {
    display: flex;
    align-items: center;
    gap: 5px;
    background: #E8E112;
    color: #000;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: clamp(12px, 2.6vw, 17px);
    font-weight: 700;
}

.lp-title-meta span::before {
    content: '●';
    color: var(--gold);
    font-size: 8px;
}

/* ── 強調スニペットボックス ── */
.lp-snippet {
    background: var(--pale);
    border: 2px solid var(--sky);
    border-left: 6px solid var(--sky);
    border-radius: 8px;
    padding: 24px 28px;
    margin-bottom: 36px;
}

.lp-snippet-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--sky);
    text-transform: uppercase;
    margin-bottom: 12px;
}

.lp-snippet p {
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: .8em;
}

.lp-snippet p:last-child {
    margin-bottom: 0;
}

.lp-snippet strong {
    color: var(--fire);
}

/* ── 目次 ── */
.lp-toc {
    background: var(--lgray);
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 24px 28px;
    margin-bottom: 48px;
}

.lp-toc-title {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 14px;
    color: var(--ink);
    display: flex;
    align-items: center;
    gap: 8px;
}

.lp-toc-title::before {
    content: '📋';
    font-size: 16px;
}

.lp-toc ol {
    margin: 0;
    padding-left: 1.5em;
    counter-reset: toc-counter;
    list-style: none;
}

.lp-toc ol li {
    counter-increment: toc-counter;
    margin-bottom: 6px;

    font-size: clamp(12px, 2.2vw, 16px);
}

.lp-toc ol li::before {
    content: counter(toc-counter) ". ";
    font-weight: 700;
    color: var(--blue);
}

.lp-toc ol li a {
    color: var(--ink);
    text-decoration: none;
}

.lp-toc ol li a:hover {
    color: var(--sky);
    text-decoration: underline;
}

@media (max-width: 769px) {
    .lp-page-title h1 br {
        display: none;
    }

    .lp-toc {

        padding: 24px 8px;

    }

    .lp-toc ol {
        padding-left: 0.5em;
    }
}

/* ── 警告・注意ボックス ── */
.lp-alert {
    border-radius: 8px;
    padding: 20px 24px;
    margin: 24px 0;
}

.lp-alert-fire {
    background: #FFF0EC;
    border: 1px solid #F5C0AC;
    border-left: 5px solid var(--fire);
}

.lp-alert-amber {
    background: #FFFAEC;
    border: 1px solid #E8D490;
    border-left: 5px solid var(--amber);
}

.lp-alert-blue {
    background: var(--ice);
    border: 1px solid var(--border);
    border-left: 5px solid var(--blue);
}

.lp-alert-green {
    background: #EAF6EF;
    border: 1px solid #A8D8BC;
    border-left: 5px solid var(--green);
}

.lp-alert-label {
    font-weight: 700;
    font-size: clamp(14px, 2.2vw, 20px);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.lp-alert-fire .lp-alert-label {
    color: var(--fire);
}

.lp-alert-amber .lp-alert-label {
    color: var(--amber);
}

.lp-alert-blue .lp-alert-label {
    color: var(--blue);
}

.lp-alert-green .lp-alert-label {
    color: var(--green);
}

.lp-alert p {
    font-size: 14px;
    margin-bottom: .6em;
}

.lp-alert p:last-child {
    margin-bottom: 0;
}

.lp-alert ul {
    font-size: 14px;
}

/* ── チェックリスト ── */
.lp-checklist {
    list-style: none;
    padding: 0;
    margin: 0 0 1.2em;
}

.lp-checklist li {
    padding: 8px 0 8px 32px;
    position: relative;
    border-bottom: 1px dashed var(--border);
    font-size: 15px;
}

.lp-checklist li:last-child {
    border-bottom: none;
}

.lp-checklist li::before {
    content: '✓';
    position: absolute;
    left: 6px;
    color: var(--green);
    font-weight: 900;
    font-size: 16px;
}

/* ── STEPカード ── */
.lp-steps {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 24px 0;
}

.lp-step {
    display: flex;
    gap: 0;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid var(--border);
    box-shadow: 0 2px 10px rgba(10, 22, 40, .06);
}

.lp-step-num {
    background: var(--ink);
    color: #fff;
    min-width: 72px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px 12px;
    flex-shrink: 0;
}

.lp-step-num .step-label {
    font-size: 9px;
    letter-spacing: 2px;
    color: var(--gold);
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.lp-step-num .step-n {
    font-family: 'Oswald', sans-serif;
    font-size: 36px;
    line-height: 1;
    color: #fff;
}

.lp-step-body {
    background: var(--pale);
    padding: 18px 22px;
    flex: 1;
}

.lp-step-body h4 {
    font-weight: 700;
    font-size: clamp(14px, 2.2vw, 20px);
    color: var(--ink);
    margin: 0 0 6px;
}

.lp-step-body p {
    font-size: 14px;
    color: var(--gray);
    margin: 0;
    line-height: 1.75;
}

/* ── テーブル ── */
.lp-table-wrap {
    overflow-x: auto;
    margin: 16px 0 24px;
    border-radius: 8px;
    border: 1px solid var(--border);
    box-shadow: 0 2px 10px rgba(10, 22, 40, .06);
}

.lp-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    min-width: 500px;
}

.lp-table th {
    background: var(--ink);
    color: #fff;
    padding: 12px 16px;
    text-align: left;
    font-weight: 700;
    white-space: nowrap;
}

.lp-table th.gold {
    background: var(--amber);
}

.lp-table td {
    padding: 11px 16px;
    border-bottom: 1px solid var(--border);
    vertical-align: top;
    line-height: 1.65;
}

.lp-table tr:last-child td {
    border-bottom: none;
}

.lp-table tr:nth-child(even) td {
    background: var(--pale);
}

.lp-table .td-label {
    font-weight: 700;
    color: var(--blue);
    white-space: nowrap;
}

.lp-table .td-fire {
    color: var(--fire);
    font-weight: 700;
}

.lp-table .td-green {
    color: var(--green);
    font-weight: 700;
}

/* ── テーブル ── */
.lp-table-wrap2 {
    overflow-x: auto;
    margin: 16px 0 24px;
}

.lp-table2 {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.lp-table2 th {
    background: var(--ink);
    color: #fff;
    padding: 10px 14px;
    text-align: left;
    font-weight: 700;
    font-size: 13px;
}

.lp-table2 td {
    padding: 10px 14px;
    border-bottom: 1px solid var(--border);
    vertical-align: top;
    display: table-cell !important;
    width: auto !important;
}

.lp-table2 tr:nth-child(even) td {
    background: var(--lgray);
}

.td-label2 {
    font-weight: 700;
    color: var(--ink);
    white-space: nowrap;
}

.td-fire2 {
    color: var(--fire);
    font-weight: 700;
}

.td-green2 {
    color: var(--green);
    font-weight: 700;
}



/* ── CTA ボタンブロック ── */
.lp-cta-block {
    background: linear-gradient(135deg, #0D1F35 0%, #1A3A6A 100%);
    border-radius: 10px;
    padding: 36px 32px;
    text-align: center;
    margin: 40px 0;
    position: relative;
    overflow: hidden;
}

.lp-cta-block::before {
    content: '';
    position: absolute;
    top: -40px;
    right: -40px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(240, 180, 41, .15) 0%, transparent 70%);
}

.lp-cta-block::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--fire), var(--gold));
}

.lp-cta-eyebrow {
    font-size: 11px;
    letter-spacing: 3px;
    color: var(--gold);
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.lp-cta-block h3 {
    font-weight: 900;
    font-size: clamp(16px, 2.5vw, 22px);
    color: #fff;
    margin: 0 0 8px;
    line-height: 1.45;
}

.lp-cta-block .cta-sub {
    font-size: 13px;
    color: rgba(255, 255, 255, .65);
    margin-bottom: 24px;
    line-height: 1.7;
}

.lp-cta-btn {
    display: inline-block;
    background: var(--fire);
    color: #fff !important;
    font-weight: 900;
    font-size: clamp(14px, 2vw, 17px);
    padding: 18px 36px;
    border-radius: 6px;
    text-decoration: none !important;
    box-shadow: 0 6px 24px rgba(214, 58, 8, .4);
    transition: transform .2s, box-shadow .2s;
    line-height: 1.4;
    margin-bottom: 14px;
}

.lp-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(214, 58, 8, .5);
}

.lp-cta-notes {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    font-size: clamp(12px, 2.6vw, 16px);
    color: rgba(255, 255, 255, .55);
    margin-top: 6px;
}

.lp-cta-notes span {
    display: flex;
    align-items: center;
    gap: 4px;
}

.lp-cta-notes span::before {
    content: '✓';
    color: var(--gold);
    font-weight: 700;
}

/* ── 施工事例カード ── */
.lp-case-card {
    border: 1px solid var(--border);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 28px;
    box-shadow: 0 2px 14px rgba(10, 22, 40, .08);
}

.lp-case-header {
    background: var(--ink);
    padding: 16px 24px;
    display: flex;
    align-items: baseline;
    gap: 12px;
}

.lp-case-no {
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    color: var(--gold);
    font-weight: 700;
    letter-spacing: 1px;
    white-space: nowrap;
}

.lp-case-header h4 {
    font-weight: 700;
    font-size: clamp(13px, 2vw, 16px);
    color: #fff;
    margin: 0;
    line-height: 1.45;
}

.lp-case-body {
    padding: 0;
}

.lp-case-row {
    display: grid;
    grid-template-columns: 130px 1fr;
    border-bottom: 1px solid var(--border);
}

.lp-case-row:last-child {
    border-bottom: none;
}

.lp-case-key {
    background: var(--pale);
    padding: 12px 16px;
    font-weight: 700;
    font-size: 13px;
    color: var(--blue);
    border-right: 1px solid var(--border);
    display: flex;
    align-items: flex-start;
}

.lp-case-val {
    padding: 12px 18px;
    font-size: 14px;
    line-height: 1.75;
    background: var(--white);
}

.lp-case-result {
    background: #EAF6EF;
    border-top: 2px solid var(--green);
}

.lp-case-result .lp-case-key {
    background: #D0EED9;
    color: var(--green);
}

.lp-case-result .lp-case-val {
    background: #EAF6EF;
}

/* ── お客様の声 ── */
.lp-voice-card {
    background: var(--pale);
    border: 1px solid var(--border);
    border-left: 5px solid var(--sky);
    border-radius: 8px;
    padding: 22px 24px;
    margin-bottom: 20px;
    position: relative;
}

.lp-voice-card::before {
    content: '"';
    font-family: 'Oswald', sans-serif;
    font-size: 72px;
    color: var(--border);
    position: absolute;
    top: -8px;
    right: 16px;
    line-height: 1;
    pointer-events: none;
}

.lp-voice-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.lp-voice-no {
    background: var(--sky);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 3px;
    letter-spacing: 1px;
}

.lp-voice-company {
    font-weight: 700;
    font-size: 13px;
    color: var(--ink);
}

.lp-voice-stars {
    color: var(--gold);
    font-size: 14px;
}

.lp-voice-text {
    font-size: 15px;
    line-height: 1.9;
    color: var(--ink);
    margin: 0;
}

/* ── FAQ ── */
.lp-faq-item {
    border: 1px solid var(--border);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 12px;
}

.lp-faq-q {
    background: var(--ice);
    padding: 16px 20px;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    cursor: pointer;
}

.lp-faq-q-mark {
    background: var(--blue);
    color: #fff;
    font-weight: 900;
    font-size: 14px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
}

.lp-faq-q-text {
    font-weight: 700;
    font-size: 15px;
    color: var(--ink);
    line-height: 1.55;
    flex: 1;
}

.lp-faq-a {
    display: flex;
    gap: 12px;
    padding: 16px 20px;
    background: var(--white);
}

.lp-faq-a-mark {
    background: var(--fire);
    color: #fff;
    font-weight: 900;
    font-size: 14px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}

.lp-faq-a-text {
    font-size: 14px;
    line-height: 1.85;
    color: #3A4A5E;
    flex: 1;
    margin: 0;
}

/* ── 最終CTAボックス ── */
.lp-final-cta {
    background: linear-gradient(135deg, #0D1F35 0%, #1A3A6A 60%, #0D2A50 100%);
    border-radius: 12px;
    padding: 48px 40px;
    text-align: center;
    margin: 48px 0 0;
    position: relative;
    overflow: hidden;
}

.lp-final-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 30% 50%, rgba(240, 180, 41, .1) 0%, transparent 60%),
        radial-gradient(ellipse at 80% 20%, rgba(46, 125, 212, .1) 0%, transparent 50%);
}

.lp-final-cta::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--fire) 0%, var(--gold) 50%, var(--sky) 100%);
}

.lp-final-cta-inner {
    position: relative;
    z-index: 1;
}

.lp-final-badge {
    display: inline-block;
    background: rgba(240, 180, 41, .2);
    border: 1px solid var(--gold);
    color: var(--gold);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 4px 14px;
    border-radius: 20px;
    margin-bottom: 18px;
}

.lp-final-cta h2 {
    border: none;
    font-weight: 900;
    font-size: clamp(18px, 3vw, 26px);
    color: #fff;
    margin: 0 0 10px;
    line-height: 1.45;
}

.lp-final-cta .sub {
    font-size: 14px;
    color: rgba(255, 255, 255, .6);
    margin-bottom: 30px;
    line-height: 1.8;
}

.lp-final-tel {
    font-family: 'Oswald', sans-serif;
    font-size: clamp(26px, 5vw, 40px);
    color: var(--gold);
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0 0 4px;
}

.lp-final-tel-note {
    font-size: clamp(12px, 2.6vw, 16px);
    color: rgba(255, 255, 255, .5);
    margin-bottom: 24px;
}

.lp-final-reasons {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 10px;
    margin-top: 28px;
    text-align: left;
}

.lp-reason-item {
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 7px;
    padding: 12px 16px;
    font-size: 13px;
    color: rgba(255, 255, 255, .8);
    display: flex;
    align-items: flex-start;
    gap: 8px;
    line-height: 1.55;
}

.lp-reason-item::before {
    content: '✓';
    color: var(--gold);
    font-weight: 900;
    flex-shrink: 0;
    margin-top: 1px;
}

/* ── まとめボックス ── */
.lp-summary-box {
    background: var(--pale);
    border: 2px solid var(--blue);
    border-radius: 10px;
    padding: 28px 32px;
    margin: 32px 0;
}

.lp-summary-box h3 {
    font-weight: 900;
    font-size: 18px;
    color: var(--blue);
    margin: 0 0 16px;
    padding-bottom: 10px;
    border-left: 4px solid var(--sky);
    border-bottom: 1px solid var(--border);
}

.lp-summary-box ol {
    margin: 0;
    padding-left: 1.5em;
}

.lp-summary-box li {
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 1.75;
}

/* ── データボックス ── */
.lp-data-box {
    background: var(--ink);
    border-radius: 8px;
    padding: 24px 28px;
    margin: 24px 0;
}

.lp-data-box-title {
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    color: var(--gold);
    text-transform: uppercase;
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.lp-data-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 12px;
}

.lp-data-item {
    background: rgba(255, 255, 255, .06);
    border-radius: 6px;
    padding: 14px 16px;
    text-align: center;
}

.lp-data-num {
    font-family: 'Oswald', sans-serif;
    font-size: 28px;
    color: var(--gold);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 4px;
}

.lp-data-label {
    font-size: 11px;
    color: rgba(255, 255, 255, .6);
    line-height: 1.5;
}

/* ── 引用 ── */
.lp-intro-scene {
    background: var(--lgray);
    border-left: 4px solid var(--amber);
    border-radius: 0 8px 8px 0;
    padding: 20px 24px;
    margin: 20px 0;
    font-size: 15px;
    line-height: 2;
    color: #3A4A5E;
    font-style: italic;
}

/* ── 料金比較表 ── */
.lp-price-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.lp-price-table th {
    background: var(--ink);
    color: #fff;
    padding: 11px 14px;
    text-align: center;
    font-weight: 700;
    white-space: nowrap;
}

.lp-price-table th:first-child {
    text-align: left;
}

.lp-price-table td {
    padding: 10px 14px;
    border-bottom: 1px solid var(--border);
    text-align: center;
    vertical-align: middle;
}

.lp-price-table td:first-child {
    text-align: left;
    font-weight: 700;
    color: var(--blue);
}

.lp-price-table tr:last-child td {
    border-bottom: none;
}

.lp-price-table tr:nth-child(even) td {
    background: var(--pale);
}

/* ── 区切り線 ── */
.lp-divider {
    border: none;
    border-top: 1px solid var(--border);
    margin: 40px 0;
}

/* ── 倉庫断面図 ── */
.lp-routes-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: start;
    margin: 24px 0;
}

.lp-warehouse-diagram {
    background: #0D1F35;
    border: 1px solid #1E3554;
    border-radius: 8px;
    padding: 36px 24px 24px;
    position: relative;
    overflow: hidden;
}

.lp-warehouse-diagram::before {
    content: '倉庫断面図';
    position: absolute;
    top: 10px;
    right: 14px;
    font-size: 10px;
    color: rgba(122, 146, 168, .55);
    letter-spacing: 2px;
}

.lp-wh-building {
    width: 100%;
    aspect-ratio: 3/2;
    position: relative;
    background: linear-gradient(180deg, rgba(28, 54, 84, .3) 0%, rgba(18, 37, 64, .5) 100%);
    border: 2px solid #1C3654;
    border-radius: 4px;
    margin-bottom: 18px;
}

.lp-wh-roof {
    position: absolute;
    top: -24px;
    left: -2px;
    right: -2px;
    height: 50px;
    background: linear-gradient(180deg, #1C3654 0%, #0D1F35 100%);
    clip-path: polygon(0 100%, 50% 0%, 100% 100%);
}

.lp-wh-beam {
    position: absolute;
    background: #1C3654;
}

.lp-beam-h {
    height: 3px;
    width: 80%;
    left: 10%;
    top: 35%;
}

.lp-beam-h2 {
    height: 3px;
    width: 80%;
    left: 10%;
    top: 65%;
}

.lp-beam-v1 {
    width: 3px;
    height: 100%;
    left: 25%;
    top: 0;
}

.lp-beam-v2 {
    width: 3px;
    height: 100%;
    right: 25%;
    top: 0;
}

.lp-vent {
    position: absolute;
    top: 8px;
    width: 32px;
    height: 14px;
    background: #1C3654;
    border: 1px solid #7A92A8;
}

.lp-vent-1 {
    left: 30%;
}

.lp-vent-2 {
    left: 60%;
}

.lp-shutter {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 35%;
    background: repeating-linear-gradient(180deg, #1C3654 0px, #1C3654 6px, #0D1F35 6px, #0D1F35 12px);
    border: 2px solid #7A92A8;
    border-bottom: none;
}

.lp-entry-marker {
    position: absolute;
    width: 22px;
    height: 22px;
    background: var(--fire);
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 4px rgba(214, 58, 8, .25);
    z-index: 10;
    animation: lp-marker-pulse 2s ease infinite;
}

@keyframes lp-marker-pulse {

    0%,
    100% {
        box-shadow: 0 0 0 4px rgba(214, 58, 8, .25);
    }

    50% {
        box-shadow: 0 0 0 10px rgba(214, 58, 8, .07);
    }
}

/* マーカー位置 */
.lp-m-1 {
    top: -38px;
    left: 50%;
    transform: translateX(-50%);
}

/* ①屋根頂点 */
.lp-m-2 {
    top: 8%;
    left: 64%;
}

/* ②右換気口 */
.lp-m-3 {
    top: -22px;
    left: 14%;
}

/* ③屋上左肩 */
.lp-m-4 {
    top: 32%;
    left: 22%;
}

/* ④H鋼梁 */
.lp-m-5 {
    bottom: 24%;
    left: 48%;
}

/* ⑤シャッター */

.lp-entry-legend {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.lp-legend-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: clamp(12px, 2.6vw, 16px);
    color: rgba(200, 216, 232, .75);
    line-height: 1.55;
}

.lp-legend-num {
    min-width: 20px;
    height: 20px;
    background: var(--fire);
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
}

.lp-legend-item strong {
    color: #fff;
    display: block;
    font-size: 13px;
    margin-bottom: 2px;
}

/* ルートリスト */
.lp-route-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.lp-route-item {
    background: var(--pale);
    border: 1px solid var(--border);
    border-left: 4px solid var(--sky);
    border-radius: 0 8px 8px 0;
    padding: 14px 18px;
}

.lp-route-item h4 {
    font-size: clamp(14px, 2.6vw, 20px);
    font-weight: 700;
    color: var(--ink);
    margin: 0 0 6px;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.lp-route-badge {
    font-size: 12px;
    font-weight: 700;
    background: var(--ice);
    color: var(--blue);
    padding: 2px 8px;
    border-radius: 2px;
}

.lp-route-item p {
    font-size: 13px;
    color: var(--gray);
    line-height: 1.75;
    margin: 0;
}

/* ── 施工フロー（横並び5ステップ） ── */
.lp-process-flow {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    margin: 24px 0;
    position: relative;
}

.lp-process-flow::before {
    content: '';
    position: absolute;
    top: 28px;
    left: 10%;
    right: 10%;
    height: 2px;
    background: linear-gradient(90deg, var(--fire), var(--gold), var(--sky));
    z-index: 0;
}

.lp-process-step {
    text-align: center;
    padding: 0 8px;
    position: relative;
    z-index: 1;
}

.lp-process-circle {
    width: 56px;
    height: 56px;
    background: var(--ink);
    color: var(--gold);
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    border: 3px solid var(--gold);
    box-shadow: 0 4px 14px rgba(10, 22, 40, .15);
}

.lp-process-step h4 {
    font-size: clamp(14px, 2.6vw, 20px);
    font-weight: 700;
    color: var(--ink);
    margin: 0 0 6px;
    line-height: 1.4;
}

.lp-process-step p {
    font-size: 11.5px;
    color: var(--gray);
    line-height: 1.65;
    margin: 0 0 6px;
}

.lp-process-time {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    color: var(--sky);
    background: var(--ice);
    padding: 2px 8px;
    border-radius: 2px;
}


.lp-tl-badge {
    min-width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--fire);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 11px;
    line-height: 1.2;
    flex-shrink: 0;
    box-shadow: 0 0 0 4px #fff,
        0 0 0 6px var(--fire);
}

/* ── タイムラインカード（緊急フロー用） ── */
.lp-timeline {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 24px 0;
    position: relative;
}

.lp-tl-item {
    display: flex;
    gap: 20px;
    padding: 0 0 24px;
    position: relative;
    z-index: 1;
}

.lp-timeline::before {
    content: '';
    position: absolute;
    left: 28px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: var(--border);
    z-index: 0;
}

.lp-tl-badge.safe {
    background: var(--green);
    box-shadow: 0 0 0 4px #fff, 0 0 0 6px var(--green);
}

.lp-tl-badge.caution {
    background: var(--amber);
    box-shadow: 0 0 0 4px #fff, 0 0 0 6px var(--amber);
}

.lp-tl-body {
    background: var(--lgray);
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 16px 20px;
    flex: 1;
}

.lp-tl-body h4 {
    font-size: clamp(12px, 2.6vw, 20px);
}

@media (max-width: 769px) {

    .lp-wrap ul,
    .lp-wrap ol {
        margin: 0 0 1.2em 0;
    }

    .mainimg {
        margin-bottom: 0px;
    }

    .lp-wrap {
        margin-top: 10px;
    }

    .lp-routes-layout {
        grid-template-columns: 1fr;
    }

    .lp-process-flow {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .lp-process-flow::before {
        display: none;
    }
}

/* ── レスポンシブ ── */
@media (max-width: 769px) {
    .lp-page-title {
        padding: 8px 10px 26px;
    }

    .lp-page-title .subtitle {

        margin: 0 0 20px;

    }

    .lp-final-cta {
        padding: 36px 20px;
    }

    .lp-cta-block {
        padding: 28px 20px;
    }

    .lp-case-row {
        grid-template-columns: 90px 1fr;
    }

    .lp-case-key {
        font-size: clamp(12px, 2.6vw, 16px);
        padding: 10px 12px;
    }

    .lp-case-val {
        font-size: 13px;
        padding: 10px 14px;
    }

    .lp-step {
        flex-direction: column;
    }

    .lp-step-num {
        flex-direction: row;
        gap: 10px;
        justify-content: flex-start;
        padding: 12px 18px;
    }

    .lp-summary-box {
        padding: 22px 20px;
    }

    .lp-tl-badge {
        min-width: 48px;
        height: 48px;
        font-size: 10px;
    }

    .lp-timeline::before {
        left: 24px;
    }
}