@import url("../tokens.css");

.company-privacy-page {



    .privacy-header {
        border-bottom: unset;
        padding-bottom: 8px;
        margin-bottom: 20px;
        padding-left: 1px;
        position: absolute;
        background: unset;
        backdrop-filter: unset;
    }

    .privacy-header__title {
        color: var(--c-primary);
        font-size: 40px;
        font-weight: bold;
        margin: 0;
        text-align: left;
    }

    .privacy-content {
        padding: 0 5rem;
        padding-bottom: 4rem;
    }

    .privacy-content p {
        font-size: 17px;
    }

    .privacy-content__message {
        margin: 0 auto;
        text-align: left;
        font-size: 17px;
    }

    .privacy-content__message .message {
        margin-bottom: 30px;
    }

    .privacy-content__message ol {
        margin: 0 auto;
        text-align: left;
        list-style: auto;
        padding-left: 20px;
    }

    .privacy-text {
        text-align: left;
    }

    .privacy-text .date {
        text-align: right;
        margin-top: 100px;
        margin-bottom: 0px;
    }

    .charge {
        text-align: right;
        font-weight: bold;
    }

    .info-link {
        margin-top: 130px;
    }

    .info-link img {
        width: 30%;
        margin: 0 auto;
    }


/* SP
================================================*/
@media screen and (max-width: 767px) {


        .privacy-header__title {
            font-size: 23px;
        }

        .privacy-title {
            margin-bottom: 60px;
        }

        .privacy-title__main {
            font-size: 25px;
        }

        .privacy-content {
            padding: 0px;
            padding-bottom: 0px;
            margin-bottom: 40px;
        }

        .privacy-content__message {
            margin-bottom: 10px;
            margin-top: 20px;
        }

        .privacy-text {
            margin-top: 30px;
            font-size: 14px;
        }

        .privacy-text .date{
            margin-top: 10px;
        }

        .privacy-text p {
            font-size: 14px;
        }

        .info-link {
            margin-top: 50px;
        }

        .info-link img {
            width: 60%;
        }
}
}