@charset "UTF-8";
.news-article {
  background-color: #d0e7e9;
}

.page-heading_text {
  max-width: 790px;
  margin-right: auto;
  margin-left: auto;
  letter-spacing: 0.075em;
}
@media (max-width: 767.9px) {
  .page-heading_text {
    font-size: 21px;
  }
}

.archive-filter__item {
  width: 260px;
}
@media (max-width: 767.9px) {
  .archive-filter__item {
    width: 100%;
  }
}

select {
  background-color: #fff;
  line-height: 1;
  padding: 0.75em 0.5em;
  width: 100%;
  border: solid 1px;
  -webkit-appearance: none; /* Safari, Chrome用 */
  -moz-appearance: none; /* Firefox用 */
  appearance: none;
}
select::-ms-expand {
  display: none;
}
@media (max-width: 767.9px) {
  select {
    font-size: 22px;
  }
}

.archive-filter .inner {
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 767.9px) {
  .archive-filter .inner {
    flex-direction: column;
    align-items: center;
  }
}

.primary_title {
  font-size: 32px;
  font-weight: 600;
  padding-block: 0.5em 0.6em;
  border-top: solid 1px;
  border-bottom: solid 1px;
  line-height: 1;
  margin-bottom: 1.25em;
}
@media (max-width: 767.9px) {
  .primary_title {
    font-size: 20px;
    padding-block: 0.65em 0.75em;
  }
}

.post-ul .post-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.post-ul .post-info time {
  margin-right: 0.5em;
}
@media (max-width: 767.9px) {
  .post-ul .post-info time {
    width: 100%;
  }
}
.post-ul .post-info .post-category-ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.post-ul .post-info .post-category-ul li a {
  font-size: 13px;
  line-height: 1;
  padding: 0.3em 0.5em 0.4em;
}

section.archive-main {
  padding-top: 3.75em;
}/*# sourceMappingURL=news-archive.css.map */