#tic-main.news {
  padding: 0;
  position: relative;
}
#tic-main.news .section.news {
  padding: 100px 0 0;
  position: relative;
}
@media screen and (max-width: 959px) {
  #tic-main.news .section.news {
    padding-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  #tic-main.news .section.news {
    padding: 85px 0 0;
z-index: 1;
  }
}
#tic-main.news .section.news .filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  #tic-main.news .section.news .filter {
    margin-bottom: 40px;
  }
}
#tic-main.news .section.news .filter li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 500;
  padding: 0 45px;
  letter-spacing: 0.15em;
  width: 160px;
}
@media screen and (max-width: 768px) {
  #tic-main.news .section.news .filter li {
    padding: 0;
    width: 100px;
    text-align: center;
  }
}
#tic-main.news .section.news .filter li:not(:first-child) {
  border-left: 1px solid #003a66;
}
#tic-main.news .section.news .filter li:hover {
  color: #0097ED;
}
#tic-main.news .section.news .filter li:hover span, #tic-main.news .section.news .filter li:hover a {
  color: #0097ED;
}
#tic-main.news .section.news .filter li.active {
  position: relative;
}
#tic-main.news .section.news .filter li.active:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 10px;
  right: 10px;
  bottom: -10px;
  border-radius: 50%;
  background-color: #e0f2fd;
  opacity: 0.5;
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
#tic-main.news .section.news .filter li.active span, #tic-main.news .section.news .filter li.active a {
  color: #0097ED;
}
#tic-main.news .section.news .filter li span, #tic-main.news .section.news .filter li a {
  position: relative;
  z-index: 1;
  color: #003A66;
}
#tic-main.news .section.news .news-items {
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  #tic-main.news .section.news .news-items {
    margin-bottom: 10px;
  }
}