.company-list-lead {
  max-width: 816px;
  margin: 0;
  font-size: var(--fs-m);
  line-height: 1.7;
  letter-spacing: 0.02em;
  font-weight: 300;
  color: #25262b;
  
  @media (max-width: 767px) {
    max-width: 100%;
  }
}

.company-list-section-body {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.company-list-section-body .c-body-text + .c-body-text {
  margin-top: 24px;
}
