#news .news-main__title {
  color: #333;
}
.news-main {
  padding-top: 12rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 767.9px) {
  .news-main {
    padding-top: 0;
    padding-bottom: 6rem;
  }
  #news .news-main__title {
    position: relative;
  }
  #news .news-main__title::after {
    position: absolute;
    content: "News";
    color: #00A060;
    font-size: 2.2rem;
    letter-spacing: 6px;
    font-weight: 300;
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
#news .news-main__lists {
  margin-top: 8rem;
  max-width: 1000px;
  margin-inline: auto;
}
#news .news-main__list {
  border-bottom: 1px solid #66C90F;
  padding-top: min(60px, 3.125vw);
  padding-bottom: min(60px, 3.125vw);
}
#news .news-main__list:first-child {
  border-top: 1px solid #66C90F;
}
@media screen and (max-width: 767.9px) {
  #news .news-main__list {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
#news .news-main__list--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  line-height: 1.59375;
  font-size: min(3.2rem, 1.666vw);
}
@media screen and (max-width: 767.9px) {
  #news .news-main__list--link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
            align-items: flex-start;
  }
}
#news .news-main__list__date {
  width: min(532px, 27.708vw);
  padding-left: min(36px, 1.875vw);
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 3px;
}
#news .news-main__list__title {
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 3px;
}
@media screen and (min-width: 1024px) {
  #news .news-main__list__date {
    width: 30%;
  }
}
@media screen and (max-width: 767.9px) {
  #news .news-main__list__date {
    width: 100%;
    padding-left: 0;
    font-size: 1.375rem;
    line-height: 1;
  }
}
@media screen and (max-width: 767.9px) {
  #news .news-main__list__title {
    margin-top: 16px;
    font-size: 1.675rem;
    line-height: 1.4;
  }
}


#single-news .news-main__title {
  font-size: min(4rem, 2.083vw);
  color: #333;
}
@media screen and (max-width: 767.9px) {
  #single-news .news-main__title {
    font-size: 2.25rem;
    letter-spacing: 6px;
  }
}
#single-news .news-inner {
  margin-top: 8rem;
  max-width: 1200px;
  margin-inline: auto;
}
@media screen and (max-width: 767.9px) {
  #single-news .news-inner {
    margin-top: 4rem;
  }
}
#single-news .news-main_block {
  background: #ffffff94;
  box-shadow: 0px 0px 5px #c8c8c866;
  border-radius: 20px;
  padding: 4rem 3.2rem;
  margin-bottom: 4rem;
}
#single-news .news-main_block:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767.9px) {
  #single-news .news-main_block {
    padding: 2rem 1.6rem;
    margin-bottom: 6rem;
  }
}
#single-news .news-main__list__date {
  width: min(532px, 27.708vw);
  font-size: 1.4rem;
  font-weight: 300;
}
#single-news .news-main__list__title {
  font-size: 1.6rem;
  margin-top: 1em;
  margin-bottom: 2em;
}

@media screen and (min-width: 1024px) {
  #single-news .news-main__list__date {
    font-size: 1.8rem;
  }
  #single-news .news-main__list__title {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 767.9px) {
  #single-news .news-main__list__date {
    width: 100%;
    padding-left: 0;
    font-size: 1.375rem;
    line-height: 1.4;
  }
  #single-news .news-main__list__title {
    margin-top: 24px;
    font-size: 1.6rem;
    line-height: 1.45;
    margin-bottom: 20px;
    font-weight: 500;
  }
}
#single-news .news-content {
  line-height: 1.62;
  font-size: 1.5rem;
  font-weight: 320;
}
#single-news .news-content p {
  margin-top: 1em;
}
#single-news .news-content img {
  height: auto;
  max-width: 510px;
  margin-top: 1em;
}
@media screen and (max-width: 767.9px) {
  #single-news .news-content {
    line-height: 1.4;
    font-size: 1.4rem;
  }
  #single-news .news-content p {
    margin-top: 1rem;
  }
  #single-news .news-content img {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

.dli-chevron-round-right {
  display: inline-block;
  vertical-align: middle;
  color: #00A060;
  line-height: 1;
  position: relative;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-25%) rotate(45deg);
  margin-left: 1rem;
}

.dli-chevron-round-right::before, .dli-chevron-round-right::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.3rem;
}

.dli-chevron-round-right::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.3rem;
}

.dli-chevron-round-right::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.3rem;
}