@charset "UTF-8";
@counter-style circled {
  system: fixed;
  symbols: "①" "②" "③" "④" "⑤" "⑥" "⑦" "⑧" "⑨" "⑩" "⑪" "⑫" "⑬" "⑭" "⑮" "⑯" "⑰" "⑱" "⑲" "⑳";
  suffix: " ";
}
#news .taxonomy-category a {
  text-decoration: none;
  padding: 0.25em 1em;
  background: var(--wp--preset--color--theme-green);
  color: var(--wp--preset--color--theme-white);
}
#news .wp-block-query-pagination {
  justify-content: center;
}
#news .wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers {
  border: 1px solid var(--wp--preset--color--theme-green);
  color: var(--wp--preset--color--theme-green);
}
#news .wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers:hover {
  background: none;
}
#news .wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers.current {
  background: var(--wp--preset--color--theme-green);
  color: var(--wp--preset--color--theme-white);
}

.archive #news a,
.blog #news a {
  text-decoration: none;
}
.archive #news .cate_list,
.blog #news .cate_list {
  margin-bottom: 5rem;
}
.archive #news .cate_list ul,
.blog #news .cate_list ul {
  list-style: none;
  padding: 0;
  gap: 1rem;
  display: flex;
  margin: 0;
}
@media screen and (max-width: 599px) {
  .archive #news .cate_list ul,
  .blog #news .cate_list ul {
    flex-direction: column;
    justify-content: center;
  }
}
.archive #news .cate_list ul li,
.blog #news .cate_list ul li {
  flex: 1;
  padding: 0;
}
.archive #news .cate_list ul li::before,
.blog #news .cate_list ul li::before {
  content: none;
}
.archive #news .cate_list a,
.blog #news .cate_list a {
  text-align: center;
  color: var(--wp--preset--color--theme-green);
  font-size: var(--wp--preset--font-size--xx-large);
  font-weight: 600;
  width: 100%;
  display: block;
  border: 1px solid var(--wp--preset--color--theme-green);
}
@media screen and (max-width: 599px) {
  .archive #news .cate_list a,
  .blog #news .cate_list a {
    font-size: var(--wp--preset--font-size--large);
  }
}
.archive #news .cate_list a.current,
.blog #news .cate_list a.current {
  color: var(--wp--preset--color--theme-white);
  background: var(--wp--preset--color--theme-green);
}
.archive #news .wp-block-query-pagination,
.blog #news .wp-block-query-pagination {
  margin: 6rem auto;
}

.single #news .wp-block-post-title {
  border-bottom: 1px solid var(--wp--preset--color--theme-gray);
  color: var(--wp--preset--color--theme-black);
  font-family: var(--wp--preset--font-family--theme-gothic-body);
  padding-bottom: 1rem;
}
.single #news .wp-block-post-navigation-link {
  display: flex;
  height: 100%;
  padding: 0.25em 1.5em;
  min-height: 4em;
  border: 2px solid var(--wp--preset--color--theme-green);
  border-radius: 9999px;
  align-items: center;
  transition: 0.2s all;
}
.single #news .wp-block-post-navigation-link a {
  color: var(--wp--preset--color--theme-green);
  text-decoration: none;
  display: block;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single #news .wp-block-post-navigation-link:hover {
  scale: 1.05 1.05;
}
.single #news .wp-block-post-navigation-link:empty {
  display: none;
}

br:first-child {
  display: none;
}/*# sourceMappingURL=news.css.map */