@charset "utf-8";
@media screen and (max-width : 768px){ 
/*------------------------------------------------------------------------------------------
*
*
    /webcatalog/performance/driving/
    Responsive / SP
*
*
------------------------------------------------------------------------------------------ */


/* ------------------------------
    #section_driving
------------------------------ */
#section_driving h3 {
    margin-bottom: 20px;
    padding: 0;
}

#section_driving h4 {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 16px;
}

#section_driving h4 .ico_type {
    height: auto !important;
    margin-top: 8px;
}

#section_driving .spec {
    margin-top: 15px;
    white-space: nowrap;
}

#section_driving .spec .bold {
    font-size: 20px;
}

#section_driving .spec .small {
    font-size: 12px;
}


/* ------------------------------
	#section_power_steering
------------------------------ */
#section_power_steering .pic01 {
    padding: 0 15px;
}

#section_power_steering .pic02,
#section_power_steering .pic03 {
    display: inline-block;
    box-sizing: border-box;
    width: 50%;
    text-align: center;
    vertical-align: top;
}

#section_power_steering .pic02 {
    padding-left: 15px;
}

#section_power_steering .pic03 {
    padding-right: 15px;
}

#section_power_steering .caption {
    display: inline-block;
    margin-top: 10px;
    line-height: 1.3;
}


/* ------------------------------
    #section_view
------------------------------ */
#section_view .pic {
    margin-bottom: 50px;
    padding: 0 15px;
}

#section_view .caption{
    margin-top: 10px;
}


/* ------------------------------
    #section_parking_brake
------------------------------ */
#section_parking_brake .list {
    overflow: hidden;
    position: relative;
}

#section_parking_brake .pic {
    padding: 0 15px;
}

}