@charset "utf-8";

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

.sec-policyMain {
    color: var(--cl-brown);
}

.sec-policyHero {
    >.el-ttl {
        margin-bottom: 0;
    }
}

.sec-policyContent {
    background-color: #fff;
}

.bl-policy {
    font-size: 1.6rem;
    line-height: 2;

    >p {
        margin-bottom: 48px;
    }

    section+section {
        margin-top: 48px;
        padding-top: 48px;
        border-top: 1px solid rgb(111 82 54 / 14%);
    }

    h2 {
        margin-bottom: 18px;
        color: var(--cl-brown);
        font-size: 2rem;
        line-height: 1.6;
    }

    p+p {
        margin-top: 18px;
    }

    a {
        color: var(--cl-main);
        text-decoration: underline;
        text-underline-offset: 3px;
    }

    address {
        margin-top: 18px;
        font-style: normal;
    }

    ul {
        margin-top: 18px;
        padding-left: 1.4em;
        list-style: disc;
    }

    li+li {
        margin-top: 8px;
    }

    @media (max-width:768px) {
        font-size: 1.5rem;
        line-height: 1.9;

        >p {
            margin-bottom: 38px;
        }

        section+section {
            margin-top: 38px;
            padding-top: 38px;
        }

        h2 {
            font-size: 1.8rem;
        }
    }
}
