@charset "UTF-8";
html {
  font-size: 62.5%;
  /* または font-size: 10px; */
}
@media (max-width: 576px) {
  html {
    font-size: 50%;
  }
}

:root {
  --pd: 1rem;
}

@media (max-width: 576px) {
  :root {
    --pd: 0.7rem;
  }

  .row {
    --bs-gutter-x: 1.5rem;
  }
}
.wp-editor h2 {
  margin-top: 4rem;
  background: #efefef;
  padding: 2rem 2rem 2rem 25px;
  border-radius: 10px;
  line-height: 1.5;
  font-weight: bold;
  font-size: 2.4rem;
  position: relative;
}
.wp-editor h2:after {
  position: absolute;
  top: 50%;
  left: -13px;
  content: "";
  display: block;
  height: 3px;
  width: 26px;
  background: #F37D3D;
}
.wp-editor h3 {
  font-weight: bold;
  margin-top: 2rem;
  border-left: 3px solid #F37D3D;
  padding-left: 1.5rem;
  font-size: 2rem;
  line-height: 1.4;
}
.wp-editor table {
  width: 100%;
}
.wp-editor table th, .wp-editor table td {
  border: 1px solid #DDD;
  padding: 1.5rem;
}
@media (max-width: 992px) {
  .wp-editor table th, .wp-editor table td {
    display: block;
  }
}
.wp-editor table th {
  vertical-align: top;
  font-weight: bold;
  background: rgba(243, 125, 61, 0.2);
}
@media (min-width: 992px) {
  .wp-editor table th {
    width: 30%;
  }
}
.wp-editor ul {
  margin-top: 2rem;
}
.wp-editor ul li {
  position: relative;
  padding-left: 1.6rem;
}
.wp-editor ul li:before {
  font-size: 1rem;
  content: "●";
  color: #F37D3D;
  position: absolute;
  top: 0.6rem;
  left: 0;
}

/*# sourceMappingURL=editor-style.css.map */
