@charset "utf-8";

@media screen and (max-width : 768px) {

    /* .m_head {
        margin-bottom: 15px;
    } */

    .m_head h1 {
        font-size: 18px;
    }

    .m_head .eng {
        font-size: 12px;
        font-family: var(--font-light);
        white-space: nowrap;
    }

    .box .tit_headline {
        padding-bottom: 2px;
    }

    .box .img {
        margin: 20px 0 20px;
        text-align: center;
    }

    .box .img img {
        max-width: 82%;
    }

    #brake_pads.box .img img:last-child {
        margin-top: 15px;
    }

    
}

@media screen and (max-width : 320px) {
    .m_head .eng {
        padding-left: 0;
    }
}