.page-title {
  background-image: url("../img/news/mv.jpg");
}
@media only screen and (max-width: 767px) {
  .page-title {
    background-image: url("../img/news/sp/mv.jpg");
  }
}

.news {
  margin-bottom: 10rem;
}
.news .inner {
  width: 120rem;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .news .inner {
    width: 65rem;
  }
}
.news--title {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .news--title {
    margin-bottom: 2rem;
  }
}
.news--title h2 {
  text-align: center;
  font-size: 3.8rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .news--title h2 {
    font-size: 5rem;
  }
}
.news--info {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10rem;
  padding-bottom: 10rem;
  border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 767px) {
  .news--info {
    margin-bottom: 6rem;
    padding-bottom: 6rem;
  }
}
.news--info time {
  font-size: 1.6rem;
  font-weight: 500;
  color: #003399;
  letter-spacing: 0.12em;
  margin-right: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .news--info time {
    font-size: 2.8rem;
    margin-right: 3.5rem;
  }
}
.news--info .category span {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 2.4rem;
  padding: 0 1.3rem;
  border-radius: 2.4rem;
  display: block;
  word-break: keep-all;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .news--info .category span {
    line-height: 4rem;
    font-size: 2.2rem;
    padding: 0 1.75rem;
  }
}
.news--info .category span.competition-cat {
  background: #7476b2;
}
.news--info .category span.service-cat {
  background: #dc4f51;
}
.news--info .category span.regular-cat {
  background: #e78f00;
}
.news--info .category span.news-cat {
  background: #98aa2e;
}
.news--content {
  margin: 0 auto 10rem;
}
@media print, screen and (min-width: 768px) {
  .news--content {
    width: 100rem;
  }
}
.news--content strong {
  font-weight: 700;
  color: inherit;
}
.news--content p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .news--content p {
    font-size: 2.8rem;
    line-height: 2.14;
  }
}
.news--content p + p {
  margin-top: 1.8rem;
}
.news--content p * {
  color: inherit;
}
.news--content p a {
  text-decoration: underline;
}
.news--content figure {
  margin: 4rem 0;
}
.news--content h3, .news--content h4, .news--content h5 {
  margin-top: 4rem;
  font-weight: 700;
}
.news--content h3 {
  font-size: 3.2rem;
}
@media only screen and (max-width: 767px) {
  .news--content h3 {
    font-size: 4.4rem;
  }
}
.news--content h4 {
  font-size: 2.8rem;
}
@media only screen and (max-width: 767px) {
  .news--content h4 {
    font-size: 4rem;
  }
}
.news--content h5 {
  font-size: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .news--content h5 {
    font-size: 3.6rem;
  }
}
.news .link-btm {
  width: 23.5rem;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .news .link-btm {
    width: 53rem;
  }
}
.news .link-btm a::after {
  content: "";
  background: url("../img/common/back-btn.svg") no-repeat center/100%;
  right: auto;
  left: 2rem;
}
@media only screen and (max-width: 767px) {
  .news .link-btm a::after {
    left: 3.5rem;
  }
}
/*# sourceMappingURL=news-single.css.map */