.editor-area p {
  margin-top: 33px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  color: #000c38;
}

.editor-area h2 {
  margin-top: 56px;
  padding-bottom: 8px;
  font-size: 24px;
  line-height: 1.46;
  border-bottom: 1px solid #001255;
  font-weight: bold;
  color: #000c38;
  position: relative;
  font-family: "Noto Serif JP", serif;
}
.editor-area h2::before {
  content: "";
  width: 200px;
  height: 4px;
  background-color: #001255;
  position: absolute;
  bottom: 0;
  left: 0;
}

.editor-area h3 {
  margin-top: 56px;
  padding-left: 16px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  color: #000c38;
  position: relative;
  font-family: "Noto Serif JP", serif;
}
.editor-area h3::before {
  content: "";
  width: 4px;
  height: 100%;
  background-color: #001255;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.editor-area h4 {
  margin-top: 56px;
  padding: 0 0 11px 14px;
  font-size: 18px;
  line-height: 1;
  border-bottom: 1px solid #001255;
  font-weight: bold;
  color: #000c38;
  position: relative;
  font-family: "Noto Serif JP", serif;
}
.editor-area h4::before {
  content: "";
  width: 2px;
  height: 90%;
  background-color: #001255;
  position: absolute;
  bottom: 6px;
  left: 0;
}

.editor-area a {
  /* padding-right: 16px;
  margin-right: 5px;
  background: url(img/common/ico_link_blank.svg) right 45%/13px 12px no-repeat;
  position: relative; */
  color: #7c6e00;
}

.editor-area ul {
  margin-top: 18px
}
.editor-area ul li {
  font-size: 16px;
  padding-left: 17px;
  font-weight: 500;
  line-height: 2;
  color: #090031;
  position: relative;
}
.editor-area ul li::before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #000c38;
  position: absolute;
  top: 14px;
  left: 7px;
}

.editor-area ol {
  margin-top: 8px;
  list-style: none;
  counter-reset: counter-number;
}
.editor-area ol li {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  color: #090031;
  counter-increment: counter-number;
}
.editor-area ol li::before {
  content: counter(counter-number) ". ";
  font-weight: bold;
  margin-right: 6px;
}

.editor-area table {
  margin-top: 50px;
  border: 1px solid #b1b7cc;
  border-bottom: none;
}

.editor-area table thead td {
  border-color: solid #b1b7cc;
  padding: 14px 0 13px;
  line-height: 1.69;
  background-color: #ecf4fc;
  text-align: center;
  font-size: 16px;
  color: #000c38;
}

.editor-area table td {
  padding: 8px 16px 6px;
  border-right: 1px solid #b1b7cc;
  border-bottom: 1px solid #b1b7cc;
  font-size: 16px;
  color: #000c38;
}

.editor-area table td:last-child {
  border-right: none;
}

@media print, (min-width: 768px) {
  .editor-area a {
    padding-bottom: 4px;
  }
  .editor-area a:hover {
    border-bottom: 1px solid #fcde62;
  }
}

@media only screen and (max-width: 767px) {
  .editor-area p {
    margin-top: 0.1rem;
    font-size: 0.16rem;
  }
  
  .editor-area h2 {
    margin-top: 0.33rem;
    padding-bottom: 0.03rem;
    font-size: 0.2rem;
    line-height: 1.4;
    color: #090031;
  }
  .editor-area h2::before {
    width: 0.65rem;
    height: 0.04rem;
  }
  
  .editor-area h3 {
    margin-top: 0.34rem;
    padding-left: 0.08rem;
    font-size: 0.18rem;
    line-height: 1.5;
    color: #090031;
  }
  .editor-area h3::before {
    display: block;
    width: 0.04rem;
    height: 100%;
    bottom: 0;
  }
  
  .editor-area h4 {
    margin-top: 0.34rem;
    padding: 0 0 0.08rem 0.08rem;
    font-size: 0.16rem;
    font-weight: bold;
    line-height: 1.44;
    color: #090031;
  }
  .editor-area h4::before {
    display: block;
    width: 0.02rem;
    height: calc(100% - .11rem);
    bottom: 0.1rem;
  }
  
  .editor-area a {
    padding-right: 0.16rem;
    margin-right: 0.05rem;
    background: url(img/common/ico_link_blank.svg) right 45%/0.13rem 0.12rem no-repeat;
  }
  .editor-area a::after {
    content: "";
    width: 0.2rem;
    height: 1px;
    border-bottom: 1px solid #7c6e00;
    position: absolute;
    left: auto;
    bottom: 0.03rem;
  }
  
  .editor-area ul {
    margin-top: 0.18rem;
  }
  .editor-area ul li {
    font-size: 0.16rem;
    padding-left: 0.17rem;
    line-height: 1.8;
  }
  .editor-area ul li::before {
    width: 0.03rem;
    height: 0.03rem;
    top: 0.14rem;
    left: 0.07rem;
  }
  
  .editor-area ol {
    margin-top: 0.08rem;
  }
  .editor-area ol li {
    line-height: 1.8;
    font-size: 0.16rem;
  }
  .editor-area ol li::before {
    margin-right: 0.06rem;
  }

  .editor-area table {
    width: 1000px;
  }

  .editor-area .table-wrapper {
    overflow: auto
  }
}