@charset "UTF-8";
.mce-content-body {
  font-family: "Noto Sans JP", sans-serif;
}

.postContent,
.mce-content-body {
  word-break: break-all;
  font-size: 16px;
  line-height: 180%;
  /* 自動生成されるpタグの除去(必要であればコメントアウトを解除) */
}
.postContent *,
.mce-content-body * {
  line-height: 180%;
}
.postContent a,
.mce-content-body a {
  text-decoration: underline !important;
  font-size: 1em;
}
.postContent a:hover,
.mce-content-body a:hover {
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  transition: opacity 0.3s;
}
.postContent dfn,
.postContent cite,
.postContent em,
.postContent i,
.mce-content-body dfn,
.mce-content-body cite,
.mce-content-body em,
.mce-content-body i {
  font-style: italic;
}
.postContent strong,
.postContent strong *,
.mce-content-body strong,
.mce-content-body strong * {
  font-weight: bold;
}
.postContent img,
.mce-content-body img {
  vertical-align: middle;
  max-width: 100%;
  height: auto !important;
}
.postContent h2,
.mce-content-body h2 {
  font-weight: bold;
  background: #0098FF;
  color: #ffffff;
  line-height: 130%;
  margin: 66px 0 16px 0;
}
.postContent h2 *,
.mce-content-body h2 * {
  line-height: 120%;
}
.postContent h3,
.mce-content-body h3 {
  font-weight: bold;
  color: #000000;
  border-bottom: solid 2px #0098FF;
  line-height: 130%;
  margin: 66px 0 16px 0;
  font-weight: 600;
}
.postContent h3 *,
.mce-content-body h3 * {
  line-height: 120%;
}
.postContent h4,
.mce-content-body h4 {
  font-weight: bold;
  color: #0098FF;
  line-height: 130%;
  margin: 62px 0 12px 0;
}
.postContent h4 *,
.mce-content-body h4 * {
  line-height: 120%;
}
.postContent h5,
.mce-content-body h5 {
  font-size: 16px;
  font-weight: bold;
  line-height: 130%;
}
.postContent h6,
.mce-content-body h6 {
  font-size: 16px;
  font-weight: bold;
  line-height: 130%;
}
.postContent ul,
.mce-content-body ul {
  list-style: none;
}
.postContent ul li,
.mce-content-body ul li {
  position: relative;
  list-style: none;
  padding-left: 24px;
  margin: 4px 0;
}
.postContent ul li::before,
.mce-content-body ul li::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  width: 7px;
  height: 7px;
  background: #1DC2FF;
  border-radius: 50%;
}
.postContent ol,
.mce-content-body ol {
  list-style: none;
  counter-reset: list-number;
}
.postContent ol li,
.mce-content-body ol li {
  position: relative;
  padding-left: 24px;
  counter-increment: list-number;
  margin: 4px 0;
}
.postContent ol li::before,
.mce-content-body ol li::before {
  content: counter(list-number);
  position: absolute;
  left: 0;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14px;
  color: #1DC2FF;
  border-radius: 50%;
  padding: 0 0 2px 2px;
}
.postContent div.photo_left,
.mce-content-body div.photo_left {
  width: 100%;
  text-align: left;
}
.postContent div.photo_center,
.mce-content-body div.photo_center {
  width: 100%;
  text-align: center;
}
.postContent div.photo_right,
.mce-content-body div.photo_right {
  width: 100%;
  text-align: right;
}
.postContent div.photo_fleft,
.mce-content-body div.photo_fleft {
  float: left;
  padding: 0px 10px 0px 0px;
}
.postContent div.photo_fright,
.mce-content-body div.photo_fright {
  float: right;
  padding: 0px 0px 0px 10px;
}
.postContent iframe,
.mce-content-body iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 560/315;
}
.postContent .aligncenter,
.mce-content-body .aligncenter {
  clear: both;
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.postContent .alignright,
.mce-content-body .alignright {
  margin-top: 0;
  margin-bottom: var(--global--spacing-vertical);
}
.postContent video,
.mce-content-body video {
  max-width: 100%;
  height: auto;
}
.postContent .wp-block-group,
.mce-content-body .wp-block-group {
  display: flex;
  justify-content: flex-start;
}
.postContent p,
.mce-content-body p {
  line-height: 140%;
  font-weight: 400;
}
.postContent table td,
.mce-content-body table td {
  border: solid 1px #b2b2b2;
  padding: 6px 10px;
}
.postContent table tr:first-of-type td,
.mce-content-body table tr:first-of-type td {
  text-align: center;
  font-weight: 600;
  background: #DDF6FF;
}
.postContent blockquote,
.mce-content-body blockquote {
  background: url(../images/icon_quote.svg) left top no-repeat #DDF6FF;
  margin: 20px 0;
}
.postContent blockquote a,
.mce-content-body blockquote a {
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  .postContent p,
  .mce-content-body p {
    font-size: clamp(14px, 3.85vw, 15px);
  }
  .postContent h2,
  .mce-content-body h2 {
    font-size: clamp(16px, 6.41vw, 25px);
    padding: 4px 8px;
  }
  .postContent h3,
  .mce-content-body h3 {
    font-size: clamp(16px, 6.41vw, 25px);
    padding: 4px 0;
  }
  .postContent h4,
  .mce-content-body h4 {
    font-size: clamp(16px, 5.64vw, 22px);
  }
  .postContent .wp-block-image,
  .mce-content-body .wp-block-image {
    margin-top: -16px;
  }
  .postContent blockquote,
  .mce-content-body blockquote {
    background-position: 12px 12px;
    background-size: 20px;
    padding: 40px 12px 16px 12px;
  }
  .postContent ul li,
  .mce-content-body ul li {
    font-size: clamp(14px, 3.85vw, 15px);
  }
  .postContent ol li,
  .mce-content-body ol li {
    font-size: clamp(14px, 3.85vw, 15px);
  }
}
@media only screen and (min-width: 768px) {
  .postContent p,
  .mce-content-body p {
    font-size: 16px;
  }
  .postContent h2,
  .mce-content-body h2 {
    font-size: 25px;
    padding: 4px 12px;
  }
  .postContent h3,
  .mce-content-body h3 {
    font-size: 25px;
    padding: 4px 0;
  }
  .postContent h4,
  .mce-content-body h4 {
    font-size: 22px;
  }
  .postContent .wp-block-image,
  .mce-content-body .wp-block-image {
    margin-top: -16px;
  }
  .postContent blockquote,
  .mce-content-body blockquote {
    background-position: 12px 20px;
    background-size: 28px;
    padding: 16px 12px 16px 52px;
  }
}
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}

.alignright {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
}

.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.wp-caption,
[class*=wp-image] {
  display: block;
  max-width: 100% !important;
  margin-bottom: 1.5em;
  text-align: center;
}

.wp-caption-text {
  margin-top: 0;
}

.insert-image {
  max-width: 100%;
  height: auto;
}/*# sourceMappingURL=post_style.css.map */