table.table.table--hoken .table__th.table__th--name {
  width: 40%;
}
@media screen and (max-width: 884px) {
  table.table.table--hoken .table__th.table__th--name {
    width: 60%;
  }
}

div.table.table--title .table__col {
  flex-basis: 50%;
}
div.table.table--title .link {
  display: flex;
  justify-content: space-between;
}
div.table.table--title .link__item {
  display: block;
  width: 48%;
  height: 3em;
  text-decoration: none;
  color: #ffffff;
  background: #66aa84;
  border-radius: 5px;
  text-align: center;
  padding-top: 1.5em;
  position: relative;
  margin: 0;
}
div.table.table--title .link__item span {
  font-size: 14px;
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  letter-spacing: 2px;
}
div.table.table--title .link__item span::before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url(../images/arroww.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  top: 35%;
  left: 5%;
}

.section--toriatsukai .section__title--lv1 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-bottom: 0;
}
.section--toriatsukai .section__title--lv1 span {
  font-size: 1.25rem;
  color: #949494;
  padding-left: 0;
  font-weight: normal;
  margin-top: 0.5rem;
}
.section--toriatsukai .section__title--lv2 {
  color: #F29921;
}
.section--toriatsukai .section__title--lv3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.section--toriatsukai .section__body {
  margin-bottom: 4rem;
}
.section--toriatsukai .section__body p {
  margin-bottom: 1rem;
}
.section--toriatsukai .section__body ul,
.section--toriatsukai .section__body ol {
  margin: 1rem 0 1rem 1rem;
  padding-inline-start: 40px;
}
.section--toriatsukai .section__body ul {
  list-style-type: disc;
}
.section--toriatsukai .section__body ol {
  list-style-type: decimal;
}
.section--toriatsukai .section__body ol.nagare {
  font-size: 1.5rem;
}
.section--toriatsukai .section__body ol.nagare li {
  margin-bottom: 1rem;
}
