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

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

.section_content--privacy {
    background: url("../images/common/content_bg_plaid-pattern.jpg") center / cover no-repeat;
    padding: 40px 0 50px;
}

.section_content--privacy .head_content_text {
    font-weight: 400;
    letter-spacing: 0.06em;
}

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

.privacy-item:not(:last-child) {
    margin-bottom: calc(60px / 2);
}

.privacy-title {
    font-size: calc(40px / 2);
    font-weight: 500;
    display: flex;
    align-items: baseline;
    letter-spacing: 0.06em;
    margin-bottom: calc(30px / 2);
}

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

.privacy-text,
.privacy-sublist li,
.privacy-address-details,
.privacy-address-details a {
    font-size: calc(32px / 2);
    font-weight: 400;
    line-height: calc(28 / 16);
    letter-spacing: 0.06em;
}

.privacy-sublist-container {
    margin-top: calc(30px / 2);
}

.privacy-contact-info {
    margin-top: calc(80px / 2);
}

.privacy-company-name {
    font-size: calc(40px / 2);
    font-weight: 500;
    letter-spacing: 0.06em;
    margin-bottom: calc(30px / 2);
}

.privacy-address-details a {
    color: var(--text-color);
}

@media (min-width: 768px) {

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

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

    .section_content--privacy .content_box {
        max-width: 1200px;
        margin: 0 auto;
    }

    .section_content--privacy .head_content {
        margin-bottom: 50px;
    }

    .section_content--privacy .head_content_text {
        font-size: 16px;
    }

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

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

    .privacy-title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .privacy-title::before {
        width: 14px;
        height: 14px;
    }

    .privacy-text,
    .privacy-sublist li,
    .privacy-address-details,
    .privacy-address-details a {
        font-size: 16px;
        font-weight: 400;
        line-height: calc(35 / 16);
    }

    .privacy-text {
        margin-left: 25px;
    }

    .privacy-company-name {
        font-size: 20px;
        margin: 0;
    }

}