@charset "UTF-8";

/* etc-common */
.visual{ height: 320px;
    background-image: url(/asset/img/visual-sub05.png);
    background-position: center bottom;
}
.visual .visual-header {top: 150px;}



@media only screen and (max-width:1240px){
    .visual{height: 150px;}
    .visual .visual-header {top: 50px;}
    

}