@media screen and (min-width: 750px) {
    .mbtext{
        display: none;
    }
}
.topbg ht{
    color: #fff;
    position: absolute;
    z-index: 1;
    font-size: 80px;
    font-family: BebasKai;
   left: calc((100% - 1460px)/2);
    top:170px;
}
.topbg div{
    color: #fff;
    position: absolute;
    z-index: 1;
    left: calc((100% - 1460px)/2);
    top:264px;
    font-size: 40px;
    font-family: BebasKai;
    width: 460px;
    line-height: 1.6;
}
.topbg img{
    width: 100%;
}
.content *{
    font-size: revert !important;
    line-height: normal !important;
    font-family: initial !important;
    list-style: revert !important;
    padding: revert;
    margin: revert;
    border:revert !important;
}
.content img{
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;

}
@media screen and (max-width: 750px) {
    .pctext{
        display: none;
    }
    .topbg ht{
        font-size: 30px;
        left: 22px;
        top: 25px;
    }
    .topbg div{
        left: 22px;
        top: 60px;
        font-size: 20px;
        width: auto;
        line-height: 1;
    }
}