#page.lease.category .truck_lease_list.new_lease {
  margin-top: 50px;
}
#page.lease.category .sort_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0 65px;
}
#page.lease.category .sort_link_box .now_truck {
  font-weight: 600;
  display: none;
}
#page.lease.category .sort_link_box .sort_truck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 237px;
  width: 100%;
}
#page.lease.category .sort_link_box .sort_truck .sort_list {
  margin-left: 5px;
  max-width: 168px;
  width: 100%;
  background: #fff url(../img/lease/select_arrow.png);
  background-repeat: no-repeat;
  background-size: 10px 6px;
  border: 1px solid #cacaca;
  background-position: 95% center;
  border: 1px solid #cacaca;
  border-radius: 5px;
  padding: 9px 5px;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#page.lease.category .vehicle-list-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 70px;
}
#page.lease.category .vehicle-list-ul.ready-ride-ul {
  margin-bottom: 50px;
}
#page.lease.category .vehicle-list {
  width: 24.22%;
  position: relative;
  border: 1px solid #ccc;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  margin-bottom: 1%;
  margin-right: 1.04%;
}
#page.lease.category .vehicle-list:nth-child(4n+4) {
  margin-right: 0;
}
#page.lease.category .vehicle-list-link {
  display: block;
}
#page.lease.category .vehicle-list-link-img {
  margin-bottom: 15px;
}
#page.lease.category .item_background {
  border-radius: 10px 10px 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 216px;
}
#page.lease.category .lease-new-icon {
  width: 52px;
  position: absolute;
  top: 10px;
  left: 8px;
}
#page.lease.category .lease-truck-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 13px 15px;
}
#page.lease.category .contact-number-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
#page.lease.category .contact-number-text {
  background: #ffed00;
  color: #3e3c39;
  display: inline-block;
  padding: 1.8px 10px;
  border-radius: 5px;
  font-size: 16px;
}
#page.lease.category .favorite-btn {
  background-image: url(../img/truck/favorite_off.png);
  background-repeat: no-repeat;
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  right: 13px;
  top: 233px;
  z-index: 9;
}
#page.lease.category .favorite-btn.on {
  background-image: url(../img/truck/favorite_on.png);
}
#page.lease.category .truck-name .name {
  font-size: 19px;
  line-height: 1.3;
  font-weight: 600;
}
#page.lease.category .truck-name .model {
  font-size: 16px;
}
#page.lease.category .truck_type .type {
  font-size: 14px;
}
#page.lease.category .lease-key-word {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 7px;
}
#page.lease.category .lease-key-word-list {
  width: auto;
  font-size: 11px;
  background: #fff;
  border: none;
  border-radius: 5px;
  margin-right: 3px;
  margin-left: 0;
  margin-bottom: 10px;
  padding: 5px 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #3e3c39;
  border: 1px solid #d8d9d9;
}
#page.lease.category .truck-price {
  margin-bottom: 10px;
}
#page.lease.category .truck-price .truck-price-ttl {
  font-size: 12px;
  font-weight: 400;
  color: #3e3a39;
}
#page.lease.category .truck-price .truck-price-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
#page.lease.category .truck-price .truck-price-month {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #fff;
  background-color: #3e3a39;
  width: 100%;
  max-width: 48px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3px;
}
#page.lease.category .truck-price .truck-price-content {
  font-size: 10px;
  font-weight: 400;
  color: #3e3a39;
  margin-top: -5px;
}
#page.lease.category .truck-price .truck-price-content .monthly {
  font-size: 14px;
  font-weight: 700;
  color: #ed5a24;
}
#page.lease.category .truck-price .truck-price-content .enn {
  font-size: 18px;
  font-weight: 700;
  color: #ed5a24;
}
#page.lease.category .truck-price .truck-price-content .monthly-price {
  font-size: 24px;
  font-weight: 700;
  color: #ed5a24;
}
#page.lease.category .truck-price-caution {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  color: #3e3a39;
  margin-bottom: 15px;
}
#page.lease.category .truck-details .frame {
  width: 100%;
}
#page.lease.category .truck-details th {
  font-size: 14px;
  padding-bottom: 7px;
  width: 35%;
  text-align: left;
}
#page.lease.category .truck-details td {
  font-size: 14px;
  padding-bottom: 7px;
  width: 65%;
}
#page.lease.category .more-link-btn {
  text-align: right;
  margin-right: 10px;
  font-size: 12px;
  font-weight: 900;
  position: relative;
}
#page.lease.category .more-link-btn::after {
  content: "";
  display: block;
  background-image: url(../img/truck/more_arrow.png);
  background-repeat: no-repeat;
  background-size: 6px 10px;
  width: 6px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -10px;
}
#page.lease.category .category_mv {
  position: relative;
  margin-bottom: 80px;
  max-width: 1200px;
  width: 90%;
}
#page.lease.category .category_mv .cate_top {
  max-width: 660px;
  width: 100%;
  margin-left: auto;
  margin-right: -120px;
}
#page.lease.category .category_mv .mv_inner {
  position: absolute;
  top: 22%;
  left: 0%;
}
#page.lease.category .category_mv .sp_logo {
  max-width: 223px;
  height: auto;
}
#page.lease.category .category_mv .ready-ride-vehicle-area-fukidashi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffed00;
  width: 100%;
  max-width: 196px;
  height: 40px;
  margin-bottom: 20px;
  border-radius: 30px;
  font-size: 17px;
  color: #ea6061;
  font-weight: 600;
  position: relative;
}
#page.lease.category .category_mv .ready-ride-vehicle-area-fukidashi::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #ffed00;
}
#page.lease.category .category_mv .category_title {
  font-size: 34px;
  font-weight: 600;
  color: #ed5a24;
  margin-top: 20px;
  margin-bottom: 50px;
}
#page.lease.category .category_mv.low-price .cate_top {
  max-width: 570px;
  padding-top: 40px;
}
#page.lease.category .category_mv.low-price .sp_logo {
  max-width: 230px;
}
#page.lease.category .category_mv.premium .cate_top {
  max-width: 470px;
  padding-top: 40px;
}
#page.lease.category .category_mv .category_sub_text_caption {
  font-size: 12px;
  margin-top: 15px;
}
#page.lease.category .vehicle-list-box {
  padding-top: 100px;
}
#page.lease.category .new_lease {
  padding: 60px 0;
}
#page.lease.category .truck_sec_title .second_title {
  line-height: 1.3;
  margin-bottom: 15px;
  color: #ed5a24;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}
