@charset "UTF-8";
/*　　買取実績詳細　　*/
#page.parts.item .zero_bnr_more {
  background: #fcee21 url(../img/out_of_stock/staff.png);
  background-repeat: no-repeat;
  background-size: 312px 316px;
  background-position: left 0 bottom;
  border-radius: 10px;
  margin: 0 auto 80px auto;
  padding: 35px 35px 35px 0;
}
#page.parts.item .zero_bnr_more .zero_title {
  max-width: 860px;
  width: 100%;
  margin-left: auto;
  margin-bottom: 20px;
}
#page.parts.item .zero_bnr_more .zero_text {
  max-width: 860px;
  width: 100%;
  margin-left: auto;
}
#page.parts.item .zero_bnr_more .zero_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 15px;
  max-width: 856px;
  width: 100%;
  margin-left: auto;
}
#page.parts.item .zero_bnr_more .zero_bottom .tel_are {
  max-width: 290px;
}
#page.parts.item .zero_bnr_more .zero_bottom .contact_b {
  max-width: 272px;
  margin: 0px 5px;
}
#page.parts.item .zero_bnr_more .zero_bottom .line_b {
  max-width: 272px;
}
#page.parts.item .zero_bnr_more .katakata {
  -webkit-animation: hurueru 0.14s infinite;
  animation: hurueru 0.14s infinite;
}
#page.parts.item .sendtext_btn {
  text-align: center;
  background-color: #e5110d;
  width: 100%;
  padding: 3px 0;
}
#page.parts.item .sendtext_btn p {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
#page.parts.item .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.item .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: -13%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#page.parts.item .truck_details .truck_nema_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
#page.parts.item .truck_details .truck_nema_price .truck_car_name {
  padding-left: 12px;
  border-left: 5px solid #ed5a24;
  width: 100%;
  margin-bottom: 10px;
}
#page.parts.item .truck_details .truck_nema_price .truck_car_name .name {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 5px;
}
#page.parts.item .truck_details_box {
  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.item .truck_details_box .left {
  width: 58%;
  max-width: 700px;
}
#page.parts.item .truck_details_box .left #slider {
  margin-bottom: 20px;
  position: relative;
}
#page.parts.item .truck_details_box .left #slider .s_arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
#page.parts.item .truck_details_box .left #slider .s_arrow.slider_p {
  left: -30px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #fff;
  border: 1px solid #d8d9d9;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#page.parts.item .truck_details_box .left #slider .s_arrow.slider_p .prev-arrow {
  width: 11px;
  height: 18.5px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
}
#page.parts.item .truck_details_box .left #slider .s_arrow.slider_n {
  right: -30px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #fff;
  border: 1px solid #d8d9d9;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#page.parts.item .truck_details_box .left #slider .s_arrow.slider_n .next-arrow {
  width: 11px;
  height: 18.5px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#page.parts.item .truck_details_box .left #slider img {
  border-radius: 10px;
  width: 100%;
}
#page.parts.item .truck_details_box .left #thumbnail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#page.parts.item .truck_details_box .left #thumbnail-list .thumbnail-item {
  width: 19.2%;
  margin-bottom: 1%;
  opacity: 0.5;
  cursor: pointer;
}
#page.parts.item .truck_details_box .left #thumbnail-list .thumbnail-item:nth-child(2), #page.parts.item .truck_details_box .left #thumbnail-list .thumbnail-item:nth-child(5), #page.parts.item .truck_details_box .left #thumbnail-list .thumbnail-item:nth-child(7), #page.parts.item .truck_details_box .left #thumbnail-list .thumbnail-item:nth-child(10) {
  margin-left: 1%;
}
#page.parts.item .truck_details_box .left #thumbnail-list .thumbnail-item:nth-child(3), #page.parts.item .truck_details_box .left #thumbnail-list .thumbnail-item:nth-child(8) {
  margin-left: 1%;
  margin-right: 1%;
}
#page.parts.item .truck_details_box .left #thumbnail-list .thumbnail-item img {
  border-radius: 10px;
}
#page.parts.item .truck_details_box .left #thumbnail-list .thumbnail-item.thumbnail-current {
  border: 4px solid #ed5a24;
  border-radius: 10px;
  opacity: 1;
}
#page.parts.item .truck_details_box .left #thumbnail-list .thumbnail-item.thumbnail-current img {
  border-radius: 6px;
}
#page.parts.item .truck_details_box .left .truck_point {
  margin-top: 10px;
}
#page.parts.item .truck_details_box .left .truck_point .point_title {
  margin-bottom: 10px;
}
#page.parts.item .truck_details_box .left .truck_point .point_title .title {
  color: #ed5a24;
  font-size: 18px;
}
#page.parts.item .truck_details_box .left .truck_point .point_coment {
  padding: 5px 10px;
  background: #f3f4f4;
  border-radius: 5px;
}
#page.parts.item .truck_details_box .left .truck_point .point_coment .text {
  font-size: 16px;
}
#page.parts.item .truck_details_box .left .item.by_item {
  position: relative;
}
#page.parts.item .truck_details_box .left .item.by_item img {
  width: 100%;
  border-radius: 7px;
}
#page.parts.item .truck_details_box .left .item.by_item .by_item_link {
  max-width: 380px;
  max-height: 228.5px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#page.parts.item .truck_details_box .right {
  width: 40%;
  max-width: 470px;
}
#page.parts.item .truck_details_box .right .truck_car_contents {
  margin-bottom: 15px;
}
#page.parts.item .truck_details_box .right .truck_car_contents .contetns_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
}
#page.parts.item .truck_details_box .right .truck_car_contents .contetns_table tr:only-child th {
  border-radius: 7px 0 0 7px;
}
#page.parts.item .truck_details_box .right .truck_car_contents .contetns_table tr:only-child td {
  border-radius: 0 7px 7px 0;
}
#page.parts.item .truck_details_box .right .truck_car_contents .contetns_table tr:first-child:not(:only-child) th {
  border-radius: 7px 0 0 0;
}
#page.parts.item .truck_details_box .right .truck_car_contents .contetns_table tr:first-child:not(:only-child) td {
  border-radius: 0 7px 0 0;
}
#page.parts.item .truck_details_box .right .truck_car_contents .contetns_table tr:last-child:not(:only-child) th {
  border-radius: 0 0 0 7px;
}
#page.parts.item .truck_details_box .right .truck_car_contents .contetns_table tr:last-child:not(:only-child) td {
  border-radius: 0 0 7px 0;
}
#page.parts.item .truck_details_box .right .truck_car_contents .contetns_table th {
  background: #d8d9d9;
  text-align: left;
  font-size: 14px;
  padding: 15px 20px;
  width: 40%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
}
#page.parts.item .truck_details_box .right .truck_car_contents .contetns_table td {
  background: #f3f4f4;
  font-size: 14px;
  padding: 15px 20px;
  width: 60%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
}
#page.parts.item .truck_details_box .right .item_icon {
  margin-top: 20px;
}
#page.parts.item .truck_details_box .right .item_icon .iconlist {
  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;
}
#page.parts.item .truck_details_box .right .item_icon .iconlist li {
  font-size: 18px;
  padding: 4px 8px;
  margin-bottom: 5px;
  margin-right: 5px;
  border-radius: 7px;
}
#page.parts.item .truck_details_box .right .item_icon .iconlist li.icon_o {
  background: #ed5a24;
  color: #fff;
}
#page.parts.item .truck_details_box .right .item_icon .iconlist li.icon_w {
  border: 1px solid #c5c6c6;
}
#page.parts.item .truck_details_box .right .postage_link_box {
  margin-top: 20px;
}
#page.parts.item .truck_details_box .right .postage_link_box .postage_link_box_inner {
  border: 1px solid #3e3c39;
  border-radius: 5px;
  padding: 10px 15px 15px 15px;
  margin-bottom: 25px;
}
#page.parts.item .truck_details_box .right .postage_link_box p {
  font-size: 18px;
  margin-bottom: 10px;
}
#page.parts.item .truck_details_box .right .postage_link_box .pay_icon {
  width: 100%;
  max-width: 468px;
  margin-bottom: 15px;
}
#page.parts.item .truck_details_box .right .postage_link_box .pay_link {
  display: block;
  text-align: right;
}
#page.parts.item .truck_details_box .right .postage_link_box .postage_link_text {
  display: block;
  border: 1px solid #3e3c39;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  padding: 15px 0;
  position: relative;
}
#page.parts.item .truck_details_box .right .postage_link_box .postage_link_text:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-image: url(../img/parts_item/postage_arrow.png);
  background-repeat: no-repeat;
  background-size: 10px 6px;
  width: 10px;
  height: 6px;
}
#page.parts.item .truck_details_box .right .postage_link {
  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;
  height: 44px;
  font-size: 15px;
  border-radius: 5px;
  background: #fff url(../img/parts/look_arrow.png);
  background-repeat: no-repeat;
  background-size: 9px 13px;
  background-position: 95% center;
  border: 2px solid #3e3c39;
  -webkit-box-shadow: 2px 2px #3e3c39;
  box-shadow: 2px 2px #3e3c39;
  margin: 15px 0;
  max-width: 225px;
}
#page.parts.item .truck_details_box .right .postage_link_img {
  max-width: 225px;
  width: 49.5%;
}
#page.parts.item .truck_details_box .right .tel_box {
  border: 2px solid #3e3c39;
  border-radius: 10px;
}
#page.parts.item .truck_details_box .right .tel_box .first_box {
  padding: 5px 0;
}
#page.parts.item .truck_details_box .right .tel_box .first_box .text {
  font-size: 12px;
  color: #ed5a24;
  text-align: center;
}
#page.parts.item .truck_details_box .right .tel_box .first_box .text .number_kanri {
  font-size: 28px;
  font-weight: 600;
}
#page.parts.item .truck_details_box .right .tel_box .second_box {
  position: relative;
}
#page.parts.item .truck_details_box .right .tel_box .second_box .tel_center {
  max-width: 266px;
  margin: 5px auto 10px;
  width: 100%;
}
#page.parts.item .truck_details_box .right .tel_box .second_box .second_left {
  position: absolute;
  width: 100%;
  max-width: 112px;
  bottom: -10px;
  left: 0;
}
#page.parts.item .truck_details_box .right .tel_box .second_box .second_right {
  position: absolute;
  width: 100%;
  max-width: 69px;
  bottom: -10px;
  right: 5px;
}
#page.parts.item .truck_details_box .right .truck_car_price {
  width: 100%;
  max-width: 470px;
  margin-top: 0px;
  margin-bottom: 30px;
}
#page.parts.item .truck_details_box .right .truck_car_price .price {
  font-size: 16px;
}
#page.parts.item .truck_details_box .right .truck_car_price .price span {
  color: #ed5a24;
  font-size: 50px;
  margin-left: 5px;
  margin-right: 3px;
  line-height: 1;
}
#page.parts.item .truck_details_box .right .truck_car_price .price_contact {
  color: #ed5a24;
  margin-left: 10px;
  font-weight: 600;
  font-size: 21px;
  line-height: 1.3;
}
#page.parts.item .truck_details_box .right .link_btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 15px;
  margin-bottom: 40px;
}
#page.parts.item .truck_details_box .right .link_btn_area a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 3px solid #3e3c39;
  -webkit-box-shadow: 2px 2px #3e3c39;
  box-shadow: 2px 2px #3e3c39;
  border-radius: 5px;
  padding: 8px 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
  text-align: center;
  font-weight: 600;
}
#page.parts.item .truck_details_box .right .link_btn_area .f_btn .f_pic {
  max-width: 22px;
  max-height: 21px;
  margin-right: 5px;
  width: 100%;
  height: auto;
}
#page.parts.item .truck_details_box .right .link_btn_area .web_btn {
  background: #ffed00;
  background-repeat: no-repeat;
  background-size: 10px 13px;
  background-position: 95% center;
  color: #000;
}
#page.parts.item .truck_details_box .right .link_btn_area .line_btn {
  background: #39d036;
  background-repeat: no-repeat;
  background-size: 9px 13px;
  background-position: 95% center;
}
#page.parts.item .truck_details_box .right .link_btn_area .line_btn.tbsp {
  display: none;
}
#page.parts.item .truck_details_box .right .trank_search_btn {
  margin-top: 75px;
}
#page.parts.item .truck_details_box .right .trank_search_btn .btn_text {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
#page.parts.item .truck_details_box .right .trank_search_btn .btn_text:before {
  content: "";
  display: inline-block;
  background: url(../img/truck_used_item/btn_text_b.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 10px;
  height: 15px;
  margin-right: 10px;
  vertical-align: middle;
}
#page.parts.item .truck_details_box .right .trank_search_btn .btn_text:after {
  content: "";
  display: inline-block;
  background: url(../img/truck_used_item/btn_text_a.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 10px;
  height: 15px;
  margin-left: 10px;
  vertical-align: middle;
}
#page.parts.item .truck_details_box .right .trank_search_btn .search_btn {
  display: block;
  background: #ffed00;
  border: 4px solid #3e3c39;
  -webkit-box-shadow: 2px 2px #3e3c39;
  box-shadow: 2px 2px #3e3c39;
  border-radius: 5px;
  text-align: center;
  position: relative;
  max-width: 305px;
  width: 100%;
  margin: 5px auto 0;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 0;
}
#page.parts.item .truck_details_box .right .trank_search_btn .search_btn:before {
  content: "";
  display: inline-block;
  background: url(../img/truck_used_item/btn_b.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  width: 27px;
  height: 27px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 5px;
}
#page.parts.item .truck_details_box .right .trank_search_btn .search_btn:after {
  content: "";
  display: inline-block;
  background: url(../img/parts_item/btn_a.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  width: 9px;
  height: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 5px;
}
#page.parts.item .truck_details_box_sold {
  margin-bottom: 120px;
}
#page.parts.item .last_button .btn {
  background: url(../img/parts/look_arrow.png);
  background-repeat: no-repeat;
  background-size: 9px 13px;
  background-position: 95% center;
  display: block;
  max-width: 251px;
  margin: 0 auto 70px;
  width: 100%;
  border: 3px solid #3e3c39;
  border-radius: 5px;
  padding: 12.5px 0;
  text-align: center;
}
#page.parts.item .item_car_info {
  margin-bottom: 50px;
}
#page.parts.item .item_car_info .item_car_title {
  font-size: 21px;
  margin-bottom: 25px;
}
#page.parts.item .item_car_info table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
}
#page.parts.item .item_car_info table tr:first-child th:first-child {
  border-radius: 7px 0 0 0;
}
#page.parts.item .item_car_info table tr:first-child td:nth-child(4) {
  border-radius: 0px 7px 0 0;
}
#page.parts.item .item_car_info table tr:last-child th:first-child {
  border-radius: 0px 0 0 7px;
}
#page.parts.item .item_car_info table tr:last-child td:nth-child(4) {
  border-radius: 0px 0px 7px 0;
}
#page.parts.item .item_car_info table th {
  background: #d8d9d9;
  text-align: left;
  font-size: 14px;
  padding: 15px 20px;
  width: 20%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
}
#page.parts.item .item_car_info table td {
  background: #f3f4f4;
  font-size: 14px;
  padding: 15px 20px;
  width: 30%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
}
#page.parts.item .item_car_info .item_car_d_ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #fff;
}
#page.parts.item .item_car_info .item_car_d_ul.first .first {
  border-radius: 7px 0 0 0;
}
#page.parts.item .item_car_info .item_car_d_ul.first .four {
  border-radius: 0px 7px 0 0;
}
#page.parts.item .item_car_info .item_car_d_ul.last .first {
  border-radius: 0px 0 0 7px;
}
#page.parts.item .item_car_info .item_car_d_ul.last .four {
  border-radius: 0px 0px 7px 0;
}
#page.parts.item .item_car_info .item_car_d_ul .first,
#page.parts.item .item_car_info .item_car_d_ul .third {
  background: #d8d9d9;
  text-align: left;
  font-size: 14px;
  padding: 15px 20px;
  width: 20%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
}
#page.parts.item .item_car_info .item_car_d_ul .first {
  border-right: 2px solid #fff;
}
#page.parts.item .item_car_info .item_car_d_ul .third {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
#page.parts.item .item_car_info .item_car_d_ul .second,
#page.parts.item .item_car_info .item_car_d_ul .four {
  background: #f3f4f4;
  font-size: 14px;
  padding: 15px 20px;
  width: 30%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
}
#page.parts.item .item_contact_area {
  margin-bottom: 50px;
}
#page.parts.item .item_contact_area .item_contact_box {
  background: #f3f4f4;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#page.parts.item .item_contact_area .item_contact_box .left {
  border-right: 1px solid #fff;
  padding: 20px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 35%;
}
#page.parts.item .item_contact_area .item_contact_box .right {
  width: 65%;
  padding: 30px;
  background: url(../img/parts_item/item_con_logo_k.png);
  background-repeat: no-repeat;
  background-size: 144px 76px;
  background-position: 97% bottom;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#page.parts.item .item_contact_area .item_contact_box .right .right_first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#page.parts.item .item_contact_area .item_contact_box .right .right_first .shop_tel .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 4px;
}
#page.parts.item .item_contact_area .item_contact_box .right .right_first .shop_tel .tel img {
  max-width: 36px;
  height: auto;
  margin-right: 5px;
}
#page.parts.item .item_contact_area .item_contact_box .right .right_first .shop_tiem {
  margin-left: 10px;
}
#page.parts.item .item_contact_area .item_contact_box .right .right_first .shop_tiem .text {
  font-size: 14px;
}
#page.parts.item .item_contact_area .item_contact_box .right .right_second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}
#page.parts.item .item_contact_area .item_contact_box .right .right_second .form_link {
  border: 2px solid #3e3c39;
  -webkit-box-shadow: 2px 2px #3e3c39;
  box-shadow: 2px 2px #3e3c39;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  max-width: 266px;
  width: 100%;
  padding: 15px 0;
  display: block;
  margin-right: 5px;
  position: relative;
}
#page.parts.item .item_contact_area .item_contact_box .right .right_second .form_link.zaiko {
  background: #ffed00 url(../img/parts/look_arrow.png);
  background-repeat: no-repeat;
  background-size: 10px 13px;
  background-position: 95% center;
}
#page.parts.item .item_contact_area .item_contact_box .right .right_second .form_link.line {
  background: #39d036 url(../img/parts/look_arrow.png);
  background-repeat: no-repeat;
  background-size: 10px 13px;
  background-position: 95% center;
}
#page.parts.item .item_contact_area .item_contact_box .right .right_second .form_link.line.tbsp {
  display: none;
}
#page.parts.item .item_contact_area .item_cotact_bnr_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
}
#page.parts.item .item_contact_area .item_cotact_bnr_area .contact_bnr_img {
  width: 49.5%;
}
#page.parts.item .parts_sec_title {
  margin-bottom: 50px;
}
#page.parts.item .info .left_top,
#page.parts.item .info .right_top,
#page.parts.item .info .right_top_second,
#page.parts.item .info .left_bottom,
#page.parts.item .info .right_bottom,
#page.parts.item .info .mv_info .info_box {
  display: none;
}
#page.parts.item #page_link {
  padding-top: 100px;
  margin-top: -100px;
}
#page.parts.item .follow_sec {
  border: 4px solid #8c453e;
  border-radius: 10px 0 0 10px;
  padding: 15px;
  background-color: #fff;
  z-index: 100;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: fixed;
  right: 0;
  bottom: 50px;
  /*display: none;*/
}
#page.parts.item .follow_sec .contact_text_number {
  background-color: #ffed00;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 10px;
}
#page.parts.item .follow_sec .contact_text_number p {
  font-size: 14px;
  font-weight: 900;
}
#page.parts.item .follow_sec .contact_text_number span {
  font-size: 18px;
}
#page.parts.item .follow_sec img {
  width: 100%;
  max-width: 180px;
  margin-bottom: 10px;
}
#page.parts.item .follow_sec a {
  display: block;
  border: 2px solid #3e3c39;
  width: 100%;
  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;
  padding: 10px 0;
  margin-bottom: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 0 0 #1c1206;
  box-shadow: 2px 2px 0 0 #1c1206;
  font-size: 14px;
  font-weight: 900;
  background-image: url(../img/truck_detail/arrow.png);
  background-size: 8px 12px;
  background-position: right 10px center;
  background-repeat: no-repeat;
}
#page.parts.item .follow_sec a:last-child {
  margin-bottom: 0;
}
#page.parts.item .follow_sec .contact_btn {
  background-color: #ffed00;
}
#page.parts.item .follow_sec .line_btn {
  background-color: #39d036;
}
#page.parts.item .slider_area {
  padding-top: 140px;
  margin-top: 0;
}

