@charset "utf-8";

@media screen and (min-width : 769px) {

    .block {
        margin-bottom: 6px;
    }

    .tire_box {
        display: flex;
        margin-bottom: 32px;
        width: 726px;
        height: 226px;
        flex-wrap: wrap;
        align-items: center;
    }

    .tire_box .box_in {
        margin-top: 2px;
        padding-left: 25px;
        width: 460px;
        box-sizing: border-box;
    }

    .tire_box .tit_headline {
        margin-bottom: 12px;
        font-size: 22px;
        line-height: 1.4;
    }

    .tire_box .desc {
        padding-left: 4px;
        font-size: 13px;
        letter-spacing: .7px;
        line-height: 1.5em;
    }

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

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

    #alumni_std_tire.box {
        margin-bottom: 32px;
    }

    #alumni_std_tire .bg_box {
        margin: 18px 0 28px;
        padding: 25px 33px 30px;
    }

    #alumni_std_tire .tit_headline {
        margin-bottom: 25px;
    }

    #alumni_std_tire .bg_box h4 {
        font-size: 17px;
    }

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

    #alumni_std_tire .box_info .desc {
        letter-spacing: .6px;
    }

    .img_alumni_std_tire {
        margin-top: 30px;
        text-align: center;
    }

    .img_alumni_std_tire img {
        width: 265px;
    }
    
    #steel_wheel_std {
        margin-bottom: 50px;
        background: url(../image/mc_3.jpg) no-repeat;
        background-size: cover;
    }

    #steel_wheel_std .box_in {
        width: 410px;
    }

    #steel_wheel_std .tit_headline {
        line-height: 1.5;
    }

    #tire .cap {
        margin: 2px;
        line-height: 1.55;
    }

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

    .btn_t_inspect img {
        width: 238px;
    }
}