@charset "utf-8";

div.h1bg {
    background-color: #0B4099;
    color: #FFFFFF;
    padding: 0;
}

div.h1bg div{
    background-image: url(../images/h1_cha.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 80px;
    padding: 30px 0;
}

@media screen and (max-width: 768px) {
    div.h1bg div{
        background-image: none;
        padding: 0;
    }
    #basewrap h1{
        background-image: url(../images/h1_cha.png);
    background-repeat: no-repeat;
    background-position: 90% center;
    background-size: 30px;
    }
}