.term-content .ol-tearm {
    padding-left: 16px;
    list-style-type: decimal;
    margin-bottom: 20px
}

    .term-content .ol-tearm li ol {
        counter-reset: orderedlist;
        margin-left: 16px
    }

    .term-content .ol-tearm li::marker {
        font-size: 13px
    }

    .term-content .ol-tearm > li > ol > li::marker {
        content: "（" counter(list-item,decimal) "）";
        font-size: 13px
    }

    .term-content .ol-tearm > li > ol > li > ol {
        counter-reset: numList
    }

        .term-content .ol-tearm > li > ol > li > ol > li::before {
            counter-increment: numList;
            content: counter(numList);
            float: left;
            position: absolute;
            text-align: center;
            color: #000;
            line-height: 15px;
            width: 15px;
            height: 15px;
            -moz-border-radius: 999px;
            border-radius: 15px;
            position: relative;
            border: 1px solid #ccc;
            margin-right: 6px;
            font-size: 11px;
            margin-top: 3px
        }

.term-content .third-olli {
    width: 13px;
    height: 13px;
    display: inline-block;
    text-align: center;
    border: 1px solid #ccc;
    line-height: 12px;
    border-radius: 13px;
    font-size: 10px
}

.term-content .that-all {
    text-align: right;
    margin-right: 20px
}

.l-wrapper .p-footer {
    width: unset
}

.l-header {
    display: none
}

.l-main {
    color: #fff !important;
    height: 100vh
}

.l-side {
    border-right: 1px solid #000
}

.p-header {
    padding: 30px 0 0 60px
}

.p-header__inner {
    width: unset
}

.p-footer {
    position: fixed !important;
    right: 0;
    bottom: 0;
    color: #fff !important
}

.p-footer__copy a {
    color: #fff !important
}

.p-footer.-fixed {
    bottom: 30px;
    right: 30px
}

.p-contact {
    width: 880px;
    margin: 8% auto;
    position: relative;
    height: auto
}

.p-policy__text {
    height: 60vh;
    color: #3c3c3c;
    font-size: 12px
}

.p-contact__title {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 14px;
    color: #fff
}

    .p-contact__title .indicator {
        margin-right: 5px
    }

.p-footer {
    position: absolute !important;
    bottom: 0;
    right: 0
}

.l-contents {
    background-color: #3a5be5
}

@media only screen and (min-width: 1024px) {
    .p-contact {
        width: 50vw
    }

    .l-main {
        height: 100%
    }

    .p-contact-container {
        height: 100%;
        padding: 0 25px;
        overflow: hidden
    }
}

@media only screen and (min-width: 960px) and (max-width:1023px) {
    .p-contact {
        margin: 30px auto;
        width: 600px
    }

    .l-main {
        height: 100%
    }

    .p-contact-container {
        padding: 0 25px;
        overflow: hidden
    }
}

@media screen and (min-width: 461px) and (max-width:959px) {
    .p-header {
        padding: 20px 0 0 50px
    }

    body {
        background-color: #3a5be5 !important
    }

    .p-contact {
        width: 100%
    }

    .l-main {
        height: unset
    }
}

@media screen and (max-width: 460px) {
    .container-responsive-wrapper {
        padding: 0 15px;
        height: 100%;
        overflow-y: hidden
    }

    body {
        background-color: #3a5be5 !important
    }

    .p-footer.-fixed {
        position: relative;
        bottom: 15px;
        right: 10px
    }

    .p-header {
        padding: 15px 0 0 15px
    }

    .p-contact {
        width: 96%;
        margin: 10% auto;
        margin-top: 80px
    }

    .p-policy {
        width: 98%
    }

    .p-contact {
        left: unset
    }
}
