@charset "UTF-8";
.html .pageTitleD {
  font-size: 2.25rem;
  font-weight: 700;
  text-align: center;
  color: #6bcbc5;
  margin: 0 0 4%;
}
@media screen and (max-width: 991px) {
  .html .pageTitleD {
    font-size: 1.875rem;
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .html .pageTitleD {
    font-size: 1.625rem;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 575px) {
  .html .pageTitleD {
    font-size: 1.5rem;
  }
}
.html .editor {
  max-width: 1180px;
  margin: 0 auto;
  color: #333333;
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: 1.8;
}
.html .editor span.title {
  color: #6bcbc5;
  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;
}/*# sourceMappingURL=html.css.map */