*,
::before,
::after {
    box-sizing: border-box;
}

html {
    word-break: break-word;
}

body {
    margin: 0;
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.policy_page {
    font-family:
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        "ヒラギノ角ゴ ProN W3",
        "ヒラギノ角ゴ Pro",
        sans-serif;
    line-height: 1.9;
    color: #333;
    background-color: #fff;
}

.policy_wrap {
    max-width: 750px;
    margin: 0 auto;
    padding: 2em 1em;
}

.policy_title {
    font-size: 100px;
    font-weight: 700;
    margin-bottom: 30px;
}

.policy_head {
    font-size: 20px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 12px;
}

.policy_wrap p {
    font-size: 15px;
    line-height: 1.9;
    margin-top: 0;
    margin-bottom: 10px;
}

.policy_wrap p.policy_title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.9;
    margin-top: 0;
    margin-bottom: 30px;
}

.policy_wrap p.policy_head {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.9;
    margin-top: 40px;
    margin-bottom: 12px;
}

.policy_wrap a {
    color: #333;
}

.footer {
    padding: 0.6em 0;
    text-align: center;
    font-size: 0.8em;
    background-color: #fff;
}

.footer p {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-size: 1em;
    color: #000;
    text-decoration: none;
    line-height: 1.9;
    margin-top: 0;
    margin-bottom: 10px;
}

.footer a {
    text-decoration: none;
    color: #000;
}

.footer a:visited {
    color: #000;
}

.footer a:hover {
    color: #000;
}

.policy_legal {
    display: flex;
    gap: 1em;
    justify-content: center;
}

.small {
    font-size: 0.8em !important;
}

@media (max-width: 768px) {
    .footer p {
        line-height: 1.4;
        margin-bottom: 6px;
    }

    .policy_legal {
        flex-direction: column;
        gap: 4px;
    }
}
