@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
#news .block {
  width: 800px;
}
#news .date {
  padding-top: 1px;
  font-size: 14px;
}
#news .content {
  font-size: 18px;
  font-weight: 500;
  flex-grow: 1;
}
#news li {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 1px #4d4c4c;
}
#news li li {
  list-style: "●  ";
  padding: 10px 0 10px 0;
  margin-bottom: 0px;
  border-bottom: 0;
}
#news li li::marker {
  color: #0069af;
}
#news li a {
  display: flex;
  align-items: flex-end;
}
#news li a img {
  width: 30px;
  margin-left: auto;
  padding-bottom: 10px;
}
#news li .left {
  width: calc(100% - 50px);
}
#news li .right {
  width: 50px;
}

.nate {
  display: flex;
  gap: 10px;
  margin-top: 50px;
  justify-content: center;
  margin-bottom: 100px;
}
.nate .page-numbers {
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border: solid 1px #0069af;
  border-radius: 50%;
  font-weight: 600;
  color: #0069af;
  line-height: 100%;
}
.nate .page-numbers.current {
  background: #0069af;
  color: white;
}/*# sourceMappingURL=news.css.map */