div.page:not(.cart-page) {
  padding: 4rem 0;
}
div.page:not(.cart-page) ul.page-list li {
  margin: 6rem 0;
}
div.page:not(.cart-page) ul.page-list li h3 {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  font-weight: bold;
  display: inline-block;
}
div.page:not(.cart-page) ul.page-list li .text {
  font-size: 1.3rem;
  line-height: 1.8;
  padding: 1rem 4rem;
  text-align: justify;
}
@media only screen and (max-width: 740px) {
  div.page:not(.cart-page) ul.page-list li .text {
    padding: 1rem 2rem;
  }
}
div.page:not(.cart-page) table {
  font-size: 1.2rem;
  width: 100%;
}
div.page:not(.cart-page) table th {
  width: 30%;
}
@media only screen and (max-width: 740px) {
  div.page:not(.cart-page) table th {
    width: 40%;
  }
}
div.page:not(.cart-page) table th,
div.page:not(.cart-page) table td {
  border-bottom: 1px solid #ccc;
  line-height: 1.6;
  padding: 1rem 0;
}
