@charset "utf-8";

.ct-coating-fv {
    position: relative;
    background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
    overflow: hidden;
    padding: 56px 0 42px;
}

.ct-coating-fv::before {
    content: "";
    position: absolute;
    top: -80px;
    right: -80px;
    width: 260px;
    height: 260px;
    background: rgba(0, 123, 255, .08);
    border-radius: 50%;
}

.ct-coating-fv::after {
    content: "";
    position: absolute;
    bottom: -90px;
    left: -90px;
    width: 240px;
    height: 240px;
    background: rgba(0, 195, 255, .08);
    border-radius: 50%;
}

.ct-coating-fv-inner {
    position: relative;
    z-index: 2;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 18px;
    display: grid;
    gap: 28px;
}

.ct-coating-fv-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ct-coating-fv-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    margin-bottom: 16px;
    padding: 7px 12px;
    background: #ffffff;
    border-left: 4px solid #007bff;
    border-radius: 6px;
    color: #0056b3;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .08em;
    box-shadow: 0 4px 14px rgba(0, 64, 128, .06);
}

.ct-coating-fv-title {
    margin: 0 0 18px;
    color: #17324d;
    font-size: 1.72rem;
    font-weight: 800;
    line-height: 1.55;
    letter-spacing: .03em;
}

.ct-coating-fv-title span {
    color: #007bff;
}

.ct-coating-fv-lead {
    margin: 0 0 22px;
    color: #4f6173;
    font-size: .94rem;
    line-height: 2;
}

.ct-coating-fv-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 16px;
}

.ct-coating-fv-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    padding: 13px 18px;
    border-radius: 8px;
    font-size: .92rem;
    font-weight: 700;
    text-decoration: none;
    transition: .2s ease;
}

.ct-coating-fv-btn-main {
    background: #007bff;
    color: #fff;
    box-shadow: 0 8px 18px rgba(0, 123, 255, .22);
}

.ct-coating-fv-btn-main:hover {
    background: #005fc7;
    transform: translateY(-2px);
}

.ct-coating-fv-btn-sub {
    background: #fff;
    color: #0056b3;
    border: 1px solid #cfe3f7;
}

.ct-coating-fv-btn-sub:hover {
    background: #f0f7ff;
}

.ct-coating-fv-mini {
    margin: 0;
    color: #718293;
    font-size: .78rem;
    line-height: 1.8;
}

.ct-coating-fv-visual {
    position: relative;
}

.ct-coating-fv-photo {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    box-shadow: 0 16px 36px rgba(0, 48, 96, .14);
    background: #dfefff;
    aspect-ratio: 4 / 3;
}

.ct-coating-fv-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ct-coating-fv-photo::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 45%, rgba(0, 38, 77, .35));
}

.ct-coating-fv-card {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 14px;
    z-index: 2;
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(8px);
    border-radius: 14px;
    padding: 13px 14px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
}

.ct-coating-fv-card-title {
    margin: 0 0 4px;
    color: #0056b3;
    font-size: .9rem;
    font-weight: 800;
}

.ct-coating-fv-card-text {
    margin: 0;
    color: #4f6173;
    font-size: .78rem;
    line-height: 1.7;
}

.ct-coating-fv-targets {
    max-width: 1120px;
    margin: 24px auto 0;
    padding: 0 18px;
    position: relative;
    z-index: 2;
}

.ct-coating-fv-target-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ct-coating-fv-target-list li {
    background: #fff;
    border: 1px solid #dce9f5;
    border-radius: 10px;
    padding: 10px 8px;
    color: #17324d;
    font-size: .8rem;
    font-weight: 700;
    text-align: center;
    box-shadow: 0 3px 12px rgba(0, 64, 128, .04);
}

.ct-coating-fv-target-list i {
    color: #007bff;
    margin-right: 4px;
}

