@charset "UTF-8";

.txt-ms {
  margin-bottom: 20px;
}

.txt-m {
  margin-bottom: 50px;
}


.image-wrapper {
  line-height: 0;
}

.box-wrapper .image-wrapper img {
  width: 100%;
}

.ul-disc {
  margin-left: 20px;
  list-style: disc;
}

.precautions .ul-disc {
  margin-bottom: 0px;
}

ol {
  list-style: decimal;
  padding-left: 20px;
}

.content-button .btn {
  min-width: 310px;
  min-height: 50px;
  width: auto;
  margin-top: 30px;
  padding: 12px 30px 12px 15px;
}

@media screen and (min-width: 480px) {}

@media screen and (min-width: 768px) {

  .image-wrapper {
    max-width: 320px;
    height: auto;
    overflow: hidden;
    position: relative;
  }

  .content-wrapper {
    width: calc(100% - 380px);
    float: right;
  }

}

@media screen and (min-width: 1000px) {

  .image-wrapper {
    margin: 0 auto;
  }

  .five-button .btn4 .btn,
  .five-button .btn5 .btn {
    margin-top: 30px;
  }

  .content-wrapper a {
    padding-top: 15px;
    display: inline-block;
  }

}

@media screen and (min-width: 1200px) {}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 999px) {

  body .fa-external-link {
    font-size: 18px;
    position: relative;
    top: 3px;
  }

  .image-wrapper span {
    min-width: 180px;
    min-height: 50px;
    font-size: 24px;
    line-height: 50px;
  }

  #tab.type-of-car {
    overflow: auto;
  }
}

@media screen and (max-width: 767px) {

  .image-wrapper {
    width: auto;
    height: auto;
    position: relative;
    margin: 0 auto;
    display: table;
  }

  .image-wrapper img {
    max-width: 270px;
  }

  .content-wrapper {
    padding-top: 7px;
  }

  .single-btn {
    width: 90%;
    margin: auto;
  }

  .single-btn .btn {
    text-align: center;
    max-width: 310px;
    margin: auto;
    display: table;
  }

  .five-button .grid-sm-6 a {
    margin: auto;
    max-width: 310px;
    display: table;
    width: 90%;
  }

  .five-button .grid-sm-6 {
    margin-bottom: 15px;
  }

  .five-button .grid-sm-6.btn5 {
    margin-bottom: 0px;
  }

  .content-wrapper a {
    margin-top: 10px;
    display: inline-block;
  }

  .example_type .grid-md-3 div.types {
    min-height: auto;
    margin-bottom: 20px;
  }

  .example_type div.types.m-types {
    margin-bottom: 0px;
  }

  .content-button .btn {
    max-width: 310px;
    min-width: auto;
    width: 90%;
    display: table;
    padding: 15px 30px 15px 15px;
  }

}

@media screen and (max-width: 479px) {}

@media screen and (min-width: 480px) and (max-width: 767px) {}

@media screen and (min-width: 768px) and (max-width: 999px) {

  .image-wrapper {
    margin: 0 auto;
  }

  .five-button .btn3 .btn,
  .five-button .btn4 .btn,
  .five-button .btn5 .btn {
    margin-top: 30px
  }

  .content-wrapper a {
    padding-top: 10px;
    display: inline-block;
  }

  .image-wrapper {
    width: 65%;
  }

  .content-wrapper {
    width: calc(100% - 300px);
  }

  .example_type .grid-md-3 div.types {
    min-height: 185px;
    margin-bottom: 20px;
  }

}

@media screen and (min-width: 1000px) and (max-width: 1199px) {

  .five-button .btn3 .btn {
    margin-top: 30px
  }

}

@media print {

  .image-wrapper {
    max-width: 320px;
    min-height: auto;
    position: static;
    margin: 20px auto;
    padding: 10px;
  }

  .grid-12:after {
    content: '';
    display: block;
    clear: both;
    overflow: hidden;
  }

  .image-wrapper img {
    display: block;
    max-width: 320px;
    width: 100%;
    max-height: 168px;
    height: auto;
    margin: 0 auto;
  }

  .grid-lg-4.grid-sm-6 {
    width: 33.3333%;
    margin-bottom: 20px;
    float: left;
  }

  .grid-md-4.grid-sm-4.grid-12 {
    width: 33.3333%;
    float: left;
  }

}
