@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap);
.post-content {
  color: #333;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1rem;
  line-height: 1.45;
  /* img */
  /* p */
  /* h- */
  /* em */
  /* strong */
  /* del */
  /* ul */
  /* ol */
  /* table */
  /* blockquote */
  /* hr */
  /* .align-
  --------------------- */
  /* .wp-caption
  --------------------- */
  /* iframe */
}
.post-content img {
  height: auto;
  max-width: 100%;
}
.post-content p {
  font-size: 1rem;
  line-height: 2;
}
.post-content * + p {
  margin-top: 1.5em;
}
.post-content h2 {
  color: #333;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.5em;
}
.post-content * + h2 {
  margin-top: 80px;
}
.post-content h3 {
  color: #333;
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1.5em;
}
.post-content * + h3 {
  margin-top: 40px;
}
.post-content em {
  background-color: #FFF6A8;
}
.post-content strong {
  color: #E1344C;
}
.post-content del {
  color: #999;
  text-decoration: line-through;
}
.post-content ul {
  font-size: 1rem;
  line-height: 2;
  list-style-type: disc;
  padding-left: 1.5em;
}
.post-content ul * + li {
  margin-top: 0.5em;
}
.post-content ul > * + ul {
  margin-top: 0.5em;
}
.post-content * + ul {
  margin-top: 1.5em;
}
.post-content ol {
  counter-reset: num;
  font-size: 1rem;
  line-height: 2;
  list-style-type: none;
}
.post-content ol * + li {
  margin-top: 0.5em;
}
.post-content ol li {
  position: relative;
  padding-left: 1.5em;
  position: relative;
}
.post-content ol li::before {
  color: #57B0DE;
  counter-increment: num;
  content: counter(num) ".";
  font-weight: 700;
  left: 0;
  position: absolute;
  top: 0;
}
.post-content ol li > * + ol {
  margin-top: 0.5em;
}
.post-content * + ol {
  margin-top: 1.5em;
}
.post-content table {
  border-collapse: separate;
  border-left: 1px solid #D9D9D9;
  border-top: 1px solid #D9D9D9;
  font-size: 1rem;
  width: 100%;
}
.post-content table th {
  background-color: #F6F6F6;
  border-bottom: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
  font-size: 100%;
  line-height: 2;
  min-width: 200px;
  padding: 0.75em 1.5em;
  vertical-align: top;
  white-space: nowrap;
}
.post-content table td {
  background-color: #fff;
  border-bottom: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
  font-size: 100%;
  line-height: 2;
  padding: 0.75em 1.5em;
  vertical-align: top;
  width: 100%;
}
.post-content * + table {
  margin-top: 1.5em;
}
.post-content blockquote {
  background-color: #F6F6F6;
  border: 2px dashed #D9D9D9;
  color: #333;
  font-size: 1rem;
  font-style: italic;
  padding: 1em;
}
.post-content blockquote a {
  color: #333;
}
.post-content blockquote p {
  padding-left: 0;
  padding-right: 0;
}
.post-content * + blockquote {
  margin-top: 1.5em;
}
.post-content hr {
  background: #CCCCCC;
  border: 0;
  display: block;
  height: 1px;
}
.post-content .alignleft {
  float: left;
  height: auto;
  margin-right: 40px;
  max-width: 100%;
}
.post-content * + .alignleft {
  margin-top: 1.5em;
}
.post-content .alignright {
  float: right;
  height: auto;
  margin-left: 40px;
  max-width: 100%;
}
.post-content * + .alignright {
  margin-top: 1.5em;
}
.post-content .aligncenter {
  clear: both;
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  text-align: center;
}
.post-content * + .aligncenter {
  margin-top: 1.5em;
}
.post-content .wp-caption {
  background: transparent;
  border: none;
  color: #333;
  max-width: 100%;
  padding: 0;
}
.post-content .wp-caption.alignleft {
  margin-right: 40px;
}
.post-content .wp-caption.alignright {
  margin-left: 40px;
}
.post-content .wp-caption.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.post-content .wp-caption-dt {
  margin: 0;
  padding: 0;
}
.post-content .wp-caption .wp-caption-text,
.post-content .wp-caption-dd {
  font-size: 1rem;
  font-style: normal;
  line-height: 1.45;
  margin: 0;
  padding: 0.5em 0 0;
  text-align: center;
}
.post-content .mce-object-iframe {
  border: 0;
  width: 100%;
}
@media screen and (max-width: 767px){
  .post-content {
    font-size: 0.875rem;
  }
  .post-content p {
    font-size: 0.875rem;
  }
  .post-content h2 {
    font-size: 1.125rem;
  }
  .post-content * + h2 {
    margin-top: 40px;
  }
  .post-content h3 {
    font-size: 1rem;
  }
  .post-content ul {
    font-size: 0.875rem;
  }
  .post-content ol {
    font-size: 0.875rem;
  }
  .post-content table {
    font-size: 0.875rem;
  }
  .post-content table th {
    display: block;
    min-width: auto;
    padding-bottom: 0;
    width: 100%;
  }
  .post-content table td {
    display: block;
  }
  .post-content .table-scroller th {
    display: table-cell;
    width: auto !important;
  }
  .post-content .table-scroller td {
    display: table-cell;
    width: auto !important;
  }
  .post-content blockquote {
    font-size: 0.875rem;
  }
  .post-content .alignleft {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .post-content .alignright {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .post-content .wp-caption.alignleft {
    margin-left: auto;
    margin-right: auto;
  }
  .post-content .wp-caption.alignright {
    margin-left: auto;
    margin-right: auto;
  }
  .post-content .wp-caption .wp-caption-text,
  .post-content .wp-caption-dd {
    font-size: 0.875rem;
  }
}
/*# sourceMappingURL=../map/post-content.css.map */
