﻿/*--- 全体 ---------------------*/   
.kashi_wrap {
    padding: 0 10px;
    background: #f8f9fb;
}

/*--- ポイント -----------------*/
.kashi_points {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin: 30px auto;
    max-width: 1080px;
}

.point {
    flex: 1;
    text-align: center;
    background: #fff;
    padding: 12px 8px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
    white-space: nowrap;
}

/*--- 導入 ---------------------*/
.kashi_intro {
    max-width: 700px;
    margin: 20px auto;
    padding: 0 15px;
    text-align: center;
    font-size: 16px;
}

@media (max-width: 389px) {
    .kashi_intro {
        font-size: 12px;
    }
}

/*--- STEPカード ---------------*/
.step_card {
    max-width: 700px;
    margin: 50px auto;
    background: #fff;
    padding: 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.04), 0 12px 30px rgba(0,0,0,0.08);
    transition: transform .25s ease, box-shadow .25s ease;
}

/* 売却ページ専用 微調整 */
    .step_card p {
        line-height: 1.6;
    }

    .step_card:hover {
        transform: translateY(-6px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.1), 0 20px 40px rgba(0,0,0,0.12);
    }

.step_inner {
    padding: 20px;
}

/* 長文対策 */
.step_text {
    margin: 10px 0;
    word-break: break-word;
}


/*--- タイトル -----------------*/
.step_title {
    position: relative;
    padding: 16px 20px 16px 110px;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
}

    /* STEPバッジ */
    .step_title::before {
        content: attr(data-step);
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        padding: 6px 10px;
        border-radius: 20px;
        box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    }

/* STEPの画像 */
.step_image {
    width: 80%;
    height: auto;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.step_image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}

/* リード文 */
.step_lead {
    margin: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #666;
    border-left: 3px solid #e0e0e0;
    padding-left: 10px;
}

/* リスト */
.step_card ul {
    padding: 0 20px;
    margin: 10px 0;
}

.step_card li {
    list-style: none;
    padding-left: 30px;
    position: relative;
    margin-bottom: 6px;
    font-size: 16px;
}

    .step_card li::before {
        content: "✓";
        position: absolute;
        left: 0;
    }

/* テキスト */
.step_text {
    font-size: 16px;
    color: #444;
    padding: 20px 20px 20px;
}

/*--- STEPカラー9色（統一版）---*/

/* STEP1（ブルー） */
.step1 {
    background: linear-gradient(180deg, #f0f8ff, #e3f0ff);
}

    .step1 .step_title,
    .step1 .step_title::before {
        background: #4da3ff;
    }

/* STEP2（グリーン） */
.step2 {
    background: linear-gradient(180deg, #f3fff7, #e0f7ea);
}

    .step2 .step_title,
    .step2 .step_title::before {
        background: #3ecf8e;
    }

/* STEP3（オレンジ） */
.step3 {
    background: linear-gradient(180deg, #fffaf0, #ffe8cc);
}

    .step3 .step_title,
    .step3 .step_title::before {
        background: #ffb347;
    }

/* STEP4（レッド） */
.step4 {
    background: linear-gradient(180deg, #fff5f5, #ffe3e3);
}

    .step4 .step_title,
    .step4 .step_title::before {
        background: #ff6b6b;
    }

/* STEP5（パープル） */
.step5 {
    background: linear-gradient(180deg, #f7f5ff, #eae6ff);
}

    .step5 .step_title,
    .step5 .step_title::before {
        background: #8a6bff;
    }

/* STEP6（シアン） */
.step6 {
    background: linear-gradient(180deg, #f0fdff, #d9f7ff);
}

    .step6 .step_title,
    .step6 .step_title::before {
        background: #3ec1d3;
    }

/* STEP7（ライム） */
.step7 {
    background: linear-gradient(180deg, #f9fff0, #eaffd6);
}

    .step7 .step_title,
    .step7 .step_title::before {
        background: #8fd14f;
    }

/* STEP8（ピンク） */
.step8 {
    background: linear-gradient(180deg, #fff5fa, #ffd9ec);
}

    .step8 .step_title,
    .step8 .step_title::before {
        background: #ff7eb3;
    }

/* STEP9（グレー・締め） */
.step9 {
    background: linear-gradient(180deg, #f5f5f5, #e0e0e0);
}

    .step9 .step_title,
    .step9 .step_title::before {
        background: #666666;
    }

/*--- youtube位置調整 ----------*/
.youtube_warp {
    width:90%;
    margin-top: 0px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

/*--- CTA ----------------------*/
.kashi_cta {
    text-align: center;
    margin: 40px 0;
    padding: 40px 0;
}

.cta_btn {
    display: inline-block;
    padding: 15px 40px;
    background: linear-gradient(135deg, #0f9d58, #0b7d46);
    box-shadow: 0 6px 15px rgba(0,0,0,0.2);
    color: #fff !important;
    border-radius: 50px;
    text-decoration: none;
}

.section_title {
    max-width: 700px;
    margin: 50px auto 20px;
    padding: 12px 16px;
    font-size: 18px;
    font-weight: bold;
    background: #fff;
    border-left: 6px solid #4da3ff;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

.img_label {
    font-size: 22px;
    text-align: center;
    margin-top: 5px;
    color: #666;
}

/* CTA */
.mini_cta {
    text-align: center;
    margin: 0px 0px;
    padding: 40px 0px;
    background: linear-gradient(180deg, #ffffff, #f8f9fb);
    border-radius: 16px;
}

.cta_text {
    margin-bottom: 30px;
}

.cta_button {
    display: inline-block;
    padding: 15px 40px;
    background: #fff;
    color: #333 !important;
    border-radius: 50px;
    text-decoration: none;
    border: 2px solid #ddd;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    transition: all 0.25s ease;
}

    .cta_button:hover {
        background: #0f9d58;
        color: #fff !important;
        transition: all 0.25s ease;
    }

.kashi_photo {
    position: relative;
    max-width: 640px;
    margin: 30px auto 50px;
    overflow: hidden;
    border-radius: 24px;
    background: #ddd;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08), 0 20px 60px rgba(0,0,0,0.08);
}

    .kashi_photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        display: block;
    }
