/* statement_detailのstyle修正 */
.table thead>tr:first-child> :last-child.bd-radius_lv1 {
  border-radius: 12px 12px 0 0;
}

.table thead+tbody>tr:first-child> :last-child.bd-radius_lv2 {
  border-radius: 0 0 12px 12px;
}

/* statementのstyle修正 */
.list-wrap2 {
  display: block;
  flex-flow: row wrap;
  margin: 0 auto 2em;
}

.list-wrap3 {
  display: block;
  flex-flow: row wrap;
  margin: 0.5rem auto 2em;
}

.list-wrap3 .unorder-list li:first-child {
  margin-bottom: 1.5em;
}

.list-wrap2 .unorder-list {
  margin: 0;
}

.list-wrap3 .unorder-list {
  margin: 0;
}

.red {
  color: red;
}

.unorder-list.red li::before {
  background-color: red;
}

@media screen and (width <=768px) {
  .list-wrap3 {
    margin-top: 0.3rem;
  }
}