.p-privacy {
    padding-top: 80px;
    padding-bottom: 130px;
    font-feature-settings: 'pwid' on, 'palt' on;
    letter-spacing: .06em;
    font-size: 15px;
    line-height: 2;
}

.p-privacy p.right {
    text-align: right;
}

.p-privacy .mt-0 {
    margin-top: 0px !important;
}
.p-privacy .mt-40 {
    margin-top: 40px;
}
.p-privacy .mt-20 {
    margin-top: 20px;
}

.p-privacy h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    margin: 100px 0 50px;
}

.p-privacy h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    margin: 50px 0 20px;
}

.p-privacy h4 {
    margin: 28px 0 5px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.6;
}

.p-privacy__table {
    border-top: #ccc solid 1px;
}

.p-privacy__table dl {
    border-bottom: #ccc solid 1px;
    display: flex;
}

.p-privacy__table dt {
    font-weight: 400;
    border-left: #ccc solid 1px;
    padding: 18px 10px 18px 20px;
    width: 200px;
}
.p-privacy__table.--02 dt {
    width: 360px;
}
.p-privacy__table.--02 dl:nth-of-type(1) dt:nth-of-type(2) {
    width: calc(100% - 360px);
    border-right: #ccc solid 1px;
}

.p-privacy__table dd {
    border-left: #ccc solid 1px;
    border-right: #ccc solid 1px;
    padding: 18px 20px;
    width: calc(100% - 200px);
}
.p-privacy__table.--02 dd {
    width: calc(100% - 360px);
}

.p-privacy ul>li {
    position: relative;
    padding-left: 15px;
}
.p-privacy ul>li::before {
    content: '・';
    left: 0;
    position: absolute;
    top: 0;
}

.p-privacy ol>li {
    position: relative;
    padding-left: 28px;
}
.p-privacy ol>li::before {
    content: '(1)';
    left: 0;
    position: absolute;
    top: 0;
}
.p-privacy ol>li:nth-of-type(2):before {
    content: '(2)';
}
.p-privacy ol>li:nth-of-type(3):before {
    content: '(3)';
}
.p-privacy ol>li:nth-of-type(4):before {
    content: '(4)';
}
.p-privacy ol>li:nth-of-type(5):before {
    content: '(5)';
}
.p-privacy ol>li:nth-of-type(6):before {
    content: '(6)';
}
.p-privacy ol>li:nth-of-type(7):before {
    content: '(7)';
}
.p-privacy ol>li:nth-of-type(8):before {
    content: '(8)';
}
.p-privacy ol>li:nth-of-type(9):before {
    content: '(9)';
}
.p-privacy ol>li:nth-of-type(10):before {
    content: '(10)';
}

.p-privacy a {
    display: inline;
}

.p-privacy a.underline {
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .p-privacy {
        font-size: 14px;
        padding: 30px 20px 70px;
    }

    .p-privacy .mt-40 {
        margin-top: 36px;
    }
    .p-privacy .mt-20 {
        margin-top: 15px;
    }
    
    .p-privacy h2 {
        font-size: 24px;
        margin: 65px 0 38px;
    }
    
    .p-privacy h3 {
        font-size: 18px;
        margin: 36px 0 15px;
    }
    
    .p-privacy h4 {
        margin: 25px 0 5px;
    }
    
    .p-privacy__table dt {
        padding: 18px 5px 18px 15px;
        width: 70px;
    }
    .p-privacy__table.--02 dt {
        width: 40%;
    }
    .p-privacy__table.--02 dl:nth-of-type(1) dt:nth-of-type(2) {
        width: 60%;
    }
    
    .p-privacy__table dd {
        padding: 18px 5px 18px 15px;
        width: calc(100% - 70px);
    }
    .p-privacy__table.--02 dd {
        width: 60%;
    }
    
    .p-privacy ul>li {
        padding-left: 14px;
    }
    
    .p-privacy ol>li {
        padding-left: 25px;
    }
}