.header {
    position: static;
}



.privacy_page .term-body {
    margin: 40px auto 179px;
    width: 1200px;
    border-radius: 40px;
    box-shadow: 0px 0px 4px 1px #00000040;
    padding: 29px 115px 33px 40px;
    display: flex;
    flex-flow: column;
    gap: 30px;
    font-size: 20px
}

@media (max-width:900px) {
    .privacy_page .term-body {
        width: 90%;
        padding: 39px 30px
    }
}

.privacy_page .term-title {
    font-family: Zen Maru Gothic;
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%
}

.privacy_page .term-content {
    margin-top: 9px;
    font-family: Zen Maru Gothic;
    font-weight: 400;
    font-size: 20px;
    line-height: normal;
    letter-spacing: 0%
}

.privacy_page .term-content ul {
    list-style-position: outside;
    padding-inline-start: 1em
}

.privacy_page .term-content li::marker {
    content: "・"
}

.privacy_page .term-closing {
    text-align: right
}
