@charset "utf-8";

/*
  File Name   : news.css
  Description : コンテンツエリア関係 他
*/

/* breadcrumbs
============================================================ */
.lay-breadcrumbs li:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 961px) {
}

/* sect-news
============================================================ */
.sect-news {
}
.news__list {
}
.news__list__item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin: 0 40px;
  padding: 20px 0;
  border-bottom: 1px solid #9fa0a0;
}
.news__list__item:last-child {
  border-bottom: none;
}
.news__list__date {
  flex-shrink: 0;
  min-width: 90px;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 961px) {
  .news__list {
  }
  .news__list__item {
    flex-direction: column;
    margin: 0 20px;
    padding: 10px 0;
    gap: 0;
  }
}

/* sect-news__detail
============================================================ */
.sect-news__detail {
}
.news__detail__title__wrap {
  padding-bottom: 20px;
  border-bottom: solid 1px #898989;
}
.news__detail__title {
  font-size: 34px;
  font-weight: bold;
}
.news__detail__day {
  margin-top: 10px;
}
.news__detail__body {
  padding-top: 40px;
}
.detail__button__wrap {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 960px;
  margin: 60px auto 0;
  gap: 35px 20px;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 961px) {
  .news__detail__title {
    font-size: 24px;
  }
  .detail__button__wrap {
    flex-direction: column;
    gap: 25px 10px;
    margin-top: 40px;
  }
}
