#single_news {
  margin-top: 160px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 999px) {
  #single_news {
    margin-top: 28.8vw;
    margin-bottom: 21.6vw;
  }
}
#single_news .page-en {
  color: #C10032;
  font-size: 24px;
  font-weight: 500;
}
@media only screen and (max-width: 999px) {
  #single_news .page-en {
    font-size: 5.3333vw;
  }
}
#single_news .page-content {
  max-width: 1000px;
  margin: 20px auto 0;
}
@media only screen and (max-width: 999px) {
  #single_news .page-content {
    margin-top: 8vw;
  }
}
#single_news .page-content .pc-date {
  font-size: 16px;
}
@media only screen and (max-width: 999px) {
  #single_news .page-content .pc-date {
    font-size: 4vw;
  }
}
#single_news .page-content .pc-title {
  font-size: 30px;
  font-weight: bold;
  margin-top: 10px;
}
@media only screen and (max-width: 999px) {
  #single_news .page-content .pc-title {
    font-size: 5.333vw;
    margin-top: 3.2vw;
  }
}
#single_news .page-content .pc-content {
  font-size: 16px;
  line-height: 2;
  margin-top: 24px;
}
@media only screen and (max-width: 999px) {
  #single_news .page-content .pc-content {
    font-size: 4vw;
    margin-top: 8vw;
  }
}
#single_news .page-content .pc-content > * {
  margin-bottom: 40px;
}
@media only screen and (max-width: 999px) {
  #single_news .page-content .pc-content > * {
    margin-bottom: 8vw;
  }
}
#single_news .page-content .pc-content img {
  max-width: 100%;
}
#single_news .page-content .pc-content p {
  font-size: 16px;
  line-height: 2;
}
@media only screen and (max-width: 999px) {
  #single_news .page-content .pc-content p {
    font-size: 4vw;
  }
}
#single_news .page-content .pc-content .wp-block-image.size-full {
  width: 100%;
}
@media only screen and (max-width: 999px) {
  #single_news .page-content .pc-content .wp-block-image.size-full {
    margin-left: -8vw;
    margin-right: -8vw;
    width: unset;
  }
}
#single_news .page-content .pc-content .wp-block-image.size-full img {
  width: 100%;
}
#single_news .page-navi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-top: 70px;
}
@media only screen and (max-width: 999px) {
  #single_news .page-navi {
    margin-top: 16vw;
    gap: 3.2vw;
  }
}
#single_news .page-navi .prev {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 999px) {
  #single_news .page-navi .prev {
    font-size: 4.2667vw;
    gap: 3.2vw;
  }
}
#single_news .page-navi .prev:before {
  width: 8px;
  height: 8px;
  content: "";
  display: block;
  margin-bottom: 2px;
  background: url("/wp-includes/images/case/i-prev.svg") no-repeat center center/contain;
}
@media only screen and (max-width: 999px) {
  #single_news .page-navi .prev:before {
    width: 2.16vw;
    height: 2.16vw;
    margin-bottom: 0.56vw;
  }
}
#single_news .page-navi .next {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 999px) {
  #single_news .page-navi .next {
    font-size: 4.2667vw;
    gap: 3.2vw;
  }
}
#single_news .page-navi .next:after {
  width: 8px;
  height: 8px;
  content: "";
  display: block;
  margin-bottom: 2px;
  background: url("/wp-includes/images/case/i-next.svg") no-repeat center center/contain;
}
@media only screen and (max-width: 999px) {
  #single_news .page-navi .next:after {
    width: 2.16vw;
    height: 2.16vw;
    margin-bottom: 0.56vw;
  }
}
#single_news .page-navi .back {
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 999px) {
  #single_news .page-navi .back {
    font-size: 4.2667vw;
  }
}
#single_news .page-navi .line {
  width: 64px;
  height: 1px;
  background: #DCDCDC;
}
@media only screen and (max-width: 999px) {
  #single_news .page-navi .line {
    width: 13.333vw;
  }
}

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