.other-cmn-table01 table {
  width: 100%;
}
.other-cmn-table01 th, .other-cmn-table01 td {
  vertical-align: middle;
  padding: 1em 1em;
  border-style: solid;
  border-width: 1px 1px;
  border-color: var(--color-green02);
}
@media print, screen and (768px <= width) {
  .other-cmn-table01 th, .other-cmn-table01 td {
    padding: 1em 2em;
  }
}
.other-cmn-table01 th {
  width: 7em;
  font-weight: normal;
  background-color: var(--color-green02);
  border-color: var(--color-white);
}
@media print, screen and (768px <= width) {
  .other-cmn-table01 th {
    width: 12em;
  }
}
.other-cmn-table01 td {
  border-width: 1px 0;
}

.other-col-wrap {
  column-count: 2;
  column-gap: 2em;
}
@media print, screen and (768px <= width) {
  .other-col-wrap {
    column-count: 3;
  }
}
.other-col-box {
  page-break-inside: avoid;
  break-inside: avoid;
  line-height: 1.3;
  padding: 2em 0 0;
}
.other-col-box-list {
  display: grid;
  grid-template-columns: 100%;
  gap: 1em 0;
  color: inherit;
  text-decoration: none;
  margin: 1em 0 0;
}
.other-col-box-item {
  display: flex;
  align-items: center;
  gap: 0 0.5em;
  color: inherit;
  text-decoration: none;
}
.other-col-box-item::before {
  font: var(--fa-font-solid);
  content: "\f0da";
  color: var(--color-gray02);
}
.other-col-box-item.ver-child {
  margin-left: 1em;
}