.editor-styles-wrapper:after {
  display: none !important;
}

.wp-admin .editor-styles-wrapper {
  padding: 0 40px;
}

.editor-styles-wrapper h3 {
  font-size: 33px;
  font-family: "Hiragino Mincho ProN", YuMincho, serif;
  font-weight: normal;
  padding-bottom: 70px;
}

.wp-admin .editor-styles-wrapper h3 {
  padding-bottom: 0px;
}

.editor-styles-wrapper h4 {
  font-size: 28px;
  font-family: "Hiragino Mincho ProN", YuMincho, serif;
  font-weight: normal;
  padding: 30px 0 30px 30px;
  margin-bottom: 70px;
  border-top: 2px solid #d0d4d9;
  border-bottom: 2px solid #d0d4d9;
}

.wp-admin .editor-styles-wrapper h4 {
  margin-bottom: 0px;
}

.editor-styles-wrapper h5 {
  font-size: 28px;
  color: #006dcc;
  padding-bottom: 50px;
}

.wp-admin .editor-styles-wrapper h5 {
  padding-bottom: 0px;
}

.editor-styles-wrapper h6 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 50px;
}

.wp-admin .editor-styles-wrapper h6 {
  padding-bottom: 0px;
}

.editor-styles-wrapper p {
  line-height: 2;
  padding-bottom: 70px;
}

.wp-admin .editor-styles-wrapper p {
  padding-bottom: 0px;
}

.editor-styles-wrapper a {
  color: #006dcc;
  text-decoration: underline;
  word-break: break-all;
}

.editor-styles-wrapper a:hover {
  opacity: .5;
}

.editor-styles-wrapper .wp-block-columns {
  align-items: center;
  gap: 4%;
  padding-bottom: 70px;
}

.wp-admin .editor-styles-wrapper .wp-block-columns {
  padding-bottom: 0px;
}

.editor-styles-wrapper .wp-block-column {
  width: 48%;
}

.editor-styles-wrapper .wp-block-columns p {
  padding-bottom: 0px;
}

.editor-styles-wrapper .column2 {
  display: flex;
  padding-bottom: 70px;
  position: relative;
  justify-content: center;
}

.wp-admin .editor-styles-wrapper .column2 {
  padding-bottom: 0px;
}

.editor-styles-wrapper .column2 .item {
  width: 50%;
  padding: 20px 50px;
  position: relative;
}

.editor-styles-wrapper .column2 .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  background-color: #b7bcc2;
}

.editor-styles-wrapper .column2 .item:last-child::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background-color: #b7bcc2;
}

.editor-styles-wrapper .column2 .item img {
  width: 100%;
  padding-bottom: 50px;
}

.editor-styles-wrapper .column2 .item .title {
  font-size: 28px;
  font-family: "Hiragino Mincho ProN", YuMincho, serif;
  font-weight: normal;
  text-align: center;
  padding: 0 50px 50px;
  line-height: 1.5;
}

.editor-styles-wrapper .column2 .item .detail {
  line-height: 2;
}

.editor-styles-wrapper .bordered {
  border-radius: 10px;
  background-color: #fff;
  padding: 90px 10%;
  margin-bottom: 70px;
}

.wp-admin .editor-styles-wrapper .bordered {
  margin-bottom: 0px;
}

.editor-styles-wrapper .bordered .wp-block-columns {
  align-items: start;
  padding-bottom: 0;
}

.editor-styles-wrapper .bordered p {
  padding-bottom: 30px;
}

.editor-styles-wrapper .bordered ul,
.editor-styles-wrapper .bordered ol {
  padding-bottom: 0;
}

.editor-styles-wrapper ul {
  padding-bottom: 70px;
  list-style: none;
}

.wp-admin .editor-styles-wrapper ul {
  padding-bottom: 0px;
}

.editor-styles-wrapper ul li {
  position: relative;
  padding-left: 25px;
  line-height: 2.5;
  font-family: "Hiragino Mincho ProN", YuMincho, serif;
  font-weight: normal;
}

.editor-styles-wrapper ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  display: block;
  width: 10px;
  height: 10px;
  background: #006dcc;
  border-radius: 50%;
}

