.post_content {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  /**
 * 3.0 - Elements
 */
  /**
 * 4.0 - Alignment
 */
  /**
 * 5.0 - Caption
 */
  /**
 * 7.0 - Audio / Video
 */
  /**
 * 8.0 - RTL
 */
}

.post_content h1 {
  font-size: 3rem;
  font-weight: bold;
  margin: 0 auto 0.6em;
  line-height: 1.4;
}

.post_content h2 {
  font-size: 2.4rem;
  padding-bottom: 20px;
  line-height: 1.56;
  font-weight: bold;
  margin: 1em auto;
  border-bottom: solid 2px #E6E6E6;
  position: relative;
}

@media screen and (max-width: 767px) {
  .post_content h2 {
    font-size: 2rem;
  }
}

.post_content h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #0653A3;
  bottom: -2px;
  width: 10%;
}

.post_content h3 {
  font-size: 1.8rem;
  line-height: 1.56;
  font-weight: bold;
  margin: 1em auto;
  background: #FAFAFA;
  border-left: 5px solid #0653A3;
  padding: 0px 0 0px 15px;
}

.post_content h4 {
  font-size: 1.8rem;
  line-height: 1.56;
  font-weight: bold;
  margin: 1em auto;
}

.post_content h5 {
  font-size: 1.8rem;
  line-height: 1.56;
  font-weight: bold;
  margin: 1em auto;
}

.post_content h6 {
  font-size: 1.6rem;
  line-height: 1.56;
  font-weight: bold;
  margin: 1em auto;
}

.post_content hr {
  border-top: 1px solid #000;
  border-bottom: none;
  border-left: none;
  border-right: none;
}

.post_content a {
  text-decoration: underline;
}

.post_content figcaption {
  text-align: center;
  color: #AAAAAA;
  font-style: italic;
}

