.newsArea {
  max-width: 730px;
  padding: 40px 15px 0 15px;
  margin: 0 auto 40px auto;
}
.newsArea p {
  font-size: 1.5rem;
  text-align: center;
}

.newsList {
  padding: 15px 0 40px 0;
}

.newsListItem {
  border-bottom: 1px dashed #cfcfcf;
}

.newsListLink {
  display: flex;
  padding: 15px 0;
  text-decoration: none;
  color: inherit;
}

.newsListPic {
  width: 100px;
  flex-shrink: 0;
  border: 1px solid #707070;
  aspect-ratio: 104/75;
  margin: 0 15px 0 0;
  position: relative;
}
.newsListPic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.newsListDate {
  display: block;
  font-size: 1.2rem;
  color: #878787;
  margin: 0 0 5px;
}

.newsListTitle {
  font-size: 1.5rem;
  font-weight: 400;
}

.pagenNation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  gap: 10px;
}

.pagenNationPrev {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  background-color: #a5ffed;
  color: #ff51a2;
  font-weight: 700;
  padding: 10px;
  font-size: 1.4rem;
  text-align: center;
}
.pagenNationPrev:before {
  content: "";
  width: 8px;
  height: 8px;
  border-left: 2px solid #ff51a2;
  border-bottom: 2px solid #ff51a2;
  flex-shrink: 0;
  transform: rotate(45deg);
}

.pagenNationNext {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  background-color: #a5ffed;
  color: #ff51a2;
  font-weight: 700;
  padding: 10px;
  font-size: 1.4rem;
  text-align: center;
}
.pagenNationNext:after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #ff51a2;
  border-bottom: 2px solid #ff51a2;
  flex-shrink: 0;
  transform: rotate(-45deg);
}

.newsArticle {
  margin: 0 0 60px;
}

.article_date {
  display: flex;
  align-items: baseline;
  gap: 5px;
  margin: 0 0 5px;
}

.article_dateEnd, .article_dateStart, .article_date {
  display: flex;
  align-items: baseline;
  gap: 5px;
}

.article_dateNumber, .article_dateWeek {
  font-size: 1.4rem;
  font-weight: 700;
}

.article_dateWeek6 {
  color: #2d42ff;
}

.article_dateWeek7 {
  color: #ff2d2d;
}

.article_dateWeek {
  display: flex;
}
.article_dateWeek:before {
  content: "(";
}
.article_dateWeek:after {
  content: ")";
}

.article_title {
  font-size: 1.8rem;
  color: #ff51a2;
  line-height: 1.6;
  border-bottom: 1px solid #cfcfcf;
  padding: 0 0 10px;
  margin: 0 0 15px;
}

.article_pic {
  margin: 0 0 15px;
}

.article_text {
  margin: 0 0 40px;
  white-space: pre-wrap;
  text-align: left !important;
  font-size: 1.5rem !important;
}

.article_newsMore {
  background-color: #ff51a2;
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  display: block;
  max-width: 320px;
  margin: 30px auto 0;
}

.article_helpBtn {
  width: 56%;
  margin: 0 auto;
  display: block;
  max-width: 215px;
}

/*# sourceMappingURL=news.css.map*/