.post_article_row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 120px;
}

.post_article_row .post_article {
  width: -webkit-calc(100% - 290px);
  width: calc(100% - 290px);
  max-width: 780px;
  margin: 0 auto;
}

@media screen and (max-width: 979px) {
  .post_article_row .post_article {
    width: 100%;
    margin: 0 0 90px;
  }
}

.post_article {
  max-width: 1480px;
  margin: 60px auto 120px;
  padding: 0 25px;
  word-break: break-word;
}

@media screen and (max-width: 1179px) {
  .post_article {
    padding: 0 25px;
  }
}

.post_article .post_meta {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 15px;
}

.post_article .post_meta .cat {
  margin-left: 28px;
}

.post_article .post_meta .cat a {
  border: 1px solid #070707;
  border-radius: 20px;
  color: #070707;
  display: inline-block;
  text-align: center;
  font-size: 1.2rem;
  margin: 0 30px;
  width: 120px;
}

@media screen and (max-width: 979px) {
  .post_article .post_meta .cat a {
    font-size: 1rem;
  }
}

.post_article .post-thum {
  position: relative;
}

@media screen and (max-width: 1179px) {
  .post_article .post-thum {
    margin-bottom: 35px;
  }
}

.post_article .post-thum .post_type_name {
  position: absolute;
  top: -18px;
  left: 10px;
  z-index: 1;
}

@media screen and (max-width: 1179px) {
  .post_article .post-thum .post_type_name {
    top: -18px;
    left: -10px;
  }
}

.post_article .post-thum .post_type_name span {
  padding: 5px 20px;
  font-size: 1.3rem;
  font-weight: bold;
  border-radius: 10px;
  display: inline-block;
  margin: 0 3px 3px 0;
}

.post_article .post-thum .post_type_name.post span {
  background: #ffffff;
  color: #2D2D2D;
}

.post_article .post-thum .post_type_name.matching span {
  background: #daf400;
  color: #070707;
}

.post_article .post-thum .post_type_name.report span {
  background: #f7f6f5;
  color: #070707;
}

.post_article .post-thum .post_type_name.column span {
  background: #2D2D2D;
  color: #ffffff;
}

.post_article .tag_area a {
  display: inline-block;
  font-size: 1.4rem;
  margin-right: 10px;
}

.post_article .tag_area a:before {
  content: "#";
}

.post_article .info_title {
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 12px;
  margin-bottom: 55px;
}

.post_article .status {
  background: #070707;
  color: #ffffff;
  padding: 12px 26px;
  text-align: center;
  margin-bottom: 35px;
}

.post_article .post_title {
  margin-bottom: 25px;
}

.post_article .post_title h1 {
  font-size: 3.6rem;
  font-weight: bold;
}

@media screen and (max-width: 979px) {
  .post_article .post_title h1 {
    font-size: 2rem;
    line-height: 1.78;
    margin-bottom: 0.5em;
  }
}

.post_article .post_title .post_type_name {
  z-index: 1;
  padding: 5px 20px;
  font-size: 1.3rem;
  font-weight: bold;
  border-radius: 10px;
  margin-bottom: 20px;
  display: inline-block;
}

.post_article .post_title .post_type_name.post {
  background: #ffffff;
  color: #2D2D2D;
}

.post_article .post_title .post_type_name.matching {
  background: #daf400;
  color: #070707;
}

.post_article .post_title .post_type_name.report {
  background: #f7f6f5;
  color: #070707;
}

.post_article .post_title .post_type_name.column {
  background: #2D2D2D;
  color: #ffffff;
}

.post_article_min {
  max-width: 960px;
  margin: 40px auto 120px;
}

.post_article_row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-top: 60px;
}

@media screen and (max-width: 1179px) {
  .post_article_row {
    margin-top: 60px;
  }
}

.post_article_row .left_area {
  width: 70%;
  padding-right: 50px;
}

@media screen and (max-width: 1179px) {
  .post_article_row .left_area {
    width: 100%;
    padding-right: 0;
    margin-top: 30px;
  }
}

.post_article_row .right_area {
  width: 30%;
}

@media screen and (max-width: 1179px) {
  .post_article_row .right_area {
    width: 100%;
  }
}

@media screen and (min-width: 1180px) {
  .post_article_row .right_area {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
  }
}

.post_article_row .right_area .company_cat {
  font-size: 1.2rem;
  border: 1px solid #070707;
  padding: 0 15px;
  margin-bottom: 3px;
  display: inline-block;
}

.post_article_row .right_area .company_name {
  font-size: 1.98rem;
  font-weight: bold;
}

