@charset "UTF-8";
/*sp footer*/
/* 部品静的ページ用フッター(トラックボディ) */
/* 中古部品の在庫確認・お見積もり */
#page.parts.index .breadcrumbs {
  padding-bottom: 0px;
  position: absolute;
}

#page.parts .mv {
  background: url(../img/parts/mv-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow-x: hidden;
}
#page.parts .mv .sendtext_btn {
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  background-color: #e5110d;
  border-radius: 5px;
  width: 100%;
  max-width: 304px;
  padding: 7px 0;
}
#page.parts .mv .sendtext_btn p {
  position: relative;
  display: inline-block;
  font-size: 15.5px;
  font-weight: 600;
  color: #fff;
  padding-right: 10px;
}
#page.parts .mv .sendtext_btn p:before {
  position: absolute;
  content: "";
  display: block;
  background-image: url(../img/parts/send_icon01.png);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  top: 49%;
  left: -7.5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#page.parts .mv .sendtext_btn p:after {
  position: absolute;
  content: "";
  display: block;
  background-image: url(../img/parts/send_icon02.png);
  background-repeat: no-repeat;
  background-size: 24px 16px;
  width: 24px;
  height: 16px;
  top: 52%;
  right: -8%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#page.parts .mv .mv_text {
  margin-top: 50px;
  margin-bottom: 50px;
}
#page.parts .mv .mv_text .mv_center {
  max-width: 1008px;
  max-width: 1083px;
  width: 100%;
  position: relative;
}
#page.parts .mv .mv_text .mv_left_top {
  max-width: 179px;
  position: absolute;
  top: 60px;
  left: -220px;
  left: -150px;
  display: none;
}
#page.parts .mv .mv_text .mv_right_top {
  max-width: 104px;
  max-width: 211px;
  position: absolute;
  top: 50px;
  top: 15px;
  right: -50px;
  right: -105px;
}
#page.parts .mv .mv_text .mv_left_bottom {
  position: absolute;
  max-width: 70px;
  bottom: 40px;
  left: -225px;
  left: -205px;
  display: none;
}
#page.parts .mv .mv_cam_info {
  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;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto 30px;
  position: relative;
}
#page.parts .mv .mv_cam_info .info_bnr {
  width: 49.8%;
}
#page.parts .mv .mv_cam_info .left_logo {
  position: absolute;
  max-width: 105px;
  max-height: 75px;
  top: -74px;
  left: 45px;
  display: none;
}
#page.parts .mv .mv_cam_info .right_logo {
  position: absolute;
  max-width: 90px;
  top: -144px;
  top: -94px;
  right: 0px;
  right: 20px;
  z-index: 0;
}
#page.parts .mv .mv_tel {
  position: relative;
  margin-bottom: 60px;
}
#page.parts .mv .mv_tel .tel_pic {
  max-width: 887px;
  width: 90%;
  margin: auto;
}
#page.parts form {
  position: relative;
  z-index: 2;
}
#page.parts .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.parts .float_menu .top_text {
  font-size: 13px;
  text-align: center;
  line-height: 1.3;
  font-weight: 900;
}
#page.parts .float_menu .chara {
  width: 100%;
  max-width: 90px;
  margin: 8px auto 12px auto;
}
#page.parts .float_menu .float_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#page.parts .float_menu .float_tel img {
  width: 100%;
  max-width: 24px;
  margin-right: 2px;
}
#page.parts .float_menu .float_tel p {
  color: #ed5a24;
  font-size: 16px;
  font-weight: 900;
}
#page.parts .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.parts .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.parts .float_menu .inquiry_btn {
  background-color: #ffed00;
  margin-bottom: 5px;
}
#page.parts .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.parts .first_search_box {
  border: 4px solid #3e3c39;
  border-bottom: none;
  background: #efefef;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 60px 50px 20px;
  padding: 40px 0 0;
}
#page.parts .first_search_box .title_area {
  display: inline-block;
  position: absolute;
  top: -23px;
  right: 0px;
  left: 0;
  margin: auto;
  padding: 12.5px 0;
  z-index: 2;
  width: 452px;
  text-align: center;
  border-radius: 0 0 7px 7px;
  background: #ed5a24;
  border: 3px solid #3e3c39;
}
#page.parts .first_search_box .title_area::before {
  position: absolute;
  content: "";
  top: -3px;
  right: -23px;
  border: none;
  border-bottom: solid 21px #3e3c39;
  border-right: solid 21px transparent;
}
#page.parts .first_search_box .title_area .title {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  position: relative;
  letter-spacing: 1px;
}
#page.parts .first_search_box .title_area .title:before {
  content: "";
  display: inline-block;
  background: url(../img/parts/search.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 57px;
  height: 68px;
  position: absolute;
  left: -22px;
  top: -26px;
}
#page.parts .first_search_box .left_logo {
  position: absolute;
  top: -105px;
  left: 0;
  max-width: 144px;
}
#page.parts .first_search_box .right_logo {
  position: absolute;
  top: -110px;
  right: 10px;
  max-width: 127px;
}
#page.parts .first_search_box .parts_number_search {
  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;
}
#page.parts .first_search_box .parts_number_search .text {
  font-size: 16px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}
#page.parts .first_search_box .parts_number_search .number_search_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
}
#page.parts .first_search_box .parts_number_search .number_search_box .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 68%;
  flex: 0 0 68%;
}
#page.parts .first_search_box .parts_number_search .number_search_box .right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#page.parts .first_search_box .parts_number_search input[type=text] {
  max-width: 300px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #cacaca;
  padding: 7.5px 5px;
}
#page.parts .first_search_box .parts_number_search span.hyphen {
  width: 22px;
  height: 3px;
  background: #000;
  margin: 0 15px;
}
#page.parts .first_search_box .parts_number_search span.number {
  font-size: 45px;
  line-height: 1;
}
#page.parts .first_search_box .parts_number_search .search_btn {
  background: #ed5a24 url(../img/parts/search_btn.png);
  background-repeat: no-repeat;
  background-size: 29px 28px;
  background-position: 5% center;
  width: 100%;
  max-width: 200px;
  border: 3px solid #3e3c39;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px #3e3c39;
  box-shadow: 2px 2px #3e3c39;
  color: #fff;
  font-size: 16px;
  padding: 5.5px 0;
}
#page.parts .search_body_title_area {
  background: #efefef;
  border: 4px solid #3e3c39;
  border-top: none;
  border-bottom: none;
  padding: 0px 65px 0px 50px;
  text-align: right;
}
#page.parts .search_body_title_area p span {
  font-size: 28px;
  color: #ed5a24;
  margin-left: 3px;
  font-weight: 600;
}
#page.parts .form_free {
  background: #efefef;
  border: 4px solid #3e3c39;
  border-top: none;
  border-bottom: none;
  padding: 15px 65px 30px 50px;
  position: relative;
  max-width: 1200px;
}
#page.parts .form_free .form_free_inner {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  position: relative;
}
#page.parts .form_free .form_free_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  gap: 15px;
}
#page.parts .form_free .search_category_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
#page.parts .form_free .search_category_name p {
  font-size: 14px;
  background-color: #fff;
  border-radius: 50px;
  border: 1px solid #595757;
  line-height: 1;
  padding: 8px 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page.parts .form_free .search_category_name span {
  cursor: pointer;
  position: relative;
  bottom: 1.5px;
  left: 3px;
}
#page.parts .form_free .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#page.parts .form_free input[type=text] {
  width: 890px;
  padding: 12px 0;
  margin-bottom: 10px;
  outline: none;
  border-radius: 10px;
  border: 2px solid #3e3c39;
  padding-left: 10px;
  -webkit-box-shadow: 1px 1px #3e3c39;
  box-shadow: 1px 1px #3e3c39;
}
#page.parts .form_free .form_btn {
  width: 130px;
}
#page.parts .form_free .form_btn input[type=submit] {
  background-image: url(../img/truck/truck_search/submit.png);
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-color: #ffe900;
  width: 100%;
  padding: 7px 0 9px 15px;
  outline: none;
  border: 3px solid #3e3c39;
  -webkit-box-shadow: 1px 1px #3e3c39;
  box-shadow: 1px 1px #3e3c39;
  border-radius: 10px;
  font-weight: 600;
  cursor: pointer;
}
#page.parts .form_free .reset_btn {
  position: absolute;
  top: 59px;
  right: 181px;
  width: 24px;
}
#page.parts .form_free .reset_btn input[type=reset] {
  background-image: url(../img/truck/truck_search/clear.png);
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  width: 24px;
  height: 24px;
  padding: 10px 0;
  outline: none;
  border-radius: 50px;
  background-color: rgba(133, 133, 133, 0.6);
  border: none;
  cursor: pointer;
}
#page.parts .form_free .form_free_keyword {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
#page.parts .form_free .form_free_keyword p {
  font-size: 14px;
  color: #595757;
}
#page.parts .form_free .form_free_keyword span {
  background: #979898;
  display: inline-block;
  padding: 2px 8px;
  text-align: center;
  color: #fff;
  margin-right: 10px;
  border-radius: 5px;
  font-size: 12px;
  cursor: pointer;
  position: relative;
}
#page.parts .second_search_box {
  border: 4px solid #3e3c39;
  border-top: none;
  background: #fff;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 15px 65px 30px 50px;
  background: #efefef;
  border: 4px solid #3e3c39;
  border-top: none;
  border-bottom: none;
}
#page.parts .second_search_box .second_left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
}
#page.parts .second_search_box .free_input_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-bottom: 30px;
}
#page.parts .second_search_box .free_input_area input[type=text] {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #cacaca;
  padding: 7.5px 5px;
  border-radius: 3px;
}
#page.parts .second_search_box .free_input_area .search_btn {
  background: #ed5a24 url(../img/parts/search_btn.png);
  background-repeat: no-repeat;
  background-size: 29px 28px;
  background-position: 5% center;
  width: 100%;
  max-width: 116px;
  border: 3px solid #3e3c39;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px #3e3c39;
  box-shadow: 2px 2px #3e3c39;
  color: #fff;
  font-size: 16px;
  padding: 7.5px 0 4.5px;
  padding-left: 14px;
  margin-left: 10px;
}
#page.parts .second_search_box .campaign_bnr {
  margin-bottom: 10px;
}
#page.parts .second_search_box .campaign_bnr a {
  display: block;
}
#page.parts .second_search_box .left_text {
  font-size: 16px;
  margin-bottom: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
