@charset "utf-8";

.p-privacy {
    max-width: 994px;
    margin: 0 auto;
}
.p-privacy__lead {
    line-height: 1.8;
    margin-top: 48px;
    margin-bottom: 32px;
}
.p-privacy__block {
    margin-bottom: 24px;
}
.p-privacy__block p {
    line-height: 1.8;
}
.p-privacy__block ul {
    margin-top: 8px;
}
.p-privacy__block ul li {
    line-height: 1.7;
    margin-left: 0.8em;
    position: relative;
}
.p-privacy__block ul li:before {
    content: '・';
    font-family: "Shippori Mincho B1", serif;
    font-size: 18px;
    line-height: 1.7;
    margin-left: -0.8em;
    position: absolute;
    top: -0.3em;
    left: 0;
}
.p-privacy__contact {
    width: 100%;
    line-height: 1.7;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    padding: 35px 52px;
}
.p-privacy__tel {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 8px;
}
.p-privacy__tel a {
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .p-privacy__block ul li {
        margin-left: 1.3em;
    }
    .p-privacy__block ul li:before {
        left: -0.1em;
    }
    .p-privacy__contact {
        padding: 32px 20px;
    }
}