/*---------
共通
----------*/

.l-page {
    padding-top: 120px;
}


@media (min-width:768px) {

    .l-page {
        padding-bottom: 160px;
    }
}


/*---------
プライバシーポリシー
----------*/

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

.privacy-text a {
    color: #000000;
    text-decoration: underline;
    text-underline-offset: 3px;
    word-break: break-all;
}

.privacy-text.privacy-text--lead {
    margin-bottom: 40px;
}

.privacy-block {
    margin-bottom: 30px;
}

.privacy-heading {
    font-size: 16px;
    font-weight: 400;
    line-height: calc(32 / 16);
    margin-bottom: 5px;
}

.privacy-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.privacy-list li {
    font-size: 16px;
    line-height: calc(32 / 16);
    padding-left: 1.2em;
    position: relative;
}

.privacy-list li::before {
    content: "●";
    position: absolute;
    left: 0;
}

@media (min-width:768px) {

    .section_content--privacy {
        padding-inline: 20px;
    }

    .privacy-body {
        max-width: 896px;
        margin: 0 auto;
    }

    .privacy-text.privacy-text--lead {
        margin-bottom: 60px;
        text-align: center;
    }

}