#content01 ul {
  margin-left: 20px;
}
#content01 ul li {
  font-size: 16px;
  line-height: 1.5em;
}
#content01 ul li::marker {
  color: #b6db57;
}
#content01 table {
  border-collapse: separate;
  border-spacing: 3px;
  empty-cells: show;
  width: 100%;
}
#content01 table tr th {
  font-size: 16px;
  line-height: 1.2em;
  color: #fff;
  text-align: center;
  padding: 10px;
}
#content01 table tr th:first-child {
  background: #70ad47;
}
#content01 table tr th:nth-child(2) {
  background: #ffc91d;
}
#content01 table tr th:nth-child(3) {
  background: #da5a32;
}
#content01 table tr th:nth-child(4) {
  background: #8595f3;
}
#content01 table tr td {
  font-size: 14px;
  line-height: 1.2em;
  color: #000;
  background: #f8f8f8;
  padding: 10px;
}
#content01 table tr td:first-child p {
  text-align: center;
}
#content01 table tr td:first-child img {
  max-width: 100%;
  width: 100px;
  height: auto;
}
