@charset "UTF-8";
/*------------------------
  news共通
------------------------*/
.news-list {
  line-height: 1.6;
}
.news-list__item {
  border-bottom: 1px solid #AB292A;
  padding: 1.6875rem 0;
}
@media screen and (min-width: 768px) {
  .news-list__item {
    padding: 2.125rem 0;
  }
}
.news-list__item:first-child {
  padding-top: 0;
}
.news-list__item .time,
.news-list__item .block {
  color: #FFF;
  display: block;
}
.news-list__item .time {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.875rem;
}
@media screen and (min-width: 768px) {
  .news-list__item .time {
    font-size: 0.9375rem;
  }
}
.news-list__item .block {
  font-size: 1.25rem;
  line-height: 1.769;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .news-list__item .block {
    font-size: 0.8125rem;
  }
}
.news-list__item .block a {
  display: block;
  color: #FFF;
  text-decoration: none;
}
.news-list__item .block:hover {
  opacity: 0.5;
}
.news-list__item .icon-new {
  background-color: #AB292A;
  color: #000;
  font-size: 1.25rem;
  font-weight: 500;
  margin-left: 0.625rem;
  padding: 0 0.25rem;
}
@media screen and (min-width: 768px) {
  .news-list__item .icon-new {
    font-size: 0.6875rem;
    margin-left: 0.3125rem;
  }
}

/*------------------------
  news / news list
------------------------*/
.sec-newslist .ly-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4.0625rem;
}
@media screen and (min-width: 768px) {
  .sec-newslist .ly-wrapper {
    flex-direction: row;
  }
}
.sec-newslist .p-news-side {
  align-self: stretch;
  flex-shrink: 0;
  margin-bottom: 0;
  padding: 2.125rem 2.75rem 3.9375rem;
}
@media screen and (min-width: 768px) {
  .sec-newslist .p-news-side {
    width: 21.875rem;
  }
}
.sec-newslist .news-list {
  max-height: 48rem;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.sec-newslist .news-list::-webkit-scrollbar {
  display: none;
}
.sec-newslist .news-list__item {
  border-bottom: 1px dotted #FFF;
  padding-block: 1.125rem;
}
@media screen and (min-width: 768px) {
  .sec-newslist .p-news__inner {
    max-height: 50rem;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .sec-newslist .p-news__inner::-webkit-scrollbar {
    display: none;
  }
}

.p-news {
  padding: 3.0625rem 3.0625rem 3.375rem;
}
@media screen and (min-width: 768px) {
  .p-news {
    flex: 0 calc(100% - 25.9375rem);
    padding: 2rem 2.75rem 2.125rem;
  }
}
.p-news__date {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .p-news__date {
    font-size: 0.9375rem;
  }
}
.p-news__ttl {
  border-bottom: 1px dotted #FFF;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding-bottom: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .p-news__ttl {
    font-size: 1.375rem;
  }
}
.p-news__body {
  font-size: 1.25rem;
  line-height: 2.1;
}
@media screen and (min-width: 768px) {
  .p-news__body {
    font-size: 0.875rem;
  }
}
.p-news__body > * {
  margin-bottom: 1.25rem;
}
.p-news__body > *:last-child {
  margin-bottom: 0;
}
.p-news .btn_common2 {
  margin-top: 2.3125rem;
}/*# sourceMappingURL=news.css.map */