body {
    overflow-x: hidden;
}

.privacy-policy {
    overflow: hidden;
    padding: 0 16px;
    padding-bottom: 84px;
}

.privacy-policy-content {
    max-width: 500px;
    margin: 0 auto;
    margin-top: 60px;
}

.privacy-policy-content-group + .privacy-policy-content-group {
    margin-top: 30px;
}

.privacy-policy-content-group-title {
    color: #2E2E2E;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 700;
    letter-spacing: 0.04em;
    font-family: 'Noto Sans JP', sans-serif;
}

.privacy-policy-content-group-text {
    color: #2E2E2E;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.04em;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
}

.privacy-policy-content-group-text-link {
    color: #2E2E2E;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    transition: opacity .3s;
}

.privacy-policy-content-group-text-link:hover {
    opacity: .7;
}

.privacy-policy-content-group-text-right {
    text-align: right;
}

.privacy-policy-content-group-text ul {
    margin-left: 24px;
    list-style: initial;
}

.privacy-policy-content-bottom-title {
    color: #2E2E2E;
    font-size: 24px;
    line-height: 1.8;
    font-weight: 700;
    letter-spacing: 0.04em;
    font-family: 'Noto Sans JP', sans-serif;
    margin-top: 40px;
    padding-top: 40px;
    border-top: solid 1px #A0A0A0;
}

.privacy-policy-content-group-bottom-title {
    color: #2E2E2E;
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0.04em;
    font-weight: 700;
    font-family: 'Noto Sans JP', sans-serif;
}

.text-space {
    height: 24px;
}

.privacy-policy-content-group-bottom {
    margin-top: 40px;
}

.privacy-policy-content-group-bottom-table {
    margin: 8px 0;
    overflow-x: scroll;
    padding-bottom: 8px;
}

.table-th-right,
.table-th-left {
    text-align: left;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.privacy-policy-content-group-bottom-table table {
    border-collapse:  collapse;
    width: 800px;
}

.privacy-policy-content-group-bottom-table tbody {
    -webkit-text-size-adjust: 100%;
}

.privacy-policy-content-group-bottom-table::-webkit-scrollbar {
    height: 6px;
}

.privacy-policy-content-group-bottom-table::-webkit-scrollbar-thumb {
    background: #BBBBBB;
    border-radius: 3px;
    width: 100px;
}

.privacy-policy-content-group-bottom-table .table-th-left,
.privacy-policy-content-group-bottom-table .table-td-left {
    width: 135px;
}

.privacy-policy-content-group-bottom-table th,
.privacy-policy-content-group-bottom-table td {
    line-height: 1.8;
    font-size: 12px;
    padding: 10px 20px;
    vertical-align: top;
    border: solid 1px #D9D9D9;
    color: #2E2E2E;
    letter-spacing: 0.04em;
    font-family: 'Noto Sans JP', sans-serif;
}

.privacy-policy-content-group-bottom-table td {
    font-weight: 400;
}

.privacy-policy-content-group-bottom-table th,
.table-td-left {
    background-color: #EEEEEE;
}

.privacy-policy-content-group-bottom-table .table-th-left,
.privacy-policy-content-group-bottom-table .table-td-left {
    padding-right: 0;
}

.privacy-policy-content-group-bottom-table .table-th-right-none-gray {
    background-color: #FFFFFF;
    font-weight: 400;
}

.privacy-policy-content-group-bottom-table .table-th-left-thin,
.privacy-policy-content-group-bottom-table .table-td-left-thin {
    width: 80px;
    font-weight: 400;
}

.privacy-policy-content-group-mark{
    max-width: 120px;
}

.privacy-policy-content-group-mark img{
    width: 100%;
    height: auto;
}


.privacy-policy-content-asirai {
    display: none;
}

@media screen and (min-width: 1024px) {
    .privacy-policy-content {
        position: relative;
        max-width: 800px;
        width: 100%;
        margin: 0 auto;
        margin-top: 60px;
    }

    .privacy-policy-content-group-bottom-table {
        padding-bottom: 0;
    }

    .privacy-policy-content-bottom-title {
        padding-top: 60px;
    }

    .privacy-policy-content-group-bottom-table .table-th-left-thin,
    .privacy-policy-content-group-bottom-table .table-td-left-thin {
        width: 135px;
    }

    .privacy-policy-content-group-mark-box{
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .privacy-policy-content-group-mark{
        max-width: 120px;
        margin-right: 40px;
    }

    .privacy-policy-content-asirai {
        display: block;
    }
    .privacy-policy-content-asirai-left-top {
        position: absolute;
        top: 160px;
        right: 855px;
    }
    .privacy-policy-content-asirai-left-mid {
        position: absolute;
        top: 1480px;
        right: 855px;
    }
    .privacy-policy-content-asirai-left-bottom {
        position: absolute;
        top: 2637px;
        right: 855px;
    }
    .privacy-policy-content-asirai-right-top {
        position: absolute;
        top: 317px;
        left: 854px;
    }
    .privacy-policy-content-asirai-right-mid {
        position: absolute;
        top: 1729px;
        left: 854px;
    }
    .privacy-policy-content-asirai-right-bottom {
        position: absolute;
        top: 2794px;
        left: 854px;
    }
}