@charset "UTF-8";
/*------------------------
  news共通
------------------------*/
.news-list {
  line-height: 1.6;
}
.news-list__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  transition: 0.2s;
}
.news-list__item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.news-list__item .time,
.news-list__item .block {
  display: block;
  color: var(--color-primary);
}
.news-list__item .time {
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: 0.11em;
  margin-bottom: 0.3125rem;
}
@media screen and (max-width: 576px) {
  .news-list__item .time {
    font-size: 1.25rem;
  }
}
.news-list__item .block {
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  transition: 0.3s;
}
@media screen and (max-width: 576px) {
  .news-list__item .block {
    font-size: 1.2rem;
  }
}
.news-list__item .block a {
  display: block;
  color: #000;
  text-decoration: none;
}
.news-list__item .block:hover {
  opacity: 0.5;
}

/*------------------------
  news / news list
------------------------*/
.sec-newslist .news-list__item {
  transition: 0.2s;
  margin-bottom: 1.875rem;
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .sec-newslist .news-list__item {
    display: flex;
    flex-wrap: nowrap;
    align-items: baseline;
    margin-bottom: 2.3125rem;
    padding-bottom: 2.3125rem;
  }
}
.sec-newslist .news-list__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.sec-newslist .news-list__item .time,
.sec-newslist .news-list__item .block {
  display: block;
  font-size: 0.9375rem;
}
@media screen and (max-width: 576px) {
  .sec-newslist .news-list__item .time,
  .sec-newslist .news-list__item .block {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 576px) {
  .sec-newslist .news-list__item .block {
    font-size: 1.5rem;
  }
}
.sec-newslist .news-list__item .time {
  color: #9c9bb2;
  font-weight: bold;
  width: 9.375rem;
  flex-shrink: 0;
}

/*------------------------
  news / news single
------------------------*/
.sec-news-single .ly-wrapper {
  margin: 0 auto;
}
.sec-news-single .p-news {
  padding: 3.3125rem 2.1875rem 4rem;
}
@media screen and (min-width: 768px) {
  .sec-news-single .p-news {
    padding: 4.0625rem 6.25rem 4.0625rem;
  }
}
.sec-news-single .p-news .p-news-detail__date {
  color: #9c9bb2;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .sec-news-single .p-news .p-news-detail__date {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 576px) {
  .sec-news-single .p-news .p-news-detail__date {
    font-size: 1.625rem;
  }
}
.sec-news-single .p-news .p-news-detail__ttl {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 0.055em;
  margin-bottom: 1.875rem;
  padding-bottom: 1.375rem;
}
@media screen and (max-width: 767px) {
  .sec-news-single .p-news .p-news-detail__ttl {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 576px) {
  .sec-news-single .p-news .p-news-detail__ttl {
    font-size: 1.8rem;
  }
}
.sec-news-single .p-news .p-news-detail__txt {
  font-size: 0.9375rem;
  border: 0;
  padding: 0;
}
@media screen and (max-width: 576px) {
  .sec-news-single .p-news .p-news-detail__txt {
    font-size: 1.5rem;
  }
}
.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;
}
@media screen and (max-width: 767px) {
  .sec-news-single .btn_common {
    margin-top: 3.0625rem;
  }
}
.sec-news-single .btn_common a {
  box-sizing: border-box;
  letter-spacing: 0.3em;
}
@media screen and (min-width: 768px) {
  .sec-news-single .btn_common a {
    padding-left: 0;
    min-width: 18rem;
  }
}/*# sourceMappingURL=news.css.map */