@charset "utf-8";

/* .secCmnIndexTit */
.secCmnIndexTit{
    background: url(../img/notfound/bgCmnIndexTit.jpg) center top / cover;
}
.secCmnIndexTit .titJpn{
    color: #fff;
}
@media only screen and (max-width:767px){
    .secCmnIndexTit{
        background: url(../img/notfound/bgCmnIndexTit_sp.jpg) center top / cover;
    }
    .secCmnIndexTit .titJpn {
        line-height: 1.3;
    }
}
