body {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    color: #333;
    font-size: 16px;
    font-weight: 500;
}
hr {
    background-color: #309a26;
    height: 3px;
}
table{
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    max-width: 700px;
    text-align: center;
  }
  th,td{
    border: 2px solid #309a26;
  padding: 1em;
  }
  thead th{
    background-color: #309a26;
  color: #fff;
  border: 2px solid #309a26;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  }
  thead th:last-of-type {
    border-right: 2px solid #309a26;
  }
  tbody th {
    color: #309a26;
    font-weight: bold;
    text-align: center;
  }