.post-content {
  color: #131313;
  font-size: 1rem;
  line-height: 1.75em;
  /* img */
  /* p */
  /* h- */
  /* em */
  /* strong */
  /* del */
  /* ul */
  /* ol */
  /* table */
  /* blockquote */
  /* hr */
  /* .align-
  --------------------- */
  /* .wp-caption
  --------------------- */
  /* iframe */
}
.post-content a {
  color: #0000CC;
  font-weight: 700;
  text-decoration: underline;
}
.post-content a:hover {
  text-decoration: none;
}
.post-content img {
  border-radius: 20px;
  height: auto;
  max-width: 100%;
}
.post-content p {
  font-size: 1rem;
  line-height: 1.75em;
}
.post-content * + p {
  margin-top: 1.75em;
}
.post-content h2 {
  border-left: 4px solid #0000CC;
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 0.5em;
}
.post-content * + h2 {
  margin-top: 2em;
}
.post-content h3 {
  background-color: #EBEBFF;
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 1.25em 1em;
}
.post-content * + h3 {
  margin-top: 2em;
}
.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;
  list-style-type: disc;
  padding-left: 1.5em;
}
.post-content ul * + li {
  margin-top: 1em;
}
.post-content ul > * + ul {
  margin-top: 1em;
}
.post-content * + ul {
  margin-top: 2em;
}
.post-content ol {
  counter-reset: num;
  font-size: 1rem;
  list-style-type: none;
}
.post-content ol * + li {
  margin-top: 1em;
}
.post-content ol li {
  position: relative;
  padding-left: 1.5em;
  position: relative;
}
.post-content ol li::before {
  counter-increment: num;
  content: counter(num) ".";
  left: 0;
  position: absolute;
  top: 0;
}
.post-content ol li > * + ol {
  margin-top: 1em;
}
.post-content * + ol {
  margin-top: 2em;
}
.post-content table {
  border-collapse: separate;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  font-size: 1rem;
}
.post-content table th {
  background-color: #EBEBFF;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  font-size: 100%;
  font-weight: 500;
  line-height: 1.5;
  padding: 0.625em 1.25em;
  vertical-align: top;
  white-space: nowrap;
}
.post-content table td {
  background-color: #fff;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  font-size: 100%;
  line-height: 1.5;
  padding: 0.625em 1.25em;
  vertical-align: top;
}
.post-content * + table {
  margin-top: 2em;
}
.post-content blockquote {
  border-left: 4px solid #0000CC;
  font-size: 1rem;
  font-style: italic;
  padding: 1.5em 0 1.5em 0.875em;
}
.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: 1rem;
  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: 767px) {
  .post-content {
    font-size: 3.7333333333vw;
  }
  .post-content img {
    border-radius: 5.3333333333vw;
  }
  .post-content p {
    font-size: 3.7333333333vw;
  }
  .post-content h2 {
    font-size: 5.12vw;
  }
  .post-content h3 {
    font-size: 4.6933333333vw;
  }
  .post-content ul {
    font-size: 3.7333333333vw;
  }
  .post-content ol {
    font-size: 3.7333333333vw;
  }
  .post-content table {
    font-size: 3.7333333333vw;
  }
  .post-content blockquote {
    font-size: 3.7333333333vw;
  }
  .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.7333333333vw;
  }
}