@charset "utf-8";

@media screen and (max-width : 768px) {

    .m_head {
        margin-bottom: 22px;
    }

    .tire_box {
        display: flex;
        margin-bottom: 22px;
        width: 100%;
        height: 52vw;
        flex-wrap: wrap;
        align-items: center;
    }

    .tire_box .box_in {
        margin-top: 4px;
        padding-left: 11px;
        width: 46vw;
        box-sizing: border-box;
    }

    .tire_box .tit_headline {
        margin-bottom: 10px;
        padding-bottom: 1px;
        font-size: 4vw;
        line-height: 1.4;
    }

    #tire .tire_box .desc {
        padding-left: 4px;
        font-size: 3vw;
        line-height: 1.5;
    }

    #jyoyou {
        background: url(../image/mc_1_sp.jpg) no-repeat;
        background-size: cover;
    }

    #jyoyou_std {
        margin-bottom: 30px;
        background: url(../image/mc_2_sp.jpg) no-repeat;
        background-size: cover;
    }

    #alumni_std_tire.box {
        margin-bottom: 29px;
        padding-top: 20px;
    }

    #alumni_std_tire .tit_headline {
       margin-bottom: 15px;
       padding-bottom: 2px;
    }

    #alumni_std_tire .box_info h5 {
        margin-bottom: 18px;
        font-size: 15px;
        font-family: var(--font-bold);
        line-height: 1.6;
    }

    #alumni_std_tire .bg_box {
        padding: 19px 13px 22px;
        margin-top: 18px;
    }

    #alumni_std_tire .bg_box h4 {
        line-height: 1.6;
    }

    .img_alumni_std_tire {
        margin-top: 25px;
        padding-left: 12px;
    }

    .img_alumni_std_tire img {
        max-width: 90%;
    }

    #steel_wheel_std {
        margin-bottom: 25px;
        background: url(../image/mc_3_sp.jpg) no-repeat;
        background-size: cover;
    }

    #steel_wheel_std .box_in {
        width: 56vw;
    }

    #steel_wheel_std .tit_headline {
        padding-bottom: 2px;
        line-height: 1.5;
    }

    #tire .cap {
        font-size: 12px;
        font-family: var(--font-light);
        line-height: 1.5;
    }
	
	.btn_t_inspect {
        margin-top: 26px;
        text-align: center;
    }

    .btn_t_inspect img {
        max-width: 178px;
    }
}

