a, a::before, a::after, button, button::before, button::after {
  transition: 0.3s;
}

img {
  max-width: 100%;
}

.sp {
  display: none;
}
@media screen and (max-width: 960px) {
  .sp {
    display: block;
  }
}

.editor-styles-wrapper h2, .editor-styles-wrapper h3, .editor-styles-wrapper h4, .editor-styles-wrapper h5, .editor-styles-wrapper h6, .editor-styles-wrapper li {
  line-height: 1.35;
}
.editor-styles-wrapper a:not([class]) {
  text-decoration: underline;
}
.editor-styles-wrapper strong {
  font-weight: 700;
}
.editor-styles-wrapper * {
  margin-bottom: 25px;
  margin-top: 45px;
}
.editor-styles-wrapper *:last-child {
  margin-bottom: 0;
}
.editor-styles-wrapper *:first-child {
  margin-top: 0;
}
.editor-styles-wrapper h2 {
  font-size: 1.7777777778rem;
  font-weight: 700;
  margin-top: 65px;
  padding: 24px 0 28px;
  position: relative;
  border-bottom: 2px solid #1F2F8E;
  border-top: 2px solid #1F2F8E;
}
.editor-styles-wrapper h3 {
  position: relative;
  font-size: 1.6666666667rem;
  padding-top: 30px;
  padding-bottom: 35px;
  font-weight: 700;
  border-bottom: 2px solid #1F2F8E;
}
.editor-styles-wrapper h4 {
  position: relative;
  font-size: 1.5555555556rem;
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: 700;
  border-bottom: 1px solid #1F2F8E;
}
.editor-styles-wrapper h5 {
  position: relative;
  font-size: 1.4444444444rem;
  padding-top: 30px;
  font-weight: 700;
}
.editor-styles-wrapper h6 {
  position: relative;
  font-size: 1.3333333333rem;
  padding-top: 30px;
  font-weight: 700;
}
.editor-styles-wrapper p + p {
  padding-top: 0;
}
.editor-styles-wrapper ul li {
  padding-left: 40px;
  position: relative;
  margin-bottom: 20px;
}
.editor-styles-wrapper ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #1F2F8E;
  position: absolute;
  left: 10px;
  top: 8px;
}
.editor-styles-wrapper ul li + li {
  padding-top: 0;
}
.editor-styles-wrapper ul li ul {
  padding: 0;
  margin: 0;
}
.editor-styles-wrapper ul li ul li {
  padding-left: 30px;
}
.editor-styles-wrapper ul li ul li:before {
  width: 6px;
  height: 6px;
  background: #3046A0;
}
.editor-styles-wrapper ul ol {
  counter-reset: number 0;
}
.editor-styles-wrapper ul ol li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 20px;
  padding-top: 0;
}
.editor-styles-wrapper ul ol li:before {
  font-size: 0.6666666667rem;
  counter-increment: number 1;
  content: counter(number);
  letter-spacing: 1px;
  line-height: 1;
  padding: 6px 8px;
  height: auto;
  width: auto;
  border-radius: 20px;
  background: #1F2F8E;
  color: #fff;
  position: absolute;
  left: 0px;
  top: 0;
}
.editor-styles-wrapper ol {
  counter-reset: number 0;
}
.editor-styles-wrapper ol li {
  padding-left: 40px;
  position: relative;
  margin-bottom: 20px;
  padding-top: 0;
}
.editor-styles-wrapper ol li:before {
  font-size: 0.6666666667rem;
  counter-increment: number 1;
  content: counter(number);
  letter-spacing: 1px;
  line-height: 1;
  padding: 6px 8px;
  border-radius: 20px;
  background: #1F2F8E;
  color: #fff;
  position: absolute;
  left: 0px;
  top: 0;
}
.editor-styles-wrapper ol li ul li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 20px;
}
.editor-styles-wrapper ol li ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #1F2F8E;
  position: absolute;
  left: 10px;
  top: 8px;
  padding: 0;
}
.editor-styles-wrapper ol li ol {
  padding: 0;
  margin: 0;
  counter-reset: number;
}
.editor-styles-wrapper ol li ol li {
  padding-left: 30px;
}
.editor-styles-wrapper ol li ol li:before {
  counter-increment: number 0;
  content: "";
  width: 6px;
  height: 6px;
  background: #3046A0;
  left: 10px;
  top: 8px;
  padding: 0;
}
.editor-styles-wrapper .wp-block-table {
  padding-bottom: 10px;
}
.editor-styles-wrapper .wp-block-table table {
  min-width: 767px;
}
.editor-styles-wrapper .wp-block-table table td, .editor-styles-wrapper .wp-block-table table th {
  padding: 18px 20px;
}
@media screen and (max-width: 767px) {
  .editor-styles-wrapper * {
    margin-bottom: 25px;
    margin-top: 45px;
  }
  .editor-styles-wrapper *:last-child {
    margin-bottom: 0;
  }
  .editor-styles-wrapper *:first-child {
    margin-top: 0;
  }
  .editor-styles-wrapper h2 {
    font-size: 1.4444444444rem;
    font-weight: 700;
    margin-top: 65px;
    padding-top: 20px;
    padding-bottom: 24px;
  }
  .editor-styles-wrapper h3 {
    position: relative;
    font-size: 1.3333333333rem;
    padding-top: 20px;
    padding-bottom: 24px;
    font-weight: 700;
  }
  .editor-styles-wrapper h4 {
    position: relative;
    font-size: 1.2222222222rem;
    padding-top: 20px;
    padding-bottom: 24px;
    font-weight: 700;
  }
  .editor-styles-wrapper h5 {
    position: relative;
    font-size: 1.1111111111rem;
    padding-top: 20px;
    font-weight: 700;
  }
  .editor-styles-wrapper h6 {
    position: relative;
    font-size: 1rem;
    padding-top: 20px;
    font-weight: 700;
  }
  .editor-styles-wrapper p {
    font-size: 0.8333333333rem;
  }
  .editor-styles-wrapper p + p {
    padding-top: 0;
  }
  .editor-styles-wrapper .wp-block-table {
    overflow-X: scroll;
  }
  .editor-styles-wrapper .wp-block-table table td, .editor-styles-wrapper .wp-block-table table th {
    padding: 8px 10px;
  }
}/*# sourceMappingURL=editor-styles.css.map */