@charset "UTF-8";
.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: 1.5rem;
  line-height: 1.5;
  /* 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: 1.5rem;
  line-height: 2;
  margin-left: auto;
  margin-right: auto;
  max-width: 88.8888888889%;
  width: 100%;
}
.post-content * + p {
  margin-top: 2em;
}
.post-content h2 {
  background-color: #E9EFE0;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 0.5em;
  padding-left: 1.25em;
  padding-top: 0.5em;
  position: relative;
}
.post-content h2::after {
  background: #1F5019;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0.3333333333em;
}
.post-content * + h2 {
  margin-top: 50px;
}
.post-content h3 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
  max-width: 94.4444444444%;
  padding-bottom: 0.3em;
  padding-left: 0.75em;
  position: relative;
  width: 100%;
}
.post-content h3::after {
  background: #1F5019;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0.25em;
}
.post-content h3::before {
  background: #1F5019;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
.post-content * + h3 {
  margin-top: 50px;
}
.post-content em {
  background-color: #FFF6A8;
  font-weight: 500;
}
.post-content strong {
  color: #E1344C;
  font-weight: 500;
}
.post-content del {
  color: #999;
  text-decoration: line-through;
}
.post-content ul {
  font-size: 1.5rem;
  list-style-type: disc;
  padding-left: 1.5em;
}
.post-content ul * + li {
  margin-top: 1em;
}
.post-content * + ul {
  margin-top: 2em;
}
.post-content ol {
  font-size: 1.5rem;
  list-style-type: decimal;
  padding-left: 1.5em;
}
.post-content ol * + li {
  margin-top: 1em;
}
.post-content * + ol {
  margin-top: 2em;
}
.post-content table {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-collapse: separate;
  font-size: 1.5rem;
  width: 100%;
}
.post-content table th {
  background-color: #f1f1f1;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  font-size: 100%;
  line-height: 1.5;
  min-width: 150px;
  padding: 1em;
  vertical-align: top;
  white-space: nowrap;
}
.post-content table td {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  font-size: 100%;
  line-height: 1.5;
  padding: 1em;
  vertical-align: top;
  width: 100%;
}
.post-content * + table {
  margin-top: 2em;
}
.post-content blockquote {
  background-color: #F9F9F9;
  border: 2px dashed #D1D1D1;
  color: #333;
  font-size: 1.5rem;
  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: 2em;
}
.post-content hr {
  background: #CCCCCC;
  border: 0;
  display: block;
  height: 1px;
}
.post-content .alignleft {
  float: left;
  height: auto;
  margin-bottom: 2em;
  margin-right: 2em;
  max-width: 100%;
}
.post-content * + .alignleft {
  margin-top: 2em;
}
.post-content .alignright {
  float: right;
  height: auto;
  margin-bottom: 2em;
  margin-left: 2em;
  max-width: 100%;
}
.post-content * + .alignright {
  margin-top: 2em;
}
.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: 2em;
}
.post-content .wp-caption {
  background: transparent;
  border: none;
  color: #333;
  max-width: 100%;
  padding: 0;
}
.post-content .wp-caption.alignleft {
  margin-bottom: 2em;
  margin-right: 2em;
}
.post-content .wp-caption.alignright {
  margin-bottom: 2em;
  margin-left: 2em;
}
.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: 1.5rem;
  font-style: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0.5em 0 0;
  text-align: center;
}
.post-content .mce-object-iframe {
  border: 0;
  width: 100%;
}
@media screen and (max-width: 1432px) { /**/ }
@media screen and (max-width: 1272px) { /**/ }
@media screen and (max-width: 1172px) { /**/ }
@media screen and (max-width: 1080px) { /**/ }
@media screen and (max-width: 1072px) { /**/ }
@media screen and (max-width: 1023px) { /**/ }
@media screen and (max-width: 767px) { /**/
  .post-content {
    font-size: 3.3333333333vw;
  }
  .post-content p {
    font-size: 3.3333333333vw;
    max-width: 89.7142857143%;
  }
  .post-content h2 {
    font-size: 5.1282051282vw;
  }
  .post-content * + h2 {
    margin-top: 7.6923076923vw;
  }
  .post-content h3 {
    font-size: 4.6153846154vw;
    max-width: 94.8571428571%;
  }
  .post-content * + h3 {
    margin-top: 7.6923076923vw;
  }
  .post-content ul {
    font-size: 3.3333333333vw;
  }
  .post-content ol {
    font-size: 3.3333333333vw;
  }
  .post-content table {
    font-size: 3.3333333333vw;
  }
  .post-content table th {
    display: block;
    min-width: auto;
    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: 3.3333333333vw;
  }
  .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: 3.3333333333vw;
  } }
/*# sourceMappingURL=../map/post-content.css.map */
