.privacy-news-top {
    background-color: #E36F1C; 
    width: 100%;
    height: 12.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-privacy {
    width: 100%;
}

.banner-sub {
    margin-top: 0;
}

.info-banner-text {
    font-size: 0.94vw;
    line-height: 1.86vw;
    letter-spacing: 0.07vw;
    white-space: pre-line;
    margin-bottom: 5.2vw;
}

.privacy-title {
    font-size: 1.46vw;
    line-height: 3.75vw;
    letter-spacing: 0.15vw;
    padding-left: 3.75vw;
    font-weight: 700;
    position: relative;
    margin-bottom: 2.08vw;
}

.privacy-title::before {
    content: "";
    width: 0.57vw;
    height: 3.7vw;
    position: absolute;
    left: 1.6vw;
    background: #E36F1C;
    border-radius: 0.52vw;
}

.privacy-text {
    font-size: 0.94vw;
    line-height: 1.9vw;
    letter-spacing: 0.07vw;
    padding-left: 3.65vw;
}

.privacy-content {
    padding-bottom: 3.65vw;
}

.title-list {
    padding-top: 1.88vw;
}

.text-style {
    white-space: pre-line;
}

@media only screen and (min-width: 600px) and (max-width: 820px){
    .info-banner-text ,.privacy-text{
        font-size: 1.5vw;
        line-height: 2.5vw;
        letter-spacing: 0.096vw;
    }

    .privacy-title {
        font-size: 1.8vw;
        letter-spacing: 0.16667vw;
    }

}

@media only screen and (max-width: 600px) {
    .text-style {
        white-space: normal;
    }

    .privacy-news-top {
        height: 34.35vw;
    }
    .section-block {
        padding: 15.2672vw 0;
    }

    .info-banner-text{
        margin-bottom: 15.27vw;
        font-size: 4.071vw;
        line-height: 7.634vw;
        letter-spacing: 1.12px;
    }

    .privacy-title::before {
        height: 12.72vw;
        width: 2.5vw;
        border-radius: 1.5vw;
        left: 0;
    }

    .privacy-text {
        font-size: 4.07vw;
        line-height: 7.63vw;
        letter-spacing: 0.28vw;
        padding-bottom: 0;
        padding-left: 0;
    }

    .privacy-page .block-container {
        width: 87.42vw;
    }

    .privacy-title::before {
        height: 12.72vw;
        left: 0;
    }

    .privacy-title {
        padding-left: 5.1vw;
        font-size: 5vw;
        line-height: 12.72vw;
        margin-bottom: 5vw;
    }

    .title-style{      
        white-space: pre-line;
        line-height: 6.62vw;
    }

    .privacy-content {
        padding-bottom: 15.27vw;
    }
}
