@charset "utf-8";

/* レイアウト　※アイキャッチなし　1カラム
============================================================================================================ */
.post-wrap {
  display: flex;
  justify-content: space-between;
  padding: 100px 0;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.post-main-content {
  width: 850px;
  margin-right: 70px;
}
.post-side-contents {
  width: 280px;
}
.post-side-contents2 {
  width: 280px;
}
@media screen and (max-width:767px) {
.post-wrap {
  display: block;
  padding: 50px 10px;
}
.post-main-content {
  width: 100%;
  margin: 0 0 50px 0;
}
.post-side-contents {
  width: 100%;
}
.post-side-contents2 {
  width: 100%;
}
}
@media screen and (min-width:768px) and (max-width: 1199px) {
.post-wrap {
  padding: 100px 0;
  max-width: 100%;
  margin: 0;
}
.post-main-content {
  width: 70%;
  max-width: 850px;
  margin-right: 5%;
}
.post-side-contents {
  width: 25%;
  max-width: 280px;
}
}

/* コンテンツ
============================================================================================================ */
.post-list-wrap ul {
  margin-bottom: 150px;
}
.post-list-wrap li:not(:last-of-type) {
  margin-bottom: 80px;
}
.post-list-wrap li a {
  color: #FFF;
}
.post-list-wrap__content {
  color: #FFF;
}
.post-list-wrap__content h2 {
  font-size: 1.8rem;
  font-weight: 300;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #CCC;
}
.post-list-wrap__content__block__text {
  width: 100%;
}
.post-list-wrap__content__block__text p:last-of-type {
  width: 25%;
  margin: 15px 0 0 auto;
}
.post-list-wrap__content__block__text p:last-of-type a {
  display: block;
  width: 100%;
  line-height: 40px;
  background-color: #333;
  color: #FFF;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 300;
}
.post-list-wrap__content__block__text p:last-of-type a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-weight: 900;
  margin-left: 10px;
}
.post-list-wrap__content__block__text p:last-of-type a:hover {
  opacity: 0.6;
}
/*カテゴリ表示*/
.news-category {
  margin-bottom: 30px;
}
.news-category span {
  display: inline-block;
  color: #333;
  font-size: 1.2rem;
  width: 150px;
  line-height: 30px;
  text-align: center;
  margin-right: 10px;
}
.news-category--color1 span {
  background-color: #f7f7f7;
}
.news-category--color2 span {
  background-color: #FF6347;
}
.news-category--color3 span {
  background-color: #987500;
}
@media screen and (max-width:767px) {
.post-list-wrap ul {
  margin-bottom: 50px;
}
.post-list-wrap li:not(:last-of-type) {
  margin-bottom: 80px;
}
.post-list-wrap__content h2 {
  font-size: 1.7rem;
}
.post-list-wrap__content p:first-of-type {
  margin-bottom: 20px;
}
.post-list-wrap__content__block__text p:last-of-type {
  width: 80%;
  margin: 20px auto 0 auto;
}
.post-list-wrap__content__block__text p:last-of-type a {
  line-height: 50px;
}
/*カテゴリ表示*/
.news-category {
  margin-bottom: 10px;
}
.news-category span {
  font-size: 1rem;
  width: 150px;
  line-height: 30px;
  margin-right: 10px;
}
}
@media screen and (min-width:768px) and (max-width: 1199px) {
.post-list-wrap ul {
  margin-bottom: 100px;
}
.post-list-wrap li:not(:last-of-type) {
  margin-bottom: 80px;
}
.post-list-wrap__content h2 {
  font-size: 1.8rem;
}
.post-list-wrap2__content__block__text p:last-of-type {
  width: 40%;
  margin: 20px auto 0 auto;
}
/*カテゴリ表示*/
.news-category {
  margin-bottom: 10px;
}
.news-category span {
  font-size: 1rem;
  width: 150px;
  line-height: 30px;
  margin-right: 10px;
}
}