.ttl {
  width: 105rem;
}
.ttl img {
  filter: invert(100%);
}

.pagenation {
  display: flex;
  justify-content: center;
  margin-top: 30rem;
  text-align: center;
}

.news_wrap {
  margin-top: 100rem;
}

#page_news .news_list li + li {
  margin-top: 1em;
}
#page_news .news_list li a {
  gap: 20rem;
  display: flex;
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
  position: relative;
}
#page_news .news_list li a .time {
  width: 6em;
}
#page_news .news_list li a .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  margin-top: 5rem;
}
#page_news .news_list li a::after {
  content: "";
  display: block;
  position: absolute;
  width: 50rem;
  height: 5rem;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
  right: 10rem;
  bottom: 50%;
  transform: skew(45deg);
  transition: 0.5s;
}
#page_news .news_list li a:hover::after {
  right: 0rem;
}
#page_news .pagenation li + li {
  margin-left: 0.5em;
}
#page_news .pagenation li a {
  color: #fff;
  background-color: #D9D9D9;
  width: 56rem;
  height: 56rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50rem;
}
@media (hover: hover) and (pointer: fine) {
  #page_news .pagenation li a:hover {
    color: #fff;
    background-color: #008899;
    opacity: 1;
  }
}
#page_news .pagenation li.move a {
  position: relative;
  background-color: unset;
}
#page_news .pagenation li.move a::after {
  position: absolute;
  content: "";
  display: block;
  width: 20rem;
  height: 20rem;
  background: url(../../../news/img/ico_arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 10rem;
  transform: translateY(-50%);
}
#page_news .pagenation li.move.prev a::after {
  left: unset;
  right: 10rem;
  transform: translateY(-50%) rotate(180deg);
}
#page_news .pagenation li.active {
  color: #fff;
  background-color: #008899;
  width: 56rem;
  height: 56rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50rem;
}
#page_news .pagenation li.active a {
  color: #fff;
  background-color: #008899;
}

#page_single .pagenation {
  justify-content: space-between;
}
#page_single .pagenation li {
  position: relative;
}
#page_single .pagenation li a {
  display: block;
  color: #fff;
  background-color: #008899;
  padding-left: 10rem;
  padding-right: 10rem;
  border-radius: 50rem;
  height: 50rem;
  line-height: 50rem;
}
@media (hover: hover) and (pointer: fine) {
  #page_single .pagenation li a:hover {
    background-color: #D9D9D9;
  }
}
#page_single .time {
  color: #000;
}
#page_single .title {
  font-size: 28rem;
  font-weight: 700;
  margin-top: 0.5em;
  text-align: center;
}
#page_single .content {
  padding: 2em 0;
  margin-top: 1em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#page_single .content img {
  display: block;
  margin-top: 30rem;
  margin-left: auto;
  margin-right: auto;
}
#page_single .content .ql-align-right {
  text-align: right;
}
#page_single .content .ql-align-center {
  text-align: center;
}
#page_single .content em {
  font-style: italic;
}
#page_single .content strong {
  font-weight: bold;
}
#page_single .content h2 {
  font-size: 28rem;
  font-weight: 700;
}
#page_single .content h3 {
  font-size: 22rem;
}
#page_single .pagenation li a {
  width: 8em;
}

@media screen and (max-width: 680px) {
  .ttl {
    width: 80.5rem;
  }
  .news_wrap {
    margin-top: 60rem;
  }
  .pagenation {
    margin-top: 40rem;
  }
  #page_news .pagenation li + li {
    margin-left: 0.5em;
  }
  #page_news .pagenation li a {
    width: 35rem;
    height: 35rem;
  }
  #page_news .pagenation li.move a {
    position: relative;
    background-color: unset;
  }
  #page_news .pagenation li.move a::after {
    width: 10rem;
    height: 10rem;
  }
  #page_news .pagenation li.active {
    width: 35rem;
    height: 35rem;
  }
  #page_news .news_list li {
    flex-direction: column;
  }
  #page_news .news_list li a {
    display: block;
  }
  #page_news .news_list li .title a span {
    white-space: normal;
    display: block;
    width: 95%;
  }
  #page_single .title {
    font-size: 16rem;
  }
  #page_single .content img {
    margin-top: 20rem;
    width: -moz-fit-content;
    width: fit-content;
  }
  #page_single .pagenation {
    justify-content: space-between;
  }
  #page_single .pagenation li a {
    padding-left: 10rem;
    padding-right: 10rem;
    height: 25rem;
    line-height: 25rem;
  }
}/*# sourceMappingURL=news.css.map */