@charset "utf-8";
.content-title:before{
    display: none;
}
.content-title{
    float: none;
    padding: 28px 0 25px;
    color: #333333;
    font-size: 22px;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: 0.15em;
    float: none;
    margin: 0;
    text-align: center;
}
/*------------ rwd ------------*/
@media screen and (max-width:1000px){
    .content-title{
        display: none;
    }
}
