/* ==================================

    Privacy Policy - プライバシーポリシー

================================== */

.p-area-box {
    max-width: 850px;
    margin: 0 auto 64px;
    padding: 0 32px;
}

.p-title-box {
    width: 100%;
    margin-right: 64px;
}

h2 {
    text-align: center;
}

h3 {
    font-family: 'Sawarabi Gothic', sans-serif;
    text-align: left;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.8;
    letter-spacing: 0.08em;
}

.p-text-box {
    margin: 32px auto;
    text-align: justify;
    text-justify: inter-ideograph;
}

.p-text-box p {
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0.08em;
}

.p-text-box p+ul {
    margin-top: 16px;
}

.p-text-box ul+p {
    margin-top: 16px;
}

.p-text-box ul li {
    font-size: 1.6rem;
    text-indent: -1.8rem;
    padding-left: 2rem;
    line-height: 1.8;
    letter-spacing: 0.08em;
}

.p-text-box ul li:before {
    content: '・';
}

.p-text-box a {
    color: #101828;
    text-underline-offset: 5px;
    text-decoration: underline;
}