#page.lease.category .truck_sec_title .second_title .sub {
  margin-top: 15px;
  color: #333;
  display: block;
  text-align: center;
}

@media (max-width: 1200px) and (min-width: 1px) {
  #page.lease.category .category_mv {
    margin: 0px auto 100px;
  }
  #page.lease.category .category_mv .cate_top {
    max-width: 500px;
  }
  #page.lease.category .category_mv.low-price .cate_top {
    max-width: 400px;
  }
  #page.lease.category .category_mv.premium .cate_top {
    max-width: 380px;
    margin-bottom: 30px;
  }
}
@media (max-width: 950px) and (min-width: 1px) {
  #page.lease.category .category_mv .cate_top {
    max-width: 400px;
    margin-right: -60px;
  }
  #page.lease.category .category_mv .category_title {
    margin-bottom: 40px;
    font-size: 28px;
  }
}
@media (max-width: 767px) and (min-width: 1px) {
  #page.lease.category .vehicle-list-ul.ready-ride-ul {
    margin-bottom: 50px;
  }
  #page.lease.category .vehicle-list-ul .vehicle-list {
    padding: 10px;
    border-radius: 0;
  }
  #page.lease.category .vehicle-list-ul .favorite-btn {
    top: 10px;
    right: 10px;
  }
  #page.lease.category .vehicle-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: 0;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 10px;
  }
  #page.lease.category .vehicle-list:nth-child(2n+1) {
    margin-right: 0;
  }
  #page.lease.category .vehicle-list-link {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
  }
  #page.lease.category .vehicle-list-link-img {
    width: 49%;
  }
  #page.lease.category .item_background {
    width: 100%;
    border-radius: 10px;
    height: 155px;
  }
  #page.lease.category .lease-new-icon {
    width: 40px;
    top: 5px;
    left: 5px;
  }
  #page.lease.category .lease-truck-content {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    gap: 10px;
    padding: 0px;
    padding-left: 7px;
    padding-bottom: 7px;
    width: 49%;
  }
  #page.lease.category .lease-truck-content.sp-w {
    width: 100%;
    padding-left: 0;
    gap: unset;
  }
  #page.lease.category .contact-number-flex {
    margin-bottom: 0;
  }
  #page.lease.category .contact-number-text {
    font-size: 10px;
  }
  #page.lease.category .favorite-btn {
    background-size: contain;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
  }
  #page.lease.category .truck-name .name {
    font-size: 14px;
  }
  #page.lease.category .truck-name .model {
    font-size: 10px;
  }
  #page.lease.category .truck-price {
    margin-bottom: 10px;
  }
  #page.lease.category .truck-price .truck-price-month {
    font-size: 11px;
    height: 18px;
    letter-spacing: unset;
  }
  #page.lease.category .truck-price .truck-price-content {
    list-style: 1;
    margin-top: -2px;
  }
  #page.lease.category .truck-price .truck-price-content .monthly {
    font-size: 12px;
  }
  #page.lease.category .truck-price .truck-price-content .enn {
    font-size: 16px;
  }
  #page.lease.category .truck-price .truck-price-content .monthly-price {
    font-size: 20px;
  }
  #page.lease.category .truck-price-caution {
    font-size: 13px;
  }
  #page.lease.category .lease-key-word {
    margin-top: 0;
  }
  #page.lease.category .lease-key-word-list {
    font-size: 10px;
    border-radius: 5px;
    width: auto;
    padding: 5px;
    margin-right: 5px;
  }
  #page.lease.category .truck-details .frame tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #page.lease.category .truck-details .frame tr {
    width: 50%;
  }
  #page.lease.category .truck-details .frame th {
    font-size: 10px;
  }
  #page.lease.category .truck-details .frame td {
    font-size: 10px;
  }
  #page.lease.category .more-link-btn {
    display: none;
  }
  #page.lease.category .category_mv {
    width: 90%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #page.lease.category .category_mv .cate_top {
    max-width: 430px;
    margin-right: unset;
    margin-bottom: 20px;
  }
  #page.lease.category .category_mv .mv_inner {
    position: static;
  }
  #page.lease.category .category_mv .sp_logo {
    max-width: 223px;
    height: auto;
    width: 100%;
    display: none;
  }
  #page.lease.category .category_mv .ready-ride-vehicle-area-fukidashi {
    max-width: 180px;
    height: 35px;
    font-size: 15px;
  }
  #page.lease.category .category_mv .category_title {
    margin-top: 20px;
    font-size: 24px;
    margin-bottom: 20px;
  }
  #page.lease.category .category_mv .category_sub_text {
    margin-bottom: 20px;
  }
  #page.lease.category .category_mv.low-price .cate_top {
    padding-top: 30px;
  }
  #page.lease.category .new_lease {
    padding: 0;
  }
  #page.lease.category .truck_lease_list.new_lease {
    margin-top: 30px;
  }
  #page.lease.category .vehicle-list-box {
    padding-top: 50px;
  }
  #page.lease.category .truck_sec_title .second_title {
    font-size: 18px;
    margin-bottom: 0px;
  }
  #page.lease.category .truck_sec_title .second_title .sub {
    margin-top: 10px;
  }
}