@media only screen and (max-width: 767px) {
  h1 {
    font-size: 1.6em;
    line-height: 1.4;
  }
  h2 {
    font-size: 1.5em;
    line-height: 1.4;
  }
  h3 {
    font-size: 1.3em;
    line-height: 1.4;
  }
  h4 {
    font-size: 1.2em;
    line-height: 1.4;
  }
  h5 {
    font-size: 1em;
    line-height: 1.3;
  }
  h6 {
    font-size: 1em;
    line-height: 1.2;
  }
  /* Charter */
  ul.charter, ol.charter {
    margin-left: 0 !important;
  }
  .c-1st li::before {
    margin-left: -1em;
  }
  .c-2nd li::before {
    margin-left: -2em;
    width: 2em;
  }
  .c-3rd li {
    padding-left:0.5em;
  }
  .c-3rd li::before {
    margin-left: -1.5em;
    width: 1.5em;
  }
  
  ul.charter li {
    margin-left: -2.5em;
  }
  
  ul.charter li::before {
    padding-left: 1em;
  }
  
  table.tbl-bg tbody tr td {
    border-bottom-style: none;
}

.member-table tr td:first-child {
    padding-bottom: 0;
}
.member-table tr td:nth-child(2) {
    padding-top: 0;
}
  /* Charter - end */
}
