@charset "UTF-8";
/*------------------------
  news共通
------------------------*/
.news-list {
  line-height: 1.6;
}
.news-list__item {
  border-bottom: 1px dashed var(--border-color);
  padding: 1rem 0;
  transition: 0.2s;
}
@media screen and (min-width: 768px) {
  .news-list__item {
    padding: 1.5625rem 0;
  }
  .news-list__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.news-list__item .time,
.news-list__item .block {
  display: block;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .news-list__item .time,
  .news-list__item .block {
    font-size: 1rem;
  }
}
.news-list__item .time {
  font-weight: 700;
  color: #607679;
}
.news-list__item .block {
  color: #000;
  line-height: 1.5625;
  transition: 0.3s;
}
.news-list__item .block a {
  display: block;
  color: #000;
  text-decoration: none;
}
.news-list__item .block a:hover {
  opacity: 0.7;
}
.news-list__item a.block:hover {
  text-decoration: underline;
}

/*------------------------
  news / news list
------------------------*/
.sec-newslist .ly-container {
  padding-top: 4.4375rem;
}
.sec-newslist .news-list {
  border: 1px solid #000;
  padding: 2.5rem;
}

/*------------------------
  news / news single
------------------------*/
.sec-news-single .ly-wrapper {
  margin: 0 auto;
}
.sec-news-single .p-news .p-news-detail__date {
  font-size: 1rem;
  font-weight: 700;
  color: #607679;
}
.sec-news-single .p-news .p-news-detail__ttl {
  border-bottom: 1px dashed #607679;
  font-size: 1.75rem;
  margin-bottom: 1.875rem;
  padding-bottom: 1.4375rem;
}
.sec-news-single .p-news .p-news-detail__txt {
  border-bottom: none;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625;
  margin-bottom: 2.5rem;
  padding-bottom: 0;
}
.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_common {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sec-news-single .p-news {
    margin-bottom: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .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.25rem 0 1.25rem;
  }
  .sec-news-single .p-news .p-news-detail__txt {
    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 */