.page_news p {
  font-size: 18px;
}

.news_section li {
  border-bottom: 1px solid #b3b3b3;
  padding-bottom: 12px;
  margin-bottom: 14px;
}
.news_section li:last-child {
  margin-bottom: 0;
}
.news_section li a {
  font-size: 18px;
  color: #000;
}
.news_section li a span {
  display: inline-block;
  min-width: 163px;
  width: 163px;
}
.news_section .content_title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.news_section .datetime {
  text-align: right;
  margin-bottom: 15px;
}
.news_section p {
  font-size: 18px;
}
.news_section .to_news_list {
  margin-top: 26px;
}
.news_section .to_news_list a {
  color: #2a72c1;
}
.news_section .to_news_list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #2a72c1;
  margin-left: 10px;
}
.news_section .to_news_list span:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: center/cover no-repeat url("../image/common/w_arrow.svg");
}