.page-inner h2 {
  font-size: 2.5em;
    color: #007463;
    font-weight: bold;
    border-top: 1px solid #007463;
    border-bottom: 1px solid #007463;
    margin-bottom: 30px;
    padding: 10px;
    line-height: 1.4;
}
.page-inner h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: flex-start;
  padding: 0.6rem 1.5rem;
  margin-bottom: 2rem;
  font-size: 1.8rem;
  background-color: #fff;
  color: #333333;
  font-weight: 700;
  line-height: 1.8;
  position: relative;
  pointer-events: none;
  border-bottom: 1px solid #0c7061;
}
.page-inner p {
  margin-bottom: 3rem;
}
.page-inner table {
  border-collapse: collapse;
  border: 1px solid #D5D5D5;
  width: 100%;
  table-layout: fixed;
  font-size: 1.6rem;
  line-height: 1.6;
}
.page-inner table td {
  padding: 1rem 1.5rem;
  border: 1px solid #D5D5D5;
}
.page-inner table td:first-child {
  width: 33.33333%;
  text-align: center;
  background-color: #fffef0;
}
.page-inner table td strong {
  text-align: center;
}
.page-inner table td {
  background-color: #fff;
}
.page-inner table tr:nth-child(odd) td:nth-child(2) {
  background: #FAFAFA;
}

@media (max-width: 768px) {
  .page-inner table tr td {
    width: 100%;
    display: block;
    border-top: none;
    border-left: none;
    border-right: none;
  }
  .page-inner table td:first-child {
    width: 100%;
  }
}