@charset "UTF-8";

.image-wrapper {
  line-height: 0;
}

.image-wrapper img {
  width: 100%;
}

.content-button .btn {
  margin: 20px auto;
}

@media screen and (min-width: 768px) {

  .image-wrapper {
    width: 300px;
    height: auto;
    margin: 20px auto;
    float: left;
    position: relative;
  }

  .content-wrapper {
    width: calc(100% - 360px);
    float: right;
  }

}

@media screen and (min-width: 1000px) {

  .handling-pass .ttl-lv3 {
    margin-top: 30px;
  }

  .five-button .btn4 .btn,
  .five-button .btn5 .btn {
    margin-top: 30px;
  }


}

@media screen and (max-width: 999px) {

  #tab.type-of-car {
    overflow: auto;
  }

  .handling-pass h2.ttl-lv2 {
    margin-bottom: 34px;
  }

  .handling-pass .ttl-lv2+.ttl-lv3 {
    margin-top: 0;
  }

  .handling-pass .ttl-lv3 {
    margin-top: 20px;
  }

  .content-wrapper .fa-external-link {
    display: inline-block;
    font-size: 14px;
    margin-left: 10px;
    position: relative;
    top: 3px;
  }

  .handling-pass .image-wrapper img {
    width: 215px;
    height: auto;
    margin: auto !important;
    display: table !important;
  }

  .handling-pass .image-wrapper img.m-hide {
    display: none !important;
  }

}

@media screen and (max-width: 767px) {

  .image-wrapper {
    max-width: 215px;
    height: auto;
    position: relative;
    margin: 0px auto 0px auto;
    width: 100%;
    overflow: hidden;
  }

  .image-wrapper img {
    height: auto;
    left: -50%;
    right: -50%;
    width: auto;
    display: block;
    margin: auto;
  }

  .content-wrapper {
    padding-top: 10px;
  }

  .five-button .grid-sm-6 a {
    margin: auto;
    max-width: 345px;
    margin: auto;
    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: 5px;
    display: inline-block;
  }

  .types-btn .btn,
  .btn1.grid-lg-3 {
    width: 90%;
    padding: 10px 30px 10px 30px;
    margin: 25px auto 0;
    display: table;
  }

}

@media screen and (min-width: 768px) and (max-width: 999px) {

  .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: 270px;
    height: 142px;
  }

  .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 {
    width: 260px;
    float: left;
    margin: 0;
    padding: 0;
  }

  .image-wrapper img {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .content-wrapper {
    width: calc(100% - 350px);
    float: right;
  }

  .grid-12:after {
    content: '';
    display: block;
    clear: both;
    overflow: hidden;
  }

  .grid-lg-4.grid-sm-6 {
    width: 33.3333%;
    margin-bottom: 20px;
    float: left;
  }

}
