#news .post_index .archive_title {
  margin-bottom: 1.5rem;
}
#news .post_navi {
  margin-bottom: 1.5rem;
}
#news .post_navi .category_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#news .post_navi .category_list a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em 1em;
  min-height: 2.5em;
  color: #01A8E2;
  fill: #01A8E2;
  border-radius: 3em;
  border: solid 2px #01A8E2;
  text-align: center;
}
#news .post_navi .category_list > .cat-item {
  flex-shrink: 0;
}
#news .post_navi .category_list > .cat-item.current-cat a, #news .post_navi .category_list > .cat-item.cat-all:not(:has(~ .current-cat)) a {
  background-color: #01A8E2;
  color: #FFFFFF;
  fill: #FFFFFF;
}
@media screen and (max-width: 599px) {
  #news .post_navi .category_list {
    font-size: 0.75em;
    gap: 0.5em 2%;
  }
  #news .post_navi .category_list > .cat-item {
    flex-basis: 49%;
  }
  #news .post_navi .category_list > .cat-item.cat-all {
    flex-basis: 100%;
  }
}
@media (min-width:600px) {
  #news .post_navi .category_list {
    font-size: 0.875em;
    gap: 0.5em;
  }
  #news .post_navi .category_list > .cat-item {
    flex-basis: 9em;
  }
  #news .post_navi .category_list > .cat-item.cat-all {
    flex-basis: 9em;
  }
}
#news .cont_navi {
  margin-top: 1.5rem;
  text-align: center;
}
#news .cont_navi .navi {
  display: block;
  padding: 1em 2em;
  transition: all 0.2s;
  line-height: 1.25;
  text-align: center;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  margin-right: auto;
  margin-left: auto;
  padding: 0.5em 1em;
  min-height: 2.5em;
  max-width: 16em;
  border-radius: 3em;
  background-color: #01A8E2;
  color: #FFFFFF;
  fill: #FFFFFF;
  font-size: 0.875em;
  text-decoration: none;
}
#news .cont_navi .navi:hover {
  transform: scale(1.05, 1.05);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
}
#news .cont_navi .navi:active {
  transform: scale(0.95, 0.95);
}
#news .cont_navi .navi::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0.5em;
  width: 1em;
  height: 1em;
  background-image: url(/wp-content/themes/hokkai-ac-jp/assets/images/arr-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1em 1em;
  font-size: 1.5em;
}
#news.single .post_block .post_head .post_date {
  color: #01A8E2;
  fill: #01A8E2;
}
#news.single .post_block .post_head .post_cate {
  list-style: none;
  margin-bottom: -0.5em;
  padding: 0;
  color: #01A8E2;
  fill: #01A8E2;
  line-height: 1;
}
#news.single .post_block .post_head .post_cate > li {
  display: inline-block;
  margin-bottom: 0.5em;
  padding: 0.25em 0.75em;
  border-radius: 1em;
  border: solid 1px;
  word-break: keep-all;
  white-space: nowrap;
}
#news.single .post_block .post_body {
  border-style: solid;
  border-width: 1px 0;
  border-color: #959595;
}
@media screen and (max-width: 599px) {
  #news.single .post_head .post_date {
    font-size: 0.875em;
  }
  #news.single .post_head .post_cate {
    font-size: 0.75em;
  }
  #news.single .post_title,
#news.single .post_body {
    padding: 1rem 0;
  }
}
@media (min-width:600px) {
  #news.single .post_head .post_date,
#news.single .post_head .post_cate {
    display: inline-block;
  }
  #news.single .post_head .post_cate {
    font-size: 0.875em;
  }
  #news.single .post_title,
#news.single .post_body {
    padding: 1.5rem;
  }
}
/*# sourceMappingURL=news.css.map */