/* お知らせ */
.newsListBox {
  display: flex;
  justify-content: flex-end;
}
.newslist li {
  padding: 3rem 0;
  border-bottom: 1px solid #333;
}
.date {
  font-size: var(--fz14);
  margin-right: 1rem;
}
.cate {
  background-color: #333;
  padding: 0.3rem 1rem;
  box-sizing: border-box;
  color: #fff;
  font-size: var(--fz14);
}
.newslist .newscontent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
}
.newslist .newscontent i {
  display: flex;
}
.newslist .newscontent p {
  font-size: var(--fz20);
  font-weight: 600;
}
.newsbtn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 4rem;
}
.newsbtn i {
  margin-left: 2rem;
}
.newsTitle {
  font-size: var(--fz24);
  font-weight: 600;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1rem;
}
.newsMeta {
  text-align: right;
}

.newsContent {
  margin: 4rem 0;
}
.btnArea {
  display: flex;
  justify-content: center;
}
.btn {
  margin-top: 4rem;
  max-width: 230px;
  width: 100%;
}