.post_article_row .right_area .company_info {
  font-size: 1.4rem;
  margin: 20px 0;
  border: 1px solid #d4d4d4;
  padding: 15px;
}

.post_article_row .right_area .company_detale table {
  width: 100%;
}

.post_article_row .right_area .company_detale table th {
  display: block;
  width: 100%;
  font-weight: bold;
  padding: 5px 0 0;
}

.post_article_row .right_area .company_detale table td {
  display: block;
  width: 100%;
  padding: 2px 0 5px;
}

.post_article_row .right_area .company_detale table td a {
  text-decoration: underline;
}

.post_article_row .right_area .company_detale table td iframe {
  display: none;
}

.post_article_row .right_area .send_message {
  margin-bottom: 35px;
}

@media screen and (max-width: 1179px) {
  .post_article_row .right_area .send_message {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1179px) {
  .post_article_row .right_area .send_message {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
  }
}

.post_article_row .right_area .send_message a {
  display: block;
  background: #daf400;
  color: #070707;
  padding: 20px;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 979px) {
  .post_article_row .right_area .send_message a {
    width: 100%;
    padding: 15px 10px;
    font-size: 1.35rem;
  }
}

.post_article_row .right_area .send_message a svg {
  width: 20px;
  margin-right: 8px;
  vertical-align: middle;
  margin-top: -3px;
  fill: #070707;
}

.page_article {
  max-width: 930px;
  margin: 0 auto 120px;
}

@media screen and (max-width: 979px) {
  .page_article {
    margin: 0 auto 60px;
  }
}

.page_article .wpulike {
  display: none;
}

.post_content {
  position: relative;
  /**
 * 3.0 - Elements
 */
  /**
 * 4.0 - Alignment
 */
  /**
 * 5.0 - Caption
 */
  /**
 * 7.0 - Audio / Video
 */
  /**
 * 8.0 - RTL
 */
}

.post_content #ez-toc-container {
  border: none;
}

.post_content #ez-toc-container ul li {
  margin: 10px 0;
}

.post_content .ez-toc-title-container {
  margin: 45px 0 25px;
}

.post_content .ez-toc-title-container .ez-toc-title {
  background: #f7f6f5;
  padding: 12px 20px;
  font-weight: bold;
  font-size: 1.8rem;
}

.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: #070707;
  text-align: center;
}

@media screen and (max-width: 979px) {
  .post_content h1 {
    font-size: 3rem;
  }
}

.post_content h2 {
  font-size: 2.7rem;
  font-weight: bold;
  margin: 2em auto 1.2em;
  line-height: 1.4;
  border-bottom: solid 5px #FAFAFA;
  position: relative;
  padding-bottom: 0.5em;
}

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

.post_content h2::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 5px #daf400;
  bottom: -5px;
  width: 20%;
}

.post_content h3 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 1em auto;
  background: #FAFAFA;
  border-left: 5px solid #FAFAFA;
  padding: 10px 10px 10px 15px;
}

@media screen and (max-width: 979px) {
  .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: #070707;
}

@media screen and (max-width: 979px) {
  .post_content h4 {
    font-size: 1.6rem;
  }
}

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

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

.post_content hr {
  margin: 40px 0;
  border-top: 1px solid #f7f6f5;
  border-bottom: none;
  border-left: none;
  border-right: none;
}

.post_content a {
  text-decoration: underline;
  word-break: break-all;
}

.post_content .wp-block-image {
  margin: 60px 0;
}

.post_content figcaption {
  text-align: center;
  font-style: italic;
  font-size: 1.4rem;
}

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

.post_content p {
  margin: 1em auto 1.2em;
  font-feature-settings: "palt";
  line-height: 1.98;
  font-size: 1.6rem;
  letter-spacing: 0.07em;
}

.post_content .addtoany_content_top {
  position: absolute;
  top: 0;
  right: 0;
}

.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: -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 #FAFAFA;
  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: 979px) {
  .post_content table td img {
    width: auto;
    max-width: 100%;
  }
}

.post_content table a {
  color: #070707;
}

.post_content table {
  width: 100% !important;
  margin: 60px 0;
}

@media screen and (max-width: 979px) {
  .post_content table {
    margin: 30px 0;
  }
}

.post_content table p {
  margin: 0;
}

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

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

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

@media screen and (max-width: 979px) {
  .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 0 40px;
}

.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: 979px) {
  .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: 979px) {
  .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: 979px) {
  .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: 979px) {
  .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: 979px) {
  .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: 979px) {
  .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: 979px) {
  .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: 979px) {
  .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%;
}