@media (min-width: 768px) {
    .ct-coating-fv {
        padding: 76px 0 52px;
    }

    .ct-coating-fv-inner {
        grid-template-columns: 1.02fr .98fr;
        align-items: center;
        gap: 44px;
    }

    .ct-coating-fv-title {
        font-size: 2.45rem;
    }

    .ct-coating-fv-lead {
        font-size: 1rem;
    }

    .ct-coating-fv-actions {
        display: flex;
        gap: 12px;
    }

    .ct-coating-fv-btn {
        min-width: 190px;
    }

    .ct-coating-fv-target-list {
        grid-template-columns: repeat(6, 1fr);
        gap: 10px;
    }
}


/* ━━━━━━━━━━━━━━━━━━━━━━
   スマホ専用：1stビュー compact調整
   ※PCデザインには影響なし
━━━━━━━━━━━━━━━━━━━━━━ */

@media (max-width: 575px) {

    .ct-coating-fv {
        padding: 22px 0 20px;
        background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
    }

    .ct-coating-fv::before {
        width: 160px;
        height: 160px;
        top: -70px;
        right: -70px;
    }

    .ct-coating-fv::after {
        display: none;
    }

    .ct-coating-fv-inner {
        padding: 0 15px;
        gap: 14px;
    }

    .ct-coating-fv-kicker {
        margin-bottom: 10px;
        padding: 5px 10px;
        font-size: .68rem;
        border-radius: 5px;
        letter-spacing: .06em;
    }

    .ct-coating-fv-title {
        margin: 0 0 10px;
        font-size: 1.42rem;
        line-height: 1.42;
        letter-spacing: .02em;
    }

    .ct-coating-fv-lead {
        margin: 0 0 14px;
        font-size: .82rem;
        line-height: 1.75;

        /* 長くなりすぎないよう3行で省略 */
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .ct-coating-fv-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        margin-bottom: 8px;
    }

    .ct-coating-fv-btn {
        min-height: 42px;
        padding: 10px 8px;
        border-radius: 8px;
        font-size: .78rem;
        line-height: 1.35;
        gap: 5px;
        white-space: nowrap;
    }

    .ct-coating-fv-mini {
        margin: 0;
        font-size: .7rem;
        line-height: 1.55;
        color: #718293;
    }

    .ct-coating-fv-photo {
        aspect-ratio: 16 / 6.2;
        border-radius: 14px;
        box-shadow: 0 8px 20px rgba(0, 48, 96, .12);
    }

    .ct-coating-fv-photo img {
        object-fit: cover;
    }

    .ct-coating-fv-card {
        position: absolute;
        left: 8px;
        right: 8px;
        bottom: 8px;
        margin-top: 0;
        padding: 8px 10px;
        border-radius: 9px;
        background: rgba(255, 255, 255, .9);
        backdrop-filter: blur(6px);
    }

    .ct-coating-fv-card-title {
        margin: 0;
        font-size: .76rem;
        line-height: 1.45;
    }

    .ct-coating-fv-card-text {
        display: none;
    }

    .ct-coating-fv-targets {
        margin-top: 12px;
        padding: 0 15px;
    }

    .ct-coating-fv-target-list {
        grid-template-columns: repeat(3, 1fr);
        gap: 6px;
    }

    .ct-coating-fv-target-list li {
        padding: 7px 4px;
        border-radius: 8px;
        font-size: .69rem;
        line-height: 1.25;
        box-shadow: 0 2px 8px rgba(0, 64, 128, .04);
    }

    .ct-coating-fv-target-list i {
        display: block;
        margin: 0 0 3px;
        font-size: .86rem;
    }
}






.ct-sec-top {
    padding: 25px 0 50px;
}

.ct-sec {
    padding: 52px 0;
}

.ct-sec-gray {
    background: #f6f9fc;
}

.ct-heading {
    font-size: 1.35rem;
    font-weight: 700;
    color: #0056b3;
    text-align: center;
    margin-bottom: 6px;
    line-height: 1.4;
}