#page.parts .second_search_box .left_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#page.parts .second_search_box .left_flex input[type=checkbox] {
  display: none;
}
#page.parts .second_search_box .left_flex input[type=checkbox] + label {
  background: #fff url(../img/parts/check_box_befoer.png);
  background-size: 30px 24px;
  background-repeat: no-repeat;
  background-position: left top;
  padding: 10px 0;
  font-size: 11px;
  text-align: center;
  cursor: pointer;
  width: 100%;
  border: 1px solid #cacaca;
  border-radius: 5px;
}
#page.parts .second_search_box .left_flex input[type=checkbox]:checked + label {
  background: #ed5a24 url(../img/parts/check_box_after.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 30px 24px;
  color: #fff;
  cursor: pointer;
}
#page.parts .second_search_box .left_flex .second_checkbox {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 18.5%;
  flex: 0 0 18.5%;
  margin-bottom: 2%;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#page.parts .second_search_box .left_flex .second_checkbox img {
  max-width: 45px;
  height: auto;
  margin: 13px auto 10px;
}
#page.parts .second_search_box .second_right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#page.parts .second_search_box .second_right .right_table {
  width: 100%;
}
#page.parts .second_search_box .second_right .right_table th {
  text-align: left;
  font-size: 16px;
  padding-left: 0;
}
#page.parts .second_search_box .second_right .right_table td {
  padding: 10px 0;
}
#page.parts .second_search_box .second_right .right_table .second_select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: 1px solid #cacaca;
  padding: 7.5px 5px;
  background: #fff url(../img/parts/select_arrow.png);
  background-repeat: no-repeat;
  background-size: 8px 5px;
  background-position: 95% center;
  border-radius: 3px;
}
#page.parts .second_search_box .second_right .right_table input[type=text] {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #cacaca;
  padding: 7.5px 5px;
  border-radius: 3px;
}
#page.parts .second_search_box .second_right .search_btn_area {
  width: 100%;
  margin: 10px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#page.parts .second_search_box .second_right .search_btn_area .search_button {
  background: #ed5a24 url(../img/parts/search_btn.png);
  background-repeat: no-repeat;
  background-size: 29px 28px;
  background-position: 5% center;
  width: 100%;
  max-width: 200px;
  border: 3px solid #3e3c39;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px #3e3c39;
  box-shadow: 2px 2px #3e3c39;
  color: #fff;
  font-size: 16px;
  padding: 5.5px 0;
  margin-right: 10px;
}
#page.parts .second_search_box .second_right .search_btn_area .reset_button {
  background: #b1b1b2 url(../img/parts/batu.png);
  background-repeat: no-repeat;
  background-size: 13px 13px;
  background-position: 8% center;
  max-width: 98px;
  width: 100%;
  font-size: 14px;
  color: #fff;
  border-radius: 5px;
  border: none;
}
#page.parts .second_search_box .second_right .search_btn_area.clicked {
  display: none;
}
#page.parts .second_search_box .right_text {
  font-size: 16px;
}
#page.parts .second_search_box .second_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 3px solid #3e3c39;
  -webkit-box-shadow: 2px 2px #3e3c39;
  box-shadow: 2px 2px #3e3c39;
  border-radius: 10px;
  cursor: pointer;
  background: #fff;
  margin-bottom: 5px;
  width: 175px;
  height: 40px;
  padding-left: 5px;
  margin-right: 4px;
}
#page.parts .second_search_box .second_checkbox .img {
  width: 30px;
  margin-right: 5px;
}
#page.parts .second_search_box .second_checkbox .name {
  font-size: 12px;
  padding-left: 5px;
  border-left: 1px solid #000;
  height: 35px;
  line-height: 35px;
}
#page.parts .second_search_box input[type=checkbox] {
  display: none;
}
#page.parts .second_search_box input[type=checkbox]:checked + label {
  background: #ed5a24;
  color: #fff;
  cursor: pointer;
}
#page.parts .third_search_box {
  border: 4px solid #3e3c39;
  border-top: none;
  background: #f3f4f4;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 50px 20px;
}
#page.parts .third_search_box .third_first_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
#page.parts .third_search_box .third_first_area .category_area {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#page.parts .third_search_box .third_first_area .part_name_area {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#page.parts .third_search_box .third_first_area .first_text {
  font-size: 16px;
  margin-right: 20px;
}
#page.parts .third_search_box .third_first_area .third_select {
  max-width: 226px;
}
#page.parts .third_search_box .third_select {
  width: 100%;
  max-width: 179px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: 1px solid #cacaca;
  padding: 7.5px 5px;
  background: #fff url(../img/parts/select_arrow.png);
  background-repeat: no-repeat;
  background-size: 8px 5px;
  background-position: 95% center;
  border-radius: 3px;
}
#page.parts .third_search_box .third_second_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
#page.parts .third_search_box .third_second_area .check_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
#page.parts .third_search_box .third_second_area .check_area label {
  margin-right: 20px;
  font-size: 16px;
}
#page.parts .third_search_box .third_second_area .check_title {
  font-size: 16px;
  margin-right: 20px;
}
#page.parts .third_search_box .third_second_area .color_title {
  font-size: 16px;
  margin-right: 20px;
}
#page.parts .third_search_box .third_second_area .color_area {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#page.parts .third_search_box .third_second_area .color_area input[type=checkbox] {
  display: none;
}
#page.parts .third_search_box .third_second_area .color_area input[type=checkbox] + label {
  cursor: pointer;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  margin-right: 10px;
  display: inline-block;
}
#page.parts .third_search_box .third_second_area .color_area input[type=checkbox]:checked + label {
  -webkit-box-shadow: 0 0 0 3px #ed5a24;
  box-shadow: 0 0 0 3px #ed5a24;
  cursor: pointer;
}
#page.parts .third_search_box .third_third_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
#page.parts .third_search_box .third_third_area .price_area {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#page.parts .third_search_box .third_third_area .price_title {
  font-size: 16px;
  margin-right: 20px;
}
#page.parts .third_search_box .third_third_area .middle {
  font-size: 16px;
  margin: 0 10px;
}
#page.parts .third_search_box .third_third_area .model_area {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#page.parts .third_search_box .third_third_area .model_title {
  font-size: 16px;
  margin-right: 20px;
}
#page.parts .third_search_box .trhid_fore_area {
  margin-bottom: 20px;
}
#page.parts .third_search_box .trhid_fore_area .price_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#page.parts .third_search_box .trhid_fore_area .price_area .price_title {
  margin-right: 30px;
}
#page.parts .third_search_box .trhid_fore_area .price_area .middle {
  font-size: 16px;
  margin: 0 10px;
}
#page.parts .third_search_box .trird_six_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#page.parts .third_search_box .trird_six_area .category_area {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#page.parts .third_search_box .trird_six_area .part_name_area {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#page.parts .third_search_box .trird_six_area .first_text {
  font-size: 16px;
  margin-right: 20px;
}
#page.parts .third_search_box .trird_six_area .third_select {
  max-width: 226px;
}
#page.parts .third_search_box .trird_six_area input[type=text] {
  max-width: 226px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: 1px solid #cacaca;
  padding: 7.5px 5px;
  border-radius: 3px;
}
#page.parts .third_search_box .form_submit_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#page.parts .third_search_box .form_submit_button .search_button {
  background: #ed5a24 url(../img/parts/search_btn.png);
  background-repeat: no-repeat;
  background-size: 29px 28px;
  background-position: 5% center;
  width: 100%;
  display: block;
  margin-right: 10px;
  max-width: 251px;
  border: 3px solid #3e3c39;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px #3e3c39;
  box-shadow: 2px 2px #3e3c39;
  color: #fff;
  font-size: 16px;
  padding: 8.5px 0;
}
#page.parts .third_search_box .form_submit_button .reset_button {
  background: #b1b1b2 url(../img/parts/batu.png);
  background-repeat: no-repeat;
  background-size: 13px 13px;
  background-position: 8% center;
  max-width: 98px;
  width: 100%;
  font-size: 14px;
  color: #fff;
  border-radius: 5px;
}
#page.parts .search_second_open {
  display: inline-block;
  font-size: 16px;
  padding: 0 1.6em 0em;
  color: #fff;
  text-align: center;
  z-index: 1;
  width: 100%;
  margin-bottom: 30px;
}
#page.parts .search_second_open .open_parts {
  background: url(../img/parts/btn_bk.png);
  background-repeat: no-repeat;
  background-size: 217px 44px;
  background-position: center;
  line-height: 36px;
  height: 44px;
}
#page.parts .search_second_open .open_parts .img_arrow {
  display: inline-block;
  width: 15px;
  height: 10px;
  margin-right: 5px;
}
#page.parts .search_second_open .open_parts.open {
  display: none;
}
#page.parts .search_second_open .open_parts.close_parts.close {
  display: none;
}
#page.parts .search_second_open .open_parts.close_parts.open {
  display: block;
}
#page.parts .info {
  background: #3e3c39;
  position: relative;
  padding-bottom: 30px;
}
#page.parts .info .left_top {
  position: absolute;
  top: -54px;
  left: 0;
  max-width: 160px;
}
#page.parts .info .left_bottom {
  position: absolute;
  bottom: -30px;
  left: 50px;
  max-width: 59px;
}
#page.parts .info .right_top {
  position: absolute;
  top: -40px;
  right: 50px;
  max-width: 75px;
}
#page.parts .info .right_top_second {
  position: absolute;
  top: 25px;
  right: 180px;
  max-width: 35px;
}
#page.parts .info .right_bottom {
  position: absolute;
  bottom: -30px;
  right: 50px;
  max-width: 55px;
}
#page.parts .info .mv_info {
  padding: 30px 0;
}
#page.parts .info .mv_info .info_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 700px;
  margin: auto;
  color: #ffed00;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#page.parts .info .mv_info .info_box .mv_info_rig {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#page.parts .info .mv_info .info_box .mv_info_rig dt {
  padding-left: 50px;
  margin-right: 20px;
  border-left: 1px solid #fff;
  font-size: 14px;
}
#page.parts .info .mv_info .info_box .mv_info_rig dd {
  font-size: 14px;
}
#page.parts .info .mv_second .renewal_mv-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#page.parts .info .mv_second .renewal_mv-list li {
  width: 32.8%;
  margin-bottom: 0.8%;
}
#page.parts .info .mv_second .renewal_mv-list li:nth-child(2) {
  margin: 0 0.8% 0.8%;
}
#page.parts .info .mv_second .renewal_mv-list li:nth-child(5) {
  margin: 0 0.8% 0.8%;
}
#page.parts .info .mv_second .renewal_mv-list li:nth-child(8) {
  margin: 0 0.8% 0.8%;
}
#page.parts .info .mv_second .renewal_mv-list li a {
  display: block;
}
#page.parts .info .mv_second .renewal_mv-list li img {
  border-radius: 5px;
}
#page.parts .info .mv_second .mv_slider {
  width: 100%;
  margin: auto;
}
#page.parts .info .mv_second .mv_slider li.slick-slide {
  margin-bottom: 20px;
  margin-left: 20px;
}
#page.parts .info .mv_second .mv_slider li.slick-slide a {
  display: block;
}
#page.parts .info .mv_second .slick-dots {
  margin-bottom: 10px;
  bottom: -25px;
}
#page.parts .info .mv_second .slick-dots li button:before {
  color: #fff;
  opacity: 1;
}
#page.parts .info .mv_second .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #ffed00;
}
#page.parts .sec02 {
  margin: 80px 0;
}
#page.parts .sec02 .keyword_sort_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #d8d9d9;
  margin-top: 80px;
}
#page.parts .sec02 .keyword_sort_box .keyword {
  width: 65%;
}
#page.parts .sec02 .keyword_sort_box .keyword .key_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px;
}
#page.parts .sec02 .keyword_sort_box .keyword .key-link {
  display: block;
  width: auto;
  font-size: 14px;
  background: #fff;
  border-radius: 5px;
  margin-right: 5px;
  margin-left: 0;
  margin-bottom: 7px;
  padding: 5px 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #3e3c39;
  border: 1px solid #d8d9d9;
}
#page.parts .sec02 .keyword_sort_box .sort {
  width: 35%;
}
#page.parts .sec02 .keyword_sort_box .sort .sort_first {
  max-width: 278px;
  margin-right: 0;
  margin-left: auto;
}
#page.parts .sec02 .keyword_sort_box .sort .sort_second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 5px;
}
#page.parts .sec02 .keyword_sort_box .sort .sort_list {
  max-width: 168px;
  width: 100%;
  background: #fff url(../img/truck/select_arrow.jpg);
  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;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
#page.parts .sec02 .keyword_sort_box .sort .print_btn {
  padding: 8.5px 5px;
  border: 1px solid #cacaca;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  margin-left: 8px;
}
#page.parts .sec02 .keyword_sort_box .sort .print_btn .print_img {
  max-width: 18px;
  max-height: 15px;
  width: 100%;
  height: auto;
  margin-right: 8px;
}
#page.parts .parts_sec_title.parts-sec-ttl {
  margin-bottom: 70px;
}
#page.parts .parts_sec_title.parts-sec-ttl .title {
  color: #fff;
}
#page.parts .parts_sec_title .title {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}
#page.parts .parts_sec_title .title.search {
  line-height: 1.3;
  margin-bottom: 15px;
  color: #ed5a24;
  font-size: 22px;
}
#page.parts .parts_sec_title .title.search .sub {
  margin-top: 15px;
  color: #333;
  display: block;
}
#page.parts .sort_truck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
#page.parts .sort_truck .text {
  margin-right: 10px;
}
#page.parts .sort_truck .sort_list {
  max-width: 168px;
  width: 100%;
  background: #fff url(../img/parts/select_arrow.png);
  background-repeat: no-repeat;
  background-size: 8px 5px;
  background-position: 95% center;
  border-radius: 3px;
  outline: none;
  border: 1px solid #cacaca;
  padding: 7.5px 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#page.parts .truck_search_list .truck_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
