/* stylelint-disable max-nesting-depth */
/* stylelint-disable declaration-no-important */
html .ist-keyvisualLevel3 .ist-keyvisualLevel3__image::before {
  display: none;
}

html .ist-keyvisualLevel3 .ist-keyvisualLevel3__contentInner * {
  color: #ffffff;
}

html .ist-hr {
  margin: 5rem 0;
  border-top: 1px solid #0b41cd;
}

@media (max-width: 960px) {
  html .ist-hr {
    margin: 4rem 0;
  }
}

@media (min-width: 961px) {
  html .ist-customList01 {
    margin-top: -5rem;
  }
  html .ist-customList01 .ist-list01__item:first-child {
    border-top: none;
  }
  html .ist-customList01 .ist-list01__link {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

html img.ist-noteIcon {
  display: inline-block;
  width: 116px !important;
  height: 44px !important;
  vertical-align: middle;
}

/*# sourceMappingURL=ir.digital.css.map */