.content-title2 span:after{
    content: " ";
    background: url('../../images/common/blaf.png') 0 0 no-repeat;
    position: absolute;
    height: 44px;
    width: 59px;
    right: -40px;
    top: -10px;
}
.check-agree-box {
    border-top: 1px solid #D7D7D7;
    border-width: 1px 0;
    padding: 15px 5px;
    clear: both;
    margin: 40px 0 -40px;
    position: relative;
    z-index: 20;
    font-size: 14px;
}
.check-agree label {
    display: inline-block;
    margin: 5px 0;
}
.check-agree strong,
.check-agree a {
    color: #FB5955;
}
.check-agree a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    .check-agree-box {
        padding: 15px;
    }
}