@charset "UTF-8";
/* notice */
.notice {
  width: 100%;
  background-color: #ebebeb;
  background-image: url("../img/feature2_left.webp"), url("../img/feature2_right.webp"); /* 右側の画像 */
  background-repeat: no-repeat, no-repeat;
  background-position: left 13px top 2px, right 8px top 2px;
  /* 詳細ページ */
}
.notice__wrap {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding-top: 180px;
  padding-bottom: 194px;
}
.notice__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  font-size: 30px;
  font-style: normal;
  text-align: center;
  margin-bottom: 52px;
  letter-spacing: 0.03em;
}
.notice__box {
  background-color: #fff;
  width: calc(100% - 60px);
  margin: 0 auto;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.notice__list {
  width: calc(100% - 60px);
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 0;
}
.notice__item {
  font-size: 17px;
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 17.6px;
  margin-bottom: 18.2px;
  padding-left: 83px;
  font-family: "ten-mincho", serif;
  font-style: normal;
}
.notice__item:last-child {
  margin-bottom: 23.5px;
}
.notice__date {
  font-size: 13px;
  letter-spacing: 0.03em;
  margin-right: 27px;
}
.notice__latest {
  position: relative;
}
.notice__latest::before {
  content: "NEW";
  position: absolute;
  top: 0;
  left: -82px;
  background: linear-gradient(180deg, #ff0000 0%, #db0000 100%);
  color: #fff;
  width: 60px;
  height: 21px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 21px;
  border-radius: 10px;
}
.notice__text {
  letter-spacing: 0.05em;
}
.notice__box-wrap {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 80px 0;
}
.notice__box-date {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  margin-bottom: 10px;
}
.notice__box-title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 17px;
  padding-bottom: 31px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dedede;
}
.notice__box-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  margin-bottom: 30px;
}
.notice__box-figure {
  width: 100%;
}
.notice__box-figure img {
  width: 100%;
}
.notice__button-pc {
  display: block;
  width: 220px;
  height: 50px;
  margin: 50px auto 0;
  text-align: center;
  line-height: 50px;
  background: #b18528;
  border-radius: 30px;
}
.notice__button-pc a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
.notice__button-sp {
  display: none;
}/*# sourceMappingURL=notice.css.map */