/* tablet */
/*@media screen and (min-width: 581px) and (max-width: 959px) {
html {
  font-size: 1.0427vw;
}
}*/

@media screen and (min-width: 581px) and (max-width: 1279px) {
  html {
    font-size: 0.7818608vw;
  }
  }

  br.sp {
    display: none;
  }



  /** -------------------------------
   * main
   */
  #main {
    max-width: 1500px;
    margin: 0 auto;
    opacity: 0;
  }
  #main.loaded {
    opacity: 1;
  }





  /** -------------------------------
   * header
   */
  #header {
    clear: both;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 3.667%;
    padding-top: 4%;
  }
    #header > .wrap {
      display: block;
    }
      #header h1 {
        font-size: 3.6em;
        line-height: 1.1;
        text-align: center;
      }
      #header ul {
        padding: 0 12%;
        padding-top: 0.3%;
        text-align: center;
      }
        #header li {
          display: inline-block;
          margin-top: 1.2%;
          padding: 0 1.1%;
        }
          #header li a {
            position: relative;
            display: block;
            padding-bottom: 2px;
            border-bottom: 1px solid #c1c1c1;
          }
          #header li a:before {
            content: '';
            position: absolute;
            left: 50%;
            top: 100%;
            display: block;
            width: 0;
            height: 0;
            margin-left: -6px;
            border: 6px solid transparent;
            border-top: 6px solid #c1c1c1;
          }
            #header li span {
              font-size: 1.3em;
              color: #000;
              line-height: 1.1;
              letter-spacing: -0.04em;
            }
          #header li a:hover {
            border-bottom: 1px solid #c3002c;
          }
          #header li a:hover:before {
            border-top: 6px solid #c3002c;
          }
            #header li a:hover span {
              color: #c3002c;
            }
      #header .select {
        display: none;
      }
  /* tablet */
  @media screen and (min-width: 581px) and (max-width: 1279px) {
          #header li a {
            padding-bottom: 0.15625vw;
            border-bottom: 1px solid #c1c1c1;
          }
          #header li a:before {
            margin-left: -0.46875vw;
            border: 0.46875vw solid transparent;
            border-top: 0.46875vw solid #c1c1c1;
          }
  }





  /** -------------------------------
   * section
   */
  .section {
    clear: both;
    max-width: 1280px;
    margin: 0 auto;
    margin-top: 5%;
    padding: 0 3.667%;
  }
    .section > .wrap {
      display: block;
    }
      .section .header {
        position: relative;
        padding-top: 1.6%;
      }
      .section .header:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 6.837%;
        height: 4px;
        background-color: #c3002c;
      }
        .section .header h1 {
          display: table;
        }
          .section .header span {
            display: table-cell;
            font-size: 2.2em;
            font-weight: bold;
            line-height: 1.1;
            vertical-align: middle;
            letter-spacing: 0.03em;
          }
            .section .header span em {
              font-size: 0.6em;
              font-style: normal;
              font-weight: normal;
            }
      .section .content {

      }
  /* tablet */
  @media screen and (min-width: 581px) and (max-width: 1279px) {
      .section .header:before {
        height: 0.3125vw;
      }
  }


  /** -------------------------------
   * section | fileListModule
   */
  .section.fileListModule {}
    .section.fileListModule > .wrap {}
      .section.fileListModule .content {
        margin-top: 2.4%;
      }
        .section.fileListModule .content ul {

        }
          .section.fileListModule .content li {
            display: block;
            width: 31.624%;
            margin-left: 2.564%;
            float: left;
          }
          .section.fileListModule .content li:first-child {
            margin-left: 0;
          }
            .section.fileListModule .content a {
              position: relative;
              display: table;
              width: 100%;
              height: 65px;
              background-color: #eee;
            }
            .section.fileListModule .content a:after {
              content: '';
              position: absolute;
              right: 5%;
              top: 50%;
              display: block;
              width: 40px;
              height: 40px;
              margin-top: -20px;
              background-image: url(../IMAGES/icon_pdf.png);
              background-repeat: no-repeat;
              background-position: right;
              background-size: contain;
            }
              .section.fileListModule .content span {
                display: table-cell;
                padding: 0 5%;
                padding-right: 16px;
                font-size: 1.4em;
                color: #333;
                line-height: 1.1;
                letter-spacing: -0.04em;
                vertical-align: middle;
              }
              .section.fileListModule .content a:hover span {
                color: #c3002f;
              }
  /* tablet */
  @media screen and (min-width: 581px) and (max-width: 1279px) {
            .section.fileListModule .content a {
              height: 5.078vw;
            }
            .section.fileListModule .content a:after {
              width: 3.125vw;
              height: 3.125vw;
              margin-top: -1.5625vw;
            }
              .section.fileListModule .content span {
                padding-right: 4.8vw;
              }
  }


  /** -------------------------------
   * section | customModule
   */
  .section.customModule {}
    .section.customModule > .wrap {}
      .section.customModule .content {
        margin-top: 2.4%;
      }


  /** -------------------------------
   * section | articleBlockModule
   */
  .section.articleBlockModule {
    padding-top: 4.6875%;
    border-top: 1px solid #c1c1c1;
  }
    .section.articleBlockModule > .wrap {}
      .section.articleBlockModule .header {
        padding-bottom: 1.2%;
        background-image: url(../IMAGES/line01.png);
        background-repeat: repeat-x;
        background-position: left bottom;
        background-size: auto 1px;
      }
          .section.articleBlockModule .header span {
            font-size: 2.2em;
          }
            .section.articleBlockModule .header span em {
              font-size: 0.857em;
              font-weight: bold;
            }
      .section.articleBlockModule .content {
        margin-top: 2.4%;
      }
        .section.articleBlockModule .content > .wrap {

        }
          .section.articleBlockModule .overview {
            margin-top: -1%;
            padding-bottom: 1.2%;
            font-size: 1.6em;
            line-height: 1.75;
          }
          .section.articleBlockModule .swiper-container {

          }
            .section.articleBlockModule .swiper-wrapper {

            }
              .section.articleBlockModule .swiper-slide {
                width: 31.624%;
                margin-left: 2.564%;
              }
              .section.articleBlockModule .swiper-slide:first-child {
                margin-left: 0;
              }
                .section.articleBlockModule .swiper-slide > .wrap {

                }
                  .section.articleBlockModule .swiper-slide .image {
                    margin-bottom: 4%;
                    padding-top: 56.25%;
                    background-repeat: no-repeat;
                    background-position: left;
                    background-size: cover;
                  }
                  .section.articleBlockModule .swiper-slide .lead {
                    font-size: 1.8em;
                    font-weight: bold;
                    line-height: 1.75;
                  }
                  .section.articleBlockModule .swiper-slide .description {
                    font-size: 1.6em;
                    line-height: 1.75;
                  }
        .section.articleBlockModule .swiper-button-prev {
          display: none;
        }
        .section.articleBlockModule .swiper-button-next {
          display: none;
        }
        .section.articleBlockModule .swiper-pagination {
          display: none;
        }
  /* tablet */
  @media screen and (min-width: 581px) and (max-width: 1279px) {

  }


  /** -------------------------------
   * section | articleBasicModule
   */
  .section.articleBasicModule {
    padding-top: 4.6875%;
    border-top: 1px solid #c1c1c1;
  }
    .section.articleBasicModule > .wrap {}
      .section.articleBasicModule .header {
        padding-bottom: 1.2%;
        background-image: url(../IMAGES/line01.png);
        background-repeat: repeat-x;
        background-position: left bottom;
        background-size: auto 1px;
      }
          .section.articleBasicModule .header span {
            font-size: 2.2em;
          }
            .section.articleBasicModule .header span em {
              font-size: 0.857em;
              font-weight: bold;
            }
      .section.articleBasicModule .content {
        margin-top: 2.4%;
      }
        .section.articleBasicModule .content > .wrap {

        }
          .section.articleBasicModule .description {
            margin-top: 2%;
            font-size: 1.6em;
            line-height: 1.75;
          }
            .section.articleBasicModule .description em {
              font-size: 0.75em;
            }
          .section.articleBasicModule .image {
            width: 64.957%;
            margin-top: 2%;
          }
            .section.articleBasicModule .image span {
              display: block;
              padding-top: 56.25%;
              background-repeat: no-repeat;
              background-position: left;
              background-size: cover;
            }
          .section.articleBasicModule .caption {
            margin-top: 0.6em;
            font-size: 1.2em;
            line-height: 1.57;
          }
  .section.articleBasicModule.columnExtension {}
        .section.articleBasicModule.columnExtension .content > .wrap {
          display: table;
          width: 100%;
        }
          .section.articleBasicModule.columnExtension .description {
            display: table-cell;
            margin-top: 0;
            padding-right: 2.5%;
            vertical-align: top;
          }
          .section.articleBasicModule.columnExtension .image {
            display: table-cell;
            width: 50%;
            margin-top: 0;
            vertical-align: top;
          }
            .section.articleBasicModule.columnExtension .image span {
              display: block;
              padding-top: 56.25%;
              background-repeat: no-repeat;
              background-position: left;
              background-size: cover;
            }
  /* tablet */
  @media screen and (min-width: 581px) and (max-width: 1279px) {

  }


  /** -------------------------------
   * section | articleCustomModule
   */
  .section.articleCustomModule {
    padding-top: 4.6875%;
    border-top: 1px solid #c1c1c1;
  }
    .section.articleCustomModule > .wrap {}
      .section.articleCustomModule .header {
        padding-bottom: 1.2%;
        background-image: url(../IMAGES/line01.png);
        background-repeat: repeat-x;
        background-position: left bottom;
        background-size: auto 1px;
      }
          .section.articleCustomModule .header span {
            font-size: 2.2em;
          }
            .section.articleCustomModule .header span em {
              font-size: 0.857em;
              font-weight: bold;
            }
      .section.articleCustomModule .content {
        margin-top: 2.4%;
      }
        .section.articleCustomModule .content > .wrap {

        }
  /* tablet */
  @media screen and (min-width: 581px) and (max-width: 1279px) {

  }





  /** -------------------------------
   * articleGroup
   */
  .articleGroup {
    clear: both;
    max-width: 1280px;
    margin: 0 auto;
    margin-top: 5%;
    padding: 0 3.667%;
    border-top: 1px solid #c1c1c1;
  }
    .articleGroup > .wrap {
      display: table;
      width: 100%;
    }
      .articleGroup .articleGroupColumn {
        display: table-cell;
        width: 50%;
        vertical-align: top;
      }
      .articleGroup .articleGroupColumn:first-child {
        padding-right: 15px;
      }
      .articleGroup .articleGroupColumn:last-child {
        padding-left: 15px;
      }

        .articleGroup .section {
          max-width: 100%;
          margin: 0;
          padding: 0;
          padding-top: 10.526%;
        }
            .articleGroup .section .header {
              padding-top: 3.284%;
            }
            .articleGroup .section .header:before {
              width: 14.033%;
              height: 4px;
            }
        /* articleBasicModule */
        .articleGroup .section.articleBasicModule {
          border-top: none;
        }
          .articleGroup .section.articleBasicModule .header {
            padding-bottom: 2.6%;
          }
  /* tablet */
  @media screen and (min-width: 581px) and (max-width: 1279px) {
      .articleGroup .articleGroupColumn:first-child {
        padding-right: 1.171875vw;
      }
      .articleGroup .articleGroupColumn:last-child {
        padding-left: 1.171875vw;
      }
            .articleGroup .section .header:before {
              height: 0.3125vw;
            }
  }




  /** -------------------------------
   * bodyColor02
   */
  #bodyColor02 {}
    #bodyColor02 .content {
      position: relative;
    }
      /* overview */
      #bodyColor02 .overview {
        margin-top: 1.2%;
        font-size: 1.6em;
        line-height: 1.75;
      }
      /* main */
      #bodyColor02 .main {
        position: relative;
        width: 76.923%;
        margin-top: 1.2%;
      }
        #bodyColor02 .main > .wrap {
          position: relative;
          padding-top: 56.25%;
        }
          #bodyColor02 .main .item {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            display: none;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
          }
          /* visible */
          #bodyColor02 .main.image001 .item01 { display: block; }
          #bodyColor02 .main.image002 .item02 { display: block; }
          #bodyColor02 .main.image003 .item03 { display: block; }
          #bodyColor02 .main.image004 .item04 { display: block; }
          #bodyColor02 .main.image005 .item05 { display: block; }
          #bodyColor02 .main.image006 .item06 { display: block; }
          #bodyColor02 .main.image007 .item07 { display: block; }
          #bodyColor02 .main.image008 .item08 { display: block; }
          #bodyColor02 .main.image009 .item09 { display: block; }
          #bodyColor02 .main.image010 .item10 { display: block; }
          #bodyColor02 .main.image011 .item11 { display: block; }
          #bodyColor02 .main.image012 .item12 { display: block; }
          #bodyColor02 .main.image013 .item13 { display: block; }
          #bodyColor02 .main.image014 .item14 { display: block; }
          #bodyColor02 .main.image015 .item15 { display: block; }
          #bodyColor02 .main.image016 .item16 { display: block; }
          #bodyColor02 .main.image017 .item17 { display: block; }
          #bodyColor02 .main.image018 .item18 { display: block; }
          #bodyColor02 .main.image019 .item19 { display: block; }
          #bodyColor02 .main.image020 .item20 { display: block; }
          #bodyColor02 .main.image021 .item21 { display: block; }
          #bodyColor02 .main.image022 .item22 { display: block; }
          #bodyColor02 .main.image023 .item23 { display: block; }
          #bodyColor02 .main.image024 .item24 { display: block; }
          #bodyColor02 .main.image025 .item25 { display: block; }
          #bodyColor02 .main.image026 .item26 { display: block; }
          #bodyColor02 .main.image027 .item27 { display: block; }
          #bodyColor02 .main.image028 .item28 { display: block; }
          #bodyColor02 .main.image029 .item29 { display: block; }
          #bodyColor02 .main.image030 .item30 { display: block; }
          #bodyColor02 .main.image031 .item31 { display: block; }
          #bodyColor02 .main.image032 .item32 { display: block; }
          #bodyColor02 .main.image033 .item33 { display: block; }
          #bodyColor02 .main.image034 .item34 { display: block; }
          #bodyColor02 .main.image035 .item35 { display: block; }
          #bodyColor02 .main.image036 .item36 { display: block; }
        #bodyColor02 .main .swipeIcon {
          position: absolute;
          left: 10%;
          top: 10%;
          display: none;
          width: 64px;
          height: 64px;
        }
        #bodyColor02 .main .swipeIcon.show {
          display: table;
        }
          #bodyColor02 .main .swipeIcon span {
            display: table-cell;
            background-image: url(../IMAGES/icon_360.png);
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
          }
        #bodyColor02 .main .loader {
          position: absolute;
          left: 0;
          top: 0;
        }
      /* sub */
      #bodyColor02 .sub {
        position: absolute;
        right: 0;
        top: 0;
        margin-top: 10%;
      }
        #bodyColor02 .sub > .wrap {

        }
          #bodyColor02 .sub .label {
            width: 244px;
            margin-left: 12px;
            margin-top: 8%;
            padding-top: 8%;
            border-top: 1px solid #ccc;
          }
          #bodyColor02 .sub .label.sp {
            display: none;
          }
            #bodyColor02 .sub .label dt {
              font-size: 1.6em;
            }
            #bodyColor02 .sub .label dd {
              font-size: 1.2em;
            }
          #bodyColor02 .sub .navi {
            width: 256px;
          }
            #bodyColor02 .sub .navi .item {
              width: 52px;
              height: 52px;
              margin-left: 12px;
              margin-top: 12px;
              float: left;
            }
              #bodyColor02 .sub .navi .item > .wrap {
                padding-top: 100%;
                background-repeat: no-repeat;
                background-position: center;
                background-size: contain;
              }
      /* caption */
      #bodyColor02 .caption {
        margin-top: 1.2%;
        font-size: 1.2em;
      }
  /* tablet */
  @media screen and (min-width: 581px) and (max-width: 1279px) {
        #bodyColor02 .main .swipeIcon {
          width: 4.6875vw;
          height: 4.6875vw;
        }
          #bodyColor02 .sub .label {
            width: 19.0625vw;
            margin-left: 0.9375vw;
          }
          #bodyColor02 .sub .navi {
            width: 20vw;
          }
            #bodyColor02 .sub .navi .item {
              width: 4.0625vw;
              height: 4.0625vw;
              margin-left: 0.9375vw;
              margin-top: 0.9375vw;
            }
  /*          #bodyColor02 .sub .navi .item.focus {
              padding: 0.3125vw;
            }*/
  }




  /** -------------------------------
   * caution
   */
  /* @smartphone */
  #caution {
    clear: both;
  }
  #caution > .wrap {
      max-width: 1280px;
      margin: 0 auto;
      margin-top: 5%;
      padding: 0 3.667%;
    }
  #caution dl {
        position: relative;
        border-bottom: 1px solid #c2c2c2;
      }
  #caution dt {
          display: table;
          width: 100%;
          height: 48px;
          background-image: url(../IMAGES/icon_open.png);
          background-repeat: no-repeat;
          background-position: right;
          background-size: auto 40px;
          border-top: 1px solid #c2c2c2;
          cursor: pointer;
        }
  #caution dt.open {
          background-image: url(../IMAGES/icon_close.png);
        }
  #caution dt span {
            display: table-cell;
            padding-left: 5px;
            font-size: 1.3em;
            vertical-align: middle;
          }
  #caution dd {
          display: none;
          padding-bottom: 20px;
          font-size: 1.2em;
          line-height: 1.5;
        }
  /* tablet */
  @media screen and (min-width: 581px) and (max-width: 1279px) {
      #caution dt {
          height: 3.75vw;
          background-size: auto 3.125vw;
        }
      #caution dt span {
            padding-left: 0.3906vw;
          }
      #caution dd {
          padding-bottom: 1.5625vw;
        }
  }




  /** -------------------------------
   * support
   */
  #support {
    clear: both;
    /*background-color: #eee;*/
  }
    #support > .wrap {
      max-width: 1280px;
      margin: 0 auto;
      margin-top: 4.68%;
      padding: 0 3.667%;
    }
      #support .header {
        padding-top: 4.68%;
      }
        #support .header h1 {
          display: block;
        }
          #support .header span {
            font-size: 2.0em;
            font-weight: bold;
            line-height: 1.1;
            vertical-align: middle;
          }
      #support .content {
        margin-top: 2%;
        padding-bottom: 6%;
      }
        #support .main {

        }
          #support .main li {
            display: block;
            width: 23.077%;
            margin-left: 2.564%;
            float: left;
          }
          #support .main li:first-child {
            margin-left: 0;
          }
            #support .main a {
              display: block;
              background-color: #c3002c;
            }
              #support .main span {
                display: table;
                height: 80px;
                margin: 0 auto;
              }
                #support .main em {
                  display: table-cell;
                  padding-left: 46px;
                  background-repeat: no-repeat;
                  background-position: left;
                  background-size: auto 40px;
                  font-size: 1.5em;
                  color: #fff;
                  line-height: 1.1;
                  letter-spacing: -0.02em;
                  vertical-align: middle;
                }
                #support .main .storeSearch em { background-image: url(/SP/DAYZ/VLP/IMAGES/support_storeSearch.png); }
                #support .main .quotation em { background-image: url(/SP/DAYZ/VLP/IMAGES/support_quotation.png); }
                #support .main .catalog em { background-image: url(/SP/DAYZ/VLP/IMAGES/support_catalog.png); }
                #support .main .carSearch em { background-image: url(/SP/DAYZ/VLP/IMAGES/support_carSearch.png); }
        #support .sub {
          clear: both;
          margin-top: 2%;
        }
          #support .sub li {
            display: block;
            width: 23.077%;
            margin-left: 2.564%;
            float: left;
          }
          #support .sub li:first-child {
            margin-left: 0;
          }
            #support .sub a {
              display: block;
              padding: 0 6%;
              background-color: #fff;
              border: 1px solid #c2c2c2;
            }
              #support .sub span {
                display: table;
                height: 60px;
              }
                #support .sub em {
                  display: table-cell;
                  padding-left: 46px;
                  background-repeat: no-repeat;
                  background-position: left;
                  background-size: auto 40px;
                  font-size: 1.4em;
                  color: #333;
                  line-height: 1.1;
                  letter-spacing: -0.02em;
                  vertical-align: middle;
                }
                #support .sub .consultation em { background-image: url(/SP/DAYZ/VLP/IMAGES/support_consultation.png); }
                #support .sub .comparison em { background-image: url(/SP/DAYZ/VLP/IMAGES/support_comparison.png); }
                #support .sub .tradeIn em { background-image: url(/SP/DAYZ/VLP/IMAGES/support_tradeIn.png); }
                #support .sub .voice em { background-image: url(/SP/DAYZ/VLP/IMAGES/support_voice.png); }
  /* tablet */
  @media screen and (min-width: 581px) and (max-width: 1279px) {
              #support .main span {
                height: 6.25vw;
              }
                #support .main em {
                  padding-left: 3.5937vw;
                  background-size: auto 3.125vw;
                }
              #support .sub span {
                height: 4.6875vw;
              }
                #support .sub em {
                  padding-left: 3.5937vw;
                  background-size: auto 3.125vw;
                }
  }





  /* --------------------
   * animation
   */
  /* fade */
  .fadeobj {
    transition: 0.75s ease-in-out;
    -o-transition: 0.75s ease-in-out;
    -moz-transition: 0.75s ease-in-out;
    -webkit-transition: 0.75s ease-in-out;
    opacity : 0;
  }
  .fadeobj.show {
    opacity : 1;
  }







  /** -------------------------------
  * safety_caution
  */
  /* @smartphone */
  #safety_caution1,#safety_caution2,#safety_caution3,#safety_caution4,#safety_caution5,#safety_caution6,#safety_caution7,#safety_caution8,#safety_caution9,#safety_caution10,#safety_caution11,#safety_caution12 {
      clear: both;
  }
  #safety_caution1 > .wrap {
      max-width: 1280px;
      margin: 0 auto;
      margin-top: 2%;
      padding: 0 3.667%;
  }
  #safety_caution2 > .wrap,#safety_caution3 > .wrap,#safety_caution4 > .wrap,#safety_caution5 > .wrap,#safety_caution6 > .wrap,#safety_caution7 > .wrap,#safety_caution8 > .wrap,#safety_caution9 > .wrap,#safety_caution10 > .wrap,#safety_caution11 > .wrap,#safety_caution12 > .wrap {
      max-width: 1280px;
      margin: 0 auto;
      margin-top: 5%;
      padding: 0 3.667%;
  }
  #safety_caution1 dl,#safety_caution2 dl,#safety_caution3 dl,#safety_caution4 dl,#safety_caution5 dl,#safety_caution6 dl,#safety_caution7 dl,#safety_caution8 dl,#safety_caution9 dl,#safety_caution10 dl,#safety_caution11 dl,#safety_caution12 dl {
      position: relative;
      border-bottom: 1px solid #c2c2c2;
  }
  #safety_caution1 dt,#safety_caution2 dt,#safety_caution3 dt,#safety_caution4 dt,#safety_caution5 dt,#safety_caution6 dt,#safety_caution7 dt,#safety_caution8 dt,#safety_caution9 dt,#safety_caution10 dt,#safety_caution11 dt,#safety_caution12 dt {
      display: table;
      width: 100%;
      height: 48px;
      background-image: url(../IMAGES/icon_open.png);
      background-repeat: no-repeat;
      background-position: right;
      background-size: auto 40px;
      border-top: 1px solid #c2c2c2;
      cursor: pointer;
  }
  #safety_caution1 dt.open,#safety_caution2 dt.open,#safety_caution3 dt.open,#safety_caution4 dt.open,#safety_caution5 dt.open,#safety_caution6 dt.open,#safety_caution7 dt.open,#safety_caution8 dt.open,#safety_caution9 dt.open,#safety_caution10 dt.open,#safety_caution11 dt.open,#safety_caution12 dt.open {
      background-image: url(../IMAGES/icon_close.png);
  }
  #safety_caution1 dt span,#safety_caution2 dt span,#safety_caution3 dt span,#safety_caution4 dt span,#safety_caution5 dt span,#safety_caution6 dt span,#safety_caution7 dt span,#safety_caution8 dt span,#safety_caution9 dt span,#safety_caution10 dt span,#safety_caution11 dt span,#safety_caution12 dt span {
      display: table-cell;
      padding-left: 5px;
      font-size: 1.3em;
      vertical-align: middle;
  }
  #safety_caution1 dd,#safety_caution2 dd,#safety_caution3 dd,#safety_caution4 dd,#safety_caution5 dd,#safety_caution6 dd,#safety_caution7 dd,#safety_caution8 dd,#safety_caution9 dd,#safety_caution10 dd,#safety_caution11 dd ,#safety_caution12 dd {
      display: none;
      padding-bottom: 20px;
      font-size: 1.2em;
      line-height: 1.5;
  }
  /* tablet */
  @media screen and (min-width: 581px) and (max-width: 1279px) {
      #safety_caution1 dt,#safety_caution2 dt,#safety_caution3 dt,#safety_caution4 dt,#safety_caution5 dt,#safety_caution6 dt,#safety_caution7 dt,#safety_caution8 dt,#safety_caution9 dt,#safety_caution10 dt,#safety_caution11 dt,#safety_caution12 dt {
          height: 3.75vw;
          background-size: auto 3.125vw;
      }
      #safety_caution1 dt span,#safety_caution2 dt span,#safety_caution3 dt span,#safety_caution4 dt span,#safety_caution5 dt span,#safety_caution6 dt span,#safety_caution7 dt span,#safety_caution8 dt span,#safety_caution9 dt span,#safety_caution10 dt span,#safety_caution11 dt span,#safety_caution12 dt span {
          padding-left: 0.3906vw;
      }
      #safety_caution1 dd,#safety_caution2 dd,#safety_caution3 dd,#safety_caution4 dd,#safety_caution5 dd,#safety_caution6 dd,#safety_caution7 dd,#safety_caution8 dd,#safety_caution9 dd,#safety_caution10 dd,#safety_caution11 dd,#safety_caution12 dd {
          padding-bottom: 1.5625vw;
      }
  }


  /* @group .specifications-link */

  .specifications-link {
    margin: calc(50/1170 * 100%) 0;
  }

  .specifications-link .link_box {
    position: relative;
    display: table;
    font-size: 1.4em;
    margin: 2em auto;
    padding: .75em 3.3em .65em 1.5em;
    background-image: none;
    background-color: #c3002f;
    border: 1px solid #c3002f;
    color: #fff;
  }

  .specifications-link .link_box:after {
    font-family: icon-Nissan-Global;
    content: "";
    position: absolute;
    right: 1em;
    top: 50%;
    display: block;
    width: 1.4em;
    height: 1.4em;
    margin-top: -0.65em;
    color: #fff;
    font-size: 1em;
  }

  .specifications-link .link_box:hover {
    color: #fff;
    background-color: #920023;
    border-color: #920023;
    text-decoration: none;
  }

  .specifications-link .link_box:hover span {
    color: #fff;
  }

  /* @end .specifications-link */