@-webkit-keyframes hurueru {
  0% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  25% {
    -webkit-transform: translate(4px, 4px) rotateZ(2deg);
    transform: translate(4px, 4px) rotateZ(2deg);
  }
  50% {
    -webkit-transform: translate(0px, 4px) rotateZ(0deg);
    transform: translate(0px, 4px) rotateZ(0deg);
  }
  75% {
    -webkit-transform: translate(4px, 0px) rotateZ(-2deg);
    transform: translate(4px, 0px) rotateZ(-2deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg);
  }
}
@keyframes hurueru {
  0% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  25% {
    -webkit-transform: translate(4px, 4px) rotateZ(2deg);
    transform: translate(4px, 4px) rotateZ(2deg);
  }
  50% {
    -webkit-transform: translate(0px, 4px) rotateZ(0deg);
    transform: translate(0px, 4px) rotateZ(0deg);
  }
  75% {
    -webkit-transform: translate(4px, 0px) rotateZ(-2deg);
    transform: translate(4px, 0px) rotateZ(-2deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg);
  }
}
@media (max-width: 1300px) and (min-width: 1px) {
  #page.parts.item .zero_bnr_more .zero_title,
  #page.parts.item .zero_bnr_more .zero_text,
  #page.parts.item .zero_bnr_more .zero_bottom {
    max-width: 800px;
  }
}
@media (max-width: 1250px) and (min-width: 1px) {
  #page.parts.item .zero_bnr_more .zero_title,
  #page.parts.item .zero_bnr_more .zero_text,
  #page.parts.item .zero_bnr_more .zero_bottom {
    max-width: 720px;
  }
  #page.parts.item .item_contact_area .item_contact_box .right .right_second .form_link {
    max-width: 200px;
  }
}
@media (max-width: 1180px) and (min-width: 1px) {
  #page.parts.item .truck_details_box .right .tel_box .second_box .tel_center {
    margin-bottom: 20px;
  }
  #page.parts.item .truck_details_box .right .tel_box .second_box .second_left,
  #page.parts.item .truck_details_box .right .tel_box .second_box .second_right {
    bottom: -20px;
  }
  #page.parts.item .truck_details_box .right .link_btn_area a {
    text-align: left;
    padding-left: 5px;
    font-size: 14px;
  }
}
@media (max-width: 1050px) and (min-width: 1px) {
  #page.parts.item .zero_bnr_more {
    background-size: 208px 210px;
    padding: 35px;
  }
  #page.parts.item .sendtext_btn {
    padding: 3px;
  }
  #page.parts.item .sendtext_btn p {
    font-size: 14px;
  }
  #page.parts.item .item_contact_area .item_contact_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #page.parts.item .item_contact_area .item_contact_box .left {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #fff;
  }
  #page.parts.item .item_contact_area .item_contact_box .left .parts_logo {
    max-width: 331px;
    width: 100%;
    height: auto;
    max-height: 107px;
    margin: 0 auto;
  }
  #page.parts.item .item_contact_area .item_contact_box .right {
    width: 100%;
  }
  #page.parts.item .item_contact_area .item_contact_box .right .right_first {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #page.parts.item .item_contact_area .item_contact_box .right .right_second {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #page.parts.item .item_contact_area .item_contact_box .right .right_second .form_link {
    max-width: 200px;
  }
  #page.parts.item .truck_details_box {
    display: block;
  }
  #page.parts.item .truck_details_box .truck_details_box_sold_left,
  #page.parts.item .truck_details_box .truck_details_box_sold_right {
    width: 100%;
    max-width: 100%;
  }
  #page.parts.item .truck_details_box .right .truck_car_contents_sold {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #page.parts.item .truck_details_box .right .trank_search_btn {
    margin-top: 30px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1000px) and (min-width: 1px) {
  #page.parts.item .truck_details_box .right .tel_box .second_box .tel_center {
    margin-bottom: 10px;
  }
  #page.parts.item .truck_details_box .right .tel_box .second_box .second_right,
  #page.parts.item .truck_details_box .right .tel_box .second_box .second_left {
    display: none;
  }
}
@media (max-width: 980px) and (min-width: 1px) {
  #page.parts.item .slider_area {
    padding-top: 5vmin;
  }
}
@media (max-width: 960px) and (min-width: 1px) {
  #page.parts.item .truck_details .truck_nema_price .truck_car_price .price {
    font-size: 22px;
  }
  #page.parts.item .truck_details .truck_nema_price .truck_car_price .price span {
    font-size: 60px;
  }
  #page.parts.item .truck_details_box .right .link_btn_area {
    display: block;
  }
  #page.parts.item .truck_details_box .right .link_btn_area a {
    text-align: center;
    padding-left: 0;
    font-size: 16px;
  }
  #page.parts.item .truck_details_box .right .link_btn_area a.web_btn {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 950px) and (min-width: 1px) {
  #page.parts.item .zero_bnr_more {
    background: #ffed00;
    padding: 35px;
  }
}
@media (max-width: 895px) and (min-width: 1px) {
  #page.parts.item .truck_details .truck_nema_price .truck_car_price .price {
    font-size: 20px;
  }
  #page.parts.item .truck_details .truck_nema_price .truck_car_price .price span {
    font-size: 50px;
  }
}
@media (max-width: 800px) and (min-width: 1px) {
  #page.parts.item .item_contact_area .item_contact_box .right .right_second .form_link.line.tbsp,
  #page.parts.item .truck_details_box .right .link_btn_area .line_btn.tbsp {
    display: block;
  }
  #page.parts.item .item_contact_area .item_contact_box .right .right_second .form_link.line.tbpc,
  #page.parts.item .truck_details_box .right .link_btn_area .line_btn.tbpc {
    display: none;
  }
}
@media (max-width: 767px) and (min-width: 1px) {
  #page.parts.item .zero_bnr_more {
    margin: 40px auto 60px auto;
    max-width: 350px;
    width: 100%;
    padding: 0;
    border-radius: 10px;
  }
  #page.parts.item .zero_bnr_more .zero_top {
    padding: 25px 15px 20px 15px;
    width: 100%;
    max-width: 100%;
    background: #ffed00 url(../img/out_of_stock/staff_sp.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 148px 156px;
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid #333;
  }
  #page.parts.item .zero_bnr_more .zero_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 10px;
  }
  #page.parts.item .zero_bnr_more .zero_title img {
    max-width: 190px;
    width: 100%;
    height: auto;
  }
  #page.parts.item .zero_bnr_more .zero_text {
    max-width: 190px;
  }
  #page.parts.item .zero_bnr_more .zero_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 10px 15px 10px;
  }
  #page.parts.item .zero_bnr_more .zero_bottom .tel_are {
    max-width: 320px;
  }
  #page.parts.item .zero_bnr_more .zero_bottom .contact_b {
    max-width: 326px;
    margin: 15px 0 5px;
  }
  #page.parts.item .zero_bnr_more .zero_bottom .line_b {
    max-width: 326px;
  }
  #page.parts.item .truck_details .wrap {
    width: 100%;
  }
  #page.parts.item .truck_details .truck_nema_price {
    width: 90%;
    margin: auto;
    display: block;
  }
  #page.parts.item .truck_details .truck_nema_price .truck_car_name {
    width: 100%;
  }
  #page.parts.item .truck_details .truck_nema_price .truck_car_name .name {
    font-size: 26px;
    margin-bottom: 10px;
  }
  #page.parts.item .truck_details .truck_nema_price .truck_car_price {
    width: 100%;
  }
  #page.parts.item .truck_details .truck_nema_price .truck_car_price .price {
    font-size: 18px;
  }
  #page.parts.item .truck_details .truck_nema_price .truck_car_price .price span {
    font-size: 50px;
    letter-spacing: 0;
  }
  #page.parts.item .truck_details .truck_details_box {
    display: block;
    margin-bottom: 40px;
  }
  #page.parts.item .truck_details .truck_details_box .left {
    width: 90%;
    margin: auto;
    max-width: 100%;
  }
  #page.parts.item .truck_details .truck_details_box .left #slider .s_arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #page.parts.item .truck_details .truck_details_box .left #slider .s_arrow.slider_p {
    left: -17px;
    width: 40px;
    height: 40px;
  }
  #page.parts.item .truck_details .truck_details_box .left #slider .s_arrow.slider_p .prev-arrow {
    width: 9px;
    height: 16.5px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #page.parts.item .truck_details .truck_details_box .left #slider .s_arrow.slider_n {
    right: -17px;
    width: 40px;
    height: 40px;
  }
  #page.parts.item .truck_details .truck_details_box .left #slider .s_arrow.slider_n .next-arrow {
    width: 9px;
    height: 16.5px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #page.parts.item .truck_details .truck_details_box .left #slider img {
    border-radius: 0;
  }
  #page.parts.item .truck_details .truck_details_box .left .truck_point {
    width: 100%;
    margin: auto;
  }
  #page.parts.item .truck_details .truck_details_box .left .truck_point .point_title {
    margin-bottom: 10px;
  }
  #page.parts.item .truck_details .truck_details_box .left .truck_point .point_coment {
    width: 100%;
    margin: auto;
  }
  #page.parts.item .truck_details .truck_details_box .left .truck_point .point_coment .text {
    font-size: 14px;
  }
  #page.parts.item .truck_details .truck_details_box .right {
    width: 90%;
    max-width: 100%;
    margin: 15px auto 0;
  }
  #page.parts.item .truck_details .truck_details_box .right .truck_car_contents .contetns_table th,
  #page.parts.item .truck_details .truck_details_box .right .truck_car_contents .contetns_table td {
    font-size: 14px;
    padding: 8px 20px;
  }
  #page.parts.item .truck_details .truck_details_box .right .tel_box .first_box .text .number_kanri {
    display: block;
  }
  #page.parts.item .truck_details .truck_details_box .right .tel_box .second_box .tel_center {
    margin-bottom: 25px;
  }
  #page.parts.item .truck_details .truck_details_box .right .tel_box .second_box .second_left {
    display: block;
    bottom: -25px;
  }
  #page.parts.item .truck_details .truck_details_box .right .tel_box .second_box .second_right {
    display: block;
    right: 0;
    bottom: -25px;
  }
  #page.parts.item .truck_details .truck_details_box .right .item_icon .iconlist li {
    font-size: 14px;
  }
  #page.parts.item .truck_details .truck_details_box .link_btn_area {
    display: block;
  }
  #page.parts.item .truck_details .truck_details_box .link_btn_area .web_btn {
    margin-bottom: 10px;
  }
  #page.parts.item .sec04 .wrap {
    width: 94%;
  }
  #page.parts.item .item_car_info {
    width: 90%;
    margin: 0 auto 30px;
  }
  #page.parts.item .item_car_info .item_car_title {
    font-size: 16px;
  }
  #page.parts.item .item_car_info table {
    width: 100%;
    overflow-x: hidden;
    max-width: 100%;
  }
  #page.parts.item .item_car_info table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #page.parts.item .item_car_info table tr th {
    width: 40%;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    padding: 8px 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  #page.parts.item .item_car_info table tr td {
    width: 60%;
    border-bottom: 2px solid #fff;
    padding: 8px 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  #page.parts.item .item_car_info table tr:first-child th:first-child {
    border-radius: 7px 0 0 0;
  }
  #page.parts.item .item_car_info table tr:first-child td:nth-child(2) {
    border-radius: 0px 7px 0 0;
  }
  #page.parts.item .item_car_info table tr:first-child td:nth-child(4) {
    border-radius: 0px 0px 0 0;
  }
  #page.parts.item .item_car_info table tr:last-child th:first-child {
    border-radius: 0px 0 0 0px;
  }
  #page.parts.item .item_car_info table tr:last-child th:nth-child(3) {
    border-radius: 0px 0 0 7px;
  }
  #page.parts.item .item_car_info table tr:last-child td:nth-child(4) {
    border-radius: 0px 0px 7px 0;
  }
  #page.parts.item .item_car_info .item_car_d_ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #page.parts.item .item_car_info .item_car_d_ul.first .second {
    border-radius: 0px 7px 0 0;
  }
  #page.parts.item .item_car_info .item_car_d_ul.first .four {
    border-radius: 0px 0px 0 0;
  }
  #page.parts.item .item_car_info .item_car_d_ul.last .first {
    border-radius: 0px 0 0 0px;
  }
  #page.parts.item .item_car_info .item_car_d_ul.last .third {
    border-radius: 0px 0 0 7px;
  }
  #page.parts.item .item_car_info .item_car_d_ul .first {
    width: 40%;
    padding: 8px 20px;
  }
  #page.parts.item .item_car_info .item_car_d_ul .third {
    width: 40%;
    padding: 8px 20px;
    border-left: none;
  }
  #page.parts.item .item_car_info .item_car_d_ul .second,
  #page.parts.item .item_car_info .item_car_d_ul .four {
    width: 60%;
    padding: 8px 20px;
  }
  #page.parts.item .item_car_info .item_car_d_ul .first,
  #page.parts.item .item_car_info .item_car_d_ul .second {
    border-bottom: 2px solid #fff;
  }
  #page.parts.item .item_contact_area .item_contact_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #page.parts.item .item_contact_area .item_contact_box .left {
    padding: 20px;
  }
  #page.parts.item .item_contact_area .item_contact_box .left .parts_logo {
    max-width: 331px;
    width: 100%;
    height: auto;
    max-height: 107px;
    margin: 0 auto;
  }
  #page.parts.item .item_contact_area .item_contact_box .right {
    background: transparent;
    padding: 30px 0;
  }
  #page.parts.item .item_contact_area .item_contact_box .right .right_first {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #page.parts.item .item_contact_area .item_contact_box .right .right_first .shop_tel .tel {
    font-size: 36px;
    letter-spacing: 1px;
  }
  #page.parts.item .item_contact_area .item_contact_box .right .right_first .shop_tel .tel img {
    max-width: 28px;
  }
  #page.parts.item .item_contact_area .item_contact_box .right .right_first .shop_tiem {
    margin-top: 5px;
    margin-left: 0;
  }
  #page.parts.item .item_contact_area .item_contact_box .right .right_first .shop_tiem .text {
    font-size: 15px;
  }
  #page.parts.item .item_contact_area .item_contact_box .right .right_second {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #page.parts.item .item_contact_area .item_contact_box .right .right_second .form_link {
    max-width: 299px;
    font-size: 14px;
    margin-right: 0;
    padding: 10px 0;
  }
  #page.parts.item .item_contact_area .item_contact_box .right .right_second .form_link.zaiko {
    margin-bottom: 10px;
  }
  #page.parts.item .item_contact_area .item_cotact_bnr_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
  }
  #page.parts.item .item_contact_area .item_cotact_bnr_area .contact_bnr_img {
    width: 100%;
    margin-top: 10px;
  }
  #page.parts.item .truck_details_box .left .item.by_item .by_item_link {
    max-width: 237.5px;
    max-height: 142.8px;
  }
  #page.parts.item .truck_details_box .right .trank_search_btn .search_btn {
    font-size: 14px;
    padding: 11px 0;
    max-width: 348px;
  }
}
@media (max-width: 360px) and (min-width: 1px) {
  #page.parts.item .zero_bnr_more .zero_top {
    background: #ffed00;
  }
  #page.parts.item .zero_bnr_more .zero_title img {
    max-width: 100%;
  }
  #page.parts.item .zero_bnr_more .zero_text {
    max-width: 100%;
  }
  #page.parts.item .zero_bnr_more .zero_text img {
    max-width: 100%;
  }
  #page.parts.item .search_sec .search_flex .form_table td select,
  #page.parts.item .search_sec .search_flex .form_table th {
    font-size: 12px;
  }
}
@media (max-width: 350px) and (min-width: 1px) {
  #page.parts.item .item_contact_area .item_contact_box .right .right_second .form_link {
    max-width: 260px;
  }
  #page.parts.item .sec04 .truck_type .search_body_list .body_link .check_list .icon {
    margin: 0 5px;
  }
  #page.parts.item .sec04 .truck_type .search_body_list .body_link .check_list .text {
    font-size: 11px;
  }
}
footer .ui10 {
  right: unset !important;
  left: 10px !important;
}