#page.parts .truck_search_list .truck_list li {
  width: 24.2%;
  position: relative;
  border: 1px solid #d8d9d9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  margin-bottom: 1%;
}
#page.parts .truck_search_list .truck_list li:nth-child(2) {
  margin: 0 1% 1%;
}
#page.parts .truck_search_list .truck_list li:nth-child(6) {
  margin: 0 1% 1%;
}
#page.parts .truck_search_list .truck_list li:nth-child(10) {
  margin: 0 1% 1%;
}
#page.parts .truck_search_list .truck_list li:nth-child(14) {
  margin: 0 1% 1%;
}
#page.parts .truck_search_list .truck_list li:nth-child(18) {
  margin: 0 1% 1%;
}
#page.parts .truck_search_list .truck_list li:nth-child(22) {
  margin: 0 1% 1%;
}
#page.parts .truck_search_list .truck_list li:nth-child(26) {
  margin: 0 1% 1%;
}
#page.parts .truck_search_list .truck_list li:nth-child(30) {
  margin: 0 1% 1%;
}
#page.parts .truck_search_list .truck_list li:nth-child(34) {
  margin: 0 1% 1%;
}
#page.parts .truck_search_list .truck_list li:nth-child(38) {
  margin: 0 1% 1%;
}
#page.parts .truck_search_list .truck_list li:nth-child(3) {
  margin-right: 1%;
}
#page.parts .truck_search_list .truck_list li:nth-child(7) {
  margin-right: 1%;
}
#page.parts .truck_search_list .truck_list li:nth-child(11) {
  margin-right: 1%;
}
#page.parts .truck_search_list .truck_list li:nth-child(15) {
  margin-right: 1%;
}
#page.parts .truck_search_list .truck_list li:nth-child(19) {
  margin-right: 1%;
}
#page.parts .truck_search_list .truck_list li:nth-child(23) {
  margin-right: 1%;
}
#page.parts .truck_search_list .truck_list li:nth-child(27) {
  margin-right: 1%;
}
#page.parts .truck_search_list .truck_list li:nth-child(31) {
  margin-right: 1%;
}
#page.parts .truck_search_list .truck_list li:nth-child(35) {
  margin-right: 1%;
}
#page.parts .truck_search_list .truck_list li:nth-child(39) {
  margin-right: 1%;
}
#page.parts .truck_search_list .truck_list li .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.parts .truck_search_list .truck_list li .favorite.on {
  background-image: url(../img/truck/favorite_on.png);
}
#page.parts .truck_search_list .truck_list li .truck_lease {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  max-width: 58px;
}
#page.parts .truck_search_list .truck_list li .truck_lease.free_shipping::after {
  content: "";
  position: absolute;
  background-image: url(../img/parts/sec02_free.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 44px;
  height: 44px;
  bottom: -150px;
  right: 6px;
}
#page.parts .truck_search_list .truck_list li .truck_pic {
  margin-bottom: 15px;
  display: block;
  position: relative;
}
#page.parts .truck_search_list .truck_list li .truck_pic .warranty {
  position: absolute;
  bottom: 7px;
  left: 7px;
  z-index: 1;
  max-width: 105px;
}
#page.parts .truck_search_list .truck_list li .truck_pic .warranty.sixmonth {
  max-width: 122px;
}
#page.parts .truck_search_list .truck_list li .truck_pic img {
  border-radius: 10px 10px 0 0;
}
#page.parts .truck_search_list .truck_list li .truck_pic .item_background {
  border-radius: 10px 10px 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 216px;
}
#page.parts .truck_search_list .truck_list li .truck_content {
  padding: 0 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#page.parts .truck_search_list .truck_list li .truck_content .contact_number {
  margin-bottom: 10px;
}
#page.parts .truck_search_list .truck_list li .truck_content .contact_number .number {
  line-height: 1.5;
}
#page.parts .truck_search_list .truck_list li .truck_content .truck_name .name {
  font-size: 21px;
  line-height: 1.3;
  font-weight: 600;
}
#page.parts .truck_search_list .truck_list li .truck_content .truck_name .model {
  font-size: 16px;
}
#page.parts .truck_search_list .truck_list li .truck_content .truck_price .price {
  font-weight: 600;
}
#page.parts .truck_search_list .truck_list li .truck_content .truck_price .price span {
  font-size: 24px;
  color: #ed5a24;
}
#page.parts .truck_search_list .truck_list li .truck_content .truck_price .price_contact {
  color: #ed5a24;
  min-height: 63px;
  font-weight: 600;
  margin-top: 5px;
}
#page.parts .truck_search_list .truck_list li .truck_content .truck_details {
  margin-bottom: 10px;
}
#page.parts .truck_search_list .truck_list li .truck_content .truck_details .frame {
  width: 100%;
}
#page.parts .truck_search_list .truck_list li .truck_content .truck_details .frame th {
  font-size: 14px;
  padding-bottom: 7px;
  width: 50%;
  text-align: left;
}
#page.parts .truck_search_list .truck_list li .truck_content .truck_details .frame td {
  font-size: 14px;
  padding-bottom: 7px;
  width: 50%;
}
#page.parts .truck_search_list .truck_list li .truck_content .more_link {
  text-align: right;
  margin-right: 10px;
  font-size: 12px;
  font-weight: 900;
  position: relative;
}
#page.parts .truck_search_list .truck_list li .truck_content .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.parts .truck_search_list .truck_list li .truck_content .first_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 10px 0 5px;
}
#page.parts .truck_search_list .truck_list li .truck_content .first_btn .f_list_btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
}
#page.parts .truck_search_list .truck_list li .truck_content .first_btn .f_list_btn a {
  font-size: 15px;
  width: 100%;
  display: block;
  border: 2px solid #3e3c39;
  -webkit-box-shadow: 2px 2px #3e3c39;
  box-shadow: 2px 2px #3e3c39;
  border-radius: 5px;
  background: #fff;
  text-align: center;
  padding: 10px 0;
  padding-left: 0%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 600;
}
#page.parts .truck_search_list .truck_list li .truck_content .first_btn .zaiko_btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
}
#page.parts .truck_search_list .truck_list li .truck_content .first_btn .zaiko_btn a {
  font-size: 15px;
  width: 100%;
  display: block;
  border: 2px solid #3e3c39;
  -webkit-box-shadow: 2px 2px #3e3c39;
  box-shadow: 2px 2px #3e3c39;
  border-radius: 5px;
  background: #ffed00 url(../img/parts/truck_zaiko.png);
  background-repeat: no-repeat;
  background-size: 17px 21px;
  background-position: 3% center;
  text-align: center;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 600;
}
#page.parts .truck_search_list .truck_list li .truck_content .last_btn a {
  display: block;
  background: #ed5a24;
  border: 2px solid #3e3c39;
  -webkit-box-shadow: 2px 2px #3e3c39;
  box-shadow: 2px 2px #3e3c39;
  border-radius: 5px;
  position: relative;
  padding: 13.5px 0;
  text-align: center;
  color: #fff;
  font-weight: 600;
}
#page.parts .truck_search_list .truck_list li .truck_content .last_btn a::before {
  content: "";
  display: inline-block;
  background: url(../img/parts/sec02_link_btn.png);
  background-repeat: no-repeat;
  width: 21px;
  height: 24px;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 5px;
}
#page.parts .truck_search_list .truck_list li .truck_content .last_btn a::after {
  content: "";
  display: inline-block;
  background: url(../img/truck/nore_button.png);
  background-repeat: no-repeat;
  width: 8px;
  height: 12px;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 5px;
}
#page.parts .truck_search_list .more_look .look_btn a {
  display: block;
  text-align: center;
  max-width: 250px;
  margin: 0px auto 50px;
  border: 3px solid #3e3c39;
  -webkit-box-shadow: 2px 2px #3e3c39;
  box-shadow: 2px 2px #3e3c39;
  border-radius: 5px;
  background: url(../img/parts/look_arrow.png);
  background-repeat: no-repeat;
  background-size: 9px 13px;
  background-position: 95% center;
  font-weight: 600;
  padding: 8px 0;
}
#page.parts .parts_link_area .maka_link_title {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
}
#page.parts .parts_link_area .maka_link_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 40px 0 80px;
}
#page.parts .parts_link_area .maka_link_list li {
  width: calc(14.2857142857% - 25px);
}
#page.parts .parts_link_area .maka_link_list a {
  display: block;
}
#page.parts .parts_link_area .body_link_title {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 45px;
}
#page.parts .parts_link_area .body_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 80%;
  margin: auto;
  margin-bottom: 70px;
}
#page.parts .parts_link_area .body_list .body_link {
  width: 12%;
  margin-right: 8px;
  text-align: center;
  margin-bottom: 0.5%;
  display: block;
  background: #ed5a24;
  padding: 11px 0px;
  border: 1px solid #3e3c39;
  border-radius: 10px;
  -webkit-box-shadow: 4px 4px #3e3c39;
  box-shadow: 4px 4px #3e3c39;
}
#page.parts .parts_link_area .body_list .body_link .check_list img {
  max-width: 50px;
  max-height: 42px;
  width: 100%;
  height: auto;
  margin: auto;
}
#page.parts .parts_link_area .body_list .body_link .check_list .text {
  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;
  font-size: 12px;
  height: 30px;
  margin-top: 5px;
  line-height: 1.3;
  color: #fff;
}
#page.parts .parts_link_area .body_list .body_link:nth-child(7n) {
  margin-right: 0;
}
#page.parts .parts_link_area .second_search_box {
  background: none;
  border: none;
  padding: 0;
  margin-top: 20px;
}
#page.parts .parts_link_area .second_search_box .second_checkbox {
  width: calc(16.6666666667% - 5px);
  margin-right: 5px;
}
#page.parts .parts_link_area .maker_link {
  margin-top: 50px;
}
#page.parts .parts_link_area .maker_link .left_text {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
#page.parts .parts_link_area .maker_link .flex_area {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
#page.parts .parts_link_area .maker_link .flex_area .img {
  width: 100%;
  max-width: 68px;
  margin-right: 5px;
}
#page.parts .parts_link_area .maker_link .flex_area .img a img {
  -webkit-box-shadow: 2px 2px #3e3c39;
  box-shadow: 2px 2px #3e3c39;
  border-radius: 15%;
}
#page.parts .parts_link_area .maker_link .flex_area .img:last-child {
  margin-right: 0;
}
#page.parts .contact {
  background: #ffed00;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 4px solid #3e3c39;
  border-bottom: 4px solid #3e3c39;
  padding: 30px 0;
}
#page.parts .contact .contact_bar_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#page.parts .contact .contact_bar_area li {
  margin-bottom: 1%;
}
#page.parts .contact .contact_bar_area li a {
  display: block;
}
#page.parts .contact .contact_bar_area li:nth-child(2) {
  margin-left: 1%;
}
#page.parts .contact .contact_frist {
  background: #3e3c39;
  border: 1px solid #3e3c39;
  padding: 3px;
}
#page.parts .contact .contact_frist .contact_f_text {
  text-align: center;
  color: #ffed00;
}
#page.parts .contact .contact_second {
  border: 3px solid #3e3c39;
  background: #fff;
  padding: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#page.parts .contact .contact_second .contact_second_left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  border-right: 1px solid #3e3c39;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#page.parts .contact .contact_second .contact_second_left .contact_pic {
  max-width: 382px;
  width: 100%;
  height: auto;
  margin-right: 20px;
  margin-left: auto;
}
#page.parts .contact .contact_second .contact_second_right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
}
#page.parts .contact .contact_second .contact_second_right .second_right_tel {
  max-width: 572px;
  margin-bottom: 10px;
}
#page.parts .contact .contact_second .contact_second_right .contact_link_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#page.parts .contact .contact_second .contact_second_right .contact_link_area .web_btn {
  width: 100%;
  max-width: 215px;
  margin-right: 10px;
}
#page.parts .contact .contact_second .contact_second_right .contact_link_area .web_btn a {
  display: block;
  background: #ed5a24 url(../img/parts/contact_arrow.png);
  background-repeat: no-repeat;
  background-size: 10px 13px;
  background-position: 95% center;
  color: #fff;
  text-align: center;
  border: 3px solid #3e3c39;
  -webkit-box-shadow: 2px 2px #3e3c39;
  box-shadow: 2px 2px #3e3c39;
  border-radius: 5px;
  padding: 14.5px 0;
  font-weight: 600;
}
#page.parts .contact .contact_second .contact_second_right .contact_link_area .line_btn {
  width: 100%;
  max-width: 215px;
}
#page.parts .contact .contact_second .contact_second_right .contact_link_area .line_btn a {
  display: block;
  background: #39d036 url(../img/parts/look_arrow.png);
  background-repeat: no-repeat;
  background-size: 9px 13px;
  background-position: 95% center;
  text-align: center;
  border: 3px solid #3e3c39;
  -webkit-box-shadow: 2px 2px #3e3c39;
  box-shadow: 2px 2px #3e3c39;
  border-radius: 5px;
  padding: 14.5px 0;
  font-weight: 600;
}
#page.parts .contact .contact_second .contact_second_right .contact_link_area .line_btn a.tbsp {
  display: none;
}
#page.parts .contact .contact_second .contact_second_right .parts_contact_logo {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 177px;
}
#page.parts .parts_bnr_area {
  background: url(../img/parts/contact_bk.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 4px solid #3e3c39;
  border-bottom: 4px solid #3e3c39;
  padding: 60px 0;
}
#page.parts .parts_bnr_area .parts_bnr_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#page.parts .parts_bnr_area .parts_bnr_list li:nth-child(2) {
  margin-left: 1%;
}
#page.parts .parts_bnr_area .parts_bnr_list a {
  display: block;
}
#page.parts .flow {
  margin: 80px 0;
}
#page.parts .flow_box {
  border: 4px solid #3e3c39;
  padding: 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 60px;
}
#page.parts .flow_box::before {
  content: "";
  border: 20px solid transparent;
  border-top: 20px solid #fff;
  position: absolute;
  right: 48%;
  bottom: -34px;
  z-index: 2;
}
#page.parts .flow_box::after {
  content: "";
  border: 20px solid transparent;
  border-top: 20px solid #3e3c39;
  position: absolute;
  right: 48%;
  bottom: -40px;
}
#page.parts .flow_box .flow_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 330px;
  width: 30%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
