.p-news__categories {
  margin-bottom: 56px;
}
.p-news__categories ul {
  display: flex;
  font-size: 1rem;
  gap: 1.25em;
}
.p-news__categories ul li a {
  background-color: #fff;
  border-radius: 100vh;
  color: #000;
  display: block;
  font-weight: 700;
  line-height: 2.875em;
  min-width: 8.5625em;
  padding-inline: 2.25em;
  text-align: center;
}
.p-news__categories ul li a:hover {
  opacity: 0.7;
}
.p-news__categories ul li.is-current a {
  box-shadow: inset 0 0 0 1px #287AB4;
  color: #287AB4;
}
.p-news__items {
  border-bottom: 1px solid #fff;
}
.p-news__items li a{
  border-top: 1px solid #FFF;
  display: grid;
  grid-template-columns: auto auto 1fr; /* 日付 / カテゴリ / タイトル */
  column-gap: 25px;
  align-items: flex-start;
  font-size: 1rem;
  font-weight: 600;
  padding-block: 2em;
}
.p-news__items li a:hover {
	opacity: 0.7;
}
.p-news__items li time {
  color: #30557E;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5em;
}
.p-news__items li a {
  color: #000;
  font-size: 1rem;
  line-height: 1.5em;
  text-decoration: none;
  font-weight: 600;
}
.p-news-single__header {
  display: grid;
  gap: 25px;
  grid-template-columns: auto auto 1fr;
  grid-template-rows: auto auto;
  padding-bottom: 40px;
  position: relative;
}
.p-news-single__header::before {
  background: #fff;
  bottom: 1px;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.p-news-single__header::after {
  background: linear-gradient(to left, #226BB0 0%, #349CBD 100%);
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  width: 35px;
}
.p-news-single__header__title {
  font-size: 1.5625rem;
  font-weight: 700;
  grid-column: 1/-1;
}
.p-news-single p {
  margin-top: 2em;
}
.p-news-single dl {
  align-items: flex-start;
  display: flex;
  font-size: 1rem;
  gap: 30px;
  line-height: 2em;
  margin-top: 2em;
}
.p-news-single dl dt {
  font-weight: 700;
}
.p-news-single__btn-link a,
.p-news-single__btn-pdf a {
  color: #0000EE;
  position: relative;
  display: inline-block;
  padding-right: 1.6em;
  transition: opacity 0.2s;
}
.p-news-single__btn-link a:hover,
.p-news-single__btn-pdf a:hover {
  opacity: 0.5;
}
.p-news-single__btn-pdf a::after,
.p-news-single__btn-link a::after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.p-news-single__btn-link a::after {
  content: "";
  background-image: url("../img/news/img-link.svg");
  width: 1em;
  height: 1em;
}
.p-news-single__btn-pdf a::after {
  content: "";
  background-image: url("../img/news/img-pdf.svg");
  width: 1.3em;
  height: 1.3em;
}
.p-news-single__btn-back {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-news__categories ul {
    font-size: 0.875rem;
    gap: 0.7142857143em;
  }
  .p-news__categories ul li {
    width: 100%;
  }
  .p-news__categories ul li a {
    min-width: auto;
    padding-inline: 0;
  }
  .p-news__items li a {
    grid-template-columns: auto auto 1fr; /* 日付 + カテゴリ */
    column-gap: 25px;
    row-gap: 16px;
    align-items: start;
    padding-block: 1.5em;
  }
  .p-news__items li a span{
    grid-column: 1/-1;
  }
  .p-news-single__header {
    gap: 16px;
  }
  .p-news-single__header__title {
    font-size: 1.125rem;
  }
  .p-news-single dl {
    flex-direction: column;
    gap: 0;
  }
  .p-news-single__btn-back {
    margin-top: 40px;
  }
}
/*# sourceMappingURL=news.css.map */
