.elementor-3 .elementor-element.elementor-element-34ef3a0{--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;}.elementor-3 .elementor-element.elementor-element-34ef3a0:not(.elementor-motion-effects-element-type-background), .elementor-3 .elementor-element.elementor-element-34ef3a0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#111111;}.elementor-3 .elementor-element.elementor-element-3b7ce674{--display:flex;}.elementor-3 .elementor-element.elementor-element-2122692{--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;}.elementor-3 .elementor-element.elementor-element-2122692:not(.elementor-motion-effects-element-type-background), .elementor-3 .elementor-element.elementor-element-2122692 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#111111;}.elementor-3 .elementor-element.elementor-element-5032413{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-3fac9a3f *//* セクション1: タイトル用CSS */
    .rr-shipping-title-section {
        background-color: #111111;
        color: #ffffff;
        font-family: 'Montserrat', 'Noto Serif JP', sans-serif;
        padding: 4rem 1.5rem 2rem 1.5rem; /* 下の余白を少し調整 */
        text-align: center;
    }

    .rr-section-title h2 {
        font-size: 2rem;
        color: #ffffff;
        margin-bottom: 0.5rem;
        font-family: 'Noto Serif JP', serif;
        font-weight: 600;
    }

    .rr-section-title span {
        color: #C5A05B; /* ゴールド */
        font-size: 0.9rem;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        display: block;
        margin-bottom: 1rem;
        font-weight: 500;
    }

    .rr-title-line {
        width: 60px;
        height: 2px;
        background-color: #C5A05B;
        margin: 0 auto;
    }

    /* スマホ調整 */
    @media (max-width: 767px) {
        .rr-section-title h2 {
            font-size: 1.5rem;
        }
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c07c309 *//* セクション2: 本文エリア用CSS */
    .rr-privacy-content-section {
        background-color: #111111;
        color: #ffffff;
        font-family: 'Montserrat', 'Noto Serif JP', sans-serif;
        padding: 0 1.5rem 6rem 1.5rem;
    }

    .rr-container {
        max-width: 1000px;
        margin: 0 auto;
    }

    /* 本文スタイル */
    .rr-privacy-content {
        line-height: 2;
        color: #cccccc;
        font-weight: 300;
        font-size: 0.95rem;
    }

    /* 小見出し (第○条) */
    .rr-privacy-content h3 {
        font-size: 1.3rem;
        color: #ffffff;
        border-left: 3px solid #C5A05B; /* ゴールドの左線 */
        padding-left: 15px;
        margin-top: 3rem;
        margin-bottom: 1.5rem;
        font-family: 'Noto Serif JP', serif;
        font-weight: 500;
    }

    .rr-privacy-content p {
        margin-bottom: 1.5rem;
    }

    /* リストスタイル */
    .rr-privacy-content ul {
        list-style: none;
        padding-left: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .rr-privacy-content ul li {
        position: relative;
        margin-bottom: 0.5rem;
    }

    .rr-privacy-content ul li::before {
        content: "・";
        position: absolute;
        left: -1rem;
        color: #C5A05B; /* ゴールドの点 */
    }

    /* 会社情報ボックス (お問い合わせ窓口用) */
    .rr-company-info-box {
        border: 1px solid #333;
        padding: 2rem;
        margin-top: 4rem;
        background-color: rgba(255, 255, 255, 0.02);
    }

    .rr-company-info-title {
        color: #C5A05B;
        font-weight: bold;
        margin-bottom: 1rem;
        display: block;
        font-size: 1.1rem;
    }

    /* リンクスタイル */
    .rr-privacy-content a {
        color: #ffffff;
        text-decoration: underline;
        transition: opacity 0.3s;
    }
    .rr-privacy-content a:hover {
        opacity: 0.7;
    }

    /* スマホ調整 */
    @media (max-width: 767px) {
        .rr-privacy-content h3 {
            font-size: 1.1rem;
            margin-top: 2.5rem;
        }
        .rr-company-info-box {
            padding: 1.5rem;
        }
    }/* End custom CSS */