#page.parts .flow_box .flow_left .flow_number {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 40px;
  color: #ed5a24;
  font-size: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#page.parts .flow_box .flow_left .flow_title .title {
  font-size: 24px;
  font-weight: 600;
}
#page.parts .flow_box .flow_right {
  width: 70%;
  padding-left: 5%;
  border-left: 2px solid #3e3c39;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#page.parts .flow_box.first {
  margin-top: 60px;
}
#page.parts .flow_box.last {
  margin-bottom: 0px;
}
#page.parts .flow_box.last::before {
  display: none;
}
#page.parts .flow_box.last::after {
  display: none;
}
#page.parts .faq {
  padding: 80px 0;
  border-top: 4px solid #3e3c39;
}
#page.parts .faq .faq_box {
  margin: 40px 0 45px;
}
#page.parts .faq .article-faq .article-faq-link {
  display: block;
  padding-bottom: 60px;
}
#page.parts .faq .article-faq .faq-q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 14px 25px;
  font-weight: bold;
  background-color: #eff3f3;
}
#page.parts .faq .article-faq .faq-q-num {
  background-color: #fc6c28;
  color: #fff;
  border-radius: 100px;
  width: 31px;
  height: 31px;
  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;
  font-size: 16px;
  margin-right: 20px;
  line-height: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31px;
          flex: 0 0 31px;
}
#page.parts .faq .article-faq .faq-q-ttl {
  font-size: 18px;
}
#page.parts .faq .article-faq .faq-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-top: 30px;
  padding-left: 24px;
}
#page.parts .faq .article-faq .faq-a-num {
  background-color: #172a88;
  color: #fff;
  border-radius: 100px;
  width: 31px;
  height: 31px;
  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;
  font-size: 16px;
  margin-right: 20px;
  line-height: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31px;
          flex: 0 0 31px;
}
#page.parts .faq a.article-faq-link:hover {
  text-decoration: unset;
}
#page.parts .faq a.article-faq-link:hover .faq-q-ttl {
  text-decoration: underline;
}
#page.parts .faq .article-faq-more {
  margin-top: 20px;
  text-align: right;
  -webkit-transition-duration: unset;
          transition-duration: unset;
}
#page.parts .faq .article-faq-more span {
  font-size: 15px;
  color: #172a88;
  position: relative;
}
#page.parts .faq .article-faq-more span::after {
  content: "";
  display: block;
  height: 1px;
  background-color: #172a88;
  position: absolute;
  bottom: -8px;
  right: 0;
  width: 100%;
}
#page.parts .faq .article_box_faq {
  margin-bottom: 50px;
}
#page.parts .faq .newa_button a {
  background: #fff url(../img/truck/footer_arrow.png);
  background-repeat: no-repeat;
  background-size: 8px 12px;
  background-position: 95% center;
  text-align: center;
  display: block;
  border: 3px solid #3e3c39;
  -webkit-box-shadow: 2px 2px #3e3c39;
          box-shadow: 2px 2px #3e3c39;
  border-radius: 5px;
  max-width: 250px;
  width: 100%;
  margin: auto;
  cursor: pointer;
  padding: 12.5px 0;
  font-weight: 600;
}
#page.parts .news {
  background: url(../img/parts/news_back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
  border-top: 4px solid #3e3c39;
}
#page.parts .news .news_box {
  padding: 30px 50px;
  background-color: #fff;
  margin: 40px 0 45px;
  border: 4px solid #3e3c39;
  position: relative;
}
#page.parts .news .news_box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
#page.parts .news .news_box dl dt {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 250px;
  flex: 0 0 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#page.parts .news .news_box dl dt .time {
  margin-right: 50px;
}
#page.parts .news .news_box dl dt .cate {
  background: #ed5a24;
  margin-right: 50px;
  border-radius: 50px;
  padding: 2px 5px;
}
#page.parts .news .news_box dl dt .cate a {
  display: block;
  color: #fff;
  padding: 5px;
  font-size: 11px;
}
#page.parts .news .news_box dl dd {
  line-height: 1.7;
}
#page.parts .news .news_box .news_pic {
  position: absolute;
  height: auto;
  bottom: -70px;
  right: 0;
  max-width: 122px;
}
#page.parts .news .newa_button .btn a {
  display: block;
  border: 3px solid #3e3c39;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px #3e3c39;
  box-shadow: 2px 2px #3e3c39;
  text-align: center;
  max-width: 251px;
  margin: auto;
  font-weight: 600;
  position: relative;
  background: #fff url(../img/parts/look_arrow.png);
  background-repeat: no-repeat;
  background-size: 9px 13px;
  background-position: 95% center;
  padding: 7px 0;
}
#page.parts .truck_labo {
  background: url(../img/parts/lobo_back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 4px solid #3e3c39;
  padding: 60px 0 50px;
}
#page.parts .truck_labo .truck_labo_title .title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}
#page.parts .truck_labo .truck_labo_title .sub_text {
  text-align: center;
}
#page.parts .truck_labo .truck_labo_area .truck_labo_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 45px 0;
}
#page.parts .truck_labo .truck_labo_area .truck_labo_list li {
  width: 24%;
  background: #fff;
  border: 3px solid #3e3c39;
  padding: 10px 10px 20px;
}
#page.parts .truck_labo .truck_labo_area .truck_labo_list li:nth-child(n+5) {
  display: none;
}
#page.parts .truck_labo .truck_labo_area .truck_labo_list li .labo_pic {
  margin-bottom: 10px;
}
#page.parts .truck_labo .truck_labo_area .truck_labo_list li .labo_pic .labo_bk {
  background-size: cover;
  background-position: center;
  height: 240px;
}
#page.parts .truck_labo .truck_labo_area .truck_labo_list li .labo_pic a {
  display: block;
}
#page.parts .truck_labo .truck_labo_area .truck_labo_list li .labo_text {
  margin-bottom: 20px;
}
#page.parts .truck_labo .truck_labo_area .truck_labo_list li .labo_text .text {
  line-height: 1.3;
}
#page.parts .truck_labo .truck_labo_area .truck_labo_list li .labo_button .btn a {
  background: #ed5a24 url(../img/parts/contact_arrow.png);
  background-repeat: no-repeat;
  background-size: 10px 13px;
  background-position: 95% center;
  border: 1.7px solid #3e3c39;
  -webkit-box-shadow: 2px 2px #3e3c39;
  box-shadow: 2px 2px #3e3c39;
  color: #fff;
  max-width: 154px;
  padding: 10.5px 0;
  border-radius: 5px;
  margin: auto;
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}
#page.parts .truck_labo .truck_labo_area .labo_list_btn .btn a {
  background: #ed5a24 url(../img/parts/contact_arrow.png);
  background-repeat: no-repeat;
  background-size: 10px 13px;
  background-position: 95% center;
  border: 1.7px solid #3e3c39;
  -webkit-box-shadow: 2px 2px #3e3c39;
  box-shadow: 2px 2px #3e3c39;
  color: #fff;
  max-width: 195px;
  padding: 10.5px 0;
  border-radius: 5px;
  margin: 45px auto 0;
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}
#page.parts .parts_banner_area {
  width: 100%;
  max-width: 1200px;
  margin: 100px auto 80px auto;
}
#page.parts .parts_banner_area .parts_banner_area_top {
  background-color: #ffed00;
  border: 2px solid #3e3c39;
  padding-left: 15px;
  position: relative;
}
#page.parts .parts_banner_area .parts_banner_area_top .parts_banner_area_title {
  width: 100%;
  max-width: 478px;
  margin: -25px auto 0 auto;
}
#page.parts .parts_banner_area .parts_banner_area_top .parts_banner_area_text {
  width: 100%;
  max-width: 752px;
  margin: 25px auto 25px auto;
}
#page.parts .parts_banner_area .parts_banner_area_top .parts_banner_icon01 {
  width: 100%;
  max-width: 250px;
  position: absolute;
  top: -24px;
  left: 10px;
}
#page.parts .parts_banner_area .parts_banner_area_top .parts_banner_icon02 {
  width: 100%;
  max-width: 240px;
  position: absolute;
  top: -26px;
  right: 20px;
}
#page.parts .parts_banner_area .parts_banner_area_bottom {
  margin-top: -2px;
  background-color: #fff;
  border: 2px solid #3e3c39;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 0 20px 0;
}
#page.parts .parts_banner_area .parts_banner_area_bottom .left_item {
  margin-right: 20px;
}
#page.parts .parts_banner_area .parts_banner_area_bottom .left_item img {
  width: 100%;
  max-width: 492px;
}
#page.parts .parts_banner_area .parts_banner_area_bottom .right_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#page.parts .parts_banner_area .parts_banner_area_bottom .right_item a:first-child {
  margin-right: 8px;
}
#page.parts .parts_banner_area .parts_banner_area_bottom .right_item img {
  width: 100%;
  max-width: 230px;
}
#page.parts .check_box .check_box_top {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#page.parts .check_box .check_box_item {
  background-color: #f3f4f4;
  padding: 15px;
  border-radius: 5px;
}
#page.parts .check_box .check_box_item form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
#page.parts .check_box .check_box_item form div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 35px;
}
#page.parts .check_box .check_box_item label {
  font-weight: 900;
}
#page.parts .search_body_title p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}
#page.parts .search_body_title p span {
  font-size: 28px;
  color: #ed5a24;
  margin-left: 3px;
}
#page.parts .search_txt_box {
  background: #efefef;
  border: 4px solid #3e3c39;
  border-top: none;
  border-bottom: none;
}
#page.parts .search_txt_box .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 65px 0px 50px;
}
#page.parts .second_search_box02 {
  background: #efefef;
  border: 4px solid #3e3c39;
  border-top: none;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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;
  padding: 15px 65px 40px 50px;
  margin-bottom: 80px;
}
#page.parts .second_search_box02 .second_left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 28%;
  flex: 0 0 28%;
}
#page.parts .second_search_box02 .left_text {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
#page.parts .second_search_box02 .left_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#page.parts .second_search_box02 .left_flex .img {
  width: calc(25% - 5px);
  margin-right: 5px;
  margin-bottom: 5px;
  -webkit-box-shadow: 2px 2px #3e3c39;
  box-shadow: 2px 2px #3e3c39;
  border-radius: 15%;
  cursor: pointer;
}
#page.parts .second_search_box02 .left_flex .img img {
  width: 100%;
}
#page.parts .second_search_box02 .search_body_bottom_right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
}
#page.parts .second_search_box02 .search_body_bottom_right .right_text {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
#page.parts .second_search_box02 .search_body_bottom_right_item {
  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;
  margin-bottom: 8px;
}
#page.parts .second_search_box02 .search_body_bottom_right_item .form_search {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  position: relative;
}
#page.parts .second_search_box02 .search_body_bottom_right_item .form_body {
  position: relative;
}
#page.parts .second_search_box02 .search_body_bottom_right_item .label_title {
  display: block;
  background-color: #fff;
  border: 2px solid #3e3c39;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px #3e3c39;
  box-shadow: 2px 2px #3e3c39;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  width: 100%;
  max-width: 245px;
  z-index: 1;
  background-image: url(../img/truck/truck_search/search_arrow.png);
  background-repeat: no-repeat;
  background-size: 10px 8px;
  background-position: right 10px center;
}
#page.parts .second_search_box02 .search_body_bottom_right_item .label_title .icon_box {
  width: 100%;
  max-width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#page.parts .second_search_box02 .search_body_bottom_right_item .label_title .icon {
  width: 100%;
  max-width: 30px;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#page.parts .second_search_box02 .search_body_bottom_right_item .label_title .icon20 {
  width: 100%;
  max-width: 20px;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#page.parts .second_search_box02 .search_body_bottom_right_item .label_title .text {
  display: block;
  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;
  font-size: 12px;
  font-weight: 900;
  text-align: left;
  height: 40px;
  line-height: 1.3;
  color: #3e3a39;
  border-left: 1px solid #3e3c39;
  padding-right: 15px;
  width: 100%;
}
#page.parts .second_search_box02 .search_body_bottom_right_item select {
  width: 100%;
  padding: 15px 0;
  outline: none;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #3e3c39;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  appearance: none;
  font-size: 12px;
  padding-left: 15px;
  text-align: -webkit-center;
  color: #3e3c39;
  position: relative;
  z-index: 10;
  opacity: 0;
}
#page.parts .second_search_box02 .search_body_bottom_right_item select option {
  text-align: -webkit-left;
  background-color: #fff;
}
#page.parts .second_search_box02 .search_body_bottom_right_item select .option_title {
  text-align: -webkit-center;
}
#page.parts .second_search_box02 .search_body_bottom_right_item select::-ms-expand {
  display: none;
}
#page.parts .second_search_box02 .search_body_bottom_right_item .select_body {
  position: relative;
}
#page.parts .second_search_box02 .form_free input {
  width: 100%;
  padding: 10px 0;
  margin-bottom: 10px;
  outline: none;
  border-radius: 10px;
  border: 2px solid #3e3c39;
  padding-left: 10px;
  -webkit-box-shadow: 1px 1px #3e3c39;
  box-shadow: 1px 1px #3e3c39;
}
#page.parts .second_search_box02 .submit_reset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#page.parts .second_search_box02 .submit_reset .form_btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  margin-right: 8px;
}
#page.parts .second_search_box02 .submit_reset .form_btn input {
  background-image: url(../img/truck/truck_search/submit.png);
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-color: #ed5a24;
  width: 100%;
  padding: 8px 0;
  outline: none;
  border: 3px solid #3e3c39;
  -webkit-box-shadow: 1px 1px #3e3c39;
  box-shadow: 1px 1px #3e3c39;
  border-radius: 10px;
  font-weight: 600;
  color: #fff;
}
#page.parts .second_search_box02 .submit_reset .reset_btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
}
#page.parts .second_search_box02 .submit_reset .reset_btn input {
  background-image: url(../img/truck/truck_search/clear.png);
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  max-width: 40px;
  padding: 10px 0;
  outline: none;
  border: 3px solid #3e3c39;
  -webkit-box-shadow: 1px 1px #3e3c39;
  box-shadow: 1px 1px #3e3c39;
  border-radius: 10px;
  background-color: #858585;
}
#page.parts .second_search_box02 .search_body_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 950px;
  margin: auto;
  width: 100%;
  position: relative;
}
#page.parts .second_search_box02 .search_body_list a {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 19%;
  flex: 0 0 19%;
}
#page.parts .second_search_box02 .search_body_list .body_link {
  width: 18.9%;
  text-align: center;
  margin-bottom: 1.2%;
  display: block;
  background-color: #fff;
  border: 1px solid #3e3c39;
  border-radius: 10px;
  -webkit-box-shadow: 4px 4px #3e3c39;
  box-shadow: 4px 4px #3e3c39;
}
#page.parts .second_search_box02 .search_body_list .body_link:nth-child(5) {
  margin-right: 0;
}
#page.parts .second_search_box02 .search_body_list .body_link:last-child {
  margin-right: 0;
}
#page.parts .second_search_box02 .search_body_list .body_link:nth-child(n+6) {
  width: 15.58%;
}
#page.parts .second_search_box02 .search_body_list .body_link .check_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#page.parts .second_search_box02 .search_body_list .body_link .icon_box {
  width: 100%;
  max-width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#page.parts .second_search_box02 .search_body_list .body_link .icon {
  width: 100%;
  max-width: 30px;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#page.parts .second_search_box02 .search_body_list .body_link .icon20 {
  width: 100%;
  max-width: 20px;
}
#page.parts .second_search_box02 .search_body_list .body_link .icon40 {
  width: 100%;
  max-width: 40px;
}
#page.parts .second_search_box02 .search_body_list .body_link .border_after {
  border-right: 1px solid #ccc;
}
#page.parts .second_search_box02 .search_body_list .body_link .text {
  display: block;
  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;
  font-size: 12px;
  font-weight: 900;
  text-align: left;
  height: 40px;
  line-height: 1.3;
  color: #3e3a39;
  border-left: 1px solid #3e3c39;
  padding-left: 8px;
}
#page.parts .search_body_bottom_right .submit_reset .check_box_area input[type=checkbox] {
  display: none;
}
#page.parts .search_body_bottom_right .submit_reset .check_box_area input[type=checkbox] + label {
  background: url(../img/parts/check_box_befoer02.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  padding: 0px 5px 0 25px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  width: 100%;
}
#page.parts .search_body_bottom_right .submit_reset .check_box_area input[type=checkbox]:checked + label {
  background: url(../img/parts/check_box_after02.png);
  background-repeat: no-repeat;
  background-size: 21px 20px;
  cursor: pointer;
}

