<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pagenavi {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: calc(100% + 16px);
  transform: translateX(-8px);
  padding-top: calc(8px * 5);
}

@media screen and (max-width: 960px) {
  .pagenavi {
    padding-top: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .pagenavi {
    padding-top: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 520px) {
  .pagenavi {
    padding-bottom: 56px;
  }
}

.pagenavi .current,
.pagenavi .page,
.pagenavi .previouspostslink,
.pagenavi .nextpostslink {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 56px;
  border: solid 2px #005aa6;
  border-radius: 2px;
  color: #005aa6;
  font-family: "Manrope", sans-serif;
  font-weight: bold;
  line-height: 53px;
  font-size: 1.8rem;
}

@media screen and (max-width: 960px) {
  .pagenavi .current,
  .pagenavi .page,
  .pagenavi .previouspostslink,
  .pagenavi .nextpostslink {
    font-size: 1.6rem;
    width: 48px;
    height: 48px;
    line-height: 45px;
  }
}

@media screen and (max-width: 960px) {
  .pagenavi .current,
  .pagenavi .page,
  .pagenavi .previouspostslink,
  .pagenavi .nextpostslink {
    font-size: 1.6rem;
    width: 48px;
    height: 48px;
    line-height: 45px;
  }
}

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

.pagenavi .current:hover,
.pagenavi .page:hover,
.pagenavi .previouspostslink:hover,
.pagenavi .nextpostslink:hover {
  background: #005aa6;
  color: #fefefe;
}

.pagenavi .current,
.pagenavi .page {
  margin: 0 8px;
}

@media screen and (max-width: 960px) {
  .pagenavi .current,
  .pagenavi .page {
    margin: 0 4px;
  }
}

@media screen and (max-width: 768px) {
  .pagenavi .current,
  .pagenavi .page {
    margin: 0 2px;
  }
}

@media screen and (max-width: 520px) {
  .pagenavi .current,
  .pagenavi .page {
    max-width: 90px;
    flex-grow: 1;
  }
}

.pagenavi .current {
  background-color: #005aa6;
  color: #fefefe;
}

.pagenavi .previouspostslink,
.pagenavi .nextpostslink {
  width: 112px;
}

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

@media screen and (max-width: 520px) {
  .pagenavi .previouspostslink,
  .pagenavi .nextpostslink {
    width: calc( 50% - 8px);
    position: absolute;
    bottom: 0;
  }
}

.pagenavi .previouspostslink::before,
.pagenavi .nextpostslink::before {
  content: '';
  position: absolute;
  top: calc( 50% + 1px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 6px 4px 0;
  border-color: transparent #005aa6 transparent transparent;
  transform: translateY(-50%);
}

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

.pagenavi .previouspostslink {
  margin-right: 4px;
}

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

@media screen and (max-width: 520px) {
  .pagenavi .previouspostslink {
    left: 4px;
  }
}

.pagenavi .previouspostslink::before {
  left: 12px;
}

@media screen and (max-width: 768px) {
  .pagenavi .previouspostslink::before {
    left: 5px;
  }
}

.pagenavi .nextpostslink {
  margin-left: 4px;
}

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

@media screen and (max-width: 520px) {
  .pagenavi .nextpostslink {
    right: 4px;
  }
}

.pagenavi .nextpostslink::before {
  right: 12px;
  transform: translateY(-50%) rotate(180deg);
}

@media screen and (max-width: 768px) {
  .pagenavi .nextpostslink::before {
    right: 5px;
  }
}

.pagelink {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 520px) {
  .pagelink {
    padding: 0 0 56px;
  }
}

.pagelink__prev a, .pagelink__next a, .pagelink__back a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  padding: 16px;
  border-radius: 2px;
  font-size: 1.8rem;
  border: solid 2px #005aa6;
  color: #005aa6;
  font-weight: bold;
  line-height: 22px;
}

@media screen and (max-width: 960px) {
  .pagelink__prev a, .pagelink__next a, .pagelink__back a {
    font-size: 1.6rem;
    height: 48px;
    line-height: 13px;
  }
}

.pagelink__prev a:hover, .pagelink__next a:hover, .pagelink__back a:hover {
  background: #005aa6;
  color: #fefefe;
}

.pagelink__prev, .pagelink__next {
  width: 112px;
}

@media screen and (max-width: 520px) {
  .pagelink__prev, .pagelink__next {
    position: absolute;
    width: calc( 50% - 4px);
    bottom: 0;
  }
}

.pagelink__prev a::before, .pagelink__next a::before {
  content: '';
  position: absolute;
  top: calc( 50% + 1px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 6px 4px 0;
  border-color: transparent #005aa6 transparent transparent;
  transform: translateY(-50%);
}

.pagelink__prev a:hover::before, .pagelink__next a:hover::before {
  border-color: transparent #fefefe transparent transparent;
}

.pagelink__prev {
  margin-right: 12px;
}

@media screen and (max-width: 960px) {
  .pagelink__prev {
    margin-right: 8px;
    left: 0;
  }
}

.pagelink__prev a::before {
  left: 12px;
}

.pagelink__next {
  margin-left: 12px;
}

@media screen and (max-width: 960px) {
  .pagelink__next {
    margin-left: 8px;
    right: 0;
  }
}

.pagelink__next a::before {
  right: 12px;
  transform: translateY(-50%) rotate(180deg);
}

.pagelink__back {
  width: 240px;
}

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

@media screen and (max-width: 520px) {
  .pagelink__back {
    width: 100%;
  }
}

.wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.news .news-contents {
  margin-bottom: 16px;
}

.news input[name="c"] {
  display: none;
}

.news .cat-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}

@media screen and (max-width: 960px) {
  .news .cat-list {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 520px) {
  .news .cat-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.news .cat-list__item {
  width: 100%;
  height: 64px;
}

@media screen and (max-width: 1280px) {
  .news .cat-list__item {
    height: 56px;
  }
}

@media screen and (max-width: 960px) {
  .news .cat-list__item {
    height: 56px;
  }
}

.news .cat-list__item label {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  background: #005aa6;
  color: #fefefe;
  border-radius: 2px;
  font-weight: bold;
  text-align: center;
  line-height: 56px;
  cursor: pointer;
  font-size: 1.6rem;
  transition: .2s ease-out;
}

@media screen and (max-width: 1280px) {
  .news .cat-list__item label {
    height: 48px;
    line-height: 48px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 520px) {
  .news .cat-list__item label {
    letter-spacing: 0;
    font-size: 1.3rem;
  }
}

.news .cat-list__item label .bg-circle {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
}

.news .cat-list__item label .bg-circle::before {
  content: '';
  position: absolute;
  background-color: #005aa6;
  width: 130px;
  height: 130px;
  top: -56px;
  right: -28px;
  border-radius: 50%;
  z-index: -1;
}

.news .cat-list__item:nth-last-of-type(1) label {
  background: rgba(118, 118, 118, 0.1);
  color: #767676;
  border: 1px solid #767676;
  transition: 0.3s ease-in-out;
}

.news .cat-list__item:nth-last-of-type(1) label .bg-circle::before {
  background-color: rgba(118, 118, 118, 0.1);
  transition: 0.3s ease-in-out;
}

.news .cat-list__item:nth-last-of-type(1) label:hover {
  background: rgba(118, 118, 118, 0.8);
  color: #fefefe;
}

.news .cat-list__item:nth-last-of-type(1) label:hover .bg-circle::before {
  background-color: #767676;
}

.news .cat-list__item:nth-last-of-type(2) label {
  background: rgba(217, 117, 0, 0.1);
  color: #D97500;
  border: 1px solid #D97500;
  transition: 0.3s ease-in-out;
}

.news .cat-list__item:nth-last-of-type(2) label .bg-circle::before {
  background-color: rgba(217, 117, 0, 0.1);
  transition: 0.3s ease-in-out;
}

.news .cat-list__item:nth-last-of-type(2) label:hover {
  background: rgba(217, 117, 0, 0.8);
  color: #fefefe;
}

.news .cat-list__item:nth-last-of-type(2) label:hover .bg-circle::before {
  background-color: #d97500;
}

.news .cat-list__item:nth-last-of-type(3) label {
  background: rgba(2, 164, 127, 0.1);
  color: #02A47F;
  border: 1px solid #02A47F;
  transition: 0.3s ease-in-out;
}

.news .cat-list__item:nth-last-of-type(3) label .bg-circle::before {
  background-color: rgba(2, 164, 127, 0.1);
  transition: 0.3s ease-in-out;
}

.news .cat-list__item:nth-last-of-type(3) label:hover {
  background: rgba(2, 164, 127, 0.8);
  color: #fefefe;
}

.news .cat-list__item:nth-last-of-type(3) label:hover .bg-circle::before {
  background-color: #02a47f;
}

.news .cat-list__item:nth-last-of-type(4) label {
  background: rgba(0, 142, 174, 0.1);
  color: #008EAE;
  border: 1px solid #008EAE;
  transition: 0.3s ease-in-out;
}

.news .cat-list__item:nth-last-of-type(4) label .bg-circle::before {
  background-color: rgba(0, 142, 174, 0.1);
  transition: 0.3s ease-in-out;
}

.news .cat-list__item:nth-last-of-type(4) label:hover {
  background: rgba(0, 142, 174, 0.8);
  color: #fefefe;
}

.news .cat-list__item:nth-last-of-type(4) label:hover .bg-circle::before {
  background-color: #008eae;
}

.news .cat-list__item:nth-last-of-type(5) label {
  background: rgba(0, 90, 166, 0.1);
  color: #005aa6;
  border: 1px solid #005aa6;
  transition: 0.3s ease-in-out;
}

.news .cat-list__item:nth-last-of-type(5) label .bg-circle::before {
  background-color: rgba(0, 90, 166, 0.1);
  transition: 0.3s ease-in-out;
}

.news .cat-list__item:nth-last-of-type(5) label:hover {
  background: rgba(0, 90, 166, 0.8);
  color: #fefefe;
}

.news .cat-list__item:nth-last-of-type(5) label:hover .bg-circle::before {
  background-color: #005aa6;
}

.news #btn-all.selected ~ .cat-list #btn-all,
.news #btn-citizen.selected ~ .cat-list #btn-citizen,
.news #btn-dental.selected ~ .cat-list #btn-dental,
.news #btn-event.selected ~ .cat-list #btn-event,
.news #btn-other.selected ~ .cat-list #btn-other {
  border-radius: 2px 2px 0 0;
  height: 64px;
}

@media screen and (max-width: 1280px) {
  .news #btn-all.selected ~ .cat-list #btn-all,
  .news #btn-citizen.selected ~ .cat-list #btn-citizen,
  .news #btn-dental.selected ~ .cat-list #btn-dental,
  .news #btn-event.selected ~ .cat-list #btn-event,
  .news #btn-other.selected ~ .cat-list #btn-other {
    height: 56px;
  }
}

@media screen and (max-width: 960px) {
  .news #btn-all.selected ~ .cat-list #btn-all,
  .news #btn-citizen.selected ~ .cat-list #btn-citizen,
  .news #btn-dental.selected ~ .cat-list #btn-dental,
  .news #btn-event.selected ~ .cat-list #btn-event,
  .news #btn-other.selected ~ .cat-list #btn-other {
    position: relative;
    height: 48px;
  }
}

.news #btn-all.selected ~ .cat-list #btn-all {
  pointer-events: none;
  position: relative;
  background: rgba(0, 90, 166, 0.8);
  color: #fefefe;
  border-color: rgba(0, 90, 166, 0);
}

.news #btn-all.selected ~ .cat-list #btn-all .bg-circle::before {
  background-color: #005aa6;
}

