@charset "UTF-8";
@media screen and (min-width: 992px) {
  .html .pageContent {
    padding-top: 125px;
  }
}
.html .pageTitle {
  font-size: 2.25rem;
  font-weight: 700;
  text-align: center;
  padding: 8% 0 7%;
  letter-spacing: 2px;
}
@media screen and (max-width: 991px) {
  .html .pageTitle {
    font-size: 1.875rem;
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .html .pageTitle {
    font-size: 1.625rem;
    margin: 0 0 20px;
    padding: 20px 0;
  }
}
@media screen and (max-width: 575px) {
  .html .pageTitle {
    font-size: 1.5rem;
  }
}
.html .editor {
  max-width: 1180px;
  margin: 0 auto;
  color: #333333;
  letter-spacing: 1px;
  line-height: 1.8;
  font-size: 1.125rem;
}
.html .editor span.title {
  color: #E1251C;
  font-weight: 700;
}
.html .editor ul.style li {
  position: relative;
  padding: 5px 0 5px 20px;
}
.html .editor ul.style li::before {
  content: "◆";
  font-size: 13px;
  position: absolute;
  left: 0;
  top: 8px;
  color: #E1251C;
}
.html .editor b {
  display: block;
  font-weight: 800;
}/*# sourceMappingURL=html.css.map */