#page.inquiry.parts #contactform input[type=tel]#parts {
  width: 91%;
}
#page.inquiry.parts #contactform .contact_tab td .hyphen {
  margin: 0 1%;
}

@media (max-width: 1400px) and (min-width: 1px) {
  #page.parts .form_free input[type=text] {
    width: 100%;
  }
  #page.parts .form_free .reset_btn {
    right: 30px;
  }
  #page.parts .form_free .flex_box {
    margin-bottom: 20px;
  }
}
@media (max-width: 1300px) and (min-width: 1px) {
  #page.parts .third_search_box .third_third_area .middle {
    margin: 0;
  }
  #page.parts .contact .contact_second .contact_second_right .parts_contact_logo {
    display: none;
  }
  #page.parts .parts_link_area .body_list .body_link .check_list .text {
    font-size: 11px;
  }
}
@media (max-width: 1310px) and (min-width: 1px) {
  #page.parts .mv .mv_text .mv_left_bottom {
    display: none;
  }
  #page.parts .mv .mv_text .mv_left_top {
    max-width: 150px;
    left: -160px;
    display: none;
  }
  #page.parts .mv .mv_text .mv_right_top {
    display: none;
  }
  #page.parts .mv .mv_cam_info .right_logo {
    display: none;
  }
}
@media (max-width: 1280px) and (min-width: 1px) {
  #page.parts .first_search_box .left_logo {
    max-width: 110px;
    top: -82px;
  }
  #page.parts .first_search_box .right_logo {
    max-width: 110px;
    top: -93px;
  }
  #page.parts .mv .mv_cam_info .left_logo {
    display: none;
  }
  #page.parts .truck_search_list .truck_list li .truck_content .first_btn .f_list_btn a {
    font-size: 13px;
  }
  #page.parts .truck_search_list .truck_list li .truck_content .first_btn .zaiko_btn a {
    font-size: 13px;
  }
}
@media (max-width: 1200px) and (min-width: 1px) {
  #page.parts .mv .mv_text {
    margin-top: 70px;
  }
  #page.parts .mv .mv_title .left_top {
    display: none;
  }
  #page.parts .mv .mv_title .right_top {
    display: none;
  }
  #page.parts .first_search_box .left_logo {
    max-width: 108px;
    top: -81px;
  }
  #page.parts .second_search_box .second_left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
  }
  #page.parts .second_search_box .second_right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    padding-left: 3%;
  }
  #page.parts .third_search_box .third_select {
    max-width: 150px;
  }
  #page.parts .third_search_box .third_first_area .first_text {
    margin-right: 10px;
  }
  #page.parts .third_search_box .third_second_area .check_area label {
    margin-right: 10px;
  }
  #page.parts .third_search_box .third_second_area .check_title {
    margin-right: 10px;
  }
  #page.parts .third_search_box .third_second_area .color_title {
    margin-right: 10px;
  }
  #page.parts .third_search_box .third_third_area .price_title {
    margin-right: 10px;
  }
  #page.parts .third_search_box .third_third_area .model_title {
    margin-right: 10px;
  }
  #page.parts .third_search_box .trhid_fore_area .distance th {
    padding-right: 10px;
  }
  #page.parts .third_search_box .trhid_fore_area .distance td {
    padding-right: 10px;
  }
  #page.parts .third_search_box .trird_five_area .engine {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
  }
  #page.parts .third_search_box .trird_five_area .gas {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 52%;
    flex: 0 0 52%;
  }
  #page.parts .third_search_box .trird_five_area .engine_title {
    margin-right: 10px;
  }
  #page.parts .third_search_box .trird_five_area .gas_title {
    margin-right: 10px;
  }
  #page.parts .third_search_box .trird_six_area .free_title {
    margin-right: 10px;
  }
  #page.parts .info .right_top_second {
    display: none;
  }
  #page.parts .parts_link_area .body_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #page.parts .parts_link_area .body_list .body_link {
    width: 16%;
    margin-bottom: 1%;
  }
  #page.parts .parts_link_area .body_list .body_link:nth-child(7n) {
    margin-right: 8px;
  }
  #page.parts .parts_banner_area {
    width: 90%;
  }
  #page.parts .parts_banner_area .parts_banner_area_top .parts_banner_icon01 {
    display: none;
  }
  #page.parts .parts_banner_area .parts_banner_area_top .parts_banner_icon02 {
    display: none;
  }
  #page.parts .parts_banner_area .parts_banner_area_bottom {
    padding: 10px 20px 20px 20px;
  }
  #footer_cv.parts .contact {
    padding: 0;
  }
  #footer_cv.parts li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    padding: 0;
    border: 2px solid #3e3c39;
    -webkit-box-shadow: 2px 2px #3e3c39;
    box-shadow: 2px 2px #3e3c39;
    border-radius: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #footer_cv.parts li a {
    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;
    padding: 0px;
    height: 47px;
    width: 100%;
  }
  #footer_cv.parts li:nth-child(2) {
    background-color: #ed5a24;
  }
  #footer_cv.parts li:nth-child(2) a img {
    max-width: 18px;
  }
  #footer_cv.parts li:nth-child(2) a span {
    font-size: 13px;
    color: #fff;
  }
  #footer_cv.parts li:last-child {
    background-color: #fff100;
  }
  #footer_cv.parts li:last-child img {
    max-width: 16px;
    margin: 0;
    margin-right: 10px;
  }
  #footer_cv.parts li:last-child span {
    padding: 0;
    color: #3e3c39;
    font-size: 13px;
    font-weight: 600;
  }
  #footer_cv.parts li.list {
    background-color: #fff;
  }
  #footer_cv.parts li.list a img {
    max-width: 15px;
    margin: 0;
    margin-right: 10px;
  }
  #footer_cv.parts li.list a span {
    padding: 0;
    color: #3e3c39;
    font-size: 13px;
    font-weight: 600;
  }
  #footer_cv.parts li.list:nth-child(2) {
    background-color: #ed5a24;
  }
  #footer_cv.parts li.list:nth-child(2) a img {
    max-width: 18px;
  }
  #footer_cv.parts li.list:nth-child(2) a span {
    font-size: 13px;
    color: #fff;
  }
  #footer_cv.parts.parts_static li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  #footer_cv.parts.parts_static li.tel {
    background: #ed5a24;
  }
  #footer_cv.parts.parts_static li.tel a img {
    max-width: 18px;
  }
  #footer_cv.parts.parts_static li.tel a span {
    font-size: 12px;
    color: #fff;
  }
  #footer_cv.parts.parts_static li.contact {
    background-color: #fff100;
  }
  #footer_cv.parts.parts_static li.contact a span {
    font-size: 12px;
    color: #3e3c39;
  }
}
@media (max-width: 1180px) and (min-width: 1px) {
  #page.parts .truck_search_list .truck_list li .truck_content .first_btn .f_list_btn a {
    padding-left: 0;
  }
  #page.parts .truck_search_list .truck_list li .truck_content .first_btn .zaiko_btn a {
    padding-left: 0;
    padding-right: 5px;
    text-align: right;
  }
}
@media (max-width: 1100px) and (min-width: 1px) {
  #page.parts .mv .mv_text .mv_center {
    width: 90%;
    margin: auto;
  }
  #page.parts .mv .wrap {
    width: 100%;
  }
  #page.parts .float_menu {
    display: none;
  }
  #page.parts .first_search_box {
    border-left: none;
    border-right: none;
  }
  #page.parts .second_search_box {
    border-left: none;
    border-right: none;
  }
  #page.parts .second_search_box .left_flex .img {
    width: calc(25% - 5px);
  }
  #page.parts .third_search_box {
    border-left: none;
    border-right: none;
  }
  #page.parts .info .left_bottom {
    display: none;
  }
  #page.parts .info .right_bottom {
    display: none;
  }
  #page.parts .info .right_top {
    display: none;
  }
  #page.parts .truck_search_list .truck_list li .truck_content .truck_details .frame th {
    font-size: 14px;
  }
  #page.parts .truck_search_list .truck_list li .truck_content .truck_details .frame td {
    font-size: 14px;
  }
  #page.parts .truck_search_list .truck_list li .truck_content .first_btn .f_list_btn a {
    font-size: 12px;
  }
  #page.parts .truck_search_list .truck_list li .truck_content .first_btn .zaiko_btn a {
    font-size: 12px;
  }
}
@media (max-width: 1050px) and (min-width: 1px) {
  #page.parts .truck_search_list .truck_list li {
    width: 49.5%;
  }
  #page.parts .truck_search_list .truck_list li:nth-child(2) {
    margin: 0 0% 1%;
  }
  #page.parts .truck_search_list .truck_list li:nth-child(6) {
    margin: 0 0% 1%;
  }
  #page.parts .truck_search_list .truck_list li:nth-child(10) {
    margin: 0 0% 1%;
  }
  #page.parts .truck_search_list .truck_list li:nth-child(14) {
    margin: 0 0% 1%;
  }
  #page.parts .truck_search_list .truck_list li:nth-child(18) {
    margin: 0 0% 1%;
  }
  #page.parts .truck_search_list .truck_list li:nth-child(22) {
    margin: 0 0% 1%;
  }
  #page.parts .truck_search_list .truck_list li:nth-child(26) {
    margin: 0 0% 1%;
  }
  #page.parts .truck_search_list .truck_list li:nth-child(30) {
    margin: 0 0% 1%;
  }
  #page.parts .truck_search_list .truck_list li:nth-child(34) {
    margin: 0 0% 1%;
  }
  #page.parts .truck_search_list .truck_list li:nth-child(38) {
    margin: 0 0% 1%;
  }
  #page.parts .truck_search_list .truck_list li:nth-child(3) {
    margin-right: 0%;
  }
  #page.parts .truck_search_list .truck_list li:nth-child(7) {
    margin-right: 0%;
  }
  #page.parts .truck_search_list .truck_list li:nth-child(11) {
    margin-right: 0%;
  }
  #page.parts .truck_search_list .truck_list li:nth-child(15) {
    margin-right: 0%;
  }
  #page.parts .truck_search_list .truck_list li:nth-child(19) {
    margin-right: 0%;
  }
  #page.parts .truck_search_list .truck_list li:nth-child(23) {
    margin-right: 0%;
  }
  #page.parts .truck_search_list .truck_list li:nth-child(27) {
    margin-right: 0%;
  }
  #page.parts .truck_search_list .truck_list li:nth-child(31) {
    margin-right: 0%;
  }
  #page.parts .truck_search_list .truck_list li:nth-child(35) {
    margin-right: 0%;
  }
  #page.parts .truck_search_list .truck_list li:nth-child(39) {
    margin-right: 0%;
  }
  #page.parts .truck_search_list .truck_list li:nth-child(odd) {
    margin-right: 1%;
  }
  #page.parts .truck_search_list .truck_list li .truck_pic .item_background {
    height: 280px;
  }
  #page.parts .truck_search_list .truck_list li .truck_lease.free_shipping::after {
    bottom: -160px;
    right: 14px;
  }
  #page.parts .truck_search_list .truck_list li .truck_content .first_btn .f_list_btn a {
    text-align: center;
    padding-right: 0;
  }
  #page.parts .truck_search_list .truck_list li .truck_content .first_btn .zaiko_btn a {
    text-align: center;
    padding-right: 0;
  }
}
@media (max-width: 1025px) and (min-width: 1px) {
  #page.parts .breadcrumbs {
    margin-top: 20px;
  }
  #page.parts .mv .sendtext_btn {
    max-width: 100%;
    top: 0;
    right: 0;
    border-radius: unset;
  }
  #page.parts .parts_banner_area .parts_banner_area_bottom {
    display: block;
  }
  #page.parts .parts_banner_area .parts_banner_area_bottom .left_item {
    margin-right: 0;
    margin-bottom: 20px;
  }
  #page.parts .parts_banner_area .parts_banner_area_bottom .left_item img {
    margin: 0 auto;
  }
  #page.parts .parts_banner_area .parts_banner_area_bottom .right_item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 980px) and (min-width: 1px) {
  #page.parts .first_search_box {
    padding: 60px 30px 30px;
  }
  #page.parts .first_search_box .parts_number_search input[type=text] {
    max-width: 160px;
  }
  #page.parts .first_search_box .parts_number_search .search_btn {
    max-width: 160px;
  }
  #page.parts .first_search_box .parts_number_search span.number {
    font-size: 40px;
  }
  #page.parts .second_search_box {
    padding: 30px;
  }
  #page.parts .truck_search_list .truck_list li {
    margin-right: 0;
    height: auto;
  }
  #page.parts .third_search_box {
    padding: 30px;
  }
  #page.parts .third_search_box .third_second_area .check_area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
  }
  #page.parts .third_search_box .third_second_area .color_area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
  }
  #page.parts .sec02 .keyword_sort_box {
    margin-top: 60px;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
  #page.parts .sec02 .keyword_sort_box .keyword {
    width: 100%;
  }
  #page.parts .sec02 .keyword_sort_box .sort {
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
  }
  #page.parts .sec02 .keyword_sort_box .sort .sort_first {
    margin-left: 0;
  }
  #page.parts .sec02 .keyword_sort_box .sort .sort_second {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (max-width: 960px) and (min-width: 1px) {
  #page.parts .info .mv_second .renewal_mv-list li {
    width: 49.5%;
    margin-bottom: 1%;
  }
  #page.parts .info .mv_second .renewal_mv-list li:nth-child(2) {
    margin: 0 0 1%;
  }
  #page.parts .info .mv_second .renewal_mv-list li:nth-child(5) {
    margin: 0 0 1%;
  }
  #page.parts .info .mv_second .renewal_mv-list li:nth-child(8) {
    margin: 0 0 1%;
  }
  #page.parts .info .mv_second .renewal_mv-list li:nth-child(2n+1) {
    margin-right: 1%;
  }
}
@media (max-width: 900px) and (min-width: 1px) {
  #page.parts .first_search_box {
    padding: 60px 20px 20px;
  }
  #page.parts .first_search_box .right_logo {
    display: none;
  }
  #page.parts .first_search_box .left_logo {
    max-width: 91px;
    top: -68px;
  }
  #page.parts .second_search_box {
    padding: 20px;
    display: block;
  }
  #page.parts .second_search_box .second_right {
    margin-top: 10px;
  }
  #page.parts .third_search_box .third_first_area {
    display: block;
  }
  #page.parts .third_search_box .third_first_area .part_name_area {
    margin-top: 20px;
  }
  #page.parts .third_search_box .third_second_area {
    display: block;
  }
  #page.parts .third_search_box .third_second_area .color_area {
    margin-bottom: 20px;
  }
  #page.parts .third_search_box .third_third_area {
    display: block;
  }
  #page.parts .third_search_box .third_third_area .distance {
    margin-top: 20px;
  }
  #page.parts .third_search_box .third_third_area .model_title span {
    display: none;
  }
  #page.parts .third_search_box .trird_five_area {
    display: block;
  }
  #page.parts .third_search_box .trird_five_area .engine {
    margin-bottom: 30px;
  }
  #page.parts .third_search_box .trird_five_area .gas_title {
    margin-right: 25px;
  }
  #page.parts .third_search_box .trird_six_area {
    display: block;
  }
  #page.parts .third_search_box .trird_six_area .part_name_area {
    margin-top: 20px;
  }
  #page.parts .contact .contact_second .contact_second_right .contact_link_area .web_btn a {
    text-align: left;
    padding-left: 5px;
    font-size: 14px;
  }
  #page.parts .contact .contact_second .contact_second_right .contact_link_area .line_btn a {
    text-align: left;
    padding-left: 5px;
    font-size: 14px;
  }
}
@media (max-width: 800px) and (min-width: 1px) {
  #page.parts .contact .contact_second .contact_second_right .contact_link_area .line_btn a.tbsp {
    display: block;
  }
  #page.parts .contact .contact_second .contact_second_right .contact_link_area .line_btn a.tbpc {
    display: none;
  }
}
@media (max-width: 767px) and (min-width: 1px) {
  #page.parts input[type=text] {
    font-size: 16px;
  }
  #page.parts select {
    font-size: 16px;
  }
  #page.parts .mv .mv_text {
    margin-top: 50px;
    margin-bottom: 0;
  }
  #page.parts .mv .mv_text a {
    max-width: 363px;
    margin: 15px auto 0;
    display: block;
  }
  #page.parts .mv .sendtext_btn {
    padding: 3px;
  }
  #page.parts .mv .sendtext_btn p {
    font-size: 14px;
  }
  #page.parts .mv .mv_tel {
    margin-bottom: 0;
  }
  #page.parts .mv .mv_tel .tel_pic {
    max-width: 351px;
  }
  #page.parts .mv .mv_cam_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 97%;
  }
  #page.parts .mv .mv_cam_info .info_bnr {
    width: 100%;
    margin-top: 0;
    margin-bottom: 5px;
  }
  #page.parts .first_search_box {
    padding: 20px 10px;
    padding: 8px;
  }
  #page.parts .first_search_box .left_logo {
    display: none;
  }
  #page.parts .first_search_box .title_area {
    width: 80%;
    max-width: 268px;
    padding: 6px 0;
    z-index: 0;
  }
  #page.parts .first_search_box .title_area .title {
    font-size: 18px;
  }
  #page.parts .first_search_box .title_area .title:before {
    display: none;
  }
  #page.parts .first_search_box .parts_number_search {
    display: block;
  }
  #page.parts .first_search_box .parts_number_search .text {
    font-size: 14px;
  }
  #page.parts .first_search_box .parts_number_search .number_search_box {
    display: block;
  }
  #page.parts .first_search_box .parts_number_search .number_search_box .left {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #page.parts .first_search_box .parts_number_search .number_search_box .right {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
  }
  #page.parts .first_search_box .parts_number_search input[type=text] {
    max-width: 146px;
    padding: 5.5px 5px;
    font-size: 16px;
  }
  #page.parts .first_search_box .parts_number_search span.hyphen {
    width: 14px;
    margin: 0 3px;
  }
  #page.parts .first_search_box .parts_number_search span.number {
    font-size: 26px;
  }
  #page.parts .first_search_box .parts_number_search .search_btn {
    font-size: 14px;
    padding: 6px 0;
    max-width: 213px;
    background-size: 16px 15px;
  }
  #page.parts .second_search_box {
    padding: 10px 10px 20px;
  }
  #page.parts .second_search_box .left_text {
    font-size: 14px;
  }
  #page.parts .second_search_box .free_input_area .search_btn {
    padding: 4px 0 2.5px;
    padding-left: 14px;
    max-width: 96px;
  }
  #page.parts .second_search_box .left_flex input[type=checkbox] + label {
    background-size: 24px 18px;
    padding: 8px 0;
    font-size: 10px;
  }
  #page.parts .second_search_box .left_flex input[type=checkbox] + label img {
    margin-bottom: 5px;
    max-width: 35px;
    margin-top: 10px;
  }
  #page.parts .second_search_box .left_flex input[type=checkbox]:checked + label {
    background-size: 24px 18px;
  }
  #page.parts .second_search_box .right_text {
    font-size: 14px;
  }
  #page.parts .second_search_box .second_right .right_table {
    margin-top: 0;
    width: 100%;
  }
  #page.parts .second_search_box .second_right .right_table th {
    font-size: 14px;
    padding: 5px 0;
  }
  #page.parts .second_search_box .second_right .right_table td {
    padding: 5px;
  }
  #page.parts .second_search_box .second_right .right_table .second_select {
    padding: 5.5px 5px;
  }
  #page.parts .second_search_box .second_right .right_table input[type=text] {
    padding: 5.5px 5px;
  }
  #page.parts .third_search_box {
    padding: 20px 10px;
  }
  #page.parts .third_search_box .third_select {
    max-width: 119px;
    font-size: 16px;
    padding: 5.5px 5px;
  }
  #page.parts .third_search_box .third_first_area {
    margin-bottom: 10px;
  }
  #page.parts .third_search_box .third_first_area .part_name_area {
    margin-top: 10px;
  }
  #page.parts .third_search_box .third_first_area .first_text {
    font-size: 14px;
  }
  #page.parts .third_search_box .third_first_area .third_select {
    max-width: 217px;
    font-size: 16px;
  }
  #page.parts .third_search_box .third_second_area {
    margin-bottom: 10px;
  }
  #page.parts .third_search_box .third_second_area .color_area {
    margin-bottom: 10px;
  }
  #page.parts .third_search_box .third_second_area .color_area input[type=checkbox] + label {
    width: 28px;
    height: 28px;
  }
  #page.parts .third_search_box .third_second_area .check_title {
    font-size: 14px;
    margin-right: 20px;
  }
  #page.parts .third_search_box .third_second_area .color_title {
    font-size: 14px;
    margin-right: 20px;
  }
  #page.parts .third_search_box .third_second_area .check_area {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #page.parts .third_search_box .third_second_area .check_area label {
    font-size: 14px;
  }
  #page.parts .third_search_box .third_third_area {
    margin-bottom: 10px;
  }
  #page.parts .third_search_box .third_third_area .distance {
    margin-top: 10px;
  }
  #page.parts .third_search_box .third_third_area .price_title {
    font-size: 14px;
  }
  #page.parts .third_search_box .third_third_area .middle {
    font-size: 14px;
    margin: 0 5px;
  }
  #page.parts .third_search_box .trhid_fore_area {
    margin-bottom: 10px;
  }
  #page.parts .third_search_box .trhid_fore_area .distance tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #page.parts .third_search_box .trhid_fore_area .distance th {
    font-size: 14px;
    padding: 5px;
    width: 30%;
  }
  #page.parts .third_search_box .trhid_fore_area .distance td {
    font-size: 14px;
    padding: 5px;
    width: 33%;
  }
  #page.parts .third_search_box .trird_six_area {
    margin-bottom: 10px;
  }
  #page.parts .third_search_box .trird_six_area .part_name_area {
    margin-top: 10px;
  }
  #page.parts .third_search_box .trird_six_area .first_text {
    font-size: 14px;
  }
  #page.parts .third_search_box .trird_six_area .third_select {
    max-width: 217px;
    font-size: 16px;
  }
  #page.parts .third_search_box .trird_six_area input[type=text] {
    max-width: 217px;
    padding: 5.5px 5px;
  }
  #page.parts .third_search_box .form_submit_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #page.parts .third_search_box .form_submit_button .search_button {
    max-width: 231px;
    margin: 0;
    font-size: 14px;
    margin-right: 10px;
  }
  #page.parts .third_search_box .form_submit_button .reset_button {
    background: #b1b1b2 url(../img/parts/batu.png);
    background-repeat: no-repeat;
    background-size: 13px 13px;
    background-position: 8% center;
    max-width: 98px;
    width: 100%;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
  }
  #page.parts .search_second_open {
    margin-bottom: 30px;
  }
  #page.parts .search_second_open .open_parts {
    background-size: 141px 27px;
    height: 27px;
    line-height: 21px;
  }
  #page.parts .sec02 {
    margin: 40px 0;
  }
  #page.parts .sort_truck {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #page.parts .sort_truck .text {
    display: none;
  }
  #page.parts .sort_truck .sort_list {
    font-size: 16px;
  }
  #page.parts .truck_search_list .truck_list {
    margin-bottom: 40px;
  }
  #page.parts .truck_search_list .truck_list li .favorite {
    top: 140px;
    right: 7px;
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
  }
  #page.parts .truck_search_list .truck_list li .truck_pic .item_background {
    height: 130px;
  }
  #page.parts .truck_search_list .truck_list li .truck_lease {
    max-width: 40px;
  }
  #page.parts .truck_search_list .truck_list li .truck_lease.free_shipping::after {
    bottom: -85px;
    right: 5px;
    width: 32px;
    height: 32px;
  }
  #page.parts .truck_search_list .truck_list li .truck_content {
    padding: 0 8px 8px;
  }
  #page.parts .truck_search_list .truck_list li .truck_content .truck_details .frame th {
    font-size: 10px;
  }
  #page.parts .truck_search_list .truck_list li .truck_content .truck_details .frame td {
    font-size: 10px;
  }
  #page.parts .truck_search_list .truck_list li .truck_content .more_link {
    font-size: 10px;
  }
  #page.parts .truck_search_list .truck_list li .truck_content .more_link::after {
    top: 1px;
  }
  #page.parts .truck_search_list .truck_list li .truck_content .first_btn .f_list_btn a {
    font-size: 10px;
    padding: 7px 0;
    background-size: 12px 11.5px;
    background-position: 2% center;
  }
  #page.parts .truck_search_list .truck_list li .truck_content .first_btn .zaiko_btn a {
    font-size: 10px;
    padding: 7px 0;
    background-size: 9px 11px;
    background-position: 2% center;
  }
  #page.parts .truck_search_list .truck_list li .truck_content .last_btn a {
    font-size: 10px;
    padding: 7px 0;
  }
  #page.parts .truck_search_list .truck_list li .truck_content .last_btn a:before {
    width: 13px;
    height: 14px;
  }
  #page.parts .truck_search_list .truck_list li .truck_content .last_btn a:after {
    width: 4px;
    height: 6px;
  }
  #page.parts .truck_search_list .truck_list li .contact_number {
    margin-bottom: 5px;
  }
  #page.parts .truck_search_list .truck_list li .contact_number .number {
    font-size: 10px;
  }
  #page.parts .truck_search_list .truck_list li .truck_name_box .truck_name .name {
    font-size: 14px;
  }
  #page.parts .truck_search_list .truck_list li .truck_name_box .truck_name .model {
    font-size: 10px;
  }
  #page.parts .truck_search_list .truck_list li .truck_price .price {
    font-size: 10px;
  }
  #page.parts .truck_search_list .truck_list li .truck_price .price span {
    font-size: 24px;
    letter-spacing: 0;
  }
  #page.parts .truck_search_list .truck_list li .truck_price .price_contact {
    font-size: 12px;
    min-height: 39px;
  }
  #page.parts .truck_search_list .more_look .look_btn a {
    margin-bottom: 0;
  }
  #page.parts .parts_sec_title.parts-sec-ttl {
    margin-bottom: 30px;
  }
  #page.parts .parts_sec_title .title {
    font-size: 21px;
  }
  #page.parts .parts_sec_title .title.search {
    font-size: 18px;
    margin-bottom: 0px;
  }
  #page.parts .parts_sec_title .title.search .sub {
    margin-top: 10px;
  }
  #page.parts .info {
    padding-bottom: 15px;
  }
  #page.parts .info .mv_info {
    padding: 20px 0;
  }
  #page.parts .info .mv_info .info_box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 10px;
  }
  #page.parts .info .mv_info .info_box .mv_info_rig {
    margin-left: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #page.parts .info .mv_info .info_box .mv_info_rig dt {
    padding-left: 15px;
    margin-right: 15px;
    font-size: 12px;
  }
  #page.parts .info .mv_info .info_box .mv_info_rig dd {
    font-size: 12px;
  }
  #page.parts .info .mv_second .renewal_mv-list li {
    width: 100%;
    margin-bottom: 1%;
  }
  #page.parts .info .mv_second .renewal_mv-list li:nth-child(2n+1) {
    margin-right: 0%;
  }
  #page.parts .info .mv_second .renewal_mv-list li.is-hidden {
    display: none;
  }
  #page.parts .info .mv_second .campain_more_btn {
    font-size: 12px;
    background: #ffed00 url(../img/parts/sp_campain_btn.png);
    background-repeat: no-repeat;
    background-size: 11px 7px;
    background-position: 8% center;
    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;
    height: 27px;
    max-width: 207px;
    margin: 15px auto;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
  }
  #page.parts .info .mv_second .slick-dots {
    bottom: -16px;
    margin-bottom: 5px;
  }
  #page.parts .contact {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px 0 0;
  }
  #page.parts .contact .contact_bar_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #page.parts .contact .contact_bar_area li {
    margin-bottom: 10px;
  }
  #page.parts .contact .contact_bar_area li:nth-child(2) {
    margin-left: 0;
    margin-bottom: 10px;
  }
  #page.parts .contact .contact_frist .contact_f_text {
    font-size: 13px;
  }
  #page.parts .contact .contact_second {
    display: block;
    margin-bottom: 20px;
  }
  #page.parts .contact .contact_second .contact_second_left {
    padding-right: 0;
    border-right: none;
  }
  #page.parts .contact .contact_second .contact_second_left .contact_pic {
    margin: auto;
    max-width: 305px;
    height: auto;
    margin: 10px auto;
  }
  #page.parts .contact .contact_second .contact_second_right {
    padding-left: 0;
  }
  #page.parts .contact .contact_second .contact_second_right .second_right_tel {
    max-width: 307px;
    margin: 0 auto 10px;
  }
  #page.parts .contact .contact_second .contact_second_right .contact_link_area {
    display: block;
  }
  #page.parts .contact .contact_second .contact_second_right .contact_link_area .web_btn {
    max-width: 303px;
    margin: 0 auto 10px;
  }
  #page.parts .contact .contact_second .contact_second_right .contact_link_area .web_btn a {
    font-size: 16px;
    text-align: center;
    padding-left: 0;
  }
  #page.parts .contact .contact_second .contact_second_right .contact_link_area .line_btn {
    max-width: 303px;
    margin: 0 auto;
  }
  #page.parts .contact .contact_second .contact_second_right .contact_link_area .line_btn a {
    font-size: 16px;
    text-align: center;
    padding-left: 0;
  }
  #page.parts .parts_bnr_area {
    background: url(../img/parts/contact_bk_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 4px solid #3e3c39;
    border-bottom: 4px solid #3e3c39;
    padding: 30px 0;
  }
  #page.parts .parts_bnr_area .parts_bnr_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #page.parts .parts_bnr_area .parts_bnr_list li:nth-child(2) {
    margin-left: 0%;
    margin-top: 3%;
  }
  #page.parts .flow {
    margin: 40px 0;
  }
  #page.parts .flow .flow_box {
    display: block;
    padding: 15px;
    margin-bottom: 30px;
  }
  #page.parts .flow .flow_box .flow_left {
    width: 100%;
    max-width: 100%;
  }
  #page.parts .flow .flow_box .flow_left .flow_number {
    font-size: 40px;
    position: static;
    margin: 0;
    margin-right: 10px;
  }
  #page.parts .flow .flow_box .flow_left .flow_title .title {
    font-size: 20px;
  }
  #page.parts .flow .flow_box .flow_right {
    width: 100%;
    padding-left: 0;
    border-top: 2px solid #3e3c39;
    padding-top: 10px;
    margin-top: 10px;
    border-left: none;
  }
  #page.parts .flow .flow_box.first {
    margin-top: 30px;
  }
  #page.parts .news {
    padding: 60px 0 50px;
  }
  #page.parts .news .news_box {
    padding: 25px;
    margin-bottom: 80px;
  }
  #page.parts .news .news_box dl {
    display: block;
    margin-bottom: 30px;
  }
  #page.parts .news .news_box dl dt {
    font-size: 12px;
    margin-bottom: 10px;
  }
  #page.parts .truck_labo {
    background: #fff;
  }
  #page.parts .truck_labo .truck_labo_title .title {
    font-size: 24px;
  }
  #page.parts .truck_labo .truck_labo_area .truck_labo_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px 0 20px;
  }
  #page.parts .truck_labo .truck_labo_area .truck_labo_list li {
    width: 49.5%;
    margin-bottom: 1%;
    padding: 5px 5px 10px;
  }
  #page.parts .truck_labo .truck_labo_area .truck_labo_list li .labo_pic .labo_bk {
    height: 120px;
  }
  #page.parts .truck_labo .truck_labo_area .truck_labo_list li .labo_button .btn a {
    max-width: 141px;
    padding: 4.5px 0;
  }
  #page.parts .parts_link_area .maka_link_title {
    font-size: 21px;
  }
  #page.parts .parts_link_area .maka_link_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px 0 40px;
  }
  #page.parts .parts_link_area .maka_link_list li {
    width: calc(33.3333333333% - 12px);
    margin: 0 0 2%;
  }
  #page.parts .parts_link_area .body_link_title {
    font-size: 21px;
    margin-bottom: 20px;
  }
  #page.parts .parts_link_area .body_list {
    margin-bottom: 40px;
  }
  #page.parts .parts_link_area .body_list .body_link {
    width: 47%;
    margin-bottom: 2%;
    padding: 0;
  }
  #page.parts .parts_link_area .body_list .body_link .check_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
  }
  #page.parts .parts_link_area .body_list .body_link .check_list .icon {
    width: 25%;
    margin: 0 10px;
  }
  #page.parts .parts_link_area .body_list .body_link .check_list .text {
    width: 75%;
    margin-top: 0;
    height: 55px;
    border-left: 1px solid #3e3c39;
    font-size: 12px;
  }
  #page.parts .parts_banner_area .parts_banner_area_top {
    padding-left: 0;
  }
  #page.parts .parts_banner_area .parts_banner_area_top .parts_banner_area_title {
    max-width: 302px;
    margin: -16px auto 0 auto;
  }
  #page.parts .parts_banner_area .parts_banner_area_top .parts_banner_area_top_sp {
    width: 100%;
    max-width: 375px;
    margin: 20px auto -1px auto;
  }
  #page.parts .parts_banner_area .parts_banner_area_bottom .left_item img {
    max-width: 338px;
  }
  #page.parts .parts_banner_area .parts_banner_area_bottom .right_item {
    display: block;
  }
  #page.parts .parts_banner_area .parts_banner_area_bottom .right_item img {
    margin: 0 auto;
    max-width: 350px;
  }
  #page.parts.index .breadcrumbs {
    display: none;
  }
  #footer_cv.parts li:nth-child(2) span {
    font-size: 12px;
  }
  #footer_cv.parts li:last-child span {
    font-size: 12px;
  }
  #page.inquiry.parts #contactform input[type=tel]#parts {
    width: 88%;
  }
}
@media (max-width: 365px) and (min-width: 1px) {
  #page.parts .truck_search_list .truck_list li .truck_content {
    padding: 0 7px 7px;
  }
}
@media (max-width: 353px) and (min-width: 1px) {
  #page.parts .contact .contact_frist .contact_f_text {
    font-size: 11px;
  }
  #page.parts .truck_search_list .truck_list li .truck_content {
    padding: 0 5px 5px;
  }
  #page.parts .parts_banner_area .parts_banner_area_top .parts_banner_area_title {
    max-width: 220px;
    margin: -12px auto 0 auto;
  }
}
@media (min-width: 1px) and (max-width: 1200px) {
  #page.parts .check_box {
    width: 60%;
  }
  #page.parts .check_box .check_box_item {
    padding: 15px 15px 0 15px;
  }
  #page.parts .check_box .check_box_item form div {
    margin-bottom: 10px;
  }
}
@media (min-width: 1px) and (max-width: 980px) {
  #page.parts .check_box {
    width: 100%;
  }
  #page.parts .second_search_box02 {
    margin-bottom: 0;
  }
}
@media (min-width: 1px) and (max-width: 380px) {
  #page.parts .check_box .check_box_top {
    display: block;
  }
  #page.parts .check_box .check_box_top p {
    margin-bottom: 10px;
  }
}
@media (min-width: 1px) and (max-width: 1100px) {
  #page.parts .search_body_title {
    padding: 10px 10px 10px;
    border-left: none;
    border-right: none;
  }
  #page.parts .search_txt_box {
    border-left: 0;
    border-right: 0;
  }
  #page.parts .search_txt_box .flex {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding-left: 0;
    padding-right: 0;
  }
  #page.parts .second_search_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-left: none;
    border-right: none;
  }
  #page.parts .second_search_box .second_checkbox {
    width: 48.333333%;
    margin-bottom: 5px;
  }
  #page.parts .second_search_box02 {
    border-left: none;
    border-right: none;
    padding: 0;
  }
  #page.parts .second_search_box02 .second_left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28%;
    flex: 0 0 96%;
    margin: auto;
  }
  #page.parts .second_search_box02 .second_left .img {
    width: calc(20.5% - 8px);
  }
  #page.parts .second_search_box02 .search_body_bottom_right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28%;
    flex: 0 0 96%;
    margin: auto;
    margin-top: 5vw;
    padding-bottom: 20vw;
  }
  #page.parts .second_search_box02 .search_body_bottom_right .search_body_title {
    padding: 0;
  }
  #page.parts .second_search_box02 .search_body_bottom_right .search_body_bottom_right_item .form_search {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 3vw;
    position: relative;
  }
  #page.parts .second_search_box02 .search_body_bottom_right .search_body_bottom_right_item .label_title {
    max-width: 100%;
  }
  #page.parts .second_search_box02 .search_body_bottom_right .form_free {
    display: none;
  }
  #page.parts .second_search_box02 .submit_reset {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  #page.parts .second_search_box02 .submit_reset .check_box_area {
    margin-left: 0;
    margin-bottom: 20px;
  }
  #page.parts .second_search_box02 .submit_reset .form_btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 85%;
    flex: 0 0 85%;
  }
  #page.parts .search_body_title_area {
    border-left: 0;
    border-right: 0;
    padding: 10px 10px 20px;
  }
  #page.parts .form_free {
    border-left: 0;
    border-right: 0;
    padding: 10px 10px 20px;
  }
  #page.parts .form_free .search_body_title {
    padding: 0;
    margin-bottom: 15px;
  }
  #page.parts .form_free .form_free_top {
    border-bottom: 2px solid #3e3c39;
    margin-bottom: 20px;
  }
  #page.parts .form_free input[type=text] {
    font-size: 12px;
    padding-left: 10px;
  }
  #page.parts .form_free input[type=submit] {
    padding: 10px 0;
    background-position: left 8px center;
  }
  #page.parts .form_free .reset_btn {
    top: 86px;
  }
  #page.parts .form_free .form_free_top {
    display: block;
  }
  #page.parts .form_free .form_free_keyword {
    display: block;
  }
  #page.parts .form_free .form_free_keyword p:first-child {
    margin-bottom: 10px;
  }
  #page.parts .form_free .form_free_keyword span {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  #page.parts .form_free .search_category_name p {
    font-size: 11px;
  }
  #page.parts .form_free .search_category_name span {
    bottom: 0.5px;
    left: 4px;
  }
  #page.parts .parts_link_area .second_search_box .second_checkbox {
    width: calc(50% - 5px);
    margin-right: 5px;
  }
  #page.parts .parts_link_area .maker_link .flex_area .img {
    margin-right: 5px;
    margin-bottom: 5px;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  #page.parts .form_free .flex_box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  #page.parts .form_free input[type=text] {
    font-size: 12px;
    padding-left: 10px;
    width: calc(100% - 55px);
    margin-bottom: 0;
  }
  #page.parts .form_free .form_btn {
    width: 45px;
  }
  #page.parts .form_free .reset_btn {
    top: 10px;
    right: 65px;
  }
  #page.parts .form_free .form_free_keyword p:first-child {
    margin-bottom: 5px;
  }
  #page.parts .form_free .form_free_keyword span {
    font-size: 11px;
  }
  #page.parts .form_free .search_category_name {
    gap: 5px;
  }
  #page.parts .form_free .search_category_name p {
    padding: 6px 12px;
  }
}
#page.parts .slider_area {
  padding-top: 250px;
  padding-bottom: 100px;
  margin-top: -260px;
}
#page.parts .slider_area ul {
  max-width: 1500px;
  margin: auto;
}
#page.parts .slider_area ul li {
  margin: 0 15px;
}
#page.parts .slider_area ul li img {
  border-radius: 10px;
}
#page.parts .slider_area .slide-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  z-index: 1;
}
#page.parts .slider_area .slide-arrow.prev-arrow {
  left: -60px;
}
#page.parts .slider_area .slide-arrow.next-arrow {
  right: -60px;
}