@media screen and (max-width: 960px) {
  .news #btn-all.selected ~ .cat-list #btn-all::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: rgba(0, 90, 166, 0.8) transparent transparent transparent;
    bottom: -11px;
    transition: 0.3s ease-in-out;
  }
}

.news #btn-all.selected ~ .tab-contents .news-all {
  border-top: 2px solid #005aa6;
}

.news #btn-citizen.selected ~ .cat-list #btn-citizen {
  pointer-events: none;
  position: relative;
  background: rgba(0, 142, 174, 0.8);
  color: #fefefe;
  border-color: rgba(0, 142, 174, 0);
}

.news #btn-citizen.selected ~ .cat-list #btn-citizen .bg-circle::before {
  background-color: #008eae;
}

@media screen and (max-width: 960px) {
  .news #btn-citizen.selected ~ .cat-list #btn-citizen::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: rgba(0, 142, 174, 0.8) transparent transparent transparent;
    bottom: -11px;
    transition: 0.3s ease-in-out;
  }
}

.news #btn-citizen.selected ~ .tab-contents .news-all {
  border-top: 2px solid #008EAE;
}

.news #btn-dental.selected ~ .cat-list #btn-dental {
  pointer-events: none;
  position: relative;
  background: rgba(2, 164, 127, 0.8);
  color: #fefefe;
  border-color: rgba(2, 164, 127, 0);
}

