@charset "utf-8";

/*===================
company
===================*/
.company__inner {
  width: 96%;
  max-width: 1088px;
  margin: 0 0 0 auto;
}
.company__list {
  width: 100%;
}
.company__listItem {
  padding-bottom: 34px;
  padding-left: 19px;
  padding-right: 19px;
  margin-bottom: 33px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f5f5f5;
}
.company__listItem:last-child {
  margin-bottom: 0;
}
.company__listHeading,
.company__listText {
  font-size: 13px;
  line-height: 1.92;
  letter-spacing: 0.08em;
}
.company__listHeading {
  width: 95px;
}
.company__listText {
  width: calc(100% - 95px);
  max-width: 885px;
}
