/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.p_blog .p_blog_list .item .item__ttl {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p_blog .p_blog_list .item .item__ttl {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p_blog {
    padding-bottom: 160px;
  }
}
@media screen and (min-width: 768px) {
  .p_blog .c_mv {
    padding: 139px 0;
  }
}
.p_blog .c_paginate {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p_blog .c_paginate {
    margin-top: 86px;
  }
}
.p_blog .p_blog_list {
  display: -ms-grid;
  display: grid;
  margin-top: 35px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 30px;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .p_blog .p_blog_list {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    row-gap: 54px;
    margin-top: 71px;
  }
}
.p_blog .p_blog_list .item .item__thumb {
  aspect-ratio: 260/180;
}
.p_blog .p_blog_list .item .item__thumb img {
  aspect-ratio: 260/180;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.p_blog .p_blog_list .item .item__ttl {
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p_blog .p_blog_list .item .item__ttl {
    margin-top: 27px;
  }
}
.p_blog .p_blog_list .item .item__date {
  font-family: "Alata", sans-serif;
  margin-top: 7px;
}
@media screen and (min-width: 768px) {
  .p_blog .p_blog_list .item .item__date {
    margin-top: 13px;
  }
}
@media screen and (min-width: 768px) {
  .p_blog.is_single.p_sub {
    padding-bottom: 156px;
  }
}
.p_blog.is_single .p_blog_content {
  margin-top: 33px;
}
@media screen and (min-width: 768px) {
  .p_blog.is_single .p_blog_content {
    margin-top: 66px;
  }
}
.p_blog.is_single .p_blog_content .c_rich_content__time {
  font-weight: 400;
}