.page_article {
  max-width: 930px;
  margin: 0 auto 90px;
}
.page_article .wpulike {
  display: none;
}

.post_article {
  max-width: 930px;
  margin: 0 auto 90px;
}
@media screen and (max-width: 767px) {
  .post_article {
    margin-bottom: 45px;
  }
}
.post_article .tag {
  margin-bottom: 30px;
}
.post_article .tag a {
  display: inline-block;
  color: #565656;
  font-weight: bold;
  margin-right: 10px;
}
.post_article .tag a:before {
  content: "#";
}
.post_article .tag a:hover {
  opacity: 0.6;
}
.post_article .post_title {
  margin-bottom: 25px;
}
.post_article .post_title h1 {
  font-size: 3.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .post_article .post_title h1 {
    font-size: 2.6rem;
    line-height: 1.78;
    margin-bottom: 0.5em;
  }
}
.post_article .action_area {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.post_article .good_button_inr {
  display: flex;
  align-items: center;
  color: #565656;
}
.post_article .good_button_inr img {
  width: 33px;
  margin-right: 10px;
}
.post_article .good_button_inr .good_counter {
  font-size: 3rem;
  color: #565656;
}
.post_article .good_button_inr .good_button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 2px solid #565656;
}
.post_article .img_main {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .post_article .img_main {
    margin-top: 35px;
  }
}
.post_article .img_slider {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .post_article .img_slider {
    margin-bottom: 30px;
  }
}
.post_article .img_slider .thumb {
  margin: 15px -15px;
}
@media screen and (max-width: 767px) {
  .post_article .img_slider .thumb {
    margin: 5px -5px;
  }
}
.post_article .img_slider .thumb div {
  margin: 15px;
}
@media screen and (max-width: 767px) {
  .post_article .img_slider .thumb div {
    margin: 5px;
  }
}

.post_content {
  position: relative;
  /**
  * 3.0 - Elements
  */
  /**
  * 4.0 - Alignment
  */
  /**
  * 5.0 - Caption
  */
  /**
  * 7.0 - Audio / Video
  */
  /**
  * 8.0 - RTL
  */
}
.post_content .wp-block-column {
  margin: 60px auto;
}
.post_content .wp-block-column:not(:first-child) {
  margin-left: 1.3em;
}
.post_content .wpulike {
  margin-bottom: 60px;
}
.post_content h1 {
  font-size: 5rem;
  font-weight: bold;
  margin: 1em auto;
  line-height: 1.4;
  color: #565656;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .post_content h1 {
    font-size: 3rem;
  }
}
.post_content h2 {
  font-size: 3rem;
  font-weight: bold;
  margin: 2em auto 1.2em;
  line-height: 1.4;
  border-bottom: solid 5px #FAFAFA;
  position: relative;
  padding-bottom: 0.5em;
}
.post_content h2::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 5px #565656;
  bottom: -5px;
  width: 20%;
}
@media screen and (max-width: 767px) {
  .post_content h2 {
    font-size: 2rem;
  }
}
.post_content h3 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 1em auto;
  background: #FAFAFA;
  border-left: 5px solid #000000;
  padding: 10px 10px 10px 15px;
}
@media screen and (max-width: 767px) {
  .post_content h3 {
    font-size: 1.8rem;
  }
}
.post_content h4 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 2em auto 0.5em;
  color: #565656;
}
@media screen and (max-width: 767px) {
  .post_content h4 {
    font-size: 1.6rem;
  }
}
.post_content h5 {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 1em auto;
}
@media screen and (max-width: 767px) {
  .post_content h5 {
    font-size: 1.4rem;
  }
}
.post_content h6 {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 1em auto;
}
.post_content hr {
  margin: 40px 0;
  border-top: 1px solid #565656;
  border-bottom: none;
  border-left: none;
  border-right: none;
}
.post_content a {
  text-decoration: underline;
}
.post_content figcaption {
  text-align: center;
  color: #565656;
  font-style: italic;
}
.post_content p {
  margin: 1em auto 1.6em;
  font-feature-settings: "palt";
  line-height: 2.2;
  font-size: 1.8rem;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .post_content p {
    font-size: 1.4rem;
  }
}
.post_content .addtoany_content_top {
  text-align: right;
}
.post_content .addtoany_content_bottom {
  margin-top: 60px;
}
.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: 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 #000000;
  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: #000000;
}
.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%;
  }
}
.post_content .youtube {
  margin: 60px 0;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.post_content .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}