@charset "utf-8";
/*==================================================

page-post-list 記事一覧
==================================================*/
#post-list section.posts h2 {
  font-family: "Dosis", sans-serif;
  font-size: 50px;
  text-align: center;
}
#post-list section.posts h2 span {
  display: block;
  font-family: "游ゴシック体", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-size: 18px;
}
#post-list .posts {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  #post-list .posts {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 768px) {
  #post-list .posts {
    margin-bottom: 20px;
  }
  #post-list section.posts h2 {
    margin: 100px auto 40px;
  }
  #post-list section.posts {
    margin-bottom: 40px;
  }
}

/*==================================================

page-tag-list タグ一覧
==================================================*/
#tag-list section.posts h2 {
  margin-bottom: 98px;
  font-family: "Dosis", sans-serif;
  font-size: 50px;
  text-align: center;
}
#tag-list section.posts h2 span {
  display: block;
  font-family: "游ゴシック体", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-size: 18px;
}
#tag-list section.posts h3 {
  font-size: 20px;
  margin-bottom: 23px;
}
#tag-list section.posts ul + h3 {
  margin-top: 53px;
}
#tag-list .tag-list {
  margin-left: -5px;
}
#tag-list .tag-list li {
  border: 1px solid #52d3b4;
  display: inline-block;
  border-radius: 100px;
  margin: 7px 5px;
  font-size: 14px;
}
#tag-list .tag-list li a {
  display: block;
  padding: 3px 10px;
  transition: color 0.3s;
}
#tag-list .tag-list li a:hover {
  color: #52d3b4;
}
@media only screen and (max-width: 768px) {
  #tag-list section.posts h2 {
    margin: 100px auto 40px;
  }
  #tag-list section.posts {
    margin-bottom: 100px;
  }
}
/*==================================================

Category page カテゴリ一覧
==================================================*/
#single-category section.posts h2 {
  margin-bottom: 90px;
  font-size: 32px;
  text-align: center;
}
#single-category section.posts h2 span {
  color: #52d3b4;
}
@media only screen and (max-width: 768px) {
  #single-category section.posts h2 {
    margin: 100px 0 90px;
    font-size: 28px;
  }
  #single-category section.posts {
    margin-bottom: 100px;
  }
  #single-category section.posts h2 span {
    display: block;
  }
}