.ct-heading-line {
    width: 36px;
    height: 3px;
    background: linear-gradient(90deg, #00c3ff, #0056b3);
    border-radius: 5px;
    margin: 0 auto 20px;
}

.ct-lead {
    text-align: center;
    font-size: .93rem;
    color: #555;
    margin-bottom: 28px;
    line-height: 1.85;
}

@media(min-width:768px) {
    .ct-sec {
        padding: 50px 0;
    }

    .ct-heading {
        font-size: 1.75rem;
    }

    .ct-lead {
        font-size: 1rem;
        margin-bottom: 40px;
    }
}

/* ── キャッチ ── */
.ct-catch {
    background: linear-gradient(135deg, #1565c0, #0d47a1);
    color: #fff;
    border-radius: 10px;
    padding: 28px 22px;
    margin-bottom: 32px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .18);
    position: relative;
    overflow: hidden;
}

.ct-catch::after {
    content: '';
    position: absolute;
    right: -30px;
    bottom: -30px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .06);
}

.ct-catch-main {
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.65;
    margin-bottom: 12px;
}

.ct-catch-main em {
    font-style: normal;
    color: #ffe082;
}

.ct-catch-sub {
    font-size: .88rem;
    opacity: .9;
    line-height: 1.9;
    border-top: 1px solid rgba(255, 255, 255, .2);
    padding-top: 12px;
    margin-top: 4px;
}

@media(min-width:768px) {
    .ct-catch {
        padding: 36px 44px;
    }

    .ct-catch-main {
        font-size: 1.4rem;
    }

    .ct-catch-sub {
        font-size: .95rem;
    }
}

/* ── 比較 ── */
.ct-compare {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 0;
}

.ct-compare-box {
    border-radius: 8px;
    padding: 20px 18px;
}

.ct-compare-box.bad {
    background: #fff8f0;
    border: 1px solid #ffcc80;
}

.ct-compare-box.good {
    background: #e8f5e9;
    border: 1px solid #a5d6a7;
}

.ct-compare-box h3 {
    font-size: .88rem;
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.ct-compare-box.bad h3 {
    color: #bf360c;
}

.ct-compare-box.good h3 {
    color: #1b5e20;
}

.ct-compare-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ct-compare-box li {
    font-size: .88rem;
    color: #444;
    padding: 4px 0;
    display: flex;
    gap: 8px;
    line-height: 1.6;
}

.ct-compare-box.bad li::before {
    content: '✕';
    color: #e65100;
    font-weight: 700;
    flex-shrink: 0;
}

.ct-compare-box.good li::before {
    content: '✓';
    color: #2e7d32;
    font-weight: 700;
    flex-shrink: 0;
}

@media(min-width:600px) {
    .ct-compare {
        flex-direction: row;
    }

    .ct-compare-box {
        flex: 1;
    }
}

/* ── 仕組み（アコーディオン） ── */
.ct-accordion {
    border: 1px solid #dde8f0;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 28px;
}

.ct-accordion-btn {
    width: 100%;
    background: #f0f6ff;
    border: none;
    padding: 14px 18px;
    font-size: .93rem;
    font-weight: 700;
    color: #0056b3;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ct-accordion-btn span {
    font-size: 1.1rem;
    transition: transform .25s;
}

.ct-accordion-btn.open span {
    transform: rotate(45deg);
}

.ct-accordion-body {
    display: none;
    padding: 20px 18px;
    background: #fff;
    border-top: 1px solid #dde8f0;
}

.ct-accordion-body.open {
    display: block;
}

.ct-mech {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 16px;
}

.ct-mech-box {
    border-radius: 8px;
    padding: 16px 14px;
    font-size: .85rem;
    border: 1px solid #ddd;
}

.ct-mech-box.before {
    background: #f5f5f5;
}

.ct-mech-box.during {
    background: #e3f0ff;
    border-color: #90caf9;
}

.ct-mech-box.after {
    background: #e8f5e9;
    border-color: #a5d6a7;
}

.ct-mech-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
    margin-bottom: 4px;
}

.ct-mech-box.before .ct-mech-label {
    color: #888;
}

.ct-mech-box.during .ct-mech-label {
    color: #0056b3;
}

.ct-mech-box.after .ct-mech-label {
    color: #2e7d32;
}

.ct-mech-box strong {
    display: block;
    font-size: .88rem;
    color: #1a2b3c;
    margin-bottom: 4px;
}

.ct-mech-box p {
    margin: 0;
    color: #555;
    line-height: 1.8;
}

