.indent{
  display:inline-block;
  padding-left:3em;
}

.list_01 ol{
 font-size: 17px;
}
.list_01 ol li{
 margin: 1em 0 0 1em;
}

.list_01 ol li::marker{
 font-weight:bold;
}

.list_01 ol li div{
 margin: 5px 0;
 line-height: 1.4;
}

.list_02 {
  font-size: 17px;
  padding-left: 1.5em;
}

.list_02 li {
  margin: 0.3em 0;
  line-height: 1.4;
}

.list_02 li::marker {
  font-weight: bold;
}

.list_02 small {
  font-size: 12px;
  line-height: 1.4;
}

.tbl_02 th {
    background: #22ac38;
    color: #fff;
}

.tbl_02 th#aka {
    background: #ea5514;
    color: #fff;
}