@charset "utf-8";

/*------------------------------------------------------------------------------------------
*
*
/webcatalog/performance/driving/
Responsive / SP
*
*
------------------------------------------------------------------------------------------ */
@media screen and (max-width : 768px) {



    /* ------------------------------
    #section_driving
    ------------------------------ */
    .section .styling_visual {
        position: relative;
        margin-bottom: 50px;
        opacity: 0;
        transition: opacity 1s linear;
    }

    .section .styling_visual.anim_end {
        opacity: 1;
    }

    .section .styling_visual .caption {
        padding: 10px 15px;
        font-weight: normal;
        font-size: 10px;
        line-height: 1.3em;
    }

    .section_column .caption {
        margin: 0 0 20px !important;
        font-size: 11px;
        line-height: 140%;
    }

    .sensing_list .list_inner {
        padding: 0 15px;
        line-height: 1.4em;
    }

    .sensing_list .list_inner .pic {
        margin-bottom: 20px;
    }

    .sensing_list .list_inner .name {
        margin: 0 0 10px;
        font-weight: normal;
    }

    .sensing_list .list_inner .type {
        padding: 10px 0;
        font-size: 14px;
        border-top: 1px solid #c3c4c4;
        border-bottom: 1px solid #c3c4c4;
    }

    .sensing_list .list_inner .type span {
        display: block;
        font-size: 10px;
        line-height: 140%;
    }

    h3 span {
        font-size: 17px;
        line-height: 1.5em;
        vertical-align: middle;
        display: block;
    }

    h3 span.spec {
        padding-right: 33px;
    }

    .section_column .name {
        margin: 0 0 10px;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.5em;
    }

    .ico_type {
        margin-left: 10px;
        color: #000 !important;
        font-weight: bold !important;
        vertical-align: middle;
    }

    #section_performance #engine {
        margin-bottom: 50px;
    }

    #section_performance #engine .name {
        padding: 0 15px 15px;
    }

    #section_performance #engine .engine_m {
        margin-bottom: 30px;
    }
    
    .section_column.section_column01 .name {
        margin-bottom: 20px;
    }
    
    .img_column .pic {
        margin-bottom: 10px;
    }
    
    .img_column .caption {
        font-size: 11px;
        line-height: 140%;
    }

    /* _________________________________________accordion*/
    .fact03 .btn_accordion_detail {
        margin: 0 auto;
        width: 220px;
    }
    .fact03 .btn_accordion_detail:before {
        content: 'カーブでもさらに安心を';
    }
    
    .fact03.accordion_content {
        margin-bottom: 20px;
    }

    .fact .mid .h {
        padding: 30px 0 10px;
        line-height: 150%;
    }

    .btn_accordion_detail_btm {
        margin: 25px 0 5px;
        text-align: center;
    }
    
}
