@charset "UTF-8";
#page.container_top.in .sec01 {
  padding-top: 0;
  position: relative;
}
#page.container_top.in .container_sec01_img02 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#page.container_top.in .container_sec01_img03 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
#page.container_top.in .sec01_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
#page.container_top.in .sec01_flexitem {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23.834%;
          flex: 0 0 23.834%;
  margin-bottom: 20px;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
#page.container_top.in .sec01_flexitem.sec01_flexitem_kara {
  border: none;
  background-color: transparent;
}
#page.container_top.in .sec01_flexitem_txt_wrap {
  padding: 10px;
}
#page.container_top.in .sec01_flexitem_thum {
  height: 220px;
  margin-bottom: 10px;
}
#page.container_top.in .sec01_flexitem_thum img {
  border-radius: 10px 10px 0 0;
}
#page.container_top.in .sec01-move-text {
  position: absolute;
  top: 172px;
  right: 7px;
  width: 100%;
  max-width: 100px;
}
#page.container_top.in .item_background {
  border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 220px;
  margin-bottom: 10px;
}
#page.container_top.in .sec01_btn_flex_area {
  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: 14px 10px 20px;
}
#page.container_top.in .sec01_flexitem_favorite_btn {
  display: block;
  background: #fff;
  background-repeat: no-repeat;
  background-size: 24px 23px;
  background-position: 5% center;
  border: 1.7px solid #3e3c39;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px #3e3c39;
  box-shadow: 2px 2px #3e3c39;
  text-align: center;
  padding: 12px 0;
  padding-right: 0%;
  max-width: 130px;
  width: 48.5%;
  font-size: 12px;
  font-weight: 600;
}
#page.container_top.in .sec01_flexitem_btn {
  display: block;
  background: #f0272d url(../img/truck_purchase/button_arrow.png);
  background-repeat: no-repeat;
  background-size: 7px 11px;
  background-position: 95% center;
  border: 1.7px solid #3e3c39;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px #3e3c39;
  box-shadow: 2px 2px #3e3c39;
  text-align: center;
  color: #fff;
  padding: 12px 0;
  max-width: 130px;
  width: 48.5%;
  font-size: 12px;
  font-weight: 600;
}
#page.container_top.in .sec01_flexitem_price {
  font-size: 16px;
  font-weight: bold;
}
#page.container_top.in .sec01_flexitem_price span {
  font-size: 40px;
  color: #f0272d;
  display: inline-block;
  margin-right: 10px;
}
#page.container_top.in .sec01_flexitem_txt_wrap table {
  width: 100%;
  margin-bottom: 10px;
  font-size: 16px;
}
#page.container_top.in .sec01_flexitem_txt_number {
  background: #e20012;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  margin-bottom: 20px;
}
#page.container_top.in .sec01_flexitem_txt_wrap table th {
  width: 40%;
  text-align: left;
  padding: 5px 0;
}
#page.container_top.in .sec01_more_btn {
  display: block;
  background: #ffed00 url(../img/container_stock/btn_ui01.png);
  background-repeat: no-repeat;
  background-size: 11px 7px;
  background-position: 90% center;
  border: 2px solid #3e3c39;
  -webkit-box-shadow: 2px 2px #3e3c39;
  box-shadow: 2px 2px #3e3c39;
  border-radius: 35px;
  color: #3e3c39;
  max-width: 232px;
  width: 100%;
  text-align: center;
  margin: auto;
  font-weight: 600;
  padding: 12.5px 0;
  margin: 30px auto;
}
#page.container_top.in .more_link {
  text-align: right;
  margin-right: 10px;
  font-size: 12px;
  font-weight: 900;
  position: relative;
}
#page.container_top.in .more_link: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: 2px;
  right: -10px;
}
#page.container_top.in .float_menu {
  position: fixed;
  right: 0;
  bottom: 100px;
  border: 4px solid #8c453e;
  border-radius: 10px 0 0 10px;
  background-color: #fff;
  z-index: 100;
  padding: 15px 10px;
}
#page.container_top.in .float_menu .top_text {
  font-size: 13px;
  text-align: center;
  line-height: 1.3;
  font-weight: 900;
}
#page.container_top.in .float_menu .chara {
  width: 100%;
  max-width: 90px;
  margin: 8px auto 12px auto;
}
#page.container_top.in .float_menu .float_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page.container_top.in .float_menu .float_tel img {
  width: 100%;
  max-width: 24px;
  margin-right: 2px;
}
#page.container_top.in .float_menu .float_tel p {
  color: #ed5a24;
  font-size: 16px;
  font-weight: 900;
}
#page.container_top.in .float_menu .btn {
  display: block;
  font-size: 10.5px;
  font-weight: 900;
  border: 1px solid #3e3c39;
  -webkit-box-shadow: 1px 1px #3e3c39;
          box-shadow: 1px 1px #3e3c39;
  border-radius: 3px;
  padding: 5px 0;
  text-align: center;
  position: relative;
}
#page.container_top.in .float_menu .btn:after {
  content: "";
  background-image: url(../img/truck/footer_arrow.png);
  background-repeat: no-repeat;
  background-size: 5px 8px;
  width: 5px;
  height: 8px;
  position: absolute;
  right: 5px;
  top: 6px;
}
#page.container_top.in .float_menu .inquiry_btn {
  background-color: #ffed00;
  margin-bottom: 5px;
}
#page.container_top.in .float_menu .list_btn {
  background-image: url(../img/truck/truck_favorite.png);
  background-repeat: no-repeat;
  background-position: left 5px center;
  background-size: 10px 10px;
}
#page.container_top.in .favorite {
  background-image: url(../img/truck/favorite_off.png);
  background-repeat: no-repeat;
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 230px;
  right: 15px;
  z-index: 1;
}
#page.container_top.in .favorite.on {
  background-image: url(../img/truck/favorite_on.png);
}

