@charset "UTF-8";
/*-------------------------------------
投稿用のスタイル
-------------------------------------*/
.postContent {
  word-break: break-all;
}
.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%;
  color: #868686;
}
.postContent strong,
.postContent strong * {
  font-weight: bold;
}
.postContent img {
  vertical-align: middle;
  max-width: 100%;
  height: auto !important;
  border-radius: 20px;
}
.postContent h1 {
  font-weight: bold;
  color: #EB6D1E;
}
.postContent h2 {
  color: #EB6D1E;
  font-weight: bold;
}
.postContent h3 {
  font-weight: bold;
  color: #000;
}
.postContent h4 {
  font-weight: bold;
  color: #868686;
}
.postContent h5 {
  font-weight: bold;
  color: #EB6D1E;
}
.postContent h6 {
  font-weight: bold;
  color: #EB6D1E;
}
.postContent ul,
.postContent ul li {
  list-style: disc outside none;
}
.postContent ol,
.postContent ol li {
  list-style: decimal outside;
}
.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 {
  /* 自動生成されるpタグの除去(必要であればコメントアウトを解除) */
}
.postContent video {
  max-width: 100%;
  height: auto;
}
.postContent .wp-block-group {
  display: flex;
  justify-content: flex-start;
}

@media screen and (min-width: 768px) {
  .postContent {
    font-size: 16px;
  }
  .postContent h1 {
    padding: 30px 0 20px;
    font-size: 24px;
  }
  .postContent h2 {
    font-size: 20px;
  }
  .postContent h3 {
    font-size: 18px;
  }
  .postContent h4 {
    font-size: 18px;
  }
  .postContent h5 {
    font-size: 16px;
  }
  .postContent h6 {
    font-size: 16px;
  }
  .postContent h1, .postContent h2 {
    padding: 0px 0 40px;
  }
  .postContent h3, .postContent h4, .postContent h5, .postContent h6 {
    padding: 0px 0 20px;
  }
  .postContent ul,
  .postContent ul li {
    margin-left: 20px;
  }
  .postContent ol,
  .postContent ol li {
    margin-left: 20px;
  }
  .postContent p {
    font-size: 16px;
    padding: 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .postContent {
    font-size: 14px;
  }
  .postContent p {
    font-size: 14px;
  }
  .postContent h1 {
    font-size: 16px;
  }
  .postContent h2 {
    font-size: 16px;
  }
  .postContent h3 {
    font-size: 14px;
  }
  .postContent h4 {
    font-size: 14px;
  }
  .postContent h5 {
    font-size: 14px;
  }
  .postContent h6 {
    font-size: 14px;
  }
  .postContent h1, .postContent h2 {
    padding: 0px 0 20px;
  }
  .postContent h3, .postContent h4, .postContent h5, .postContent h6 {
    padding: 0px 0 20px;
  }
  .postContent ul,
  .postContent ul li {
    margin-left: 10px;
  }
  .postContent ol,
  .postContent ol li {
    margin-left: 0px;
  }
  .postContent p {
    padding: 0 0 20px;
  }
}
.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: 1em;
  text-align: center;
}

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

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