
.section-privacy {
    margin-top: 3rem;
}

 .page-header-privacy {
    width: 100%;
    height: 480px;
    background-image: url('/wp-content/themes/fix-jpn/assets/image/privacy/header_titleback.jpg');
    background-size: cover;
 }
 @media (max-width: 768px) {
    .page-header-privacy {
        height: 295px;
        background-image: url('/wp-content/themes/fix-jpn/assets/image/privacy/header_titleback_sp.jpg');
    }
}

.container {
    max-width: 1030px;
    margin: 0 auto;  
}

.section-privacy .container {
    background-color: #DEEAF4;
}

.section-title {
    position: relative;
    top: -100px;
    margin-bottom: -100px;
}
.section-title-video {
    position: relative;
    top: -83px;
    margin-bottom: -100px;
}
@media (max-width: 768px) {
    .section-title {
        position: relative;
        top: -60px;
        margin-bottom: -60px;
    }
    .section-title2 {
        top: -70px;
        margin-bottom: -70px;
    }
    .section-privacy .section-title img {
        width: 65%;
    }
}

.card {
    background: inherit;
    border-radius: var(--radius);
    padding: 40px;
    box-shadow: none;
    background-color: var(--bg-white);
}
@media (max-width: 768px) {
    .card {
        padding: 40px 15px;
    }
}
.section-content {
    display: column;
}
@media (max-width: 768px) {
    .section-content {
        flex-direction: column;
    }
}

h3 {
    margin: 2rem 0;
}
.h3-content {
    display: inline-block;
    padding: 0.2rem 0.75rem;
    background-color: #E6E6E6;
}

.section-text {
    width: 100%;
    margin: 0 0 0 1%;
}
@media (max-width: 768px) {
    .section-text {
        width: 100%;
        margin: 0 0;
    }
}
.section-text p {
    font-size: 16px;
    font-weight: 500;
}

.section-h2 {
    margin: 0 0 0.5rem 0;
    padding: 0.25rem 0;
    color: #479BCE;
    border-bottom: 2px solid #479BCE;
}
@media (max-width: 768px) {
    .section-h2 {
        margin: 0 0 0.5rem 0;
        padding: 0.25rem 0;
        font-size: 21px;
        text-align: center;
    }
}

.section-text-p2b {
    font-size: 1.2em;
}

ul {
    color: #979292;
}


/* --------------------
    privacy
-------------------- */
.privacy {
    position: static;
    margin-bottom: 5rem;
}
.privacy .card {
    position: relative;
    left: 0.10%;
    max-width: 1100px;
    margin: 0 auto;
}
@media (max-width: 768px) {
    section.privacy {
        padding-top: 40px;
    }
}
.privacy::after {
    content: "";
    position: absolute;
    inset: 0;
}

.privacy-inner {
    position: relative;
    z-index: 1;
    text-align: center;
    background-color: var(--bg-beige);
}

.section-title-privacy {

}
@media (max-width: 768px) {
    .section-title-privacy {
        max-width: 55%;
        top: -1.5rem;
        margin-bottom: -1.5rem;
    }
}
