@charset "UTF-8";
/*------------------------
  news共通
------------------------*/
.news-list__item {
  position: relative;
  display: flex;
  align-items: baseline;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .news-list__item {
    flex-direction: row;
  }
}
.news-list__item:not(:last-child) {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
.news-list__item:not(:last-child)::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: url("../../images/common/bg_symbol_04.png") repeat-x;
  background-size: 3px 2px;
  content: "";
}
.news-list__item .time,
.news-list__item .block {
  display: block;
}
.news-list__item .time {
  font-size: 1.2rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .news-list__item .time {
    font-size: 1.3rem;
    width: 10rem;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 768px) {
  .news-list__item .block a:hover {
    text-decoration: underline;
  }
}
.news-list__item .block .news-list__anchor {
  color: inherit;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .news-list__item .block .news-list__anchor {
    font-size: 1.4rem;
  }
}

/*------------------------
  news / news list
------------------------*/
/*------------------------
  news / news single
------------------------*/
.sec-news-single .ly-wrapper {
  margin: 0 auto;
}
.sec-news-single .p-news {
  margin-bottom: 4rem;
}
.sec-news-single .p-news .common_box_item {
  margin-bottom: 0;
  padding-bottom: 0;
}
.sec-news-single .p-news .common_box_item::after {
  display: none;
}
.sec-news-single .p-news .common_box_item p a {
  margin: 0;
}
.sec-news-single .p-news .p-news-detail__date {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .sec-news-single .p-news .p-news-detail__date {
    font-size: 1.5rem;
  }
}
.sec-news-single .p-news .p-news-detail__ttl {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .sec-news-single .p-news .p-news-detail__ttl {
    font-size: 2rem;
  }
}
.sec-news-single .p-news .p-news-detail__ttl::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background: url("../../images/common/bg_symbol_04.png") repeat-x;
  background-size: 3px 2px;
  content: "";
}
.sec-news-single .p-news .p-news-detail__txt {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .sec-news-single .p-news .p-news-detail__txt {
    margin-bottom: 2.5rem;
  }
}
.sec-news-single .p-news .p-news-detail__txt figure {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .sec-news-single .p-news .p-news-detail__txt figure {
    margin-bottom: 2rem;
  }
}
.sec-news-single .p-news .p-news-detail__txt p {
  font-size: 1.3rem;
}
.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: 2.4rem;
  }
  .sec-news-single .p-news .p-news-detail__txt {
    overflow-wrap: break-word;
  }
  .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: 1.3rem;
  }
}/*# sourceMappingURL=news.css.map */