.truck_nav_btn .contact_btn {
  display: none;
}

/*************

フロートバナー

****************************/
#page.parts.item .bnr_archives .elm {
  text-decoration: none;
  position: fixed;
  bottom: 50px;
  right: 0px;
  padding: 0px;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  width: 250px;
}

@media (max-width: 767px) and (min-width: 1px) {
  #page.parts.item .bnr_archives .elm {
    bottom: 55px;
    width: 100%;
    z-index: 1;
  }
  #page.parts.item .follow_sec {
    display: none !important;
  }
}
#page.parts.item .item-quarity {
  margin-bottom: 15px;
}
#page.parts.item .item-quarity-bnr {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 20px auto;
}
#page.parts.item .item-quarity-link {
  text-align: right;
}
#page.parts.item .item-quarity-link a {
  position: relative;
  padding-right: 12px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #000;
}
#page.parts.item .item-quarity-link a::after {
  content: "";
  position: absolute;
  background-image: url(../img/parts_item/s_n_arrow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 8px;
  height: 12px;
  right: 0;
  top: 5px;
}
#page.parts.item .item-title {
  text-align: center;
  font-size: 26px;
  line-height: 1;
  margin-bottom: 40px;
}
#page.parts.item .item-flow {
  margin-bottom: 80px;
}
#page.parts.item .item-flow-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
#page.parts.item .item-flow-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30.75%;
          flex: 0 0 30.75%;
  -webkit-box-shadow: 0 10px 0 0 #3E3C39;
          box-shadow: 0 10px 0 0 #3E3C39;
  border: 3px solid #3E3C39;
  border-radius: 10px;
  position: relative;
  background-color: #fff;
}
#page.parts.item .item-flow-box:not(:last-child)::after {
  content: "";
  background-color: #ED5A24;
  width: 30%;
  height: 3px;
  position: absolute;
  top: 0;
  bottom: 10px;
  margin: auto;
  right: -50px;
  z-index: -1;
}
#page.parts.item .item-flow-top {
  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;
  width: 100%;
  padding: 0 22px;
  border-bottom: 1px solid #3E3C39;
  height: 87px;
}
#page.parts.item .item-flow-number {
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0.075em;
  line-height: 1;
  color: #ed5a24;
  font-family: "Oswald", sans-serif;
}
#page.parts.item .item-flow-ttl {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  color: #3E3C39;
  font-family: "Oswald", sans-serif;
  padding-left: 20px;
}
#page.parts.item .item-flow-icon {
  width: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
