@charset "utf-8";
/*--------------------
common
--------------------*/
#owners .inContents * {
  box-sizing: border-box;
}
#owners .inContents img {
  width: 100%;
}
#owners .inContents p {
  font-size: 13px;
  line-height: 2;
}
#owners .inContents a:hover {
  opacity: 0.7;
}
@media only screen and (max-width:640px) {
  #owners .inContents p {
    line-height: 1.7;
  }
}
/*--------------------
mv
--------------------*/
.mv {
  margin-bottom: 70px;
}
@media only screen and (max-width:640px) {
  .mv {
    margin-bottom: 7%;
  }
}
/*--------------------
section
--------------------*/
.section {
  margin-bottom: 70px;
}
.section_head {
  font-size: 22px;
  font-weight: bold;
  border-left: 4px solid #696969;
  padding: 5.5px 0 5.5px 20px;
  margin-bottom: 40px;
}
.products_article_head {
  font-size: 24px;
  font-family: "DIN Regular", Arial, Helvetica, sans-serif;
  border-bottom: 1px solid #c5c5c5;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
@media only screen and (max-width:640px) {
  .section {
    margin-bottom: 10%;
  }
  .section_head {
    font-size: 16px;
    padding: 2.5px 0 2.5px 10px;
    margin-bottom: 5%;
  }
  .products_article_head {
    font-size: 16px;
    padding-bottom: 0;
    margin-bottom: 4%;
  }
}
/*--------------------
step_list
--------------------*/
.step_list {
  background-color: #f5f5f5;
  padding: 40px;
}
.step_listitem {
  display: table;
  margin-bottom: 35px;
  width: 100%;
}
.step_listitem:last-child {
  margin-bottom: 0;
}
.step_point {
  display: table-cell;
  text-align: center;
  vertical-align: top;
  width: 70px;
}
.step_listitem_ex .step_point {
  vertical-align: middle;
  background-color: #8b7c67;
}
.step_point_content {
  width: 70px;
  height: 70px;
  background-color: #8b7c67;
  display: table-cell;
  color: #fff;
  vertical-align: middle;
  font-size: 15px;
  font-family: "DIN Medium", Arial, Helvetica, sans-serif;
  padding-top: 3px;
}
.step_point_content span {
  font-size: 18px;
}
.step_content {
  display: table-cell;
  padding-left: 20px;
  vertical-align: middle;
}
.step_content_head {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 6px;
}
.step_content_foot {
  width: 100%;
}
.step_content_foot_content {
  /* width: 49%; */
  border: 1px solid #c5c5c5;
  padding: 30px;
}
.step_content_foot_content_left {
  float: left;
}
.step_content_foot_content_right {
  float: right;
}
.step_content_foot_head {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
#how .step_content_foot_link {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #696969;
  border-radius: 5px;
  width: 100%;
  display: table;
  text-align: center;
  height: 60px;
  margin-top: 15px;
}
.step_content_foot_link span {
  font-size: 14px;
}
.step_content_foot_link span i {
  display: inline-block;
}

#how .step_content_foot_link span {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width:800px) {
  #how .step_content_foot_link span {
    font-size: 13px;
  }
  
}
@media only screen and (max-width:640px) {
  .step_list {
    padding: 4% 3%;
  }
  .step_listitem {
    display: block;
    margin-bottom: 10%;
  }
  .step_listitem:last-child {
    margin-bottom: 0;
  }
  .step_point {
    display: table;
    width: 100%;
  }
  .step_point_content {
    width: 100%;
    height: 35px;
    font-size: 13px;
  }
  .step_point_content span {
    font-size: 14px;
  }
  .step_content {
    display: block;
    padding: 4% 3% 0;
  }
  .step_content_head {
    font-size: 14px;
    margin-bottom: 3%;
  }
  .step_content_foot_content {
    width: 100%;
    padding: 6% 5%;
  }
  /* .step_content_foot_content_left {
    float: none;
    margin-bottom: 6%;
  }
  .step_content_foot_content_right {
    float: none;
  } */
  .step_content_foot_head {
    font-size: 15px;
    margin-bottom: 3%;
  }
  #how .step_content_foot_link {
    height: 50px;
    margin-top: 5%;
  }

}
/*--------------------
bnrArea
--------------------*/
.privilege .step_list {
  margin-bottom: 10%;
}
@media only screen and (max-width:640px) {

}
/*--------------------
products
--------------------*/
.products_article {
  margin-bottom: 40px;
}
.products_article:last-child {
  margin-bottom: 0;
}
.products_listitem {
  width: 31%;
  float: left;
  margin-right: 3.5%;
}
.products_listitem:nth-child(3n) {
  margin-right: 0;
}
.products_listitem:nth-child(n+4) {
  margin-top: 40px;
}
.products_img {
  margin-bottom: 15px;
}
.products_p {
  margin-bottom: 15px;
}
.products .products_link {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  width: 100%;
  display: table;
  background-color: #696969;
  border-radius: 5px;
  padding: 0 20px;
  height: 50px;
}
.products .products_link span {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width:800px) {
  .products .products_link {
      font-size: 12px;
      height: 40px;
      padding: 0 10px;
  }
}
@media only screen and (max-width:640px) {
  .products_article {
      margin-bottom: 10%;
  }
  .products_listitem {
      width: 48%;
      margin-right: 4%;
  }
  .products_listitem:nth-child(3n) {
    margin-right: 3.5%;
  }
  .products_listitem:nth-child(2n) {
    margin-right: 0;
  }
  .products_listitem:nth-child(n+3) {
    margin-top: 10%;
  }
  .products_img {
      margin-bottom: 0;
  }
  .products_p {
    margin-bottom: 5%;
  }
  .products .products_link {
    font-size: 11px;
    padding: 0 10px;
    height: 40px;
    line-height: 1;
  }
}
/*--------------------
bottom
--------------------*/
.bottom .bottom_btn {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 500px;
  background-color: #696969;
  border-radius: 5px;
  padding: 24.5px 20px;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width:640px) {
  .bottom .bottom_btn {
    font-size: 13px;
    max-width: 280px;
    padding: 11.5px 20px;
  }
}