.news #btn-dental.selected ~ .cat-list #btn-dental .bg-circle::before {
  background-color: #02a47f;
}

@media screen and (max-width: 960px) {
  .news #btn-dental.selected ~ .cat-list #btn-dental::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: rgba(2, 164, 127, 0.8) transparent transparent transparent;
    bottom: -11px;
    transition: 0.3s ease-in-out;
  }
}

.news #btn-dental.selected ~ .tab-contents .news-all {
  border-top: 2px solid #02A47F;
}

.news #btn-event.selected ~ .cat-list #btn-event {
  pointer-events: none;
  position: relative;
  background: rgba(217, 117, 0, 0.8);
  color: #fefefe;
  border-color: rgba(217, 117, 0, 0);
}

.news #btn-event.selected ~ .cat-list #btn-event .bg-circle::before {
  background-color: #d97500;
}

@media screen and (max-width: 960px) {
  .news #btn-event.selected ~ .cat-list #btn-event::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: rgba(217, 117, 0, 0.8) transparent transparent transparent;
    bottom: -11px;
    transition: 0.3s ease-in-out;
  }
}

.news #btn-event.selected ~ .tab-contents .news-all {
  border-top: 2px solid #D97500;
}

.news #btn-other.selected ~ .cat-list #btn-other {
  pointer-events: none;
  position: relative;
  background: rgba(118, 118, 118, 0.8);
  color: #fefefe;
  border-color: rgba(118, 118, 118, 0);
}

