@charset "UTF-8";
.page_headline--news .page_headline__img {
  width: 6.8125rem;
}
@media screen and (min-width: 768px) {
  .page_headline--news .page_headline__img {
    width: min(18.75vw, 22.5rem);
  }
}

/*------------------------
  news共通
------------------------*/
.news-list {
  line-height: 1.565;
}
.news-list__item {
  background: url("../../images/common/dotted_line.png") repeat-x center bottom/auto 1px;
  margin-bottom: 0.9375rem;
  padding-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .news-list__item {
    background-size: auto 0.1875rem;
    margin-bottom: 1.5625rem;
    padding-bottom: 1.8125rem;
  }
}
.news-list__item:last-child {
  margin-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 {
  color: #b1643e;
  font-weight: 700;
}
.news-list__item .block {
  color: var(--color-main);
  transition: 0.3s;
}
.news-list__item .block a {
  display: block;
  color: var(--color-main);
  text-decoration: none;
}
.news-list__item .block:hover {
  opacity: 0.7;
}

/*------------------------
  news / news list
------------------------*/
@media screen and (min-width: 768px) {
  .sec-newslist .news-list {
    padding: 2.5rem;
  }
}
.sec-newslist .news-list__item {
  transition: 0.2s;
}
.sec-newslist .news-list__item:last-child {
  background: none;
  padding-bottom: 0;
}
.sec-newslist .news-list__item a {
  display: block;
  color: #000;
  transition: 0.3s;
}
.sec-newslist .news-list__item a:hover {
  opacity: 0.5;
}
.sec-newslist .news-list__item .time,
.sec-newslist .news-list__item .block {
  display: block;
}
.sec-newslist .news-list__item .time {
  width: 7.5rem;
  flex-shrink: 0;
}

/*------------------------
  news / news single
------------------------*/
.sec-news-single .ly-wrapper {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .sec-news-single .p-news {
    padding-bottom: 2.5rem;
  }
}
.sec-news-single .p-news .p-news-detail__date {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #b1643e;
}
@media screen and (min-width: 768px) {
  .sec-news-single .p-news .p-news-detail__date {
    font-size: 1rem;
  }
}
.sec-news-single .p-news .p-news-detail__ttl {
  font-size: 1.125rem;
  font-weight: 400;
  padding: 0.25rem 0 1.5rem;
  background: url("../../images/common/dotted_line.png") repeat-x center bottom/auto 1px;
}
@media screen and (min-width: 768px) {
  .sec-news-single .p-news .p-news-detail__ttl {
    background-size: auto 0.1875rem;
  }
}
@media screen and (min-width: 768px) {
  .sec-news-single .p-news .p-news-detail__ttl {
    font-size: 1.75rem;
    padding: 0.25rem 0 0.9375rem;
  }
}
.sec-news-single .p-news .p-news-detail__txt {
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .sec-news-single .p-news .p-news-detail__txt {
    font-size: 1rem;
    margin-bottom: 2.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;
}
.sec-news-single .p-news .common_box_item {
  background: none;
  padding: 1.5rem 0 0;
}
@media screen and (min-width: 768px) {
  .sec-news-single .p-news .common_box_item {
    padding-top: 1.25rem;
  }
}
.sec-news-single .btn_common {
  text-align: center;
}/*# sourceMappingURL=news.css.map */