@media (min-width: 1px) and (max-width: 1630px) {
  #page.parts .slider_area .slide-arrow.prev-arrow {
    left: 0;
  }
  #page.parts .slider_area .slide-arrow.next-arrow {
    right: 0;
  }
}
@media (min-width: 1px) and (max-width: 980px) {
  #page.parts .slider_area {
    margin: 0;
    padding-top: 5vmin;
    padding-bottom: 5vmin;
  }
  #page.parts .slider_area ul li {
    position: relative;
    width: 146px;
    height: 100%;
    margin-right: 10px;
  }
  #page.parts .slider_area ul li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #page.parts .slick__inner {
    width: min(100%, 1120px);
    margin: 0 auto;
    padding: 0 20px;
    overflow: hidden;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  #page.parts .slider_area {
    padding-top: 30px;
  }
  #page.parts .slider_area ul {
    width: 100%;
  }
}
#page.parts .parts_search_tabs {
  padding: 70px 0 0 0;
}
#page.parts .parts_search_tabs_wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page.parts .tab-list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24.2%;
          flex: 0 0 24.2%;
  border-radius: 10px 10px 0 0;
  background-color: #efefef;
  cursor: pointer;
  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;
  gap: 10px;
  height: 56px;
  position: relative;
  bottom: -3px;
  z-index: 1;
}
#page.parts .tab-list-item.active {
  border: 3px solid #3e3c39;
  background-color: #fff;
  border-bottom: none;
  z-index: 3;
}
#page.parts .tab-list-item.active .parts_tab_category_number {
  font-weight: 600;
}
#page.parts .parts_tab_category_name {
  font-size: 18px;
  font-weight: 600;
}
#page.parts .parts_tab_category_number {
  font-size: 11px;
  display: inline-block;
  background-color: #ed5a24;
  color: #fff;
  line-height: 1;
  border-radius: 20px;
  padding: 6px;
}
#page.parts .tab-contents-item {
  padding-top: 60px;
  position: relative;
  z-index: 2;
  border-top: 3px solid #3e3c39;
  display: none;
}
#page.parts .tab-contents-item.show {
  display: block;
}

@media (min-width: 1px) and (max-width: 1200px) {
  #page.parts .parts_search_tabs_wrap {
    padding: 0 20px;
  }
}
@media (min-width: 1px) and (max-width: 650px) {
  #page.parts .parts_search_tabs_wrap {
    padding: 0 10px;
  }
  #page.parts .tab-list-item {
    height: 36px;
    gap: 5px;
    bottom: -2px;
    border-radius: 8px 8px 0 0;
  }
  #page.parts .tab-list-item.active {
    border: 2px solid #3e3c39;
    border-bottom: none;
  }
  #page.parts .parts_tab_category_name {
    font-size: 9px;
  }
  #page.parts .parts_tab_category_number {
    font-size: 8px;
    padding: 3px;
  }
  #page.parts .tab-contents-item {
    border-top: 2px solid #3e3c39;
    padding-top: 0;
  }
}
@media (min-width: 1px) and (max-width: 375px) {
  #page.parts .parts_search_tabs_wrap {
    padding: 0 5px;
  }
  #page.parts .tab-list-item {
    height: 32px;
  }
  #page.parts .parts_tab_category_name {
    font-size: 8px;
  }
}