.ct-spec {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 14px;
}

.ct-spec-item {
    background: #f6f9fc;
    border: 1px solid #dde8f0;
    border-radius: 6px;
    padding: 9px 12px;
    font-size: .83rem;
    color: #333;
    display: flex;
    gap: 6px;
    align-items: flex-start;
}

.ct-spec-item .dot {
    color: #007bff;
    font-weight: 700;
    flex-shrink: 0;
}

.ct-note {
    font-size: .78rem;
    color: #999;
    margin-top: 10px;
    line-height: 1.7;
}


/* ━━━━━━━━━━━━━━━━━━━━━━
   こんな方におすすめ
━━━━━━━━━━━━━━━━━━━━━━ */

.ct-recommend-section {
    padding: 56px 0;
    background: #ffffff;
}

.ct-recommend-section .container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 18px;
}

.ct-section-head {
    text-align: center;
    margin-bottom: 30px;
}

.ct-recommend-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}

.ct-recommend-card {
    position: relative;
    background: #f7fbff;
    border: 1px solid #dce9f5;
    border-radius: 16px;
    padding: 22px 18px 20px;
    box-shadow: 0 4px 16px rgba(0, 64, 128, .05);
}

.ct-recommend-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: #ffffff;
    color: #007bff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin-bottom: 14px;
    box-shadow: 0 4px 12px rgba(0, 64, 128, .07);
}

.ct-recommend-card h3 {
    margin: 0 0 10px;
    color: #17324d;
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1.5;
}

.ct-recommend-card p {
    margin: 0 0 14px;
    color: #4f6173;
    font-size: .88rem;
    line-height: 1.85;
}

.ct-recommend-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ct-recommend-card li {
    position: relative;
    padding-left: 18px;
    color: #4f6173;
    font-size: .82rem;
    line-height: 1.75;
}

.ct-recommend-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .72em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #007bff;
}

@media (min-width: 768px) {
    .ct-recommend-section {
        padding: 72px 0;
    }

    .ct-recommend-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
    }

    .ct-recommend-card {
        padding: 26px 22px 24px;
    }

    .ct-recommend-card h3 {
        font-size: 1.12rem;
    }

    .ct-recommend-card p {
        font-size: .9rem;
    }
}




/* ━━━━━━━━━━━━━━━━━━━━━━
   施工メリット / POINT
━━━━━━━━━━━━━━━━━━━━━━ */

.ct-point-section {
    padding: 56px 0;
    background: #f7fbff;
}

.ct-point-section .container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 18px;
}

.ct-point-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.ct-point-card {
    background: #fff;
    border: 1px solid #dce9f5;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 64, 128, 0.06);
    transition: transform .25s ease, box-shadow .25s ease;
}

.ct-point-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(0, 64, 128, 0.1);
}

.ct-point-image-wrap {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 2.6;
    background: #eaf5ff;
}

.ct-point-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ct-point-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(0, 86, 179, 0.92);
    color: #fff;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .04em;
    padding: 6px 10px;
    border-radius: 999px;
    backdrop-filter: blur(4px);
}

.ct-point-body {
    padding: 18px 16px 18px;
}

.ct-point-card-title {
    font-size: 1.02rem;
    font-weight: 700;
    color: #17324d;
    line-height: 1.6;
    margin: 0 0 10px;
}

.ct-point-card-text {
    font-size: .88rem;
    color: #555;
    line-height: 1.9;
    margin: 0;
}

.ct-point-note {
    margin-top: 24px;
    padding: 14px 16px;
    background: #ffffff;
    border-left: 4px solid #007bff;
    border-right: 4px solid #007bff;
    border-radius: 8px;
    font-size: .8rem;
    line-height: 1.8;
}

/* タブレット */
@media (min-width: 768px) {
    .ct-point-section {
        padding: 72px 0;
    }


    .ct-point-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
    }

    .ct-point-body {
        padding: 20px 18px 20px;
    }

    .ct-point-card-title {
        font-size: 1.08rem;
    }

    .ct-point-card-text {
        font-size: .9rem;
    }
}

