.bg-dabb {
    background: #f3f3f4 url(/assets/images/misc/misc_pc.png) no-repeat 98% 110px;
    margin-bottom: 0 !important;
    color: #fff;
    padding: 130px 0 250px 0;
}

.banner h1 {
    letter-spacing: 2px;
    color: #091871;
    line-height: 1;
}

.banner h1 small {
    font-size: 3.8rem;
    letter-spacing: 1px;
    color: #000;
}

.banner h1 sup {
    font-size: 1.6rem;
    color: #fe6000;
    font-weight: normal;
    position: relative;
    top: -45px;
    left: 0;

}

.banner h1 span {
    font-size: 6.0rem;
    color: #091871;
}

.banner .btn {
    margin-bottom: 0;
}

.link-as {
    margin-top: 135px;
    display: table;
    text-align: center;
}

.link-as > p {
    opacity: 0.6;
    filter: alpha(opacity=60);
    margin-top: 15px;
}

.bg-dabb p {
    color: #000;
}

.area1 h2 {
    margin-bottom: 15px;
}

.area1 ul {
    margin-top: 30px;
    padding: 55px 60px 50px 325px;
    background: #021172 url(/assets/images/misc/pic7.png) no-repeat left center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    z-index: 6;
}

.area1 ul li {
    color: #fff;
    margin-bottom: 25px;
}

.icon-left.hook7 li::before, .icon-left.hook7 p::before {
    top: 3px;
}

.disclaimer {
    color: #ff0c0c;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.disclaimer p {
    margin-top: 25px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    letter-spacing: normal;
    word-spacing: 3px;
}

.bg-dabb-a2 {
    background: url(/assets/images/backgrounds/bg-dabb-a2.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.area2-b1 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 60px 45px 55px 45px;
}

.area2 h2 {
    display: inline-block;
    padding: 20px 70px;
    background-color: #091871;
    color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    bottom: -89px;
    left: -45px;
}

.area2-b1 h4 {
    margin-bottom: 65px;
}

.area2-b1 dl {
    width: 760px;
    margin-bottom: 0;
    position: relative;
}

.area2-b1 dt {
    font-size: 1.8rem;
    color: #000;
    margin-bottom: 25px;
}

.area2-b1 dl:after {
    content: '';
    display: block;
    position: absolute;
    top: -47px;
    right: -310px;
    background: url(/assets/images/misc/pic6.png) no-repeat center;
    width: 293px;
    height: 279px;
}

.area2-b1 dd {
    margin-bottom: 15px;
}

.area2-b1 + p {
    margin: 40px 0;
}

/*  NOTE: */
/*NOTES*/
.tips {
    padding: 20px 10px;
    background: #fff;
}

.tips b {
    font-family: 'bradhitc', Helvetica, Arial, sans-serif;
    font-size: 48px;
    line-height: 1;
    color: #091871;
    font-weight: normal;
}

.tips .f-14 {
    max-width: 980px;
    margin: auto;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 30px;
    color: #666666;
}

.tips .f-14 li {
    margin-top: 10px;
}

.tips img {
    display: block;
    margin: auto;
}

.icon-left li::before, .icon-left p::before,
.icon-note::before,
.icon-book::before,
.self-Licon::before {
    top: 3px;
}

@media all and (max-width: 1200px) {

    .area2-b1 dl {
        width: calc(100% - 293px);
    }

    .bg-dabb {
        background-image: none;
        text-align: center;
        padding: 35px 0;
        position: relative;
    }

    .bg-dabb .container {
        position: relative;
    }

    .bg-dabb .container:after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        width: 300px;
        height: 300px;
        background: url(/assets/images/misc/misc_pc.png) no-repeat center bottom;
        -webkit-background-size: contain;
        background-size: contain;
    }

    .link-as {
        margin: 20px auto 20px auto;
    }
}

@media all and (max-width: 992px) {
    .bg-dabb .container:after {
        content: none;
    }

    .area1 ul {
        background-image: none;
        position: relative;
        padding: 35px 35px 35px 225px;
    }

    .area1 ul:after {
        content: '';
        display: block;
        width: 200px;
        height: 200px;
        background: url(/assets/images/misc/pic5.png) no-repeat center center;
        -webkit-background-size: contain;
        background-size: contain;
        position: absolute;
        bottom: 35px;
        left: 0;
    }

    .area1 ul li:last-child {
        margin-bottom: 0;
    }
}

@media all and (max-width: 768px) {
    .area1 ul {
        padding: 35px 35px 35px 145px;
    }

    .area1 ul:after {
        content: '';
        display: block;
        width: 120px;
        height: 120px;
        background: url(/assets/images/misc/pic5.png) no-repeat center center;
        -webkit-background-size: contain;
        background-size: contain;
        position: absolute;
        bottom: 50%;
        margin-bottom: -60px;
        left: 0;
    }

    .area1 ul li {
        margin-bottom: 10px;
    }

    .area2-b1 dl:after {
        width: 150px;
        height: 150px;
        -webkit-background-size: contain;
        background-size: contain;
        right: -150px;
    }

    .area2-b1 dl {
        width: calc(100% - 160px);
    }

    .area2-b1 h4 {
        margin-bottom: 35px;
    }
}

@media all and (max-width: 575px) {
    .area1 ul:after {
        content: none;
    }

    .area1 ul {
        padding: 25px 25px 25px 25px;
    }

    .area2-b1 dl:after {
        content: none;
    }

    .area2-b1 dl {
        width: auto;
        display: block;
    }

    .bg-dabb h1, .bg-dabb h1 small {
        font-size: 2.2rem;
    }

    .banner h1 span {
        font-size: 3.0rem;
    }

    .banner h1 sup {
        top: -28px;
    }
}