main {
  padding-bottom: 100rem;
}

article {
  padding-top: 70rem;
}

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

#page_news .header_wrap .reserve_btn,
#page_single .header_wrap .reserve_btn {
  display: none;
}

#page_news article .news_list li {
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
  position: relative;
}
#page_news article .news_list li::after {
  content: "";
  display: block;
  width: 9rem;
  height: 16rem;
  background: url(/assets/img/ico_news_list_arrow_right.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 27%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 25rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#page_news article .news_list li:hover::after {
  right: 20rem;
}
#page_news article .news_list li + li {
  margin-top: 1em;
}
#page_news article .news_list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#page_news article .news_list li .time {
  width: 150rem;
}
#page_news article .news_list li .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 650rem;
}
#page_news article .pagenation li a {
  width: 2em;
}

#page_single article .title {
  font-size: 25rem;
  font-weight: 700;
  margin-top: 30rem;
  color: #361500;
}
#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;
}
#page_single .breadcrumb ul {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 680px) {
  main {
    padding-bottom: 50rem;
  }
  article {
    padding-top: 40rem;
  }
  #page_news article ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #page_news article .news_list li::after {
    top: 43%;
    right: 14rem;
  }
  #page_news article .news_list li:hover::after {
    right: 10rem;
  }
  #page_news article .news_list li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #page_news article .news_list li .title {
    width: 290rem;
  }
  #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 */