/* スマホで少しおしゃれに見せる */
@media (max-width: 767px) {
    .ct-point-card {
        border-radius: 16px;
    }

    .ct-point-image-wrap {
        aspect-ratio: 16 / 8.5;
    }

    .ct-point-body {
        padding: 16px 15px 18px;
    }

    .ct-point-card-title {
        font-size: .98rem;
    }

    .ct-point-card-text {
        font-size: .86rem;
    }
}


/* ━━━━━━━━━━━━━━━━━━━━━━
   料金表：タブ切り替え型
━━━━━━━━━━━━━━━━━━━━━━ */

.ct-price-section {
    padding: 52px 0;
}

.ct-price-section .ct-heading {
    font-size: 1.35rem;
    font-weight: 700;
    color: #0056b3;
    text-align: center;
    margin-bottom: 6px;
    line-height: 1.4;
}

.ct-price-section .ct-heading-line {
    width: 36px;
    height: 3px;
    background: linear-gradient(90deg, #00c3ff, #0056b3);
    border-radius: 5px;
    margin: 0 auto 20px;
}

.ct-price-section .ct-lead {
    text-align: center;
    font-size: .93rem;
    color: #555;
    margin-bottom: 24px;
    line-height: 1.85;
}

/* タブ全体 */
.ct-price-tabs {
    margin-top: 22px;
}

/* タブナビ */
.ct-price-tab-nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    overflow: visible;
    padding: 0;
    margin: 0 0 20px;
}

.ct-price-tab-nav::-webkit-scrollbar {
    display: none;
}

.ct-price-tab-nav::-webkit-scrollbar-thumb {
    background: #c8d8e8;
    border-radius: 999px;
}

.ct-price-tab-btn {
    appearance: none;
    width: 100%;
    border: 1px solid #d9e6f2;
    background: #fff;
    color: #0056b3;
    border-radius: 10px;
    padding: 12px 10px;
    font-size: .82rem;
    font-weight: 700;
    line-height: 1.35;
    white-space: normal;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .04);
    transition: .2s ease;
    min-height: 46px;
}

.ct-price-tab-btn i {
    font-size: .9rem;
    flex-shrink: 0;
}

.ct-price-tab-btn:hover {
    background: #f0f7ff;
    border-color: #99c8ff;
}

.ct-price-tab-btn.is-active {
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: #fff;
    border-color: #007bff;
    box-shadow: 0 4px 12px rgba(0, 86, 179, .22);
}

