.elementor-106735 .elementor-element.elementor-element-c32904a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-106735 .elementor-element.elementor-element-cdd91a0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-106735 .elementor-element.elementor-element-cdf9b14{--display:flex;}@media(min-width:768px){.elementor-106735 .elementor-element.elementor-element-cdd91a0{--content-width:1000px;}.elementor-106735 .elementor-element.elementor-element-cdf9b14{--content-width:1000px;}}/* Start custom CSS for container, class: .elementor-element-cdf9b14 *//* ==========================================
   特徴 & CTAセクション (軽量版・6カード画像構成)
   ========================================== */
.repair-rich-cta-section {
    /* ★追加・変更：ElementorのFlexコンテナ内で他の要素を潰さないための保護設定 */
    width: 100%;
    box-sizing: border-box;
    flex-shrink: 0; 
    flex-grow: 1;
    
    /*margin-top: 60px;*/
    margin-bottom: 40px;
    background-color: #ffffff;
    border: 2px solid #00a53c;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.repair-rich-cta-header {
    background-color: #f7f9fa;
    padding: 40px 20px 0;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}

.repair-rich-cta-subtitle {
    color: #00a53c;
    font-size: 0.95rem;
    font-weight: bold;
    margin-bottom: 8px;
    display: block;
}

.repair-rich-cta-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333333;
    margin: 0;
    line-height: 1.4;
}

.repair-rich-cta-description {
    font-size: 0.95rem;
    color: #555555;
    line-height: 1.6;
    margin: 15px auto 0;
    max-width: 700px;
    text-align: center;
}

.repair-staff-img {
    display: block;
    margin: 30px auto 0;
    max-width: 100%;
    width: 340px; 
    height: auto;
}

.repair-rich-cta-body {
    padding: 30px 20px;
}

.repair-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.repair-feature-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    /* デスクトップでは全体に余白をつける */
    padding: 20px;
    transition: transform 0.2s, box-shadow 0.2s;
    display: flex;
    flex-direction: column;
    /* スマホ表示時に画像がはみ出さないように設定 */
    overflow: hidden;
}
.repair-feature-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.05);
}

.feature-card-img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 15px;
    display: block;
}

.feature-card-title {
    font-size: 1.05rem;
    font-weight: bold;
    color: #333333;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.4;
}

.feature-card-desc {
    font-size: 0.85rem;
    color: #666666;
    line-height: 1.6;
    margin: 0;
}

.feature-card-link {
    margin-top: auto;
    padding-top: 12px;
    font-size: 0.85rem;
    color: #00a53c;
    text-decoration: none;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
}
.feature-card-link:hover {
    text-decoration: underline;
}
.feature-card-link svg {
    width: 12px;
    height: 12px;
    margin-left: 4px;
    fill: currentColor;
}

.repair-rich-cta-actions {
    text-align: center;
    padding: 20px 0;
    background: #ffffff;
}