#page.parts.item .item-flow-icon.flow-icon-first {
  max-width: 36px;
  padding-right: 10px;
}
#page.parts.item .item-flow-icon.flow-icon-second {
  max-width: 60px;
}
#page.parts.item .item-flow-icon.flow-icon-third {
  max-width: 56px;
}
#page.parts.item .item-flow-bottom {
  padding: 19px 22px;
}
#page.parts.item .item-flow-txt {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1px;
}
#page.parts.item .faq_list {
  border: 4px solid #3e3c39;
  position: relative;
  border-bottom: none;
  margin-bottom: 80px;
}
#page.parts.item .faq_list .faq_box {
  border-bottom: 4px solid #3e3c39;
}
#page.parts.item .faq_list .faq_box .faq_uestion {
  background: #fff;
  padding: 20px;
  cursor: pointer;
}
#page.parts.item .faq_list .faq_box .faq_uestion.clicked .text::after {
  content: "";
  display: inline-block;
  background: url(../img/parts_faq/faq_m.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  height: 2px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#page.parts.item .faq_list .faq_box .faq_uestion .text {
  font-weight: 600;
  font-size: 21px;
  position: relative;
  padding-right: 30px;
  padding-left: 0px;
}
#page.parts.item .faq_list .faq_box .faq_uestion .text::after {
  content: "";
  display: inline-block;
  background: url(../img/parts_faq/faq_p.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#page.parts.item .faq_list .faq_box .faq_answer {
  padding: 20px;
  background: #f3f4f4;
  border-top: 1px solid #333333;
}
#page.parts.item .faq_list .faq_box .faq_answer .answer_table {
  width: 100%;
  margin-bottom: 50px;
}
#page.parts.item .faq_list .faq_box .faq_answer .answer_table th {
  min-width: 30%;
  width: 30%;
  text-align: left;
  padding-left: 15px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.7;
}
#page.parts.item .faq_list .faq_box .faq_answer .answer_table td {
  width: 70%;
  min-width: 70%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  line-height: 1.7;
}
#page.parts.item .faq_list .faq_box .faq_answer .answer_table td.number {
  padding-left: 0;
}
#page.parts.item .faq_list .faq_box .faq_answer .answer_table td.number ol {
  margin-top: 40px;
  list-style-type: decimal;
}
#page.parts.item .faq_list .faq_box .faq_answer .answer_table td.number ol li {
  padding-left: 15px;
  line-height: 2;
}

