@charset "UTF-8";
/* ========================= /
/  mixin
/* =========================*/
/* ========================= /
/  カラー
/* =========================*/
@media screen and (max-width: 1024px) {
  .single-news {
    margin: 54px 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .single-news {
    margin: 42px 0 38px;
  }
}
.single-news__thumb {
  margin-bottom: 50px;
}
.single-news__thumb img {
  width: 100%;
}
.single-news__row {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .single-news__row {
    gap: 8px;
  }
}
.single-news__time {
  font-size: 1.6rem;
}
.single-news__cat {
  min-width: 104px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: #F5F5F5;
  font-size: 1.2rem;
  color: #000;
}
.single-news__cat.--important {
  background: #E05D5D;
  color: #fff;
  border: none;
  font-weight: bold;
}
.single-news__cat.--news {
  background: linear-gradient(to bottom, #9FB3ED 0%, #CE9FD9 100%);
  color: #fff;
  border: none;
  font-weight: bold;
}
.single-news__ttl {
  margin-top: 16px;
  margin-bottom: 20px;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.25;
}
@media screen and (max-width: 1024px) {
  .single-news__ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .single-news__ttl {
    font-size: 1.8rem;
  }
}
.single-news__content::before, .single-news__content::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #EBEBEB;
}
.single-news__content::before {
  margin-bottom: 20px;
}
.single-news__content::after {
  margin-top: 20px;
}
.single-news__content h1, .single-news__content h2, .single-news__content h3, .single-news__content h4, .single-news__content h5 {
  margin-block: 1.5em;
}
.single-news__content p {
  margin-block: 1.5em;
  font-size: 1.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .single-news__content p {
    font-size: 1.4rem;
  }
}
.single-news__content img {
  margin-block: 1.5em;
}
.single-news__btn {
  margin-top: 110px;
}
@media screen and (max-width: 1024px) {
  .single-news__btn {
    margin-top: 54px;
  }
}
@media screen and (max-width: 768px) {
  .single-news__btn {
    margin-top: 32px;
  }
}/*# sourceMappingURL=single-news.css.map */