@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;800;900&display=swap");
.editor-body {
  line-height: 1.8;
  font-size: 1.1em;
}

.editor-body h3 {
  display: inline-block !important;
  border: 1px solid #073F95;
  background-color: white;
  border-radius: 0.3em;
  color: #073F95;
  margin-bottom: 2px;
  font-size: 1.1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.2em 0.5em;
}

.editor-body h4.hr-text {
  font-size: 1.1em;
  color: #666 !important;
  font-weight: 500;
  margin-bottom: 2.5em !important;
  margin-top: 4em !important;
}

.editor-body h4.hr-text::before, .editor-body h4.hr-text::after {
  border-color: #666 !important;
}

.editor-body p {
  margin-left: 1em;
}

.editor-body ul, .editor-body ol {
  margin-left: 1em;
  line-height: 1.8;
}

.editor-body .salary-box {
  border: 1px dotted #666;
  padding: 1em;
  margin: 1em auto;
  font-size: 0.9em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  min-width: 300px;
}
/*# sourceMappingURL=tiny_mce_recruit.css.map */