/*---------
PRIVACY POLICY
----------*/


/*----コンテンツブロック ----*/

.privacy-item:not(:last-child) {
    margin-bottom: 40px;
}

.privacy-title {
    font-size: 16px;
    font-weight: 500;
    line-height: calc(28 / 16);
    display: flex;
    align-items: baseline;
}

.privacy-title::before {
    content: "";
    width: 0.75em;
    height: 0.75em;
    background: var(--main-color);
    margin-right: 0.1em;
    flex-shrink: 0;
}

.privacy-text {
    font-size: 16px;
    font-weight: 400;
    line-height: calc(28 / 16);
}

.privacy-text a {
    font-size: 16px;
    font-weight: 400;
    line-height: calc(28 / 16);
    color: var(--main-color);
}

@media (min-width: 768px) {

    /*---- 共通ブロック ----*/

    .section_content--privacy .section_space {
        max-width: 832px;
        margin: 0 auto;
    }

    /*----コンテンツブロック ----*/

    .privacy-item:not(:last-child) {
        margin-bottom: 50px;
    }
}