/* /////////////////////////////////

  _cms.scss

///////////////////////////////// */
.techIndex {
  background: #eeeeee;
  padding: 40px;
}
.techIndex--item.on a {
  opacity: 0.5;
  pointer-events: none;
}
.techIndex--item.on p {
  color: #005a49;
  pointer-events: none;
}
.techIndex--item a {
  text-decoration: none;
  transition: all 0.3s ease;
}
.techIndex--item a:hover {
  opacity: 0.5;
}

.adjust-menu {
  justify-content: space-around;
  margin-right: 14px;
  margin-left: 2px;
}
.capture {
  padding-left: 110px;
}
._black {
  color: #000 !important;
}

/*  deployment  */
._flexRr {
  flex-direction: row-reverse;
}
.nir--h5_02img {
  position: relative;
  bottom: 45px;
}
.nir--h5_02 {
  position: relative;
  top: 50px;
  right: 95px;
}
.nir--h5_03img {
  position: relative;
  bottom: 85px;
}
.nir--h5_03 {
  position: relative;
  top: 30px;
  right: 95px;
}

/* 202507 */
.technology.sensor .technology_navi,
.technology.deployment .technology_navi,
.technology.manufacturing .technology_navi {
  margin-top: 60px;
}
.technology .technology_navi .current a {
  opacity: 0.5;
  pointer-events: none;
  color: #005a49;
}

/*# sourceMappingURL=technology.css.map */