/*//////////////////////////////////////////////////////////
//  - CSS for POST for PC
//////////////////////////////////////////////////////////*/

.post {}

.post .post__title {
  font-size: 38px;
  font-family: 'PT Serif', serif;
  letter-spacing: 0.06em;
  margin: 0 0 80px;
}

.post .post__wrapper {}

.post .post__wrapper .post__article {
  margin-bottom: 120px;
}

.post .post__wrapper .post__article .post__article__title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 20px;
}

.post .post__wrapper .post__article .post__article__title .post__article__link {
  color: #000;
  text-decoration: none;
}

.post .post__wrapper .post__article .post__article__tags {}

.post .post__wrapper .post__article .post__article__tags .post__article__tagsList {
  margin: 0 0 50px;
  padding: 0 0 5px 0;
}

.post .post__wrapper .post__article .post__article__tags .post__article__tagsItem {
  display: inline-block;
  margin-right: 20px;
}

.post .post__wrapper .post__article .post__article__tags .post__article__tagsItem:last-child {
  margin-right: 0;
}

.post .post__wrapper .post__article .post__article__tags .post__article__tagsLink {
  color: #fff;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  text-decoration: none;
  line-height: 100%;
}

.post .post__wrapper .post__article .post__article__tags .post__article__tags--inner {
  background-color: #ccc;
  padding: 5px 20px;
}

.post .post__wrapper .post__article .post__article__mainvisual {
  margin: 0 0 30px;
}

.post .post__wrapper .post__article .post__article__mainvisual .post__article__mainvisual--image {
  width: 100%;
  max-width: 100%;
}

.post .post__wrapper .post__article .post__article__body {
  margin: 0 0 60px;
}

.post .post__wrapper .post__article .post__article__body p {
  margin: 5px 0 20px;
}

.post .post__wrapper .post__article .post__article__body img {
  max-width: 100%;
}

.post .post__wrapper .post__article .post__article__footer {
  text-align: right;
  border-top: 1px solid #ccc;
  padding-top: 10px;
}

.post .post__wrapper .post__article .post__article__footer .post__article__meta {
  color: #858991;
  font-size: 13px;
}

.post .post__wrapper .post__pagination {
  width: 300px;
  margin: 0 auto;
}

.post .post__wrapper .post__pagination .post__pagination__wrapper {
  display: table;
  width: 100%;
}

.post .post__wrapper .post__pagination .post__pagination__wrapper .post__pagination__item {
  display: table-cell;
  width: 50%;
}

.post .post__wrapper .post__pagination .post__pagination__wrapper .post__pagination__item:last-child {
  text-align: right;
}

.post .post__wrapper .post__pagination .post__pagination__wrapper .post__pagination__item a {
  display: inline-block;
  color: #000;
  font-size: 14px;
  font-family: 'PT Serif', serif;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #000;
  padding: 5px 30px;
}

.post .post__wrapper .post__pagination .post__pagination__wrapper .post__pagination__item a:hover {
  color: #fff;
  background-color: #000;
}