/* タブレット以上：3〜4列で自然に折り返し */
@media (min-width: 600px) {
    .ct-price-tab-nav {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .ct-price-tab-btn {
        font-size: .86rem;
        padding: 13px 12px;
    }
}

/* PC：横に並べつつ、幅が足りなければ折り返し */
@media (min-width: 960px) {
    .ct-price-tab-nav {
        grid-template-columns: repeat(7, 1fr);
        gap: 10px;
    }

    .ct-price-tab-btn {
        font-size: .84rem;
        padding: 13px 8px;
        border-radius: 12px;
    }
}

/* パネル */
.ct-price-panel {
    display: none;
    animation: ctPriceFade .22s ease;
}

.ct-price-panel.is-active {
    display: block;
}

@keyframes ctPriceFade {
    from {
        opacity: 0;
        transform: translateY(4px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* カテゴリ見出し */
.ct-price-panel-head {
    background: #fff;
    border: 1px solid #dde8f0;
    border-radius: 12px;
    padding: 16px 16px;
    margin-bottom: 12px;
}

.ct-price-panel-title {
    font-size: 1rem;
    font-weight: 700;
    color: #0056b3;
    margin: 0 0 6px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.ct-price-panel-desc {
    font-size: .82rem;
    line-height: 1.75;
    margin: 0;
}

/* 料金カード */
.ct-price-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.ct-price-item {
    background: #fff;
    border: 1px solid #dde8f0;
    border-radius: 12px;
    padding: 15px 16px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .045);
}

.ct-price-item.is-featured {
    border-color: #007bff;
    background: #f0f7ff;
}

.ct-price-item-top {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: flex-start;
}

.ct-price-name {
    font-size: .92rem;
    font-weight: 700;
    color: #333;
    line-height: 1.55;
    margin: 0;
}

.ct-price-name small {
    display: block;
    font-size: .76rem;
    font-weight: 400;
    color: #888;
    margin-top: 3px;
}

.ct-price-value {
    font-size: 1rem;
    font-weight: 800;
    color: #0056b3;
    line-height: 1.4;
    text-align: right;
    white-space: nowrap;
    margin: 0;
}

.ct-price-value small {
    display: block;
    font-size: .72rem;
    font-weight: 400;
    color: #888;
    margin-top: 2px;
}

.ct-price-tag {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 999px;
    background: #fff8e1;
    color: #856000;
    border: 1px solid #ffecb3;
    margin-left: 6px;
    vertical-align: middle;
}

.ct-price-note {
    font-size: .78rem;
    margin: 12px 0 0;
    line-height: 1.75;
    background: #fff;
    border-left: 3px solid #b9d9ff;
    border-right: 3px solid #b9d9ff;
    padding: 10px 12px;
    border-radius: 6px;
}

/* 全体注意書き */
.ct-price-notice {
    background: #fff8e1;
    border: 1px solid #ffecb3;
    border-radius: 10px;
    padding: 14px 16px;
    margin-top: 22px;
    font-size: .82rem;
    color: #555;
    line-height: 1.9;
}

.ct-price-notice i {
    color: #007bff;
    margin-right: 4px;
}

/* SP時：価格が詰まる場合の調整 */
@media (max-width: 420px) {
    .ct-price-item-top {
        flex-direction: column;
        gap: 8px;
    }

    .ct-price-value {
        text-align: left;
    }
}

/* PC・タブレット */
@media (min-width: 768px) {
    .ct-price-section {
        padding: 72px 0;
    }

    .ct-price-section .ct-heading {
        font-size: 1.75rem;
    }

    .ct-price-section .ct-lead {
        font-size: 1rem;
        margin-bottom: 34px;
    }

    .ct-price-tab-nav {
        flex-wrap: wrap;
        justify-content: center;
        overflow: visible;
        margin-bottom: 24px;
        padding-bottom: 0;
    }

    .ct-price-tab-btn {
        font-size: .88rem;
        padding: 12px 18px;
    }

    .ct-price-panel-head {
        padding: 18px 22px;
        margin-bottom: 16px;
    }

    .ct-price-panel-title {
        font-size: 1.08rem;
    }

    .ct-price-panel-desc {
        font-size: .88rem;
    }

    .ct-price-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .ct-price-item {
        padding: 17px 18px;
    }
}

@media (min-width: 1024px) {
    .ct-price-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}




/* ── 中間CTA ── */
.ct-mid-cta {
    background: linear-gradient(135deg, #1565c0, #0d47a1);
    border-radius: 10px;
    padding: 28px 22px;
    text-align: center;
    color: #fff;
    margin: 0;
}

.ct-mid-cta p {
    font-size: .93rem;
    opacity: .9;
    margin-bottom: 18px;
    line-height: 1.8;
}

.ct-mid-cta .ct-tel {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffe082;
    text-decoration: none;
    margin-bottom: 6px;
}

.ct-mid-cta small {
    display: block;
    font-size: .78rem;
    opacity: .75;
    margin-bottom: 16px;
}

.ct-mid-cta .ct-btn-white {
    display: inline-block;
    background: #fff;
    color: #0056b3;
    font-weight: 700;
    font-size: .93rem;
    padding: 12px 28px;
    border-radius: 4px;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
}

.ct-mid-cta .ct-btn-white:hover {
    opacity: .9;
    text-decoration: none;
}

@media(min-width:768px) {
    .ct-mid-cta {
        padding: 40px 60px;
    }
}


/* ── 施工対象 ── */
.ct-scope {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ct-scope-box {
    border-radius: 8px;
    padding: 20px 18px;
}

.ct-scope-box.ok {
    background: #e8f5e9;
    border: 1px solid #a5d6a7;
}

.ct-scope-box.ng {
    background: #fff3e0;
    border: 1px solid #ffb74d;
}

.ct-scope-box h3 {
    font-size: .9rem;
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.ct-scope-box.ok h3 {
    color: #1b5e20;
}

.ct-scope-box.ng h3 {
    color: #bf360c;
}

.ct-scope-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ct-scope-box li {
    font-size: .87rem;
    color: #444;
    padding: 4px 0;
    display: flex;
    gap: 8px;
    line-height: 1.7;
}

.ct-scope-box.ok li::before {
    content: '○';
    color: #2e7d32;
    font-weight: 700;
    flex-shrink: 0;
}

.ct-scope-box.ng li::before {
    content: '×';
    color: #e65100;
    font-weight: 700;
    flex-shrink: 0;
}

.ct-scope-note {
    font-size: .77rem;
    color: #999;
    margin-top: 10px;
    line-height: 1.7;
}

@media(min-width:600px) {
    .ct-scope {
        flex-direction: row;
    }

    .ct-scope-box {
        flex: 1;
    }
}


/* ━━━━━━━━━━━━━━━━━━━━━━
   FAQ：コンパクト展開型
━━━━━━━━━━━━━━━━━━━━━━ */

.ct-faq-section {
    padding: 52px 0;
    background: #f7fbff;
}

.ct-faq-section .container {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 18px;
}

.ct-faq-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: #0056b3;
    text-align: center;
    margin: 0 0 8px;
    line-height: 1.4;
}

.ct-faq-title-line {
    width: 36px;
    height: 3px;
    background: linear-gradient(90deg, #00c3ff, #0056b3);
    border-radius: 5px;
    margin: 0 auto 22px;
}

.ct-faq-lead {
    text-align: center;
    font-size: .9rem;
    color: #666;
    line-height: 1.8;
    margin: 0 0 22px;
}

.ct-faq-list {
    display: grid;
    gap: 10px;
}

.ct-faq-item {
    background: #fff;
    border: 1px solid #dce9f5;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .04);
}

.ct-faq-question {
    list-style: none;
    cursor: pointer;
    padding: 15px 46px 15px 16px;
    font-size: .92rem;
    font-weight: 700;
    color: #17324d;
    line-height: 1.65;
    position: relative;
}

.ct-faq-question::-webkit-details-marker {
    display: none;
}

.ct-faq-question::before {
    content: "Q";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    border-radius: 50%;
    background: #eaf5ff;
    color: #007bff;
    font-size: .78rem;
    font-weight: 800;
    vertical-align: middle;
}

.ct-faq-question::after {
    content: "+";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #f0f7ff;
    color: #0056b3;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    transition: .2s ease;
}

.ct-faq-item[open] .ct-faq-question::after {
    content: "−";
    background: #007bff;
    color: #fff;
}

.ct-faq-answer {
    padding: 0 16px 16px 48px;
    font-size: .86rem;
    color: #555;
    line-height: 1.9;
    margin: 0;
}

.ct-faq-answer::before {
    content: "A";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-left: -32px;
    margin-right: 8px;
    border-radius: 50%;
    background: #fff4e5;
    color: #e8860a;
    font-size: .78rem;
    font-weight: 800;
    vertical-align: top;
}

.ct-faq-note {
    margin: 18px 0 0;
    padding: 12px 14px;
    background: #fff;
    border-left: 4px solid #007bff;
    border-right: 4px solid #007bff;
    border-radius: 8px;
    font-size: .78rem;
    color: #666;
    line-height: 1.75;
}

/* PC調整 */
@media (min-width: 768px) {
    .ct-faq-section {
        padding: 72px 0;
    }

    .ct-faq-title {
        font-size: 1.75rem;
    }

    .ct-faq-lead {
        font-size: .96rem;
        margin-bottom: 28px;
    }

    .ct-faq-list {
        gap: 12px;
    }

    .ct-faq-question {
        font-size: .98rem;
        padding: 18px 52px 18px 20px;
    }

    .ct-faq-answer {
        font-size: .9rem;
        padding: 0 22px 20px 56px;
    }

    .ct-faq-question::after {
        right: 20px;
    }
}