@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
/webcatalog/performance/passive-safety/
Responsive / PC
*
*
------------------------------------------------------------------------------------------ */

@media screen and (min-width : 769px) {
    .section .section_desc {
      margin: 0 0 10px;
    }

    .section .styling_visual {
      margin: 30px 70px 130px;
      position: relative;
      opacity: 0;
      transition: opacity 1s linear;
    }

    .section .styling_visual.anim_end {
      opacity: 1;
    }

    .section .slider .pic_full img {
      width: 100%;
      max-width: none;
    }

    .section .slider .pic {
      margin: 0 auto;
      width: 880px;
    }

    .section .styling_visual .caption {
      margin: 10px 20px 0;
      padding: 0 30px;
      font-size: 11px;
    }

    #section_safety {
      margin-bottom: 130px;
    }

    #section_safety .pic {
      margin-bottom: 0;
    }

    .bold {
      font-weight: bold;
    }

    .no_border {
      border: none;
    }

    .section .pic img {
      width: 100%;
    }

    .section_column .name {
      margin: 20px 0 10px;
      font-size: 18px;
      font-weight: bold;
      line-height: 1.6em;
    }

    .section_column01 {
      margin-top: 80px;
    }

    #section_belt {
      margin-bottom: 130px;
    }

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

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

    .img_slider.col01 .pic_cap {
      margin: 0 0 20px !important;
    }

    .img_slider.col01 .slick-dots {
      bottom: -5px !important;
    }
    
    
    /* ------------------------------
        .fivestar
    ------------------------------ */
    .fivestar {
        margin-bottom: 100px;
    }

    .fivestar .section_desc {
        margin: 0 0 10px 0;
    }

    .fivestar .caption {
        margin: 0 50px 20px 50px;
        padding: 0 0;
        font-size: 12px;
        line-height: 1.4;
        padding-left:6em;
        text-indent:-6em;
    }
    .fivestar .col_desc {
        width: 720px;
        float: left;
    }

    .fivestar .img {
        width: 165px;
        float: left;
    }

    .fivestar .img img {
        width: 100%;
        height: auto;
    }
    
}
