/*========================================================
メンテナンス　画像切替
=========================================================*/

@media screen and (min-width:970px) {
    .change_img {
        background: url(images/1_1_1.jpg) top center no-repeat;
        height: 513px;
        width: 980px;
    }
    .change_img img {
        display: none;
        text-align: center;
    }



}
