@charset "UTF-8";

/* vehicle */

.vehicle-type-box {
  margin-bottom: 20px;
}

.vehicle-type-content {
  width: 100%;
  box-sizing: border-box;
  border-left: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  padding: 1rem 1.5rem 2rem;
}

.image-wrapper {
  position: relative;
}

.image-wrapper img {
  width: 100%;
}

.btn-vehicle {
  width: 300px;
}


@media screen and (min-width: 480px) {}

@media screen and (min-width: 768px) {

  .image-wrapper {
    width: 320px;
    height: 168px;
    float: left;
  }

  .content-wrapper {
    width: calc(100% - 380px);
    float: right;
  }

}

@media screen and (min-width: 1000px) {}

@media screen and (min-width: 1200px) {}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 999px) {}

@media screen and (max-width: 767px) {

  .image-wrapper {
    max-width: 270px;
    height: 142px;
    margin: 10px auto;
    width: 100%;
  }

  .image-wrapper img {
    height: 142px;
    left: -50%;
    right: -50%;
    position: absolute;
    width: auto;
    display: block;
    margin: auto;
  }

  .btn-vehicle {
    max-width: 280px;
    width: 100%;
  }

}

@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 {
    width: 270px;
    height: 142px;
  }

  .content-wrapper {
    width: calc(100% - 300px);
  }

  .btn-vehicle {
    width: 220px;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1199px) {}

@media print {

  .image-wrapper {
    width: 320px;
    height: 168px;
    float: left;
    border: 1px solid #aaaaaa;
    text-align: center;
  }

  .content-wrapper {
    width: calc(100% - 380px);
    float: right;
  }
}