.editor-styles-wrapper ol {
  padding-bottom: 70px;
  list-style: decimal;
  line-height: 2.5;
  padding-left: 20px;
}

.wp-admin .editor-styles-wrapper ol {
  padding-bottom: 0px;
}

.editor-styles-wrapper ol li {
  position: relative;
  padding-left: 6px;
  line-height: 2.5;
  font-family: "Hiragino Mincho ProN", YuMincho, serif;
  font-weight: normal;
}

.editor-styles-wrapper ol li::marker {
  position: absolute;
  left: 0;
  top: 14px;
  display: block;
  color: #006dcc;
}

.editor-styles-wrapper .wp-block-flexible-table-block-table {
  padding-bottom: 70px;
}

.wp-admin .editor-styles-wrapper .wp-block-flexible-table-block-table {
  padding-bottom: 0px;
}

.editor-styles-wrapper .wp-block-flexible-table-block-table>table tr th {
  background-color: #1e72c0 !important;
  color: #fff !important;
  font-weight: normal;
  text-align: center !important;
}

.editor-styles-wrapper .wp-block-flexible-table-block-table>table tr th,
.editor-styles-wrapper .wp-block-flexible-table-block-table>table tr td {
  border: 1px solid #d5d9de !important;
  padding: 36px 20px !important
}

.editor-styles-wrapper .wp-block-flexible-table-block-table>table tbody th:first-child {
  background-color: #d9e5ec !important;
  color: #000 !important;
}

html :where(.wp-block) {
  max-width: 1200px;
}

.wp-block.lazyblock .lzb-content-controls {
  display: none !important;
}

.wp-admin .editor-styles-wrapper .bordered {
  padding: 0;
}

@media (max-width: 767px) {
  .editor-styles-wrapper h3 {
    font-size: 20px;
    padding-bottom: 30px;
  }

  .editor-styles-wrapper p {
    padding-bottom: 30px;
  }

  .editor-styles-wrapper h4 {
    font-size: 20px;
    padding: 15px 0 15px 15px;
    margin-bottom: 30px;
  }

  .editor-styles-wrapper h5 {
    font-size: 20px;
    padding-bottom: 30px;
  }

  .editor-styles-wrapper h6 {
    font-size: 18px;
    padding-bottom: 30px;
  }

  .editor-styles-wrapper .wp-block-columns {
    display: block;
    padding-bottom: 40px;
  }

  .editor-styles-wrapper .wp-block-column {
    width: 100%;
  }

  .editor-styles-wrapper .wp-block-columns p {
    padding-bottom: 30px;
  }

  .editor-styles-wrapper .column2 {
    display: block;
    padding-bottom: 40px;
  }

  .editor-styles-wrapper .column2 .item {
    width: 100%;
    padding: 40px 0px;
  }

  .editor-styles-wrapper .column2 .item::before {
    height: 1px;
    width: 100%;
  }

  .editor-styles-wrapper .column2 .item:last-child::after {
    height: 1px;
    width: 100%;
    bottom: 0;
    top: auto;
    left: 0;
  }

  .editor-styles-wrapper .column2 .item img {
    padding-bottom: 30px;
  }

  .editor-styles-wrapper .column2 .item .title {
    padding: 0 10px 20px;
    font-size: 20px;
  }

  .editor-styles-wrapper .bordered {
    padding: 40px 20px;
    margin-bottom: 40px;
  }

  .editor-styles-wrapper .bordered img {
    padding-top: 30px;
  }

  .editor-styles-wrapper ul li {
    padding-left: 18px;
  }

  .editor-styles-wrapper ul li::before {
    top: 11px;
    width: 8px;
    height: 8px;
  }

  .editor-styles-wrapper .wp-block-flexible-table-block-table {
    padding-bottom: 30px;
  }

  .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table.has-fixed-layout {
    display: block;
    overflow-x: auto;
  }

  .editor-styles-wrapper .wp-block-flexible-table-block-table>table tr th,
  .editor-styles-wrapper .wp-block-flexible-table-block-table>table tr td {
    padding: 20px 10px !important;
    min-width: 150px;
  }
}