@charset "utf-8";

/* ------------------------------------------------------------------------ */
/*     レスポンシブによる背景切替対応                                       */
/* ------------------------------------------------------------------------ */
@media(max-width:768px){
    .img_chg {
        background:url(../img/about_link1.jpg) no-repeat;
        width: 100%;
        height: 25vw;
        background-position:center;
        position:relative;
    }
    /*　枠全体にリンクを張る　*/
    .img_chg a{
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
        text-indent:-999px;	
    }
    .img_chg a img {
        display:none;
    }


}