.repair-main-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #00a53c !important;
    color: #ffffff !important;
    padding: 16px 22px;
    border-radius: 40px;
    font-size: 1.1rem;
    font-weight: bold;
    text-decoration: none !important;
    transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 12px rgba(0, 165, 60, 0.3);
    margin-bottom: 15px;
}
.repair-main-btn:hover {
    background-color: #008a32 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 165, 60, 0.4);
}
.repair-main-btn svg {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.repair-secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff !important;
    color: #00a53c !important;
    border: 2px solid #00a53c !important;
    padding: 14px 22px; 
    border-radius: 40px;
    font-size: 1.1rem;
    font-weight: bold;
    text-decoration: none !important;
    transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    margin-bottom: 15px;
    margin-left: 15px;
}
.repair-secondary-btn:hover {
    background-color: #f0fff4 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}
.repair-secondary-btn svg {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    fill: currentColor;
}

@media screen and (max-width: 768px) {
    .repair-rich-cta-title {
        font-size: 1.25rem;
    }
    .repair-rich-cta-description {
        font-size: 0.9rem;
        text-align: left;
    }
    .pc-br {
        display: none;
    }

    /* ★追加：スマホ表示時のカードデザイン調整 */
    .repair-feature-card {
        padding: 0 0 20px 0; /* 上と左右の余白をなくす */
    }
    .feature-card-img {
        width: 100%;
        border-radius: 8px 8px 0 0; /* 上部の角丸をカードに合わせる */
        margin-bottom: 15px;
    }
    .feature-card-title,
    .feature-card-desc,
    .feature-card-link {
        padding-left: 20px;  /* テキスト部分に左右の余白をつける */
        padding-right: 20px;
    }

    .repair-main-btn,
    .repair-secondary-btn {
        width: 100%;
        margin-left: 0;
        box-sizing: border-box;
    }
    .repair-staff-img {
        width: 280px;
        margin-top: 20px;
    }
}


/* ==========================================
   基本情報テーブル アコーディオン（スマホ表示のみ適用）
   ========================================== */
.repair-table-accordion {
    position: relative;
    margin-bottom: 20px;
}
.repair-table-toggle-check {
    display: none;
}

/* --- PC表示時：すべて展開＆ボタン類を非表示にする --- */
@media screen and (min-width: 769px) {
    .repair-table-wrapper {
        max-height: none !important;
        overflow: visible;
    }
    .repair-table-overlay,
    .repair-table-toggle-btn {
        display: none !important;
    }
}

/* --- スマホ表示時（768px以下）：アコーディオンを適用 --- */
@media screen and (max-width: 768px) {
    .repair-table-wrapper {
        position: relative;
        overflow: hidden;
        /* ★ここでスマホ表示時の高さを調整（約5〜6項目分） */
        max-height: 225px; 
        transition: max-height 0.4s ease;
    }
    
    /* チェックされたら（開いたら）高さを広げる */
    .repair-table-toggle-check:checked ~ .repair-table-wrapper {
        max-height: 1500px; 
    }

    /* 下部をぼかすグラデーション */
    .repair-table-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 60px;
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
        pointer-events: none;
        transition: opacity 0.3s ease;
    }
    
    /* 開いたらグラデーションを消す */
    .repair-table-toggle-check:checked ~ .repair-table-wrapper .repair-table-overlay {
        opacity: 0;
    }

    /* 開閉ボタンのデザイン */
    .repair-table-toggle-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 240px;
        margin: 0 auto;
        padding: 10px 0;
        background-color: #ffffff;
        border: 1px solid var(--repair-border-color);
        border-radius: 25px;
        font-size: 0.9rem;
        font-weight: bold;
        color: #00a53c;
        cursor: pointer;
        box-shadow: 0 2px 6px rgba(0,0,0,0.05);
        transition: background-color 0.2s, box-shadow 0.2s;
        position: relative;
        top: -15px; /* グラデーションに少し被せる位置 */
        z-index: 2;
    }
    .repair-table-toggle-btn:hover {
        background-color: #f7f9fa;
        box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    }

    /* ボタン内のテキストとアイコン制御 */
    .repair-table-toggle-btn svg {
        width: 16px;
        height: 16px;
        margin-left: 6px;
        stroke: currentColor;
        stroke-width: 2;
        fill: none;
        stroke-linecap: round;
        stroke-linejoin: round;
        transition: transform 0.3s ease;
    }
    .repair-table-toggle-btn .text-open,
    .repair-table-toggle-btn .text-close {
        display: inline-flex;
        align-items: center;
    }
    .repair-table-toggle-btn .text-close {
        display: none;
    }

    /* 展開後のボタンスタイル変化 */
    .repair-table-toggle-check:checked ~ .repair-table-toggle-btn .text-open {
        display: none;
    }
    .repair-table-toggle-check:checked ~ .repair-table-toggle-btn .text-close {
        display: inline-flex;
    }
    .repair-table-toggle-check:checked ~ .repair-table-toggle-btn {
        top: 10px; /* 開いた後は被せない */
        margin-bottom: 20px;
    }
    /* 開いた状態は矢印を反転させる */
    .repair-table-toggle-check:checked ~ .repair-table-toggle-btn svg {
        transform: rotate(180deg);
    }
}/* End custom CSS */