
.list-notification-page .notification-list {
  margin-top: 56px;
}
@media (max-width: 768px) {
  .list-notification-page .notification-list {
    margin-top: 24px;
  }
}
.list-notification-page .notification-list .item {
  display: flex;
  gap: 16px;
  padding: 40px 0;
  padding-right: 60px;
  border-bottom: 1px solid rgba(46, 46, 46, 0.2);
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .list-notification-page .notification-list .item {
    flex-wrap: wrap;
    padding-right: 30px;
  }
}
.list-notification-page .notification-list .item .news_date {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 8%;
  color: rgba(46, 46, 46, 0.6);
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .list-notification-page .notification-list .item .news_date {
    font-size: 16px;
  }
}
.list-notification-page .notification-list .item .news_tag {
  font-weight: 500;
  font-size: 13px;
  line-height: 120%;
  letter-spacing: 8%;
  color: #FFF;
  padding: 8px 16px;
  background: #2E2E2E;
  flex-shrink: 0;
  border-radius: 2px;
}
@media (max-width: 768px) {
  .list-notification-page .notification-list .item .news_tag {
    padding: 4px 6px;
  }
}
.list-notification-page .notification-list .item .news_title {
  font-weight: 700;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 8%;
  color: #2E2E2E;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 768px) {
  .list-notification-page .notification-list .item .news_title {
    font-size: 15px;
  }
}
.list-notification-page .notification-list .item svg {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .list-notification-page .notification-list .item svg {
    right: 0;
  }
}
.list-notification-page .notification-list .item:hover .news_title {
  color: #0DA183;
}
.list-notification-page .notification-list .item:hover svg path {
  fill: #0DA183;
  stroke: #0DA183;
}
.list-notification-page .pagination {
  display: flex;
  justify-content: center;
  margin-top: 80px;
  gap: 16px;
}
@media (max-width: 768px) {
  .list-notification-page .pagination {
    margin-top: 40px;
  }
}
.list-notification-page .pagination .page-numbers {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #038546;
  font-family: "Roboto";
  font-weight: 700;
  font-style: Bold;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 8%;
  text-align: center;
  border-radius: 100%;
  border: 1px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #038546 0%, #168C62 100%) border-box;
  text-decoration: none;
}
@media (max-width: 768px) {
  .list-notification-page .pagination .page-numbers {
    width: 40px;
    height: 40px;
  }
}
.list-notification-page .pagination .page-numbers.current {
  background: linear-gradient(90deg, #038546 0%, #168C62 100%);
  border-radius: 100%;
  color: #FFF;
}

.notification-content-single-page .custom-date {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  justify-content: end;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .notification-content-single-page .custom-date {
    margin-bottom: 24px;
  }
}
.notification-content-single-page .custom-date .news_date {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 8%;
  color: rgba(46, 46, 46, 0.6);
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .notification-content-single-page .custom-date .news_date {
    font-size: 16px;
  }
}
.notification-content-single-page .custom-date .news_tag {
  font-weight: 500;
  font-size: 13px;
  line-height: 120%;
  letter-spacing: 8%;
  color: #FFF;
  padding: 8px 16px;
  background: #2E2E2E;
  flex-shrink: 0;
  border-radius: 2px;
}
@media (max-width: 768px) {
  .notification-content-single-page .custom-date .news_tag {
    padding: 4px 6px;
  }
}
.notification-content-single-page h1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 160%;
  letter-spacing: 8%;
  background: linear-gradient(90deg, #038546 0%, #168C62 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 24px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .notification-content-single-page h1 {
    font-size: 24px;
  }
}
.notification-content-single-page h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 160%;
  letter-spacing: 8%;
  background: linear-gradient(90deg, #038546 0%, #168C62 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 2px solid #038546;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 24px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .notification-content-single-page h2 {
    font-size: 24px;
  }
}
.notification-content-single-page h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 160%;
  letter-spacing: 8%;
  background: linear-gradient(90deg, #038546 0%, #168C62 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  padding-left: 16px;
  margin-bottom: 24px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .notification-content-single-page h3 {
    font-size: 24px;
  }
}
.notification-content-single-page h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(90deg, #038546 0%, #168C62 100%);
}
.notification-content-single-page h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 160%;
  letter-spacing: 8%;
  background: linear-gradient(90deg, #038546 0%, #168C62 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 24px;
  position: relative;
  margin-top: 20px;
}
.notification-content-single-page h4::before {
    content: "・";
    color: #038546;
    margin-right: 8px;
}
@media (max-width: 768px) {
  .notification-content-single-page h4 {
    font-size: 24px;
  }
  .notification__content {
    border-top: 2px solid #EDF6F5;
    padding-top: 24px;
  }
}
.notification-content-single-page p {
  font-weight: 500;
  font-size: 18px;
  line-height: 200%;
  letter-spacing: 8%;
  color: #2E2E2E;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .notification-content-single-page p {
    font-size: 15px;
  }
}
