@charset "UTF-8";
/*------------------------
  news共通
------------------------*/
.news-list {
  line-height: 1.6;
}
.news-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0.0625rem solid #1e1e1e;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding: 0 0.25rem;
}
.news-list__item:last-child {
  border-bottom: none;
}
.news-list__item a {
  padding: 1.5rem 0rem;
}
@media screen and (max-width: 576px) {
  .news-list__item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0.875rem 0rem;
  }
}
.news-list__item a:hover {
  opacity: 0.5;
}
.news-list__item .time,
.news-list__item .block {
  display: block;
}
.news-list__item .time {
  padding: 1.5rem 0rem;
  font-size: 0.8125rem;
  letter-spacing: 0.0625rem;
  margin-right: 1.25rem;
  line-height: 1.5rem;
  font-family: "Gilda Display", serif;
  font-weight: 400;
  font-style: normal;
  color: #1e1e1e;
}
@media screen and (max-width: 576px) {
  .news-list__item .time {
    font-size: 0.75rem;
    line-height: 1;
    margin-bottom: 0.3125rem;
    padding: 0.875rem 0rem;
  }
}
.news-list__item .block {
  font-size: 0.875rem;
  letter-spacing: 0.0625rem;
  color: #1e1e1e;
  line-height: 1.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 576px) {
  .news-list__item .block {
    font-size: 0.75rem;
    letter-spacing: 0rem;
    line-height: 1.4;
  }
}
.news-list__item .block a {
  display: block;
  color: #1e1e1e;
  text-decoration: none;
}

/*------------------------
  news / news list
------------------------*/
.sec-newslist .news-list__item:last-child {
  border-bottom: 0.0625rem solid #1e1e1e;
}
.sec-newslist .news-list__item:first-child {
  border-top: 0.0625rem solid #1e1e1e;
}

/*------------------------
  news / news single
------------------------*/
.sec-news-single .ly-wrapper {
  margin: 0 auto;
}
.sec-news-single .p-news {
  margin-bottom: 0.75rem;
}
.sec-news-single .p-news .p-news-detail__date {
  font-size: 1rem;
  font-family: "Gilda Display", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  margin-bottom: 1rem;
}
@media screen and (max-width: 576px) {
  .sec-news-single .p-news .p-news-detail__date {
    font-size: 0.8125rem;
    margin-bottom: 0.5rem;
  }
}
.sec-news-single .p-news .p-news-detail__ttl {
  font-size: 1.75rem;
  padding: 1.5rem 0 1.5rem;
  letter-spacing: 0.125rem;
  border-top: 0.0625rem solid #1e1e1e;
}
@media screen and (max-width: 576px) {
  .sec-news-single .p-news .p-news-detail__ttl {
    font-size: 0.9375rem;
    letter-spacing: 0.0625rem;
  }
}
.sec-news-single .p-news .p-news-detail__txt {
  padding-top: 2.25rem;
}
.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;
}