/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.p_news_post__viewmore a, .p_news_post__date, .p_news_select_ttl {
  font-family: "Marcellus", serif !important;
}

.p_news_post__viewmore a, .p_news_post__date, .p_news_post__ttl, .p_news_select_ttl {
  font-size: 1rem;
}

.p_news_filters {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.p_news_filter:last-child {
  margin-top: 10px;
}
.p_news_main {
  padding-top: 20px;
}
.p_news_select {
  position: relative;
  margin-top: 15px;
}
.p_news_select_ttl {
  color: #d2cdca;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.p_news_select::after {
  position: absolute;
  content: "";
  right: 20px;
  top: calc(50% - 2px);
  transform: translateY(-50%) rotate(135deg);
  border-right: solid 1px #484b54;
  border-top: solid 1px #484b54;
  padding: 3px;
}
.p_news_select select {
  background-color: #f3f2f1;
  cursor: pointer;
  font-family: "Noto Serif JP", serif;
  color: #48516b;
  padding: 10px 40px 10px 20px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.p_news_select select:focus {
  outline: 0;
}
.p_news_select select option {
  color: #48516b;
}
.p_news_content {
  margin-top: 60px;
}
.p_news_post {
  border-top: solid 1px #d2cdca;
  padding: 30px 0;
  display: flex;
  flex-direction: column;
}
.p_news_post:last-child {
  border-bottom: solid 1px #d2cdca;
}
.p_news_post__ttl {
  color: #fff;
  line-height: 1.5;
}
.p_news_post__date {
  color: #d2cdca;
  line-height: 1.5;
  margin-top: 8px;
}
.p_news_post__viewmore {
  margin-top: 30px;
}
.p_news_post__viewmore a {
  position: relative;
  display: inline-block;
  letter-spacing: 0.04em;
  line-height: 1;
}
.p_news_posts_pagination {
  margin: 35px auto 0;
}
@media screen and (min-width: 768px) {
  .p_news_post__viewmore a, .p_news_post__date, .p_news_post__ttl, .p_news_select_ttl {
    font-size: 1.25rem;
  }
  .l_sub_main {
    padding-bottom: 229px;
  }
  .p_news_filters {
    flex-direction: row;
  }
  .p_news_filter {
    margin: 5px 21px 5px 0;
  }
  .p_news_filter:last-child {
    margin: 5px 0;
  }
  .p_news_filter_date {
    width: 240px;
  }
  .p_news_filter_category {
    width: 360px;
  }
  .p_news_main {
    padding-top: 53px;
  }
  .p_news_select {
    margin-top: 13px;
  }
  .p_news_select::after {
    right: 31px;
    top: calc(50% - 1px);
  }
  .p_news_select select {
    padding: 19px 45px 17px 30px;
    transition: all 0.5s;
  }
  .p_news_select select:hover {
    opacity: 0.7;
  }
  .p_news_content {
    margin-top: 114px;
  }
  .p_news_post {
    flex-direction: row;
    padding: 50px 0 46px;
  }
  .p_news_post__date {
    margin-top: 13px;
  }
  .p_news_post__info {
    width: calc(100% - 130px);
  }
  .p_news_post__viewmore {
    margin-top: 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 130px;
  }
  .p_news_post__viewmore a {
    bottom: 5px;
    transition: all 0.5s;
  }
  .p_news_post__viewmore a:hover {
    opacity: 0.7;
  }
  .p_news_posts_pagination {
    margin: 110px auto 0;
  }
}
/*# sourceMappingURL=maps/news.css.map */
