@charset "UTF-8";
/*-------------------------------------
投稿用のスタイル
postContent = フロント画面用
is-root-container = プレビュー用
-------------------------------------*/
.postContent,
.is-root-container {
  word-break: break-all;
  font-size: 16px;
  line-height: 200%;
  /* 自動生成されるpタグの除去(必要であればコメントアウトを解除) */
}
.postContent a,
.is-root-container a {
  text-decoration: underline !important;
  font-size: 1em;
}
.postContent a:hover,
.is-root-container 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,
.is-root-container dfn,
.is-root-container cite,
.is-root-container em,
.is-root-container i {
  font-style: italic;
}
.postContent *,
.is-root-container * {
  line-height: 200%;
}
.postContent strong,
.postContent strong *,
.is-root-container strong,
.is-root-container strong * {
  font-weight: bold;
}
.postContent img,
.is-root-container img {
  vertical-align: middle;
  max-width: 100%;
  height: auto !important;
}
.postContent h1,
.is-root-container h1 {
  font-size: 24px;
  font-weight: bold;
  background: #0F4A2E;
  color: #ffffff;
}
.postContent h2,
.is-root-container h2 {
  font-weight: bold;
  color: #0F4A2E;
  border-bottom: solid 1px #0F4A2E;
  line-height: 150%;
}
.postContent h3,
.is-root-container h3 {
  font-weight: bold;
  background-size: 8px;
}
.postContent h4,
.is-root-container h4 {
  font-size: 16px;
  font-weight: bold;
}
.postContent h5,
.is-root-container h5 {
  font-size: 16px;
  font-weight: bold;
}
.postContent h6,
.is-root-container h6 {
  font-size: 16px;
  font-weight: bold;
}
.postContent ul,
.postContent ul li,
.is-root-container ul,
.is-root-container ul li {
  list-style: disc outside none;
  margin-left: 20px;
}
.postContent ol,
.postContent ol li,
.is-root-container ol,
.is-root-container ol li {
  list-style: decimal outside;
  margin-left: 20px;
}
.postContent div.photo_left,
.is-root-container div.photo_left {
  width: 100%;
  text-align: left;
}
.postContent div.photo_center,
.is-root-container div.photo_center {
  width: 100%;
  text-align: center;
}
.postContent div.photo_right,
.is-root-container div.photo_right {
  width: 100%;
  text-align: right;
}
.postContent div.photo_fleft,
.is-root-container div.photo_fleft {
  float: left;
  padding: 0px 10px 0px 0px;
}
.postContent div.photo_fright,
.is-root-container div.photo_fright {
  float: right;
  padding: 0px 0px 0px 10px;
}
.postContent iframe,
.is-root-container iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 560/315;
}
.postContent .aligncenter,
.is-root-container .aligncenter {
  clear: both;
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.postContent .alignright,
.is-root-container .alignright {
  margin-top: 0;
  margin-bottom: var(--global--spacing-vertical);
}
.postContent table,
.is-root-container table {
  margin: 0 0 24px 0;
}
.postContent table tr:first-of-type td,
.is-root-container table tr:first-of-type td {
  background-color: #0F4A2E;
  color: #ffffff;
  font-weight: 600;
}
.postContent video,
.is-root-container video {
  max-width: 100%;
  height: auto;
}
.postContent .wp-block-group,
.is-root-container .wp-block-group {
  display: flex;
  justify-content: flex-start;
}
.postContent p,
.is-root-container p {
  padding-bottom: 24px;
  line-height: 175%;
  font-weight: 400;
}
.postContent ul,
.is-root-container ul {
  padding-bottom: 24px;
}

@media only screen and (max-width: 767px) {
  .postContent p,
  .is-root-container p {
    font-size: clamp(14px, 3.85vw, 15px);
  }
  .postContent h1,
  .is-root-container h1 {
    font-size: clamp(14px, 5.13vw, 20px);
    padding: 2px 10px;
    margin: 0 0 6px 0;
  }
  .postContent h2,
  .is-root-container h2 {
    font-size: clamp(14px, 4.62vw, 18px);
    padding: 2px 0;
    margin: 0 0 12px 0;
  }
  .postContent h3,
  .is-root-container h3 {
    font-size: clamp(14px, 4.62vw, 18px);
  }
  .postContent img,
  .is-root-container img {
    margin: 20px 0 32px 0;
  }
}
@media only screen and (min-width: 768px) {
  .postContent p,
  .is-root-container p {
    font-size: 16px;
  }
  .postContent h1,
  .is-root-container h1 {
    font-size: 24px;
    padding: 4px 12px;
    margin: 0 0 6px 0;
  }
  .postContent h2,
  .is-root-container h2 {
    font-size: 20px;
    padding: 2px 0;
    margin: 0 0 12px 0;
  }
  .postContent h3,
  .is-root-container h3 {
    font-size: 20px;
  }
  .postContent img,
  .is-root-container img {
    margin: 4px 0 40px;
  }
  .postContent .wp-block-image,
  .is-root-container .wp-block-image {
    margin-top: -16px;
  }
}
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
  width: -moz-fit-content;
  width: fit-content;
}

.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 */