.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.73;
  font-size: 1rem;
  color: #000;
}
.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: 1rem;
    line-height: 1.66;
  }
  .mo_use {
    display: block;
  }
  .pc_use {
    display: none;
  }
}
@media (min-width: 768px) {
  .editor-section {
    margin-bottom: 140px;
  }
}
@media (max-width: 767px) {
  .editor-section {
    margin-bottom: 70px;
  }
}

.login {
  position: fixed;
  right: 0;
  top: 200px;
  background-color: #034b94;
  border: 2px solid #034b94;
  border-right: none;
  color: white;
  padding: 20px 10px;
  border-radius: 15px 0 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
.login .icon {
  width: 47px;
  margin-bottom: 13px;
  position: relative;
}
.login .icon .hover {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.login .f24 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.25em;
}
@media (min-width: 768px) {
  .login:hover {
    -webkit-box-shadow: inset 0 -220px 0 0 white;
            box-shadow: inset 0 -220px 0 0 white;
    border: 2px solid #034b94;
    border-right: none;
    color: #034b94;
  }
  .login:hover .icon .hover {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .login {
    padding: 10px 4px;
    border-radius: 10px 0 0 10px;
    top: 100px;
  }
  .login .icon {
    width: 25px;
    margin-bottom: 10px;
  }
  .login .f24 {
    letter-spacing: 0.1em;
  }
}