@charset "UTF-8";
.contents {
  font-size: 1rem;
  line-height: 1.6;
  margin: 0 auto 1.875rem;
  max-width: 960px;
  padding: .625rem;
}
.contents h1 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 1.25rem;
}
.contents h2 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 .75rem;
}
.contents h3,
.contents h4,
.contents h5,
.contents h6 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 .75rem;
}
.contents p:not(:last-child) {
  margin-bottom: .875rem;
}
.contents ul {
  list-style: none;
}
.contents ul:not(:last-child) {
  margin-bottom: .875rem;
}
.contents li:not(:last-child) {
  margin-bottom: .25rem;
}
.contents a {
  text-decoration: underline;
}
.contents a:hover {
  text-decoration: none;
}
.section:not(:last-child) {
  margin-bottom: 2rem;
}
.list-arrow li {
  display: flex;
}
.list-arrow li::before {
  border: .35rem solid transparent;
  border-left-color: #666;
  content: "";
  display: block;
  flex-shrink: 0;
  margin-top: .4rem;
  margin-left: .2rem;
  height: 0;
  width: 0;
  vertical-align: middle;
}
.list-anchor li::after {
  border: .35rem solid transparent;
  border-top-color: #666;
  content: "";
  display: inline-block;
  flex-shrink: 0;
  margin-top: .3rem;
  margin-left: .25rem;
  height: 0;
  width: 0;
  vertical-align: middle;
}
.list-disc li {
  display: flex;
}
.list-disc li::before {
  background: #666;
  border-radius: 50%;
  content: "";
  display: block;
  flex-shrink: 0;
  margin-top: .5rem;
  margin-right: .4rem;
  height: .3rem;
  width: .3rem;
}
.list-order li {
  counter-increment: order;
  display: flex;
  vertical-align: top;
}
.list-order li::before {
  content: counter(order)'.';
  margin-right: .2rem;
}
.highlight {
  color: #c33;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .contents {
    padding: 1.25rem .625rem;
  }
}