@charset "utf-8";

.page-news-detail main {
  padding-top: 20px;
}

.post-head {
  margin-bottom: 7px;
  line-height: 1;
}

.post-date {
  width: 90px;
  padding-right: 1em;
  vertical-align: middle;
  display: inline-block;
  font-weight: bold;
  white-space: nowrap;
}

.post-category {
  display: inline-block;
  vertical-align: middle;
  box-sizing: content-box;
  padding: 0 20px;
  height: 1.5em;
  min-width: 50px;
  font-size: 12px;
  text-align: center;
  line-height: 1.5em;
  border: 1px solid #333;
  border-radius: 0.75em;
  overflow: hidden;
  white-space: nowrap;
}

 .post-title {
   margin-bottom: 18px;
  font-size: 24px;
   line-height: 1.167;
}

.post_content {
  color: #666666;
  line-height: 1.5;;
}

.post_content p,
.post_content ul,
.post_content ol {
  margin: 1.5em 0;
}

.post_content ul {
  padding-left: 2em;
  list-style-type: disc;
}

.post_content ol {
  padding-left: 2em;
  list-style-type: decimal;
}

.post_content h1,
.post_content h2,
.post_content h3,
.post_content h4,
.post_content h5,
.post_content h6 {
  margin-bottom: .5em;
}
  
.post_content h1 {
  font-size: 2.2rem;
}

.post_content h2 {
  font-size: 2rem;
}

.post_content h3 {
  font-size: 1.8rem;
}

.post_content h4 {
  font-size: 1.6rem;
}

.post_content h5 {
  font-size: 1.4rem;
}

.post_content h6 {
  font-size: 1.2rem;
}

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

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

.post_content a {
  text-decoration: underline !important;
}

.post_content s,
.post_content del,
.post_content s {
  text-decoration: line-through !important;
}

.news-post-area img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.post_paging {
  width: 100%;
  display: flex;
/*  justify-content: space-between;*/
      justify-content: center;
  padding-top: 40px;
}

.post_paging a {
  width: 140px;
  height: 40px;
}

.post_paging .btn-prev a {
  background: "";
  background-size: contain;
}

.post_paging .btn-next a {
  background: url("../images/btn_next.png") no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px), print {
  .page-news-detail main {
    padding-top: 40px;
  }
}

