@charset "UTF-8";
/*------ 投稿一覧 詳細共通 -----*/
.post-content .post-time {
  margin-right: 10px;
}
.post-content .post-category {
  margin-right: 20px;
  padding: 5px 10px;
  border: 1px solid #6B5037;
  text-align: center;
  font-size: 14px;
  display: inline-block;
}
.post-content .post-title {
  line-height: 1.5;
}
.post-content .post-body {
  line-height: 2;
}
.post-content .post-button.double-line-button {
  width: 95%;
  max-width: 358px;
}

/*------ 投稿一覧用 -----*/
#post-list ul {
  margin-bottom: 60px;
}
#post-list ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DEDEDD;
}
#post-list ul li a.post-title {
  padding: 3px;
}

@media only screen and (max-width: 767px) {
  /*------ 投稿一覧 詳細共通 -----*/
  .post-content .post-button {
    font-size: 16px;
  }
  /*------ 投稿一覧用 -----*/
  #post-list {
    margin: 56px auto;
    width: 90%;
  }
  #post-list ul {
    margin-bottom: 24px;
  }
  #post-list li a.post-title {
    line-height: 2.5;
  }
  /*------ News、Eventの詳細ページ -----*/
  body#page-single.post-content main h1.post-title {
    font-size: 32px;
  }
  body#page-single.post-content main .post-body {
    padding: 32px 0;
  }
}/*# sourceMappingURL=post-style.css.map */