#archive .cate-menu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: calc(8px * 2);
}

@media screen and (max-width: 960px) {
  #archive .cate-menu {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #archive .cate-menu {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 768px) {
  #archive .cate-menu {
    grid-template-columns: repeat(2, 1fr);
  }
}

#archive .cate-menu__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2px 0 0 0;
  height: 50px;
  border-radius: 4px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #archive .cate-menu__item a {
    padding: 1px 0 0 0;
    height: 44px;
    font-size: 1.4rem;
  }
}

#archive .cate-menu__item a:hover {
  background: #ffffff;
}

#archive .cate-menu__item.current a {
  background: #ffffff;
}

#archive .cate-menu__item--all a {
  border: 2px solid #2072C8;
  background: #2072C8;
}

#archive .cate-menu__item--all:hover a, #archive .cate-menu__item--all.current a {
  color: #2072C8;
}

#archive .cate-menu__item--citizen a {
  border: 2px solid #2096BE;
  background: #2096BE;
}

#archive .cate-menu__item--citizen:hover a, #archive .cate-menu__item--citizen.current a {
  color: #2096BE;
}

#archive .cate-menu__item--event a {
  border: 2px solid #E18C28;
  background: #E18C28;
}

#archive .cate-menu__item--event:hover a, #archive .cate-menu__item--event.current a {
  color: #E18C28;
}

#archive .cate-menu__item--other a {
  border: 2px solid #189178;
  background: #189178;
}

#archive .cate-menu__item--other:hover a, #archive .cate-menu__item--other.current a {
  color: #189178;
}

#archive .pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(100% + 12px);
  -webkit-transform: translateX(-6px);
  transform: translateX(-6px);
}

@media screen and (max-width: 520px) {
  #archive .pagenavi {
    position: relative;
    padding-bottom: 52px;
  }
}

#archive .pagenavi .page,
#archive .pagenavi .current,
#archive .pagenavi .nextpostslink,
#archive .pagenavi .previouspostslink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 64px;
  height: 64px;
  margin: 0 4px;
  border: 2px solid #2072C8;
  border-radius: 4px;
  background: #2072C8;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
  #archive .pagenavi .page,
  #archive .pagenavi .current,
  #archive .pagenavi .nextpostslink,
  #archive .pagenavi .previouspostslink {
    width: 40px;
    height: 40px;
    font-size: 1.4rem;
  }
}

#archive .pagenavi .current {
  background: #ffffff;
  color: #2072C8;
}

#archive .pagenavi .page,
#archive .pagenavi .current {
  max-width: 80px;
}

@media screen and (max-width: 520px) {
  #archive .pagenavi .page,
  #archive .pagenavi .current {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

#archive .pagenavi .page:hover {
  background: #ffffff;
  color: #2072C8;
}

#archive .pagenavi .nextpostslink,
#archive .pagenavi .previouspostslink {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  width: 96px;
  white-space: nowrap;
  font-size: 1.6rem;
}

@media screen and (max-width: 960px) {
  #archive .pagenavi .nextpostslink,
  #archive .pagenavi .previouspostslink {
    width: 72px;
  }
}

@media screen and (max-width: 520px) {
  #archive .pagenavi .nextpostslink,
  #archive .pagenavi .previouspostslink {
    width: calc(50% - 12px);
  }
}

#archive .pagenavi .nextpostslink::before,
#archive .pagenavi .previouspostslink::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #ffffff;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#archive .pagenavi .nextpostslink:hover,
#archive .pagenavi .previouspostslink:hover {
  background: #ffffff;
  color: #2072C8;
}

#archive .pagenavi .nextpostslink:hover::before,
#archive .pagenavi .previouspostslink:hover::before {
  border-color: transparent transparent transparent #ffffff;
}

@media screen and (max-width: 520px) {
  #archive .pagenavi .previouspostslink {
    position: absolute;
    bottom: 0;
    left: 6px;
    margin: 0;
  }
}

#archive .pagenavi .previouspostslink::before {
  margin-right: 10px;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

@media screen and (max-width: 768px) {
  #archive .pagenavi .previouspostslink::before {
    margin-right: 4px;
  }
}

