/********************************************/
/*Block Editor*/
/********************************************/
.the_content h2 {
  margin: 2em 0 1.3em;
  padding: 0.5em;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  font-size: 2rem;
  font-weight: 500;
  color: #333;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.the_content h3 {
  margin: 1em 0 1.3em;
  font-size: 2rem;
  font-weight: 500;
  color: #333;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.the_content h4 {
  margin: 1em 0 1.3em;
  font-size: 2rem;
  font-weight: 500;
  color: #333;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.the_content h5 {
  margin: 1em 0 1.3em;
  font-size: 1.8rem;
  font-weight: 500;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.the_content h6 {
  margin: 1em 0 1.3em;
  font-size: 1.6rem;
  font-weight: 500;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  .the_content h2 {
    font-size: 1.6rem;
  }
  .the_content h3 {
    font-size: 1.6rem;
  }
  .the_content h4 {
    font-size: 1.6rem;
  }
  .the_content h5 {
    font-size: 1.4rem;
  }
  .the_content h6 {
    font-size: 1.4rem;
  }
}
.the_content a, .the_content b, .the_content dd, .the_content dt, .the_content li, .the_content p, .the_content span, .the_content td, .the_content th {
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.the_content p {
  margin: 30px 0;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
.the_content p a {
  color: #333;
}
.the_content a {
  word-break: break-all;
  text-decoration: underline;
}
.the_content a.wp-block-button__link {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.the_content a.wp-block-button__link:hover {
  opacity: 0.7;
}
.the_content a:hover {
  text-decoration: none;
}

.the_content .wp-block-image .wp-element-caption {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .the_content .wp-block-image .wp-element-caption {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .the_content a, .the_content b, .the_content dd, .the_content dt, .the_content li, .the_content p, .the_content span, .the_content td, .the_content th {
    font-size: 1.3rem;
  }
  .the_content p {
    font-size: 1.3rem;
  }
}
.the_content .has-x-small-font-size {
  font-size: 1rem;
}
.the_content .has-small-font-size {
  font-size: 1.3rem;
}
.the_content .has-regular-font-size {
  font-size: 1.5rem;
}
.the_content .has-large-font-size {
  font-size: 2.4rem;
}
.the_content .has-x-large-font-size {
  font-size: 3.6rem;
}
.the_content .has-huge-font-size {
  font-size: 5rem;
}

.the_content ul, .the_content ol {
  margin: 40px 0;
  padding-left: 0;
}
.the_content ul li, .the_content ol li {
  margin-bottom: 0.7em;
  text-align: left;
}
.the_content ul li {
  position: relative;
  margin-bottom: 0.7em;
  padding-left: 1em;
}
.the_content ul li:before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  width: 0.4em;
  height: 0.4em;
  margin: auto;
  background-color: #0F4B2C;
  border-radius: 100px;
  line-height: 0.4em;
}
.the_content ol {
  counter-reset: item;
  list-style-type: none;
}
.the_content ol ol {
  padding-left: 15px;
}
.the_content ol li {
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.the_content ol li:before {
  counter-increment: item;
  content: counter(item) ".";
  color: #333;
  font-weight: bold;
}

.the_content table {
  width: 100%;
  margin: 20px 0;
}
.the_content table th,
.the_content table td {
  padding: 0.7em;
  border: solid 1px #ccc;
  text-align: left;
}
.the_content table th {
  font-weight: bold;
  border-bottom: solid 3px #ccc;
}
.the_content .wp-block-table.is-style-stripes {
  border-bottom: none;
}
.the_content .wp-block-table.is-style-stripes th {
  border-bottom: solid 3px #333;
}
.the_content blockquote {
  margin: 20px 0;
  padding: 1.5em 2.5em;
  border: 10px solid #EAEAEA;
  font-size: 1.5rem;
  color: #333;
  line-height: 1.7;
}
.the_content .wp-block-buttons {
  margin: 20px auto;
}

.the_content .wp-block-gallery {
  margin: 20px 0;
}
.the_content figure figcaption {
  text-align: center;
  font-size: 1.5rem;
}
.the_content .wp-block-image .alignleft {
  float: none;
  margin-right: auto;
}
.the_content .wp-block-image .alignright {
  float: none;
  margin-left: auto;
}
.the_content .wp-block-media-text {
  margin: 20px auto;
}
.the_content .wp-block-columns {
  margin: 20px auto;
}
.the_content .wp-block-columns p {
  margin-top: 0;
}

.the_content div:not(.blogcard) .content_iframe,
.the_content > .content_iframe {
  position: relative;
  width: 100%;
  margin: 30px auto;
  padding-top: 56.25%;
}
.the_content div:not(.blogcard) .content_iframe iframe,
.the_content > .content_iframe iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.the_content .blogcard .content_iframe iframe {
  width: 100%;
}

.the_content .blocks-gallery-item {
  padding-left: 0;
}
.the_content .blocks-gallery-item:before {
  content: none;
}

.the_content .has-original-blue-color {
  color: #333;
}
.the_content .has-original-blue-background-color {
  background-color: #333;
}
.the_content .has-original-orange-color {
  color: #d9001b;
}
.the_content .has-original-orange-background-color {
  background-color: #d9001b;
}

@media screen and (max-width: 767px) {
  /********************************************/
  /*Block Editor*/
  /********************************************/
  .the_content p {
    margin-bottom: 13px;
  }
  .the_content .has-x-small-font-size {
    font-size: 1rem;
  }
  .the_content .has-small-font-size {
    font-size: 1.2rem;
  }
  .the_content .has-regular-font-size {
    font-size: 1.4rem;
  }
  .the_content .has-large-font-size {
    font-size: 2rem;
  }
  .the_content .has-x-large-font-size {
    font-size: 3rem;
  }
  .the_content .has-huge-font-size {
    font-size: 4rem;
  }
  .the_content .alignright,
  .the_content .alignleft {
    max-width: 48%;
  }
}/*# sourceMappingURL=the_content.css.map */