@charset "utf-8";
.content-title:before{
    display: none;
}
.content-title{
    position: relative;
    float: none;
    text-align: center;
    padding: 5px 0 5px 0px;
    font-size: 30px;
}
.content-title::before {
    content: '';
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    background: #CD5410;
    border-radius: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -28px;
}
/*------------ rwd ------------*/
@media screen and (max-width:1000px){
    .content-title{
        display: none;
    }
    .content-top{
        border: none;
        margin: 0;
    }
}
