/** -------------------------
  CYBER SECURITY
 ------------------------- **/
.security_item + .security_item {
  margin-top: 70px;
}

.security_item h3 {
  font-size: 2.0rem;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1.7;
  color: #f56e00;
  border-bottom: 1px solid #f56e00;
  padding-bottom: .75em;
  margin-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  column-gap: 0.5em;
}

.security_item h3:before {
  content: "";
  width: 1em;
  height: 1.7em;
  background: url(../img/ico_check_navy.png) no-repeat center /contain;
  flex-shrink: 0;
}

@media (max-width: 1279px) {
  .security_item + .security_item {
    margin-top: 30px;
  }
  .security_item h3 {
    font-size: 1.4rem;
    padding-bottom: 0.25em;
    margin-bottom: 0.5em;
  }
}