.news__container {
  padding-top: 4.5rem;
}
@media screen and (max-width: 1199px) {
  .news__container {
    padding-top: 4rem;
  }
}
.news__section:nth-child(1) {
  margin-bottom: 4.5rem;
  padding-top: 4.5rem;
}
@media screen and (max-width: 1199px) {
  .news__section:nth-child(1) {
    margin-bottom: 2.5rem;
    padding-top: 2rem;
  }
}
.news__section:nth-child(1) .news__inner {
  width: unset;
}
@media screen and (max-width: 1199px) {
  .news__section:nth-child(1) .news__inner {
    padding: 0;
  }
}
.news__section:last-child {
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .news__section:last-child {
    margin-bottom: 5rem;
  }
}
.news__inner {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .news__inner {
    width: 100%;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 767px) {
  .news__inner {
    padding: 0 1rem;
  }
}
.news__ttl-wrapper {
  width: 1100px;
  margin: 0 auto;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1199px) {
  .news__ttl-wrapper {
    width: 100%;
    margin-bottom: 2.5rem;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 767px) {
  .news__ttl-wrapper {
    padding: 0 1rem;
  }
}
.news__sub-ttl {
  position: relative;
  margin-bottom: 1.25rem;
  padding-left: 1.5em;
  font-size: 18px;
  color: #ee7f23;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .news__sub-ttl {
    padding-left: 1em;
    font-size: 1rem;
  }
}
.news__sub-ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 10px;
  height: 10px;
  background: url("/wp-content/themes/credech/assets/img/dot.png") center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .news__sub-ttl::before {
    width: 6px;
    height: 6px;
  }
}
.news__content {
  padding: 5rem;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .news__content {
    padding: 2.5rem 1rem;
    border-radius: 0.5rem;
  }
}
.news__news-item:first-child .news__link {
  padding-top: 0;
}
.news__news-item:last-child .news__link {
  padding-bottom: 0;
  border-bottom: none;
}
.news__link {
  display: block;
  padding: 2.5rem 1.25rem 2.5rem;
  border-bottom: 1px solid #2f71af;
  color: #333333;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .news__link {
    padding: 2.5rem 0 2.5rem;
  }
}
.news__link:hover {
  opacity: 0.8;
}
.news__news-flex {
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
}
.news__date {
  font-family: "Lato", sans-serif;
  font-size: 14px;
}
.news__tag {
  margin-left: 1em;
  padding: 2px 0.75rem;
  font-size: 0.75rem;
  color: #ffffff;
  background: #3783ca;
  border-radius: 50vh;
}
.news__tag--technology {
  background: #ee7f23;
}
.news__news-ttl {
  margin-bottom: 0.5em;
  font-size: 1rem;
  font-weight: 500;
}
.news__txt {
  font-size: 14px;
}

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