.p-company {
  padding-bottom: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-company {
    padding: 0 0 17.33vw;
  }
}
.p-company__title {
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .p-company__inner {
    margin: 0 6.25rem;
  }
}
.p-company__table {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-company__table {
    margin-top: 6.67vw;
  }
}
.p-company__table th,
.p-company__table td {
  font-size: 1.25rem;
}
.p-company__subtitle {
  position: relative;
  padding-left: 1.25rem;
}
.p-company__subtitle::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.9375rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #1E2226;
  top: 0.75rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-company__subtitle::before {
    width: 3vw;
    top: 2.67vw;
  }
}
.p-company__lists {
  margin: 1.875rem 0;
}/*# sourceMappingURL=styles.css.map */