#privacy_box table.h-head-table1 {
    padding: 0;
    width: 100%;
}
#privacy_box table.h-head-table1 td {
    border: medium none;
    line-height: 1.8em;
    padding: 10px 0 20px 10px;
    text-align: left;
    vertical-align: top;
}
#privacy_box table.h-head-table1 p {
    line-height: 1.8em;
}
#privacy_box table.h-head-table1 ol, #privacy_box table.h-head-table1 ul {
    margin-bottom: 15px;
}
#privacy_box table.h-head-table1 ol li {
    margin-bottom: 5px;
    margin-left: 20px;
}
#privacy_box table.h-head-table1 th {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #E8E8E8;
    border-image: none;
    border-style: solid;
    border-width: 1px 10px;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 10px;
    text-align: left;
    background:#E8E8E8;
}
#privacy_box table.h-head-table1 th p {
    margin-bottom: 0;
}
#privacy_box table.h-head-table1 ul li {
    list-style-type: disc;
    margin-bottom: 5px;
    margin-left: 20px;
}

/* プライバシーポリシーを最新版に変更するためのCSS */

#privacy_box h2 {
    font-size: 1.6rem;
    border-bottom: 1px solid #525263;
    padding-bottom: .5rem;
    margin:3rem 0 2rem 0;
    counter-increment: h-cnt;
}
#privacy_box h2::before {
        content: '第'counter(h-cnt)'条';
        padding-right: 1rem;
}
#privacy_box ol {
    list-style-type: decimal;
}
#privacy_box ol li {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
    margin-left: 2rem;
}
#privacy_box ol li h3 {
    font-size: 1.6rem;
}
#privacy_box .text-center {
    text-align: center;
}
#privacy_box .fw-bold {
    font-weight: 700;
}
#privacy_box .mb-0 {
    margin-bottom: 0rem !important;
}
#privacy_box .my-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
}
#privacy_box .mt-0 {
    margin-top: 0rem !important;
}
#privacy_box .bg-light {
    background-color: #eee;
    padding: 2rem 5rem;
}
#privacy_box .bg-light a {
    word-break: break-all;
}
#privacy_box ul {
    list-style-type: disc;
    padding-left: 2rem;
}

@media (min-width: 768px) {
    #privacy_box .d-md-flex {
        display: flex !important;
    }
}
