/* ---------------------------------------------
  NEWS
-----------------------------------------------*/
/* news
--------------------------------------*/
.p-news {
  margin-top: 10px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .p-news {
    margin-top: 0;
    margin-bottom: 60px;
  }
}
.p-news .p-news-list {
  max-width: inherit;
}
.p-news .p-news-list li::before {
  display: none;
}
@media print, screen and (min-width: 1025px) {
  .p-news .p-news-list__text {
    flex: 1;
    padding-right: 20px;
  }
}

.p-news-search-select {
  max-width: 148px;
  margin-bottom: 30px;
}

/* news-archive
--------------------------------------*/
.p-news-archive__list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .p-news-archive__list {
    margin-top: 20px;
  }
}
.p-news-archive__li {
  flex-basis: 23.4%;
  border-bottom: 1px solid #009FE6;
  padding: 5px 0 5px 5px;
  margin-right: 2%;
}
@media screen and (max-width: 1024px) {
  .p-news-archive__li {
    flex-basis: 31%;
    margin-right: 3.5%;
  }
}
@media print, screen and (min-width: 1025px) {
  .p-news-archive__li:nth-of-type(4n) {
    margin-right: 0;
  }
  .p-news-archive__li:nth-of-type(n + 5) {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .p-news-archive__li:nth-of-type(3n) {
    margin-right: 0;
  }
  .p-news-archive__li:nth-of-type(n + 4) {
    margin-top: 15px;
  }
}

/* news-detail
--------------------------------------*/
.p-news-detail {
  padding: 65px 0 0;
}
.p-news-detail__title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.75;
  margin-bottom: 12px;
}
@media screen and (max-width: 1024px) {
  .p-news-detail__title {
    font-size: 2.2rem;
  }
}
.p-news-detail__info {
  display: flex;
  flex-wrap: wrap;
}
.p-news-detail__time {
  font-size: 1.2rem;
  line-height: 1.5833333333;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: .05em;
  margin-right: 15px;
  margin-top: 8px;
}
.p-news-detail__cat {
  margin-right: 4px;
  margin-top: 8px;
}
.p-news-detail__eyecatch {
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .p-news-detail__eyecatch {
    margin-top: 40px;
  }
}
.p-news-detail__cont {
  margin-top: 110px;
}
@media screen and (max-width: 1024px) {
  .p-news-detail__cont {
    margin-top: 60px;
  }
}
.p-news-detail__cont h2 {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .p-news-detail__cont h2 {
    margin-top: 60px;
  }
}
.p-news-detail__cont h2:first-child {
  margin-top: 0;
}
.p-news-detail__cont p {
  font-size: 1.4rem;
  line-height: 1.75;
  font-weight: 500;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .p-news-detail__cont p {
    margin-top: 30px;
  }
}
.p-news-detail__button {
  margin-top: 110px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-news-detail__button {
    margin-top: 60px;
  }
}
