<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.news-list {
  line-height: 1.6;
  margin-bottom: 0.75rem;
  border-top: 1px solid #d0af62;
  position: relative;
}
.news-list::before, .news-list::after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  background-color: #d0af62;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.news-list::before {
  left: 0;
}
.news-list::after {
  right: 0;
}
.news-list__item {
  padding: 1.5rem 0rem;
  border-bottom: 1px solid #a58348;
  transition: 0.2s;
  position: relative;
}
.news-list__item::before, .news-list__item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  background-color: #a58348;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.news-list__item::before {
  left: 0;
}
.news-list__item::after {
  right: 0;
}
.news-list__item a {
  display: block;
}
.news-list__item a:hover {
  opacity: 0.5;
}
.news-list__item .time,
.news-list__item .block {
  display: block;
}
.news-list__item .time {
  font-size: 0.8125rem;
  color: #a58348;
  letter-spacing: 0.0625rem;
}
.news-list__item .block {
  font-size: 1rem;
  color: #482d1c;
}
.news-list__item a {
  color: #482d1c;
}
@media screen and (max-width: 750px) {
  .news-list {
    line-height: 1.6;
    margin-bottom: 0.75rem;
  }
  .news-list__item {
    padding: 1rem 0rem;
  }
  .news-list__item .time {
    font-size: 0.75rem;
  }
  .news-list__item .block {
    font-size: 0.875rem;
  }
}

/*------------------------
  news / news list
------------------------*/
@media screen and (max-width: 750px) {
  .news-list_all .news-list__item:last-child {
    padding: 1rem 0rem 0rem;
  }
}

/*------------------------
  news / news single
------------------------*/
.sec-news-single {
  position: relative;
}

.sec-news-single .p-news .p-news-detail__date {
  font-size: 1rem;
  color: #a58348;
  font-weight: 700;
  letter-spacing: 0.0625rem;
}
.sec-news-single .p-news .p-news-detail__ttl {
  font-size: 1.75rem;
  letter-spacing: 2px;
  border-bottom: 1px solid #a58348;
  position: relative;
  padding: 0 0 1.875rem;
}
.sec-news-single .p-news .p-news-detail__ttl::before, .sec-news-single .p-news .p-news-detail__ttl::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  background-color: #a58348;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.sec-news-single .p-news .p-news-detail__ttl::before {
  left: 0;
}
.sec-news-single .p-news .p-news-detail__ttl::after {
  right: 0;
}
.sec-news-single .p-news .p-news-detail__txt {
  padding: 2.5rem 0 3.125rem;
  overflow-wrap: break-word;
}
.sec-news-single .p-news .p-news-detail__txt p a, .sec-news-single .p-news .p-news-detail__txt ul a, .sec-news-single .p-news .p-news-detail__txt ol a, .sec-news-single .p-news .p-news-detail__txt table a, .sec-news-single .p-news .p-news-detail__txt dl a {
  text-decoration: underline;
}
.sec-news-single .p-news .p-news-detail__txt img {
  margin-left: auto;
  margin-right: auto;
}
.sec-news-single .p-news .p-news-detail__txt iframe {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.sec-news-single .btn_blk {
  text-align: center;
}

@media screen and (max-width: 750px) {
  .sec-news-single .p-news .p-news-detail__date {
    font-size: 0.75rem;
  }
  .sec-news-single .p-news .p-news-detail__ttl {
    font-size: 1.125rem;
    padding: 0 0 1rem;
  }
  .sec-news-single .p-news .p-news-detail__txt {
    padding: 1.25rem 0 1.875rem;
    overflow-wrap: break-word;
  }
  .sec-news-single .p-news .p-news-detail__txt p, .sec-news-single .p-news .p-news-detail__txt ul, .sec-news-single .p-news .p-news-detail__txt ol, .sec-news-single .p-news .p-news-detail__txt table, .sec-news-single .p-news .p-news-detail__txt dl {
    font-size: 0.8125rem;
  }
}/*# sourceMappingURL=news.css.map */</pre></body></html>