.nm-faq-collapse--remained-open + .nm-faq-collapse--remained-open {
  margin-top: 8px;
}

.nm-text-note {
  padding-left: 0.6875rem;
}

.nm-data-table td {
  font-size: 0.8125rem;
  line-height: 1.6;
}

@media print, screen and (width<768px) {
  .nm-achievements-table tr th:first-child {
    width: 25.6vw;
  }
}
@media print, screen and (width<768px) {
  .nm-achievements-table tr th:nth-child(2) {
    width: 28.5333333333vw;
  }
}
@media print, screen and (width>=768px) {
  .nm-achievements-table tr th:first-child,
  .nm-achievements-table tr th:nth-child(2) {
    width: min(26.3392857143vw, 295px);
  }
}
@media print, screen and (width>=768px) {
  .nm-achievements-table tr th:nth-child(3),
  .nm-achievements-table tr th:last-child {
    width: min(23.6607142857vw, 265px);
  }
}
@media print, screen and (width<768px) {
  .nm-achievements-table tr th:last-child {
    width: 33.0666666667vw;
  }
}

.nm-collapse--show-more {
  padding-bottom: 45px;
}
.nm-collapse--show-more .nm-collapse-switcher {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.nm-collapse--show-more .nm-collapse-switcher[aria-expanded=true]::before {
  font-size: 1.25rem;
}
.nm-collapse .nm-collapse-content[aria-hidden=true]::before {
  bottom: 45px;
}

.nm-collapse-switcher__text {
  font-size: 1.25rem;
}