.news #btn-other.selected ~ .cat-list #btn-other .bg-circle::before {
  background-color: #767676;
}

@media screen and (max-width: 960px) {
  .news #btn-other.selected ~ .cat-list #btn-other::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: rgba(118, 118, 118, 0.8) transparent transparent transparent;
    bottom: -11px;
    transition: 0.3s ease-in-out;
  }
}

.news #btn-other.selected ~ .tab-contents .news-all {
  border-top: 2px solid #767676;
}

.news .news-list {
  display: block;
  position: relative;
  width: 100%;
  z-index: 1;
  border-bottom: solid 1px #C9C8C6;
}

.news .news-list__item {
  padding: calc(8px * 3);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #C9C8C6;
}

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

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

@media screen and (max-width: 960px) {
  .news .news-list__item {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 520px) {
  .news .news-list__item {
    padding: 16px 0;
  }
}

.news .news-list__item:last-child {
  border-bottom: none;
}

.news .news-list__item .news-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-wrap: nowrap;
  width: 320px;
  height: 30px;
}

@media screen and (max-width: 960px) {
  .news .news-list__item .news-meta {
    margin-bottom: 6px;
    height: 24px;
  }
}

.news .news-list__item .news-meta__date {
  font-family: "Manrope", sans-serif;
  font-size: 1.6rem;
  color: #005aa6;
  margin-right: 16px;
}

@media screen and (max-width: 960px) {
  .news .news-list__item .news-meta__date {
    margin-right: 8px;
  }
}

@media screen and (max-width: 520px) {
  .news .news-list__item .news-meta__date {
    margin-right: 5px;
  }
}

.news .news-list__item .news-meta__cate {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-right: 8px;
  width: 100%;
  max-width: 160px;
  height: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 5px 5px 3px;
  height: 100%;
  background-color: #005aa6;
  color: #fefefe;
  border-radius: 2px;
  color: #fefefe;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .news .news-list__item .news-meta__cate {
    max-width: 150px;
    padding: 4px 4px 2px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 520px) {
  .news .news-list__item .news-meta__cate {
    max-width: 140px;
    padding: 0;
    margin-right: 5px;
    font-size: 1.2rem;
  }
}

.news .news-list__item .news-meta__cate::before {
  content: '';
  position: absolute;
  background-color: #005aa6;
  width: 80px;
  height: 80px;
  top: -40px;
  right: -8px;
  border-radius: 50%;
  z-index: -1;
}

.news .news-list__item .news-meta__cate--citizen {
  background-color: rgba(0, 142, 174, 0.8);
  border: 1px solid rgba(0, 142, 174, 0.8);
}

.news .news-list__item .news-meta__cate--citizen::before {
  background-color: #008EAE;
  transition: 0.3s ease-in-out;
}

