@charset "UTF-8";
.list-container__survey ul li ol.number {
  counter-reset: number 0;
}

.list-container__survey ul li ol.number li {
  position: relative;
}

.list-container__survey ul li ol.number li::before {
  background-color: #fff;
  counter-increment: number 1;
  content: counter(number) ".";
  position: absolute;
  top: 0;
  left: -10px;
}
.section-report .section-report__title {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.625;
  margin-bottom: 12px;
}

.section-report .list-container__list li:first-child {
  border-top: none;
}