.post_content p {
  margin: .5em auto 2.8em;
  line-height: 2;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

.post_content .addtoany_content {
  margin: 90px 0 0 !important;
}

.post_content b,
.post_content strong {
  font-weight: 700;
}

.post_content cite,
.post_content dfn,
.post_content em,
.post_content i {
  font-style: italic;
}

.post_content blockquote {
  border-left: 4px solid #1a1a1a;
  color: #686868;
  font-size: 19px;
  font-style: italic;
  line-height: 1.4736842105;
  margin-bottom: 28px;
  overflow: hidden;
  padding: 0 0 0 24px;
}

.post_content blockquote:not(.alignleft):not(.alignright) {
  margin-left: -28px;
}

.post_content blockquote blockquote:not(.alignleft):not(.alignright) {
  margin-left: 0;
}

.post_content blockquote:after,
.post_content blockquote:before {
  content: "";
  display: table;
}

.post_content blockquote:after {
  clear: both;
}

.post_content blockquote > :last-child {
  margin-bottom: 0;
}

.post_content blockquote cite,
.post_content blockquote small {
  color: #1a1a1a;
  font-size: 16px;
  line-height: 1.75;
}

.post_content blockquote cite,
.post_content blockquote em,
.post_content blockquote i {
  font-style: normal;
}

.post_content blockquote b,
.post_content blockquote strong {
  font-weight: 400;
}

.post_content blockquote.alignleft,
.post_content blockquote.alignright {
  border: 0 solid #1a1a1a;
  border-top-width: 4px;
  padding: 18px 0 0;
  width: -webkit-calc(50% - 14px);
  width: calc(50% - 14px);
}

.post_content address {
  font-style: italic;
  margin: 0 0 28px;
}

.post_content code,
.post_content kbd,
.post_content pre,
.post_content samp,
.post_content tt,
.post_content var {
  font-family: Inconsolata, monospace;
}

.post_content pre {
  border: 1px solid #d1d1d1;
  font-size: 16px;
  line-height: 1.3125;
  margin: 0 0 28px;
  max-width: 100%;
  overflow: auto;
  padding: 14px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.post_content code {
  background-color: #d1d1d1;
  padding: 2px 4px;
}

.post_content abbr[title] {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help;
}

.post_content ins,
.post_content mark {
  background: #007acc;
  color: #fff;
  padding: 2px 4px;
  text-decoration: none;
}

.post_content sub,
.post_content sup {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.post_content sub {
  top: -6px;
}

.post_content sup {
  bottom: -3px;
}

.post_content small {
  font-size: 80%;
}

.post_content big {
  font-size: 125%;
}

.post_content hr {
  background-color: #d1d1d1;
  border: 0;
  height: 1px;
  margin-bottom: 28px;
}

.post_content ol {
  list-style: decimal;
  margin-left: 2em;
  margin-bottom: 2.5em;
}

.post_content ul {
  list-style: disc;
  margin-left: 2em;
  margin-bottom: 2.5em;
}

.post_content .list_disc {
  list-style: disc;
  margin-left: 2em;
  margin-bottom: 1.2em;
}

.post_content li > ol,
.post_content li > ul {
  margin-bottom: 0;
}

.post_content dl {
  margin: 0 0 28px;
}

.post_content dl .dl_block {
  margin-top: 20px;
  margin-bottom: 30px !important;
}

.post_content dl .dl_block dt {
  border-left: 4px solid #242424;
  padding-left: 10px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.post_content dl .dl_block dd {
  margin-left: 0.5em;
}

.post_content dt {
  font-weight: bold;
  font-size: 1.6rem;
}

.post_content table,
.post_content td,
.post_content th {
  border: 1px solid #d1d1d1;
  vertical-align: top;
}

.post_content table td img {
  width: 200px;
}

@media screen and (max-width: 767px) {
  .post_content table td img {
    width: auto;
    max-width: 100%;
  }
}

.post_content table a {
  color: #242424;
}

.post_content table {
  width: 100% !important;
  margin-bottom: 30px;
}

.post_content table caption,
.post_content table th {
  padding: 10px 15px;
  text-align: left;
  font-weight: bold;
  background: #FAFAFA;
}

@media screen and (max-width: 767px) {
  .post_content table caption,
  .post_content table th {
    font-size: 1.2rem;
  }
}

.post_content table td {
  padding: 10px 15px;
}

@media screen and (max-width: 767px) {
  .post_content table td {
    font-size: 1.2rem;
  }
}

.post_content table td .alignleft {
  float: none;
  margin: 0;
}

.post_content table td img {
  width: 200px;
  max-width: 200px;
}

.post_content img {
  border: 0;
  height: auto;
  max-width: 100%;
}

.post_content a img {
  display: block;
}

.post_content figure {
  margin: 0;
}

.post_content del {
  opacity: 0.8;
}

.post_content fieldset {
  border: 1px solid #d1d1d1;
  margin: 0 0 28px;
  padding: 14px;
}

.post_content .alignleft {
  float: left;
  margin: 6px 28px 28px 0;
}

.post_content .alignright {
  float: right;
  margin: 6px 0 28px 28px;
}

.post_content .aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 28px;
}

.post_content .wp-caption {
  background: transparent;
  border: none;
  margin-bottom: 28px;
  max-width: 100%;
  padding: 0;
  text-align: inherit;
}

.post_content .wp-caption-dd,
.post_content .wp-caption-text {
  color: #686868;
  font-size: 13px;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 7px;
}

.post_content .wp-audio-shortcode a,
.post_content .wp-playlist a {
  box-shadow: none;
}

.post_content .mce-content-body .wp-audio-playlist {
  margin: 0;
  padding-bottom: 0;
}

.post_content .mce-content-body .wp-playlist-tracks {
  margin-top: 0;
}

.post_content .mce-content-body .wp-playlist-item {
  padding: 10px 0;
}

.post_content .mce-content-body .wp-playlist-item-length {
  top: 10px;
}

.post_content .rtl blockquote {
  border: 0 solid #1a1a1a;
  border-right-width: 4px;
}

.post_content .rtl blockquote.alignleft,
.post_content .rtl blockquote.alignright {
  border: 0 solid #1a1a1a;
  border-top-width: 4px;
}

.post_content .rtl blockquote:not(.alignleft):not(.alignright) {
  margin-right: -28px;
  padding: 0 24px 0 0;
}

.post_content .rtl blockquote blockquote:not(.alignleft):not(.alignright) {
  margin-right: 0;
  margin-left: auto;
}

.post_content .rtl blockquote > ul,
.post_content .rtl li > ul {
  margin-right: 20px;
  margin-left: auto;
}

.post_content .rtl blockquote > ol,
.post_content .rtl li > ol {
  margin-right: 24px;
  margin-left: auto;
}

.post_content .rtl .mce-item-table th,
.post_content .rtl table caption,
.post_content .rtl table th {
  text-align: right;
}

.post_content .gallery {
  overflow: hidden;
}

.post_content .gallery img {
  margin-bottom: 0 !important;
}

.post_content .gallery .gallery-item {
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.post_content .gallery .gallery-icon {
  text-align: center;
}

.post_content .gallery .gallery-caption {
  color: #202020;
  font-size: 0.8em;
  margin: 0;
  text-align: center;
}

.post_content .gallery-columns-2 {
  margin: 0 -0.5% 1.5em;
}

@media screen and (max-width: 767px) {
  .post_content .gallery-columns-2 {
    margin: 0 0 1.5em;
  }
}

.post_content .gallery-columns-2 .gallery-item {
  width: 49%;
  margin: 0 0.5% 1%;
  float: left;
}

@media screen and (max-width: 767px) {
  .post_content .gallery-columns-2 .gallery-item {
    width: 100%;
    margin: 0 0 1%;
  }
}

.post_content .gallery-columns-3 {
  margin: 0 -0.5% 1.5em;
}

@media screen and (max-width: 767px) {
  .post_content .gallery-columns-3 {
    margin: 0 0 1.5em;
  }
}

.post_content .gallery-columns-3 .gallery-item {
  width: 32.33333%;
  margin: 0 0.5% 1%;
  float: left;
}

@media screen and (max-width: 767px) {
  .post_content .gallery-columns-3 .gallery-item {
    width: 100%;
    margin: 0 0 1%;
  }
}

.post_content .gallery-columns-4 {
  margin: 0 -0.5% 1.5em;
}

@media screen and (max-width: 767px) {
  .post_content .gallery-columns-4 {
    margin: 0 0 1.5em;
  }
}

.post_content .gallery-columns-4 .gallery-item {
  width: 24%;
  margin: 0 0.5% 1%;
  float: left;
}

@media screen and (max-width: 767px) {
  .post_content .gallery-columns-4 .gallery-item {
    width: 100%;
    margin: 0 0 1%;
  }
}

.post_content .gallery-columns-5 {
  margin: 0 -0.5% 1.5em;
}

@media screen and (max-width: 767px) {
  .post_content .gallery-columns-5 {
    margin: 0 0 1.5em;
  }
}

.post_content .gallery-columns-5 .gallery-item {
  width: 19%;
  margin: 0 0.5% 1%;
  float: left;
}

@media screen and (max-width: 767px) {
  .post_content .gallery-columns-5 .gallery-item {
    width: 100%;
    margin: 0 0 1%;
  }
}