.news .news-list__item .news-meta__cate--citizen:hover {
  background: rgba(0, 142, 174, 0.1);
  color: #008EAE;
  transition: 0.3s ease-in-out;
  border: 1px solid #008eae;
}

.news .news-list__item .news-meta__cate--citizen:hover::before {
  background-color: rgba(0, 142, 174, 0.1);
}

.news .news-list__item .news-meta__cate--dental {
  background-color: rgba(2, 164, 127, 0.8);
  border: 1px solid rgba(2, 164, 127, 0.8);
}

.news .news-list__item .news-meta__cate--dental::before {
  background-color: #02A47F;
  transition: 0.3s ease-in-out;
}

.news .news-list__item .news-meta__cate--dental:hover {
  background: rgba(2, 164, 127, 0.1);
  color: #02A47F;
  transition: 0.3s ease-in-out;
  border: 1px solid #02a47f;
}

.news .news-list__item .news-meta__cate--dental:hover::before {
  background-color: rgba(2, 164, 127, 0.1);
}

.news .news-list__item .news-meta__cate--event {
  background-color: rgba(217, 117, 0, 0.8);
  border: 1px solid rgba(217, 117, 0, 0.8);
}

.news .news-list__item .news-meta__cate--event::before {
  background-color: #D97500;
  transition: 0.3s ease-in-out;
}

.news .news-list__item .news-meta__cate--event:hover {
  background: rgba(217, 117, 0, 0.1);
  color: #D97500;
  transition: 0.3s ease-in-out;
  border: 1px solid #d97500;
}

.news .news-list__item .news-meta__cate--event:hover::before {
  background-color: rgba(217, 117, 0, 0.1);
}

.news .news-list__item .news-meta__cate--other {
  background-color: rgba(118, 118, 118, 0.8);
  border: 1px solid rgba(118, 118, 118, 0.8);
}

.news .news-list__item .news-meta__cate--other::before {
  background-color: #767676;
  transition: 0.3s ease-in-out;
}

.news .news-list__item .news-meta__cate--other:hover {
  background: rgba(118, 118, 118, 0.1);
  color: #767676;
  transition: 0.3s ease-in-out;
  border: 1px solid #767676;
}

.news .news-list__item .news-meta__cate--other:hover::before {
  background-color: rgba(118, 118, 118, 0.1);
}

.news .news-list__item .news-meta .imp-txt {
  background-color: #D93200;
  border-radius: 2px;
  padding: 1px 10px 0;
  height: 30px;
  line-height: 30px;
  color: #fefefe;
  font-size: 1.4rem;
}

@media screen and (max-width: 960px) {
  .news .news-list__item .news-meta .imp-txt {
    height: 24px;
    padding: 1px 8px 0;
    line-height: 24px;
    font-size: 1.2rem;
  }
}

.news .news-list__item .news-ttl {
  width: calc(100% - 332px);
}

@media screen and (max-width: 960px) {
  .news .news-list__item .news-ttl {
    padding: 10px 0 0;
    width: 100%;
  }
}

@media screen and (max-width: 520px) {
  .news .news-list__item .news-ttl {
    padding: 10px 0 4px;
  }
}

.news .news-list__item .news-ttl a {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.4;
  padding-right: 24px;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media screen and (max-width: 960px) {
  .news .news-list__item .news-ttl a {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

.news .news-list__item .news-ttl a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-color: #005aa6;
  border-radius: 2px;
}

.news .news-list__item .news-ttl a::after {
  content: '';
  position: absolute;
  right: 5px;
  bottom: 8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #fce900;
}

.news .news-list__item .news-ttl a:hover {
  text-decoration: underline;
}

.news .news-list__item .news-txt {
  margin-bottom: calc(8px * 1);
  color: #C9C8C6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media screen and (max-width: 960px) {
  .news .news-list__item .news-txt {
    margin-bottom: calc((8px * 1) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .news .news-list__item .news-txt {
    margin-bottom: calc((8px * 1) * 0.5);
  }
}

.news .news-all {
  border-top: 2px solid #005aa6;
}

.news .news-citizen {
  border-top: 2px solid #008EAE;
}

.news .news-dental {
  border-top: 2px solid #02A47F;
}

.news .news-event {
  border-top: 2px solid #D97500;
}

.news .news-other {
  border-top: 2px solid #767676;
}

/*# sourceMappingURL=../../../maps/general/pages/news.css.map */
</pre></body></html>