article {
  padding-top: 70rem;
  margin-bottom: 100rem;
}

.pagenation {
  display: flex;
  justify-content: center;
  margin-top: 30rem;
  text-align: center;
}
.pagenation li + li {
  margin-left: 0.5em;
}
.pagenation li a {
  color: #00387d;
  border: 1px solid #00387d;
  height: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (hover: hover) and (pointer: fine) {
  .pagenation li a:hover {
    color: #fff;
    background-color: #00387d;
    opacity: 1;
  }
}
.pagenation li.active {
  color: #fff;
  background-color: #00387d;
  border: 1px solid #00387d;
  height: 2em;
  width: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagenation li.active a {
  color: #fff;
  background-color: #00387d;
}

#page_news article .news_list li {
  display: flex;
  padding-bottom: 1em;
  border-bottom: 2px solid #aaaaaa;
  position: relative;
  transition: 0.2s linear;
}
#page_news article .news_list li::before {
  content: "";
  background: linear-gradient(to right, #7ebf40, #00a4d9);
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  width: 160rem;
}
#page_news article .news_list li + li {
  margin-top: 1em;
}
#page_news article .news_list li a {
  display: flex;
  padding-left: 20rem;
  width: 100%;
  justify-content: left;
}
#page_news article .news_list li .time {
  width: 6em;
  width: 150rem;
}
#page_news article .news_list li .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#page_news article .news_list li .arrow::after {
  right: 35rem;
  position: absolute;
  background-image: url(../../img/ico_arrow.png);
  transition: 0.2s linear;
}
#page_news article .news_list li:hover {
  opacity: 0.8;
}
#page_news article .news_list li:hover .arrow::after {
  right: 25rem;
}
#page_news article .pagenation li a {
  width: 2em;
}

#page_single article .time {
  color: #00387d;
}
#page_single article .title {
  font-size: 28rem;
  font-weight: 700;
  margin-top: 0.5em;
}
#page_single article .content {
  padding: 2em 0;
  margin-top: 1em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#page_single article .content img {
  display: block;
  margin-top: 30rem;
  margin-left: auto;
  margin-right: auto;
}
#page_single article .content .ql-align-right {
  text-align: right;
}
#page_single article .content .ql-align-center {
  text-align: center;
}
#page_single article .content em {
  font-style: italic;
}
#page_single article .content strong {
  font-weight: bold;
}
#page_single article .content a {
  text-decoration: underline;
  color: #419de4;
}
#page_single article .content h2 {
  font-size: 28rem;
  font-weight: 700;
}
#page_single article .content h3 {
  font-size: 22rem;
}
#page_single article .pagenation li a {
  width: 8em;
}

iframe {
  width: 560px;
  height: 315px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 767px) {
  article {
    padding-top: 40rem;
  }
  #page_news article {
    margin-bottom: 60rem;
  }
  #page_news article ul li {
    flex-direction: column;
  }
  #page_news article .news_list li::before {
    width: 65rem;
  }
  #page_news article .news_list li a {
    display: block;
    padding-left: 5rem;
  }
  #page_news article .news_list li .arrow::after {
    right: 20rem;
    background-image: url(../../img/ico_arrow_sp.png);
    top: calc(50% - 10rem);
  }
  #page_single article .title {
    font-size: 16rem;
  }
  #page_single article .content img {
    margin-top: 20rem;
  }
  #page_single article .content h2 {
    font-size: 16rem;
  }
  #page_single article .content h3 {
    font-size: 16rem;
  }
}/*# sourceMappingURL=news.css.map */