/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.p_news.is_archive .p_news_main .item_link .time, .p_news.is_archive .p_news_main .item_link .value {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p_news.is_archive .p_news_main .item_link .time, .p_news.is_archive .p_news_main .item_link .value {
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .p_news.is_archive {
    padding-bottom: 160px;
  }
}
@media screen and (min-width: 768px) {
  .p_news.is_archive .c_mv {
    padding: 140px 0 137px;
  }
}
.p_news.is_archive .p_news_main .list {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .p_news.is_archive .p_news_main .list {
    margin-top: 111px;
  }
}
.p_news.is_archive .p_news_main .item_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #000000;
  gap: 15px clamp(2.5rem, 4.0865384615vw + 0.5384615385rem, 4.625rem);
  border-top: 1px solid #DBDBC7;
  padding: 16px 0;
}
@media screen and (min-width: 768px) {
  .p_news.is_archive .p_news_main .item_link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 27px 0;
  }
}
.p_news.is_archive .p_news_main .item_link .time {
  font-family: "Alata", sans-serif;
  font-weight: 400;
  line-height: 1.875;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p_news.is_archive .p_news_main .item_link .value {
  font-weight: 400;
  line-height: 1.875;
}
.p_news.is_archive .p_news_main .item:last-child .item_link {
  border-bottom: 1px solid #DBDBC7;
}
.p_news.is_archive .c_paginate {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p_news.is_archive .c_paginate {
    margin-top: 68px;
  }
}
@media screen and (min-width: 768px) {
  .p_news.is_single.p_sub {
    padding-bottom: 164px;
  }
}
.p_news.is_single .p_news_content {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p_news.is_single .p_news_content {
    margin-top: 66px;
  }
}