:not(.home) main {
  margin-bottom: 150px;
}
:not(.home) .page_tit {
  margin-bottom: 90px;
  padding: 12px 0;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  font-family: Cardo, sans-serif;
}
.category main {
  margin-bottom: 150px;
}
.news_post {
  display: flex;
  align-items: center;
  width: 720px;
  margin: 0 auto 35px;
}
.news_post a {
  margin-right: 20px;
}
.news_post a img {
  width: 150px;
  height: 150px;
}
.news_post .news_post_meta {
  width: 100%;
}
.news_post time {
  display: block;
  padding-bottom: 15px;
  font-size: 16px;
}
.news_post p {
  font-size: 16px;
  font-weight: 300;
}
.news_post p a {
  color: #000;
}
.news_post:last-of-type {
  margin-bottom: 30px;
}
.wp-pagenavi {
  text-align: center;
}
.wp-pagenavi > * {
  margin: 0 5px;
}
.wp-pagenavi a {
  color: #000;
}
.more {
  margin-bottom: 50px;
  text-align: right;
  font-family: Rokkitt, serif;
}
.more a {
  font-size: 20px;
  color: #000;
}
.post {
  width: 720px;
  margin: 0 auto 20px;
  font-size: 16px;
}
.post img {
  display: block;
  max-width: 100%;
  height: auto;
}
.post .thumb img {
  display: block;
  width: 80%;
  height: auto;
  margin: 0 auto;
}
.post time {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: 16px;
  border-bottom: 1px solid #000;
}
.post .post_tit {
  margin-bottom: 5px;
  padding-top: 20px;
  padding-bottom: 15px;
  font-size: 16px;
}
.single-ziddy_news main .post .post_tit {
  border-bottom: 1px dotted #000;
}
.post .post_tit a {
  color: #000;
}
@media screen and (max-width: 768px) {
  :not(.home) main article > .w1180 {
    width: 90%;
    margin: 0 auto;
  }
  :not(.home) .page_tit {
    margin-bottom: 50px;
    font-size: 22px;
    letter-spacing: 4px;
  }
  .category main {
    margin-bottom: 100px;
  }
  .news_post {
    width: 87%;
    margin-bottom: 0;
    padding: 15px 0;
    align-items: flex-start;
  }
  .news_post a {
    margin-right: 15px;
  }
  .news_post a img {
    width: 100px;
    height: 100px;
  }
  .news_post time {
    padding-bottom: 5px;
    font-size: 12px;
  }
  .news_post p {
    padding-top: 5px;
    font-size: 12px;
  }
  .news_post:last-of-type {
    margin-bottom: 0;
  }
  .more {
    padding-right: 10px;
    text-align: right;
  }
  .more a {
    font-size: 16px;
  }
  .post {
    width: 87%;
    margin-bottom: 20px;
    padding: 15px 0;
    font-size: 14px;
  }
  .post .thumb img {
    width: 100%;
    height: auto;
  }
  .post time {
    padding-bottom: 5px;
    font-size: 12px;
  }
  .post .post_tit {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }
}
