/* エディタコンテンツ */
.content h2 {
  position: relative;
  padding: 0 0 0 21px;
  border: none;
  margin-top: 78px;
  margin-bottom: 33px;
  font-size: 26px;
  font-weight: 600;
  line-height: calc(45 / 26);
  color: #2b7cd1;
}
@media screen and (max-width: 767px) {
  .content h2 {
    margin-top: 58px;
    margin-bottom: 16px;
    padding: 2px 0 2px 10px;
    font-size: 22px;
    line-height: 1.5;
  }
}
.content h2:first-child {
  margin-top: 24px;
}

.content h2::before {
  content: "";
  position: absolute;
  top: -2.5px;
  bottom: -2.5px;
  left: -2.5px;
  width: 5px;
  border-radius: 9999px;
  background-color: #1853a4;
}

.content h3 {
  position: relative;
  border: none;
  padding-bottom: 9px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .content h3 {
    margin-top: 58px;
    padding-bottom: 6px;
    font-size: 18px;
    line-height: 1.5;
  }
}

.content h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  border-radius: 9999px;
  background-color: #2b7cd1;
}

.content h3::after {
  content: "";
  position: absolute;
  bottom: 0.5px;
  left: 65.5px;
  right: 0;
  width: calc(100% - 65.5px);
  height: 2px;
  border-radius: 9999px;
  border: none;
  background-color: #dbe2e7;
}

.content p {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .content p {
    line-height: 1.875;
  }
}

.content mark {
  background: linear-gradient(0deg, #ccfbff, #ccfbff 40%, transparent 40%) no-repeat;
}

.content p + p {
  margin-top: 1.75em;
}
@media screen and (max-width: 767px) {
  .content p + p {
    margin-top: 1em;
  }
}

.content ul {
  margin-top: 24px;
  padding-left: 0;
  list-style: none;
}

.content ul li {
  margin: 13px 0;
  font-size: 16px;
  line-height: 1.875;
}

.content ul li::before {
  content: "◼︎";
  color: #2b7cd1;
}

.content img {
  border-radius: 20px;
}

.content img.size-full {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .content h2 + p img,
  .content h2 + img {
    margin-top: -23px;
  }
}

.content table {
  margin: 33px 0;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .content table {
    margin: 36px 0;
    border-radius: 2px;
  }
}

.content thead {
  background-color: #2b7cd1;
  color: #fff;
}

.content tbody {
  background-color: rgba(201 220 234 / 0.5);
}

.content th {
  padding: 16.5px 30px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
  border: 1px solid #fff;
}
@media screen and (max-width: 1279px) {
  .content th {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .content th {
    min-width: 65px;
    padding: 7.5px 14px;
  }
}

.content td {
  padding: 16.5px calc(30 / 740 * 100%);
  font-size: 16px;
  line-height: 1.75;
  border: 1px solid #fff;
}
@media screen and (max-width: 1279px) {
  .content td {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .content td {
    padding: 7.5px 4px;
    font-size: 12px;
    line-height: calc(16 / 12);
  }
}

.content thead th {
  padding: 15.5px 16px;
  border-width: 1px 2px;
}
@media screen and (max-width: 767px) {
  .content thead th {
    padding: 7.5px 14px;
  }
}
