.c-card_news__link {
  display: flex;
  align-items: baseline;
  gap: 20px;
  padding: .8em 10px;
  border-bottom: solid 1px #dddddd;
}

@media screen and (max-width: 767.9px) {
  .c-card_news__link {
    flex-wrap: wrap;
  }
}

.c-card_news__info {
  min-width: 14em;
}

.c-card_news__date {
  font-weight: 500;
  margin-right: 1rem;
}

.c-card_news__term {
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  line-height: 1;
  background: #ea69a3;
  border-radius: 5px;
  color: #fff;
  padding: 6px 15px;
  display: inline-block;
  transition: 0.4s;
}

@media screen and (max-width: 767.9px) {
  .c-card_news__ttl {
    width: 100%;
  }
}

.p-home_news__tab {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  gap: 10px;
}

.p-home_news__tabItem span {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  border-radius: 5px;
  background: #eb94bb;
  padding: 8px 20px;
  cursor: pointer;
}

.p-home_news__tabItem.-active span {
  background: #ea69a3;
}

.p-home_news__panelItem {
  display: none;
  opacity: 0;
  transition: opacity 0.4s;
}

.p-news_single__info {
  display: flex;
  margin-bottom: 2rem;
  margin-bottom: 1rem;
}

.p-news_single__date {
  font-weight: 500;
  margin-right: 1em;
}

.p-news_single__head {
  border-bottom: 1px solid #212121;
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
}

.p-news_single__ttl {
  font-size: 24px;
}
/*# sourceMappingURL=include.css.map */