@media (max-width: 900px) and (min-width: 1px) {
  #page.parts.item .item-flow-top {
    padding: 0 10px 0 10px;
  }
  #page.parts.item .item-flow-ttl {
    font-size: 16px;
    padding: 0;
  }
}
@media (max-width: 767px) and (min-width: 1px) {
  #page.parts.item .item-quarity {
    width: 90%;
    margin: 0 auto 45px auto;
  }
  #page.parts.item .item-quarity-link a {
    font-size: 13px;
  }
  #page.parts.item .item-quarity-link a::after {
    top: 4px;
  }
  #page.parts.item .item-title {
    font-size: 21px;
    margin-bottom: 55px;
  }
  #page.parts.item .item-flow {
    width: 90%;
    margin: 0 auto 80px auto;
  }
  #page.parts.item .item-flow-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
  }
  #page.parts.item .item-flow-box {
    -webkit-box-shadow: 0 10px 0 0 #3E3C39;
            box-shadow: 0 10px 0 0 #3E3C39;
  }
  #page.parts.item .item-flow-box:not(:last-child)::after {
    background-image: url(../img/parts_item/flow-arrow-sp.png);
    right: 0;
    left: 0;
    bottom: -90px;
    top: unset;
    width: 3px;
    height: 100px;
  }
  #page.parts.item .item-flow-top {
    padding: 0 20px 0 25px;
  }
  #page.parts.item .item-flow-ttl {
    font-size: 18px;
    padding: 0;
  }
  #page.parts.item .item-flow-ttl.item-flow-ttl-second {
    padding-left: 20px;
  }
  #page.parts.item .item-flow-ttl.flow-icon-third {
    padding-left: 20px;
  }
  #page.parts.item .item-flow-txt {
    text-align: justify;
    font-size: 14px;
    line-height: 1.5714285714;
  }
  #page.parts.item .item-flow-icon.flow-icon-first {
    max-width: 34px;
    padding-right: 0px;
  }
  #page.parts.item .item-flow-icon.flow-icon-second {
    max-width: 56px;
  }
  #page.parts.item .item-flow-icon.flow-icon-third {
    max-width: 54px;
  }
  #page.parts.item .item-warranty {
    width: 90%;
    margin: 0 auto;
  }
  #page.parts.item .faq_list .faq_box .faq_uestion .text {
    font-size: 17px;
  }
  #page.parts.item .faq_list .faq_box .faq_answer .answer_table {
    margin-bottom: 20px;
  }
  #page.parts.item .faq_list .faq_box .faq_answer .answer_table th {
    font-size: 14px;
    display: block;
    width: 100%;
    padding: 0;
    font-weight: bold;
  }
  #page.parts.item .faq_list .faq_box .faq_answer .answer_table td {
    font-size: 14px;
    display: block;
    width: 100%;
    padding: 0;
  }
  #page.parts.item .faq_list .faq_box .faq_answer .answer_table td.number {
    padding-left: 20px;
  }
  #page.parts.item .faq_list .faq_box .faq_answer .answer_table td.number ol {
    margin-top: 15px;
  }
  #page.parts.item .faq_list .faq_box .faq_answer .answer_table td.number ol li {
    padding-left: 5px;
    line-height: 1.7;
  }
}