.other {
  margin-top: 50px;
}
.other h3 {
  font-size: 1.7rem;
  font-weight: normal;
  margin: 20px auto;
  padding: 10px;
  border-bottom: 2px solid #81C961;
}
.other h4 {
  font-size: 1.6rem;
  font-weight: normal;
  margin: 10px auto;
  padding: 10px;
}
.other p {
  font-size: 1.6rem;
  line-height: 1.5;
  padding-bottom: 30px;
}
.other ul.pp {
  font-size: 1.6rem;
  margin-left: 30px;
  list-style-type: circle;
  list-style-position: inside;
}
.other ul.pp li {
  margin-bottom: 10px;
}
.other p.indent {
  margin-left: 30px;
}
.other dl {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-left: 20px;
  padding-bottom: 30px;
}
.other dl dt {
  background: linear-gradient(transparent 60%, #FFF0EF 60%);
  margin-bottom: 10px;
  display: inline-block;
}
.other dl dd {
  margin-left: 20px;
}

.is-dark .other dt {
  background: none;
}
.is-dark .other a {
  color: #add8e6;
}/*# sourceMappingURL=other.css.map */