#Contents .top-news {
  border: 2px solid #74d37b;
  border-radius: 20px;
  padding: 0px 20px 20px;
  margin: 30px 0 20px;
}
#Contents .top-news h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  background: none;
  text-indent: 0;
  background-color: #4ca852;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 11px 35px 10px;
  margin: 0 auto -40px;
  position: relative;
  top: -19px;
  border-radius: 20px;
  font-size: 16px;
  width: 142px;
  height: auto;
}

.top-news-btn {
  text-align: center;
  margin-top: 20px;
}
.top-news-btn a {
  display: inline-block;
  background-color: #F28C52;
  color: #fff;
  padding: 8px 32px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 12px;
  position: relative;
  width: 60px;
}
.top-news-btn a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.top-news-btn a::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 12px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

.c-post-news-list {
  margin: 0px 0 0 0;
  padding: 0;
}
.c-post-news-list__item {
  padding: 2em 20px 1em 0px;
  border-bottom: 1px dashed rgba(76, 168, 82, 0.2);
}
.c-post-news-list__link {
  display: block;
  text-decoration: none;
  padding-right: 40px;
  position: relative;
}
.c-post-news-list__link:hover {
  color: unset;
  text-decoration: none;
  opacity: 0.7;
}
.c-post-news-list__link::before {
  content: "";
  position: absolute;
  top: calc(50% - 15px);
  right: -20px;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background-color: #3CA9B7;
}
.c-post-news-list__link::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: -8px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.c-post-news-list__head {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  font-size: 14px;
  gap: 15px;
}
.c-post-news-list__info {
  position: relative;
  margin-top: -1px;
  padding: 0px;
  width: 7em;
}
.c-post-news-list__time {
  line-height: 1;
  text-align: left;
  background-color: #4ca852;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  border-radius: 5px;
  font-size: 12px;
}
.c-post-news-list__title {
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  color: #4ca852;
  font-size: 14px;
}
.c-post-news-list__desc {
  font-size: 13px;
  text-align: left;
  color: #000;
}


#news-list {
  padding-top: 20px;
}
