@charset "UTF-8";
.single .single__body,
.wp-block-post-content {
  font-size: 1rem;
}
.single .single__body p,
.wp-block-post-content p {
  margin: 1.5em 0;
  padding-bottom: 0;
}
.single .single__body h1,
.single .single__body h2,
.single .single__body h3,
.single .single__body h4,
.single .single__body h5,
.single .single__body h6,
.wp-block-post-content h1,
.wp-block-post-content h2,
.wp-block-post-content h3,
.wp-block-post-content h4,
.wp-block-post-content h5,
.wp-block-post-content h6 {
  font-weight: 700;
  line-height: 1.4;
  margin: 2em 0 1em;
}
.single .single__body h1:first-child,
.single .single__body h2:first-child,
.single .single__body h3:first-child,
.single .single__body h4:first-child,
.single .single__body h5:first-child,
.single .single__body h6:first-child,
.wp-block-post-content h1:first-child,
.wp-block-post-content h2:first-child,
.wp-block-post-content h3:first-child,
.wp-block-post-content h4:first-child,
.wp-block-post-content h5:first-child,
.wp-block-post-content h6:first-child {
  margin-top: 0;
}
.single .single__body h1,
.wp-block-post-content h1 {
  font-size: 2.5em;
  padding-bottom: 0.3em;
}
.single .single__body h2,
.wp-block-post-content h2 {
  font-size: 2em;
}
.single .single__body h3,
.wp-block-post-content h3 {
  font-size: 1.75em;
}
.single .single__body h4,
.wp-block-post-content h4 {
  font-size: 1.5em;
}
.single .single__body h5,
.wp-block-post-content h5 {
  font-size: 1.25em;
}
.single .single__body h6,
.wp-block-post-content h6 {
  font-size: 1em;
  color: var(--sub-text-color, #666);
}
.single .single__body ul,
.single .single__body ol,
.wp-block-post-content ul,
.wp-block-post-content ol {
  margin: 1.5em 0 1.5em 2em;
  line-height: 1.6;
}
.single .single__body ul li,
.single .single__body ol li,
.wp-block-post-content ul li,
.wp-block-post-content ol li {
  margin: 0.5em 0;
}
.single .single__body ul,
.wp-block-post-content ul {
  list-style-type: disc;
}
.single .single__body ol,
.wp-block-post-content ol {
  list-style-type: decimal;
}
.single .single__body blockquote,
.wp-block-post-content blockquote {
  margin: 2em 0;
  padding: 1em 1.5em;
  border-left: 4px solid var(--main-color, #007acc);
  background: var(--blockquote-bg, #f9f9f9);
  color: var(--text-color, #333);
  font-style: italic;
}
.single .single__body img,
.single .single__body iframe,
.single .single__body video,
.wp-block-post-content img,
.wp-block-post-content iframe,
.wp-block-post-content video {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1.5em 0;
  width: auto;
}
.single .single__body table,
.wp-block-post-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 2em 0;
}
.single .single__body table th,
.single .single__body table td,
.wp-block-post-content table th,
.wp-block-post-content table td {
  border: 1px solid #ddd;
  padding: 0.75em 1em;
  text-align: left;
}
.single .single__body table th,
.wp-block-post-content table th {
  background-color: var(--table-header-bg, #f2f2f2);
}
.single .single__body strong,
.wp-block-post-content strong {
  font-weight: 700;
}
.single .single__body em,
.wp-block-post-content em {
  font-style: italic;
}
.single .single__body hr,
.wp-block-post-content hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 3em 0;
}

.wp-block-post-content {
  /* Gutenberg画像ブロック float解除版 */
}
.wp-block-post-content :where(.wp-block)[data-align=right] {
  height: auto;
}
.wp-block-post-content :where(.wp-block)[data-align=right] > *,
.wp-block-post-content .wp-block-image[data-align=right] > * {
  float: none !important;
  display: block;
  text-align: right;
  margin-left: auto !important;
}
.wp-block-post-content :where(.wp-block)[data-align=right] > * img,
.wp-block-post-content .wp-block-image[data-align=right] > * img {
  display: inline-block;
  margin-left: auto;
  margin-right: 0;
}
.wp-block-post-content :where(.wp-block)[data-align=left] > *,
.wp-block-post-content .wp-block-image[data-align=left] > * {
  float: none !important;
  display: block;
  text-align: left;
}
.wp-block-post-content :where(.wp-block)[data-align=left] > * img,
.wp-block-post-content .wp-block-image[data-align=left] > * img {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
}
.wp-block-post-content :where(.wp-block)[data-align=center] > *,
.wp-block-post-content .wp-block-image[data-align=center] > * {
  float: none !important;
  display: block;
  text-align: center;
}
.wp-block-post-content :where(.wp-block)[data-align=center] > * img,
.wp-block-post-content .wp-block-image[data-align=center] > * img {
  display: inline-block;
  margin: 0 auto;
}

.wp-block-image .aligncenter img {
  margin: 0 auto;
}
.wp-block-image .alignright img {
  margin: 0 0 0 auto;
}
/*# sourceMappingURL=editor-style.css.map */