/* hl
-------------------------------------------------- */
.box_col .hl_h2 + .txt_lead {
  margin-top: 2px;
}
@media (max-width: 767px) {
  .box_col .hl_h2 + .txt_lead {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .box_col > div + div {
    margin-top: 70px;
  }
}
.box_col_img {
  margin-top: 40px;
}
.box_col_img img {
  max-width: 100%;
}
.box_col_img_products img {
  max-width: 100%;
  width: auto;
  height: auto;
  
}
@media (max-width: 767px) {
  .box_col_img {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .box_col_img_products {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .box_col_img_products iframe{
    max-width: 100%;
    height: 250px;
  }
}
.box_col .btn {
  margin-top: 14px;
}

/* kv
-------------------------------------------------- */
.kv {
  overflow: hidden;
  position: relative;
  height: 640px;
}
@media (max-width: 767px) {
  .kv {
    height: 234px;
    background: url(/-/media/Smartrobotics/home/kv_main) no-repeat 50% 0;
    background-size: cover;
  }
}
.kv_txt {
  height: 640px;
  z-index: 2;
  position: relative;
}
@media (max-width: 767px) {
  .kv_txt {
    height: 234px;
  }
}
.kv_txt p {
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.25);
}
.kv_txt_copy {
  margin-top: 205px;
  font-size: 4.4rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .kv_txt_copy {
    margin-top: 165px;
    font-size: 1.2rem;
  }
}
.kv_txt_copy02 {
  margin-top: 60px;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .kv_txt_copy02 {
    margin-top: 5px;
    font-size: 0.8rem;
  }
}
.kv video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
}
@media (max-width: 767px) {
  .kv video {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */