.news-detail__container {
  padding-top: 4.5rem;
}
@media screen and (max-width: 1199px) {
  .news-detail__container {
    padding-top: 4rem;
  }
}
.news-detail__section {
  padding-top: 2.5rem;
  margin-bottom: 4.5rem;
}
.news-detail__inner {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .news-detail__inner {
    width: 100%;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 767px) {
  .news-detail__inner {
    padding: 0 1rem;
  }
}
.news-detail__content {
  margin-bottom: 2.5rem;
  padding: 5rem;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .news-detail__content {
    padding: 2.5rem 1rem;
    border-radius: 0.5rem;
  }
}
.news-detail__news-item:first-child .news-detail__link {
  padding-top: 0;
}
.news-detail__news-item:last-child .news-detail__link {
  padding-bottom: 0;
  border-bottom: none;
}
.news-detail__link {
  display: block;
  padding: 2.5rem 1.25rem 2.5rem;
  border-bottom: 1px solid #2f71af;
  color: #333333;
}
.news-detail__flex {
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
}
.news-detail__date {
  font-family: "Lato", sans-serif;
  font-size: 14px;
}
.news-detail__tag {
  margin-left: 1em;
  padding: 2px 0.75rem;
  font-size: 0.75rem;
  color: #ffffff;
  background: #3783ca;
  border-radius: 50vh;
}
.news-detail__tag--technology {
  background: #ee7f23;
}
.news-detail__ttl {
  margin-bottom: 2.5em;
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .news-detail__ttl {
    margin-bottom: 1.5em;
  }
}
.news-detail__txt, .news-detail__txt-other {
  margin-bottom: 1.5em;
  font-size: 14px;
}
.news-detail__txt:last-child, .news-detail__txt-other:last-child {
  margin-bottom: 0;
}
.news-detail__txt-other {
  margin-bottom: 0;
}
.news-detail__list {
  margin-bottom: 1.5em;
}
.news-detail__list-item {
  font-size: 14px;
}
.news-detail__btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 3.5rem;
  margin: 0 auto;
  font-size: 18px;
  color: #ffffff;
  background: #ee7f23;
  border: none;
  border-radius: 100vh;
  transition: background 0.3s;
}
@media screen and (max-width: 767px) {
  .news-detail__btn {
    width: 100%;
    height: 50px;
  }
}
.news-detail__btn:hover {
  background: #12315d;
}
.news-detail__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
  display: block;
  width: 27px;
  height: 10px;
  background: url("/wp-content/themes/credech/assets/img/arrow-left.svg") center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .news-detail__btn::before {
    width: 1.25rem;
    height: 0.5rem;
  }
}

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