#archive .pagenavi .nextpostslink {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 520px) {
  #archive .pagenavi .nextpostslink {
    position: absolute;
    right: 6px;
    bottom: 0;
    margin: 0;
  }
}

#archive .pagenavi .nextpostslink::before {
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  #archive .pagenavi .nextpostslink::before {
    margin-left: 4px;
  }
}

#archive .news-list {
  margin-bottom: calc(8px * 4);
}

@media screen and (max-width: 960px) {
  #archive .news-list {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #archive .news-list {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

#archive .news-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: calc(8px * 3);
  padding-bottom: calc(8px * 3);
  border-bottom: 1px solid #dddddd;
}

@media screen and (max-width: 960px) {
  #archive .news-list__item {
    padding-top: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #archive .news-list__item {
    padding-top: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  #archive .news-list__item {
    padding-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #archive .news-list__item {
    padding-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  #archive .news-list__item {
    gap: 8px;
  }
}

#archive .news-list__date {
  width: 96px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  #archive .news-list__date {
    width: 84px;
    font-size: 1.4rem;
  }
}

#archive .news-list__cate {
  width: 130px;
}

@media screen and (max-width: 768px) {
  #archive .news-list__cate {
    width: 120px;
  }
}

#archive .news-list__cate a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 15px;
  color: #ffffff;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  #archive .news-list__cate a {
    height: 26px;
    font-size: 1.4rem;
  }
}

#archive .news-list__cate a:hover {
  background: #ffffff;
}

#archive .news-list__cate--citizen a {
  border: 1px solid #2096BE;
  background: #2096BE;
}

#archive .news-list__cate--citizen a:hover {
  color: #2096BE;
}

#archive .news-list__cate--event a {
  border: 1px solid #E18C28;
  background: #E18C28;
}

#archive .news-list__cate--event a:hover {
  color: #E18C28;
}

#archive .news-list__cate--other a {
  border: 1px solid #189178;
  background: #189178;
}

#archive .news-list__cate--other a:hover {
  color: #189178;
}

#archive .news-list__ttl {
  width: calc( 100% - 258px);
  font-size: 1.6rem;
}

@media screen and (max-width: 960px) {
  #archive .news-list__ttl {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #archive .news-list__ttl {
    font-size: 1.4rem;
  }
}

#archive .news-list__ttl a {
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}

#archive .news-list__ttl a:hover {
  text-decoration: underline;
}

#single .post {
  padding-bottom: calc(8px * 4);
  margin-bottom: calc(8px * 4);
  border-bottom: 1px solid #dddddd;
}

@media screen and (max-width: 960px) {
  #single .post {
    padding-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #single .post {
    padding-bottom: calc((8px * 4) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  #single .post {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #single .post {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

#single .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: calc(8px * 2);
}

@media screen and (max-width: 960px) {
  #single .post-meta {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #single .post-meta {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

#single .post-meta__date {
  margin-right: calc(8px * 2);
  font-family: "Inter", sans-serif;
  font-weight: 600;
}

@media screen and (max-width: 960px) {
  #single .post-meta__date {
    margin-right: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #single .post-meta__date {
    margin-right: calc((8px * 2) * 0.5);
  }
}

#single .post-meta__cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  width: 130px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 15px;
  color: #ffffff;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  #single .post-meta__cate {
    height: 26px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  #single .post-meta__cate {
    width: 96px;
  }
}

#single .post-meta__cate--citizen {
  background: #2096BE;
}

#single .post-meta__cate--event {
  background: #E18C28;
}

#single .post-meta__cate--other {
  background: #189178;
}

#single .post-ttl {
  padding-bottom: calc(8px * 3);
  margin-bottom: calc(8px * 4);
  border-bottom: 1px solid #dddddd;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 960px) {
  #single .post-ttl {
    padding-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #single .post-ttl {
    padding-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  #single .post-ttl {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #single .post-ttl {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

@media screen and (max-width: 768px) {
  #single .post-ttl {
    font-size: 2rem;
  }
}

