.section {
  width: 760px;
}

.companyList.table {
  display: table;
  border-bottom: 1px solid #d3d3d4;
  width: 100%;
  margin: 0;
}

.companyList.table.no-border { border-bottom: none;}

.companyList.table:first-child {
  border-top: 1px solid #d3d3d4;
}

.companyList_item.th,
.companyList_item.td {
  display: table-cell;
  box-sizing: border-box;
  vertical-align: top;
  padding: 32px 0 32px 40px;
}

.companyList_item.th {
  font-weight: bold;
  font-size: 1.8rem;
  width: 26%;
}

.companyList_item.td {
  font-size: 1.6rem;
  width: 74%;
}

.verticalList {
  margin: 0;
  padding: 0;
}

.verticalList_item {
  list-style: none;
  text-indent: -.5em;
  margin-left: .5em;
}

.verticalList_item::before {
  content: "・";
  display: inline-block;
}

.verticalList_item.noMark {
  text-indent: 0;
  margin-left: 0;
}

.verticalList_item.noMark::before {
  content: "";
}

.verticalList_item.group01 {
  margin-bottom: 1rem;
}