@charset "utf-8";

@media screen and (max-width : 768px) {

    .m_head h1 {
        font-size: 18px;
        white-space: nowrap;
    }

    .m_head .eng {
        font-size: 10px;
    }

    .m_head h2 {
        margin: 30px 0 10px;
    }

    .box .img {
        margin: 13px 0 20px;
    }

    .box .img img {
        max-width: 65%;
    }

    
}