#single .post-dtl > p:not(:nth-last-of-type(1)) {
  margin-bottom: calc(8px * 2);
}

@media screen and (max-width: 960px) {
  #single .post-dtl > p:not(:nth-last-of-type(1)) {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #single .post-dtl > p:not(:nth-last-of-type(1)) {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

#single .post-dtl h3 {
  margin-top: 48px;
  margin-bottom: calc(8px * 4);
  padding: 16px;
  background: #F9F9F9;
  border-radius: 6px;
  color: #a52a2a;
  font-size: 2.4rem;
}

@media screen and (max-width: 960px) {
  #single .post-dtl h3 {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #single .post-dtl h3 {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  #single .post-dtl h3 {
    margin-top: 24px;
    padding: 12px 16px;
    border-radius: 4px;
    font-size: 1.8rem;
  }
}

#single .post-dtl strong {
  font-size: 1.8rem;
  font-weight: bold;
}

#single .pagelink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 960px) {
  #single .pagelink {
    width: calc( 100% + 12px);
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
}

#single .pagelink__prev, #single .pagelink__next, #single .pagelink__back {
  margin: 0 4px;
}

#single .pagelink__prev a, #single .pagelink__next a, #single .pagelink__back a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 64px;
  border: 2px solid #2072C8;
  border-radius: 4px;
  background: #2072C8;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: bold;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

@media screen and (max-width: 768px) {
  #single .pagelink__prev a, #single .pagelink__next a, #single .pagelink__back a {
    height: 56px;
  }
}

@media screen and (max-width: 520px) {
  #single .pagelink__prev a, #single .pagelink__next a, #single .pagelink__back a {
    font-size: 1.4rem;
  }
}

#single .pagelink__prev a:hover, #single .pagelink__next a:hover, #single .pagelink__back a:hover {
  background: #ffffff;
  color: #2072C8;
}

#single .pagelink__back {
  width: 320px;
}

@media screen and (max-width: 960px) {
  #single .pagelink__back {
    width: 240px;
  }
}

@media screen and (max-width: 768px) {
  #single .pagelink__back {
    width: calc( 100% - 276px);
  }
}

@media screen and (max-width: 520px) {
  #single .pagelink__back {
    width: calc( 40% - 12px);
  }
}

#single .pagelink__prev, #single .pagelink__next {
  width: 200px;
}

@media screen and (max-width: 960px) {
  #single .pagelink__prev, #single .pagelink__next {
    width: 120px;
  }
}

@media screen and (max-width: 520px) {
  #single .pagelink__prev, #single .pagelink__next {
    width: calc( 30% - 12px);
  }
}

#single .pagelink__next a {
  position: relative;
}

#single .pagelink__next a::before {
  position: absolute;
  top: 50%;
  right: 8px;
  content: "";
  display: block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #ffffff;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#single .pagelink__next a:hover::before {
  right: 4px;
}

#single .pagelink__next a::before {
  right: 16px;
}

@media screen and (max-width: 520px) {
  #single .pagelink__next a::before {
    right: 8px;
  }
}

#single .pagelink__next a:hover::before {
  right: 12px;
  border-color: transparent transparent transparent #2072C8;
}

@media screen and (max-width: 520px) {
  #single .pagelink__next a:hover::before {
    right: 4px;
  }
}

#single .pagelink__prev a {
  position: relative;
}

#single .pagelink__prev a::before {
  position: absolute;
  top: 50%;
  left: 8px;
  content: "";
  display: block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #2072C8;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#single .pagelink__prev a:hover::before {
  left: 4px;
}

#single .pagelink__prev a::before {
  left: 16px;
  border-width: 5px 6px 5px 0;
  border-color: transparent #ffffff transparent transparent;
}

@media screen and (max-width: 520px) {
  #single .pagelink__prev a::before {
    left: 8px;
  }
}

#single .pagelink__prev a:hover::before {
  left: 12px;
  border-color: transparent #2072C8 transparent transparent;
}

@media screen and (max-width: 520px) {
  #single .pagelink__prev a:hover::before {
    left: 4px;
  }
}

/*# sourceMappingURL=../../../maps/general/pages/news.css.map */
