#security-camera_dome .sc-container {
    max-width: 1220px;
    margin: 0 auto;
    /* padding: 60px 0; */
    font-size: 16px;
    font-family: 'Hiragino Sans', 'Yu Gothic', 'Meiryo', sans-serif;
    line-height: 1.8;
    color: #333;

    & .content-wrapper {
        background: white;
        border-radius: 12px;
        padding: 60px 0;
        /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); */
    }

    & h1 {
        font-size: 2.4em !important;
        font-weight: 700 !important;
        text-align: center;
        margin-bottom: 60px;
        padding-bottom: 30px;
        color: #8B0000;
        border-bottom: 3px solid;
        border-image: linear-gradient(90deg, #8B0000, #DC143C, #FF6B6B) 1;
        letter-spacing: 2px;
    }

    & h2 {
        font-size: 2em;
        font-weight: 700;
        margin: 80px 0 40px;
        padding-bottom: 15px;
        color: #8B0000;
        border-bottom: 3px solid;
        border-image: linear-gradient(90deg, #8B0000, #DC143C, transparent) 1;
        letter-spacing: 1.5px;
    }

    & h2:first-of-type {
        margin-top: 20px;
    }

    & h3 {
        font-size: 1.5em;
        font-weight: 600;
        margin: 50px 0 25px;
        padding-left: 15px;
        border-left: 4px solid #DC143C;
        color: #DC143C;
        letter-spacing: 0.03em;
    }

    & p {
        font-size: 1.05em;
        margin-bottom: 25px;
        line-height: 2;
        color: #333;
        text-align: justify;
    }

    & img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 40px auto;
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        transition: all 0.3s;
    }

    & img:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(139, 0, 0, 0.2);
    }


    & table {
        width: 100%;
        margin: 40px 0;
        border-collapse: separate;
        border-spacing: 0;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    & td {
        padding: 25px;
        vertical-align: top;
        background: white;
        border: 1px solid #eee;
    }

    & td:first-child {
        background: linear-gradient(to right, #f8f8f8, #fff);
        color: #8B0000;
        font-weight: 600;
        text-align: center;
        font-size: 1.1em;
    }

    & td:last-child {
        font-size: 1.05em;
        line-height: 2;
        color: #333;
        vertical-align: middle
    }

    & .section {
        margin-bottom: 80px;
    }

    & .image-section {
        align-items: center;
        gap: 40px;
        margin: 40px 0;
        padding: 30px;
        background: linear-gradient(135deg, #ffe8e8 0%, #fff5f5 50%, #ffffff 100%);
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        border: 2px solid transparent;
        transition: all 0.3s;
    }

    & .image-section:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(139, 0, 0, 0.2);
        border-color: #DC143C;
        background: linear-gradient(135deg, #ffd5d5 0%, #ffe8e8 50%, #fff5f5 100%);
    }

    & .image-section img {
        margin: 0;
        flex-shrink: 0;
        max-width: 300px;
    }

    & .image-section p {
        flex: 1;
        margin: 0;
    }
}



/* タブレット対応 (1024px以下) */
@media screen and (max-width: 1024px) {
    #security-camera_dome .sc-container {
        padding: 50px 0;

        & .content-wrapper {
            padding: 50px 0;
        }

        & h1 {
            font-size: 2.2em !important;
            margin-bottom: 50px;
        }

        & h2 {
            font-size: 1.8em;
            margin: 70px 0 35px;
        }

        & h3 {
            font-size: 1.4em;
            margin: 45px 0 20px;
        }
    }
}

/* タブレット対応 (768px以下) */
@media screen and (max-width: 768px) {
    #security-camera_dome .sc-container {
        padding: 40px 0;

        & .content-wrapper {
            padding: 40px 0;
            border-radius: 10px;
        }

        & h1 {
            font-size: 1.8em !important;
            margin-bottom: 40px;
            padding-bottom: 20px;
            letter-spacing: 1px;
        }

        & h2 {
            font-size: 1.5em;
            margin: 60px 0 30px;
            letter-spacing: 1px;
        }

        & h3 {
            font-size: 1.3em;
            margin: 40px 0 20px;
            padding-left: 12px;
        }

        & p {
            font-size: 1em;
            line-height: 1.9;
            text-align: left;
        }

        & .image-section {
            flex-direction: column;
            gap: 20px;
            padding: 25px;
        }

        & .image-section img {
            max-width: 100%;
        }

        & table {
            font-size: 0.95em;
        }

        & td {
            padding: 20px;
            display: block;
            width: 100%;
        }

        & td:first-child {
            border-radius: 8px 8px 0 0;
            border-left: none;
            border-bottom: 3px solid #DC143C;
        }

        & td:last-child {
            border-radius: 0 0 8px 8px;
        }

        & .section {
            margin-bottom: 60px;
        }
    }
}

/* スマートフォン対応 (480px以下) */
@media screen and (max-width: 480px) {
    #security-camera_dome .sc-container {
        /* padding: 30px 0; */
        padding: 0;

        & .content-wrapper {
            padding: 30px 0;
        }

        & h1 {
            font-size: 1.5em !important;
            margin-bottom: 30px;
            padding-bottom: 15px;
            letter-spacing: 0.5px;
            line-height: 1.4;
        }

        & h2 {
            font-size: 1.3em;
            margin: 50px 0 25px;
            padding-bottom: 12px;
            letter-spacing: 0.5px;
        }

        & h3 {
            font-size: 1.1em;
            margin: 35px 0 15px;
            padding-left: 10px;
            border-left-width: 3px;
        }

        & p {
            font-size: 0.95em;
            margin-bottom: 20px;
            line-height: 1.8;
        }

        & img {
            margin: 30px auto;
            border-radius: 8px;
        }

        & .image-section {
            padding: 20px;
            gap: 15px;
            margin: 30px 0;
        }

        & table {
            font-size: 0.9em;
            margin: 30px 0;
        }

        & td {
            padding: 15px;
        }

        & td:first-child {
            font-size: 1em;
            padding: 15px 10px;
        }

        & td:last-child {
            font-size: 0.95em;
        }

        & .section {
            margin-bottom: 50px;
        }
    }
}

/* 極小デバイス対応 (360px以下) */
@media screen and (max-width: 360px) {
    #security-camera_dome .sc-container {
        & .content-wrapper {
            padding: 25px 0;
        }

        & h1 {
            font-size: 1.3em !important;
        }

        & h2 {
            font-size: 1.2em;
            margin: 40px 0 20px;
        }

        & h3 {
            font-size: 1em;
        }

        & p {
            font-size: 0.9em;
        }

        & .image-section {
            padding: 15px;
        }

        & td {
            padding: 12px;
        }
    }
}

/* 印刷時の最適化 */
@media print {
    #security-camera_dome .sc-container {
        & .content-wrapper {
            box-shadow: none;
            padding: 20px;
        }

        & .image-section:hover {
            transform: none;
            box-shadow: none;
        }

        & img:hover {
            transform: none;
        }

        & h1, & h2, & h3 {
            page-break-after: avoid;
        }

        & .section {
            page-break-inside: avoid;
        }
    }
    
}