/* --------------------------------------------------
	section size
-------------------------------------------------- */
/* vews common
---------------------------------------------------------------------------- */
.c-page-header {
  background: url("../images/news/page_head.jpg") no-repeat center center;
  background-size: cover !important;
}
@media screen and (max-width: 767px) {
  .c-page-header {
    background: url("../images/news/page_head_sp.jpg") no-repeat center center;
  }
}

.p-news-section .post-news-list .post {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
  border-bottom: 1px dashed #CECDC9;
  padding-bottom: 16px;
  margin-bottom: 16px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-news-section .post-news-list .post {
    display: block;
    padding-bottom: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
.p-news-section .post-news-list .post:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.p-news-section .post-news-list .post__date {
  width: 8rem;
  font-size: 1.2rem;
  line-height: 2.6666666667;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-news-section .post-news-list .post__date {
    width: 100%;
    margin-bottom: 0.8rem;
  }
}
.p-news-section .post-news-list .post__ttl {
  width: calc(100% - 8rem);
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
  padding: 0 16px 0 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-news-section .post-news-list .post__ttl {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.7142857143;
    font-weight: 400;
    padding: 0;
  }
}
.p-news-section .post-news-list .post a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p-news-section .post-news-list .post a:hover {
    text-decoration: none;
  }
}
.p-news-section.p-news-cnts {
  margin-bottom: 96px;
}
@media screen and (max-width: 767px) {
  .p-news-section.p-news-cnts {
    margin-bottom: 6.4rem;
  }
}