@charset "UTF-8";
:root {
  --contentPadding: 60px;
}
@media screen and (max-width: 1440px) {
  :root {
    --contentPadding: 40px;
  }
}
@media screen and (max-width: 1000px) {
  :root {
    --contentPadding: 30px;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --contentPadding: 30px;
  }
}

.html .editor {
  max-width: 1000px;
  margin: 0 auto;
  color: #2C2C2C;
  font-size: 1.125rem;
  line-height: 1.45;
}
@media screen and (max-width: 1000px) {
  .html .editor {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .html .editor {
    font-size: 1rem;
  }
}
.html .editor ul.style li {
  position: relative;
  padding: 5px 0 5px 20px;
}
.html .editor ul.style li::before {
  content: "◆";
  color: #F39627;
  position: absolute;
  left: 0;
}

.editor span.title {
  color: #F39627;
  font-weight: 700;
}/*# sourceMappingURL=html.css.map */