@media print, screen and (min-width: 768px) {
  .nisa-system__anchor-list {
    display: flex;
    margin: 0 auto;
    max-width: 96rem;
  }
  .nisa-system__anchor-list li + li {
    margin-left: -1px;
  }
  .nisa-system__anchor-list li:first-of-type a {
    border-radius: .6rem 0 0 .6rem;
  }
  .nisa-system__anchor-list li:last-of-type a {
    border-radius: 0 .6rem .6rem 0;
  }
  .nisa-system__anchor-list a {
    align-items: center;
    background: #FFF;
    border: 1px solid #A3A3A3;
    color: #222;
    display: flex;
    justify-content: center;
    padding: 1.3rem 0;
    position: relative;
    text-align: center;
    transition: all 0.2s ease-in-out;
    width: 40rem;
  }
  .nisa-system__anchor-list a:hover {
    text-decoration: none;
  }
  .nisa-system__anchor-list a:after {
    background: url(/common/img/arrow_accordion_black.svg) center/contain no-repeat;
    content: "";
    display: block;
    height: 1.6rem;
    position: absolute;
    right: 1.6rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.6rem;
  }
  .nisa-system__anchor-list a.active {
    border-color: #43DEB1;
    color: #43DEB1;
    z-index: 1;
  }
  .nisa-system__anchor-list a.active:after {
    background-image: url(/common/img/arrow_accordion_primary.svg);
  }
}

@media only screen and (max-width: 767px) {
  .nisa-system__anchor-inn {
    padding-top: .8rem;
  }
}

.nisa-system__anchor-inn.fixed {
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .nisa-system__anchor-inn.fixed {
    background: #FFF;
    top: 8rem;
  }
  .nisa-system__anchor-inn.fixed .nisa-system__anchor-list a {
    border-color: #FFF;
  }
}

@media only screen and (max-width: 767px) {
  .nisa-system__anchor-inn.fixed {
    padding-left: 2rem;
    padding-right: 2rem;
    top: 10.4rem;
  }
}

.nisa-system__section .notice + * {
  margin-top: 6.4rem;
}

.nisa-system__section strong {
  font-weight: 700;
}

@media print, screen and (min-width: 768px) {
  .nisa-system__section-img-list {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 767px) {
  .nisa-system__section-img-list li + li {
    margin-top: 2rem;
  }
}

.nisa-system__section-img-list picture {
  display: block;
}

.nisa-system__section-img-list img {
  border: 1px solid #43DEB1;
  display: block;
}

@media print, screen and (min-width: 768px) {
  .nisa-system__section-img-list img {
    height: 44.9rem;
    width: auto;
  }
}

.nisa-system__section * + .nisa-system__section-img-list {
  margin-top: 2.4rem;
}

.nisa-system * + .nisa-system__section {
  margin-top: 6.4rem;
}

.nisa-system-list a {
  width: 48rem;
}

.nisa-system__anchor-list .risk-list {
  width: 32rem;
}

.img_risk-list05 {
  padding-top: 3.2rem;
}

@media only screen and (max-width: 767px) {
  .img_risk-list05 {
    padding-top: 0;
  }
}

.scroll {
  overflow-y: auto;
  box-shadow: inset 0em -0.9em 0.8em -18px;
}

.handling-list {
  height: 11rem;
}

@media only screen and (max-width: 767px) {
  .handling-list {
    height: auto;
  }
}
/*# sourceMappingURL=nisa.css.map */