.List-02 {
}

.List-02-item {
  position: relative;

  padding-left: 24px;

  font-family: Futura PT;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;

  color: var(--black-color);
}

.List-02-item:not(:first-child) {
  margin-top: 8px;
}

.List-02-itemNumber {
  position: absolute;
  top: 2px;
  left: 0;

  font-family: Futura PT;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;

  color: var(--blue-color);
}

.List-02_hiddendata {
  max-height: 1;
  opacity: 0;
  overflow: hidden;
}

.List-02_hiddendata.isHidden {
  display: none;
}
