@charset "UTF-8";
.news-section {
  background-color: #FFEFEF;
  padding: 60px 0;
  font-family: "Zen Maru Gothic", 游ゴシック, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.news-section .news-wrapper {
  max-width: 790px;
  margin: 0 auto;
  padding: 0 20px;
}
.news-section .news-wrapper .news-title h2 {
  color: #ee869a;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  font-family: inherit;
}
.news-section .news-wrapper .news-list {
  margin-top: 40px;
}
.news-section .news-wrapper .news-list .news-item {
  border-top: 1px solid #d9d9d9;
  padding: 20px 0;
}
.news-section .news-wrapper .news-list .news-item:last-child {
  border-bottom: 1px solid #d9d9d9;
}
.news-section .news-wrapper .news-list .news-item .news-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.news-section .news-wrapper .news-list .news-item .news-item__content .news-item__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  height: 86px;
  border-radius: 15px;
  overflow: hidden;
}
.news-section .news-wrapper .news-list .news-item .news-item__content .news-item__image img {
  width: 100%;
  height: 100%;
}
.news-section .news-wrapper .news-list .news-item .news-item__content .news-item__details {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.news-section .news-wrapper .news-list .news-item .news-item__content .news-item__details .news-item__date {
  font-size: 14px;
  color: #e85567;
  font-weight: 500;
  font-family: inherit;
}
.news-section .news-wrapper .news-list .news-item .news-item__content .news-item__details .news-item__title {
  font-size: 16px;
  font-weight: 500;
  color: #221815;
  line-height: 1.6;
  font-family: inherit;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .news-section .news-wrapper .news-list .news-item .news-item__content .news-item__details .news-item__title {
    font-size: 14px;
  }
}
.news-section .news-wrapper .list-link {
  margin-top: 26px;
}
.news-section .news-wrapper .list-link a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  text-decoration: none;
}
.news-section .news-wrapper .list-link a span {
  font-size: 14px;
  font-weight: 500;
  color: #e85567;
}