@charset "UTF-8";
/*-------------------------------------
投稿用のスタイル
-------------------------------------*/
.postContent {
  word-break: break-all;
  font-size: 16px;
  /* 自動生成されるpタグの除去(必要であればコメントアウトを解除) */
}
.postContent a {
  text-decoration: underline !important;
  font-size: 1em;
}
.postContent 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 {
  font-style: italic;
}
.postContent * {
  line-height: 200%;
}
.postContent strong,
.postContent strong * {
  font-weight: bold;
}
.postContent img {
  vertical-align: middle;
  max-width: 100%;
  height: auto !important;
  padding-bottom: 10px;
}
.postContent h1 {
  font-size: 22px;
  font-weight: 400;
}
.postContent h2 {
  font-size: 18px;
  font-weight: 400;
  width: 100%;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 3px;
}
.postContent h3 {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  padding-left: 20px;
}
.postContent h3:before {
  content: "";
  position: absolute;
  top: 51%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: #6D6D6D;
  border-radius: 50%;
}
.postContent h4 {
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: bold;
}
.postContent h5 {
  font-size: clamp(15px, 1.33vw, 16px);
  font-weight: bold;
}
.postContent h6 {
  font-size: clamp(14px, 1.25vw, 15px);
  font-weight: bold;
}
.postContent ul,
.postContent ul li {
  list-style: disc outside none;
  margin-left: 20px;
}
.postContent ol,
.postContent ol li {
  list-style: decimal outside;
  margin-left: 20px;
}
.postContent div.photo_left {
  width: 100%;
  text-align: left;
}
.postContent div.photo_center {
  width: 100%;
  text-align: center;
}
.postContent div.photo_right {
  width: 100%;
  text-align: right;
}
.postContent div.photo_fleft {
  float: left;
  padding: 0px 10px 0px 0px;
}
.postContent div.photo_fright {
  float: right;
  padding: 0px 0px 0px 10px;
}
.postContent iframe {
  max-width: 100%;
  /*height:auto;*/
}
.postContent .aligncenter {
  clear: both;
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.postContent .alignright {
  margin-top: 0;
  margin-bottom: var(--global--spacing-vertical);
}
.postContent video {
  max-width: 100%;
  height: auto;
}
.postContent .wp-block-group {
  display: flex;
  justify-content: flex-start;
}
.postContent p {
  padding-bottom: 20px;
}
.postContent .wp-block-columns .wp-block-image {
  margin: 0px 0 0em;
}
.postContent .wp-block-columns .wp-block-image img {
  padding: 0;
  margin: 0;
}
.postContent .wp-block-columns p {
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .postContent p {
    font-size: 14px;
    padding-bottom: 10px;
  }
  :where(.wp-block-columns.is-layout-flex) {
    gap: 1em;
  }
}
.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-top: 1.5em;
  text-align: center;
}

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

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