@charset "utf-8";

  *,
  ::after,
  ::before {
    box-sizing: unset;
  }
  body {
    letter-spacing: 0;
  }  
  .plain-html + * {
    display: none;
  }
  .site-footer {
    display: none;
  }
  #page-top {
    margin-bottom: 16px;
  }
  #spec table {
    box-sizing: revert;
  }
  #point2 p,
  #point3 p,
  #point4 p {
    margin-bottom: revert;
  }