@charset "utf-8";

/*------------------------------------------------------------------------------------------
*
*
/webcatalog/performance/active-safety/
Responsive / SP
*
*
------------------------------------------------------------------------------------------ */
@media screen and (max-width : 768px) {

    .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-size: 10px;
      font-weight: normal;
      line-height: 1.3em;
    }

    .section_column01 {
      margin-top: 15px;
    }

    .section_column .name {
      margin: 0 0 10px;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.5em;
    }

    .section_column02 {
      padding: 0;
    }

    .section_column02 .col_right {
      padding: 0 15px;
    }

    .pic_cap {
      font-size: 11px !important;
      line-height: 140%;
    }

    .pic_cap.right {
      text-align: right;
    }

    .img_slider.col01 .slick-dots {
      bottom: -6px !important;
    }
    
    
    /* ------------------------------
    .fivestar
    ------------------------------ */
    .fivestar {
        margin-bottom: 65px;
    }
    
    .fivestar .section_desc {
        margin: 0 0 15px 0;
    }

    .fivestar .caption {
        margin: 0 0 20px 0;
        padding: 0 15px;
        font-size: 12px;
        line-height:1.4;
    }

    .fivestar .caption br{
        display:block !important;
    }
    .fivestar .col_desc {
        margin: 0 0 30px 0;
    }

    .fivestar .img {
        margin: 0 0 10px 0;
        text-align: center;
    }

    .fivestar .img img {
        width: 125px;
        height: auto;
    }


}
