.editor_Content ol {
  list-style-type: decimal;
  padding-left: 10px;
}
.editor_Content ul {
  list-style-type: initial;
  padding-left: 20px;
}
.editor_Content img {
  max-width: 100%;
  height: auto !important;
}
.editor_Content b,
.editor_Content strong {
  font-weight: bold;
  font-size: inherit;
}
.editor_Content em {
  font-style: italic;
}
.editor_Content a {
  text-decoration: underline;
  color: #0782c1;
}
.editor_Content iframe {
  max-width: 100%;
}
.editor_Content h1,
.editor_Content h2,
.editor_Content h3,
.editor_Content h4,
.editor_Content h5,
.editor_Content h6 {
  margin: inherit;
}
.editor_Content blockquote {
  font-style: italic;
  padding: 2px 20px 0 8px;
  margin-left: 40px;
  border-left: 5px solid #ccc;
}
.editor_Content td,
.editor_Content th,
.editor_Content tr {
  margin: initial;
}

.editor_box {
  margin: auto;
  line-height: 1.78;
  font-size: 1.125rem;
}
.editor_box ul,
.editor_box ol {
  padding-left: 40px;
}
.editor_box img {
  max-width: 100%;
  height: auto !important;
}
.editor_box iframe {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .editor_box iframe {
    height: 100% !important;
  }
}
.editor_box h1,
.editor_box h2,
.editor_box h3,
.editor_box h4,
.editor_box h5,
.editor_box h6 {
  margin: inherit;
}

.mo_use {
  display: none;
}

@media (max-width: 991px) {
  .editor_box {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .editor_box {
    font-size: 1.125rem;
  }

  .mo_use {
    display: block;
  }

  .pc_use {
    display: none;
  }
}
.editor-section {
  padding: 70px 0;
}
@media (max-width: 767px) {
  .editor-section {
    padding: 40px 0;
  }
}