div {
    font: normal normal medium Zen Kaku Gothic New;
    color: #000000;
}

h1,
h2,
h3 {
    font-weight: normal;
}

.section-title {
    margin-top: 24px;
    font-size: 24px;
    margin-bottom: 20px;
    letter-spacing: 1.92px;
    font-weight: normal;
}

span {
    color: #dc000c;
    font-size: 8px;
    margin-right: 15.5px;
    vertical-align: middle;
}

.container {
    width: 1091px;
    margin: 0 auto;
}

.header {
    position: relative;
    margin-top: 90px;
    font-weight: normal;
}

.page-title {
    font-size: 40px;
    margin-bottom: 15px;
    letter-spacing: 3.2px;
    font-weight: normal;
}

.big-text {
    position: relative;
}

.declaration.big-text::after {
    content: "Privacy";
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(0%, -100%);
    z-index: 0;
    font: normal normal bold 72px/57px "Century Gothic";
    letter-spacing: 3.6px;
    color: #f5f5f5;
    opacity: 1;
    z-index: -1;
}

.declaration {
    border-top: 1px solid #cccccc;
}

.declaration p {
    font-size: 16px;
    margin-bottom: 32px;
    letter-spacing: 0.64px;
}

.policy {
    margin-top: 60px;
}

.policy-subtitle {
    font-size: 18px;
    letter-spacing: 0.72px;
}

.policy p {
    font-size: 16px;
    margin-bottom: 32px;
    letter-spacing: 0.64px;
}

.contact {
    margin-top: 80px;
    margin-bottom: 130px;
}

.contact p {
    font-size: 18px;
    margin-bottom: 32px;
    letter-spacing: 0.72px;
}

/* ===== スマホ対応（幅519px以下） ===== */
@media screen and (max-width: 519px) {
    .container {
        padding: 40px 16px;
        display: flex;
        flex-direction: column;
    }

    .header {
        margin-top: 10px;
    }

    .container section {
        width: 100%;
        max-width: 400px;
    }

    .declaration {
        margin-top: 30px;
    }

    .container p {
        width: 100%;
        max-width: 400px;
        margin: 0 auto 24px;
        font-size: 16px;
        line-height: 1.9;
        text-align: left;
        word-break: break-word;
    }

    .page-title {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .policy-subtitle {
        font-size: 16px;
    }

    .section-title {
        font-size: 18px;
        margin-top: 24px;
        margin-bottom: 20px;
    }

    .header .bg_text {
        display: none;
    }
}
