@charset "UTF-8";

/* スマホ表示での横スクロール防止 */
html, body {
  overflow-x: hidden;
  max-width: 100%;
  position: relative;
}

@media screen and (min-width: 576px) {
  .news-ttl-wrapper, .news-wrapper {
    padding: 0 10px;
  }
}
@media screen and (min-width: 768px) {
  .news-ttl-wrapper, .news-wrapper {
    padding: 0 35px;
  }
}
@media screen and (min-width: 992px) {
  .news-ttl-wrapper, .news-wrapper {
    padding: 0 70px;
  }
}
.news-ttl-wrapper {
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .news-ttl-wrapper {
    width: 22%;
  }
}
@media screen and (min-width: 992px) {
  .news-ttl-wrapper {
    width: 31%;
  }
}
.news-ttl-wrapper img {
  width: 42px;
  margin-bottom: 4px;
}
@media screen and (min-width: 992px) {
  .news-ttl-wrapper img {
    width: 95px;
    margin-bottom: 10px;
  }
}
.news__ttl {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 7px;
}
@media screen and (min-width: 992px) {
  .news__ttl {
    font-size: 3rem;
    margin-bottom: 10px;
  }
}
.news__ttl--sub {
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .news__ttl--sub {
    font-size: 1.5rem;
  }
}
.news-wrapper {
  width: 100%;
  margin-bottom: 30px;
  margin-top: 50px;
  box-sizing: border-box;
  max-width: 100%;
  overflow-x: hidden;
}
@media screen and (min-width: 576px) {
  .news-wrapper {
    width: 78%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .news-wrapper {
    width: 69%;
    margin: 100px auto 10px auto;
  }
}
.news-list-item {
  border-bottom: 1px solid #D9D9D9;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;
  box-sizing: border-box;
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (min-width: 576px) {
  .news-list-item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 992px) {
  .news-list-item {
    font-size: 1.25rem;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  .news-list-item {
    padding-left: 0;
    padding-right: 0;
  }
}
.news-list-item:not(:first-of-type) {
  padding-top: 20px;
}
@media screen and (min-width: 992px) {
  .news-list-item:not(:first-of-type) {
    padding-top: 43px;
  }
}
@media screen and (min-width: 768px) {
  .news-list-item-inner {
    display: flex;
    gap: 40px;
  }
}
.news .to-news-archive-btn-wrapper {
  width: 233px;
  margin: 0 auto;
}
@media screen and (min-width: 576px) {
  .news .to-news-archive-btn-wrapper {
    margin-left: auto;
    margin-right: 0;
  }
}
