@charset "UTF-8";
/*-------------------------------------
投稿用のスタイル
-------------------------------------*/
.postContent {
  word-break: break-all;
  font-size: 16px;
  line-height: 200%;
  /* 自動生成される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;
}
.postContent h1 {
  font-size: 24px;
  font-weight: bold;
  background: #0077B6;
  color: #ffffff;
}
.postContent h2 {
  font-weight: bold;
  color: #000000;
  border-bottom: solid 2px #000000;
  line-height: 150%;
}
.postContent h3 {
  font-weight: bold;
  background-size: 8px;
}
.postContent h4 {
  font-size: 16px;
  font-weight: bold;
}
.postContent h5 {
  font-size: 16px;
  font-weight: bold;
}
.postContent h6 {
  font-size: 16px;
  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 {
  width: 100%;
  height: auto;
  aspect-ratio: 560/315;
}
.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 table {
  margin: 0 0 24px 0;
}
.postContent table tr:first-of-type td {
  background-color: #F0F7FB;
  font-weight: 600;
}
.postContent video {
  max-width: 100%;
  height: auto;
}
.postContent .wp-block-group {
  display: flex;
  justify-content: flex-start;
}
.postContent p {
  padding-bottom: 24px;
  line-height: 175%;
  font-weight: 400;
}
.postContent ul {
  padding-bottom: 24px;
}

@media only screen and (max-width: 767px) {
  .postContent p {
    font-size: clamp(14px, 3.85vw, 15px);
  }
  .postContent h1 {
    font-size: clamp(14px, 5.13vw, 20px);
    padding: 2px 10px;
    margin: 0 0 6px 0;
  }
  .postContent h2 {
    font-size: clamp(14px, 4.62vw, 18px);
    padding: 2px 0;
    margin: 0 0 12px 0;
  }
  .postContent h3 {
    font-size: clamp(14px, 4.62vw, 18px);
  }
  .postContent img {
    margin: 20px 0 32px 0;
  }
}
@media only screen and (min-width: 768px) {
  .postContent p {
    font-size: 16px;
  }
  .postContent h1 {
    font-size: 24px;
    padding: 4px 12px;
    margin: 0 0 6px 0;
  }
  .postContent h2 {
    font-size: 20px;
    padding: 2px 0;
    margin: 0 0 12px 0;
  }
  .postContent h3 {
    font-size: 20px;
  }
  .postContent img {
    margin: 4px 0 40px;
  }
  .postContent .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;
}

.postContent .pointbox {
  background: #ffffff;
  border: 1px solid #209CC6;
  border-radius: 12px;
  padding: 24px 32px;
}
.postContent .pointbox strong {
  color: #0077B6;
  display: block;
}

@media only screen and (max-width: 767px) {
  .postContent .pointbox {
    padding: 16px 16px;
  }
  .postContent .pointbox strong {
    font-size: clamp(14px, 4.62vw, 18px);
    padding-bottom: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .postContent .pointbox {
    padding: 24px 32px;
  }
  .postContent .pointbox strong {
    font-size: 20px;
    padding-bottom: 32px;
  }
}/*# sourceMappingURL=post_style.css.map */