/*clearfix*/
/*flex*/
/*flex*/
.pc {
  display: block !important; }
  @media screen and (max-width: 641px) {
    .pc {
      display: none !important; } }

.pc_inline {
  display: inline; }
  @media screen and (max-width: 641px) {
    .pc_inline {
      display: none !important; } }

.sp {
  display: none !important; }
  @media screen and (max-width: 641px) {
    .sp {
      display: block !important; } }

.sp_inline {
  display: none !important; }
  @media screen and (max-width: 641px) {
    .sp_inline {
      display: inline; } }

.oldContent .anchor_point {
  padding-top: 70px;
  margin-top: -70px;
}

@media screen and (max-width: 641px) {
  .oldContent .anchor_point {
    padding-top: 50px;
    margin-top: -50px;
  }
}

.lineup_anchor li {
  list-style: none;
  float: right;
}

@media screen and (max-width: 641px) {
  .lineup_anchor li {
    float: none;
    display: block !important;
  }

  .lineup_anchor li a {
    display: block !important;
    background: url("/ja/biz_invehicleequipment/img_new/bg_subnav.png") left center no-repeat;
    background-size: 20px 20px;
    padding-left: 30px;
  }

  .lineup_anchor li a span {
    font-size: 15px;
  }
}

.lineup_anchor li a img:hover {
  opacity: .7;
}

.product_ttl {
  background: url("/ja/biz_invehicleequipment/product/img/bg_line02.png") center bottom no-repeat;
  padding: 40px 0;
  margin: 0 0 15px 0;
}

@media screen and (max-width: 641px) {
  .product_ttl {
    padding: 20px 0 3px;
    margin: 0 0 15px 0;
    background: url("/ja/biz_invehicleequipment/product/img/bg_line02.png") 15% bottom no-repeat;
  }
}

.product_ttl h2 {
  font-size: 30px;
  font-weight: normal;
  text-align: center;
}

@media screen and (max-width: 641px) {
  .product_ttl h2 {
    width: 320px;
    margin: 0px auto;
    font-size: 18px;
  }
}

.product_ttl h2 span.product_ttl {
  background: url("/ja/biz_invehicleequipment/product/img/ico01.png") left center no-repeat;
  padding: 30px 0 30px 92px;
}

@media screen and (max-width: 641px) {
  .product_ttl h2 span.product_ttl {
    display: block !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-size: 52px 50px;
    min-height: 50px;
    padding: 15px 0px 0px 57px;
  }
}

.oldContent .product_title01 {
  color: #666;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 15px;
}

@media screen and (max-width: 641px) {
  .oldContent .product_title01 {
    font-size: 14px;
  }
}

.oldContent .product_list {
  margin: 0 0 20px 0;
  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;
}

@media screen and (max-width: 641px) {
  .oldContent .product_list {
    margin: 0 0 0px 0;
    display: block !important;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.product_item {
  list-style: none;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product_item02 {
  list-style: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.333333333333333333333333333%;
}

@media screen and (max-width: 641px) {

  .product_item,
  .product_item02 {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-bottom: none;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.product_item:nth-child(even) {
  border-left: none;
}

@media screen and (max-width: 641px) {
  .product_item:nth-child(even) {
    border-left: 1px solid #ccc;
  }
}

.product_item:nth-child(3n) {
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 641px) {
  .product_item:nth-child(3n) {
    border-bottom: none;
  }
}

.product_item02:nth-child(3n) {
  border-right: 1px solid #ccc;
}

@media screen and (max-width: 641px) {
  .product_item02:nth-child(3n) {
    border-bottom: 1px solid #ccc
  }
}

.product_item:nth-child(4n),
.product_item:nth-child(5n) {
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 641px) {

  .product_item:nth-child(4n),
  .product_item:nth-child(5n) {
    border-bottom: none;
  }
}

.product_item:nth-child(5n) {
  border-right: 1px solid #ccc;
  border-top: none;
}

@media screen and (max-width: 641px) {
  .product_item:nth-child(5n) {
    border-bottom: none;
    border-top: 1px solid #ccc;
  }
}

@media screen and (max-width: 641px) {
  .product_item:nth-last-child(1) {
    border-bottom: 1px solid #ccc;
  }
}

.product_img {
  width: 205px;
  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;
}

.product_img02 {
  text-align: center;
}

@media screen and (max-width: 641px) {

  .product_img,
  .product_img02 {
    width: 35.52%;
  }

  .product_img02 {
    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;
  }
}

.product_contents {
  width: 250px;
}

@media screen and (max-width: 641px) {

  .product_contents,
  .product_contents02 {
    width: 59.21%;
  }
}

.product_contents_inner {
  height: 139px;
}

.product_contents_inner02 {
  height: 125px;
}

@media screen and (max-width: 641px) {

  .product_contents_inner,
  .product_contents_inner02 {
    height: auto;
    margin-bottom: 10px;
  }
}

.product_contents_ttl {
  font-size: 15px;
  font-weight: bold;
}

.product_contents_type {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 4px 0 !important;
}

.product_contents_txt {
  font-size: 13px;
  margin: 0 0 4px 0 !important;
}

.product_contents_caution {
  font-size: 10px;
}

.product_contents_link a {
  font-size: 13px;
  background: url("/ja/biz_invehicleequipment/product/img/ico_link.png") left center no-repeat;
  padding: 0 0 0 18px;
}

.product_contents_link.external a {
  background: url("/ja/biz_invehicleequipment/product/img/ico_external.png") left center no-repeat;
}

.ls01 {
  letter-spacing: -1px;
}

@media screen and (max-width: 640px) {
  .ls01 {
    letter-spacing: inherit;
  }
}


@media screen and (min-width: 641px) {
  #product_anc {
    display: block;
    margin-top: -5px;
    padding-top: 5px;
  }
}
@media screen and (max-width: 640px) {
  #product_anc {
    display: block;
    margin-top: -40px;
    padding-top: 40px;
  }
}

.oldContent .other_list {
  margin: 40px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 641px) {
  .oldContent .other_list {
    margin: 20px 0 0 0;
    padding: 0px 10px;
    display: block !important;
  }
}

.oldContent .other_list li {
  list-style: none;
  text-align: center;
}

@media screen and (max-width: 641px) {
  .oldContent .other_list li {
    margin-bottom: 20px;
  }
}

.other_list li p {
  margin: 0 0 10px 0 !important;
}

@media screen and (max-width: 641px) {
  .other_list li p {
    font-size: 14px;
  }
}

.other_list li p.red {
  color: #b91440;
}

.other_list li a:hover {
  opacity: .7;
}

.txt_contact {
  color: #b91440;
  text-align: right;
  margin: 20px 0 0 0 !important; }
  @media screen and (max-width: 641px) {
    .txt_contact {
      text-align: center;
      margin: 0px !important; }
      .txt_contact img {
        width: 100%;
        height: auto; } }

.oldContent .btn_contact {
  width: 306px;
  margin: 0 0 0 20px; }
  @media screen and (max-width: 641px) {
    .oldContent .btn_contact {
      text-align: center;
      width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      box-sizing: border-box;
      padding: 10px 20px 0px;
      margin: 0px; } }

.oldContent .btn_contact:hover {
  opacity: .7; }


.oldContent .btn_contact_01 {
  width: 178px;
  margin: 0 0 0 20px; }
  @media screen and (max-width: 641px) {
    .oldContent .btn_contact_01 {
      text-align: center;
      width: 100%;
      max-width: 300px !important;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      box-sizing: border-box;
      padding: 10px 20px 0px;
      margin: 0 auto; } }

.oldContent .btn_contact_01:hover {
  opacity: .7; }