@media (min-width: 1px) and (max-width: 1220px) {
  #page.container_top.in .sec01_flexitem_favorite_btn {
    padding-right: 5%;
  }
}
@media (min-width: 1px) and (max-width: 1100px) {
  #page.container_top.in .float_menu {
    display: none;
  }
}
@media (min-width: 1px) and (max-width: 1130px) {
  #page.container_top.in .sec01_flexitem_favorite_btn {
    padding-right: 2%;
  }
}
@media (min-width: 1px) and (max-width: 1050px) {
  #page.container_top.in .sec01_flexitem_favorite_btn {
    padding-right: 1%;
    font-size: 11px;
  }
  #page.container_top.in .sec01_flexitem_btn {
    font-size: 11px;
  }
}
@media (min-width: 1px) and (max-width: 940px) {
  #page.container_top.in .sec01_flexitem {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
  }
  #page.container_top.in .slick-dots li button:before {
    display: none;
  }
  #page.container_top.in .sec01_flexitem_favorite_btn {
    padding-right: 8%;
    font-size: 10px;
  }
  #page.container_top.in .sec01_flexitem_btn {
    font-size: 10px;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  #page.container_top.in .container_link_btn {
    font-size: 14px;
  }
  #page.container_top.in h1.sec_ttl {
    font-size: 28px;
    padding-bottom: 25px;
  }
  #page.container_top.in .sec01_flex {
    width: 100%;
    margin: auto;
    display: block;
  }
  #page.container_top.in .sec01_flexitem_thum {
    min-height: 100px;
  }
  #page.container_top.in .sec01_flex .sec01_flexitem {
    background: #fff;
    position: relative;
    margin-bottom: 10px;
  }
  #page.container_top.in .slick-dots li {
    margin: 0 2px;
  }
  #page.container_top.in .slick-dots li.slick-active button:before {
    color: #f0272d;
  }
  #page.container_top.in .sec01_flex .slick-slide {
    /*間を開ける*/
    margin: 10px;
  }
  #page.container_top.in .sec01_flexitem_favorite_btn {
    max-width: 100%;
    padding-right: 0;
    text-align: center;
    background-position: 3% center;
    background-size: 13px 12px;
    font-size: 12px;
  }
  #page.container_top.in .sec01_flexitem_btn {
    max-width: 100%;
    font-size: 12px;
  }
  #page.container_top.in .favorite {
    top: 240px;
    right: 10px;
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
  }
}