@charset "UTF-8";
/* =====================
	NEWS
 ======================= */
.p-news__list {
  margin-bottom: 2.25em;
}

.p-news__list__item {
  padding: 1.25em 0;
  border-bottom: 2px dotted var(--c_blue);
}

.p-news__list__item:last-child {
  border-bottom: 0;
}

.p-news__list__link {
  display: grid;
  grid-template-columns: 18.18182% 1fr;
  gap: 0.625em 2em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-news__list__date {
  grid-column: 1 / 3;
  font-size: 93.75%;
  color: var(--c_blue);
}

.p-news__list__mark {
  background: var(--c_blue);
  color: var(--c_wht);
  font-size: 87.5%;
  font-weight: 500;
  text-align: center;
}

.p-news__list__title {
  line-height: 1.625;
}

.p-news__list__tag {
  font-size: 75%;
  line-height: 1.25;
  background: #ff0000;
  color: var(--c_wht);
  padding: 0 0.5em;
  margin-left: 0.5em;
}

.p-news__single__header {
  border-left: 2px solid var(--c_blue);
  padding-left: 1em;
  margin: 0 0 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em 1.5em;
}

.p-news__single__title {
  width: 100%;
  font-size: 112.5%;
  font-weight: 500;
  line-height: 1.44444;
}

.p-news__single__tag {
  background: #ff0000;
  color: var(--c_wht);
  font-size: 75%;
  line-height: 1.25;
  padding: 0 0.5em;
  margin-left: 0.5em;
}

.p-news__single__date {
  font-size: 93.75%;
  color: var(--c_blue);
}

.p-news__single__mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em;
}

.p-news__single__mark > * {
  font-size: 87.5%;
  font-weight: 600;
  width: 8.5em;
  text-align: center;
  background: var(--c_blue);
  color: var(--c_wht);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-news__single__body a {
  text-decoration: underline;
}

.p-news__single__body img {
  display: inline-block;
}

.p-news__single__body strong {
  font-weight: 700;
}

.p-news__single__footer {
  margin-top: 4.5em;
}

.p-news__single__pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}

.p-news__single__pagenation__link {
  background: var(--c_blue);
  color: var(--c_wht);
  display: block;
  font-size: 87.5%;
  font-weight: 500;
  text-align: center;
  padding: 0.5em 2em;
}

.p-news__single__pagenation__link--prev:before {
  content: "〈〈";
  margin-right: 0.5em;
}

.p-news__single__pagenation__link--next:after {
  content: "〉〉";
  margin-left: 0.5em;
}

/* タブレット
  ------------------------ */
/* スマホ
  ------------------------ */
@media (max-width: 699px) {
  .p-news__list__item {
    padding: 0.75em 0;
  }
  .p-news__list__link {
    grid-template-columns: auto 120px;
    gap: 0.5em 1.25em;
  }
  .p-news__list__date {
    grid-column: auto;
    font-size: 14px;
  }
  .p-news__list__mark {
    font-size: 14px;
  }
  .p-news__list__title {
    grid-column: 1 / 3;
  }
  .p-news__single__title {
    font-size: 18px;
  }
  .p-news__single__tag {
    font-size: 12px;
  }
  .p-news__single__date {
    font-size: 14px;
  }
  .p-news__single__mark > * {
    font-size: 12px;
  }
  .p-news__single__pagenation__link {
    font-size: 14px;
  }
}

/*# sourceMappingURL=map/news.css.map */
