.news_single_cate {
  text-align: center !important;
}

.news_single_nav .btn {
  font-family: "M PLUS 1p", sans-serif !important;
}

.news_single_date, .news_single_nav .btn {
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .news_single_date, .news_single_nav .btn {
    font-size: 1.8rem;
  }
}

.news_single_cate, .news_single_exc, .news_single_content p, .news_single_content .wp-block-button__link {
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .news_single_cate, .news_single_exc, .news_single_content p, .news_single_content .wp-block-button__link {
    font-size: 2rem;
  }
}

.news_single_content h2 {
  font-size: 1.8rem;
}
@media only screen and (min-width: 768px) {
  .news_single_content h2 {
    font-size: 2.5rem;
  }
}

.news_single_title {
  font-size: 2.2rem;
}
@media only screen and (min-width: 768px) {
  .news_single_title {
    font-size: clamp(
            2.6rem,
            calc(2.6rem + 0.0048076923 * (100vw - 768px)),
            3rem
        );
  }
}

.news_single_cate, .news_single_content .wp-block-button__link {
  font-weight: 600;
}

.news_single_title, .news_single_content h2 {
  font-weight: 700;
}

.p_news_single_lists {
  margin-top: 32px;
}
@media only screen and (min-width: 768px) {
  .p_news_single_lists {
    margin-top: 43px;
  }
}
.p_news_single_cates {
  margin-top: 64px;
}
@media only screen and (min-width: 768px) {
  .p_news_single_cates {
    margin-top: 113px;
  }
}

.news_single_main {
  color: #2e2e2e;
  padding-top: 22px;
}
@media only screen and (min-width: 768px) {
  .news_single_head {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.news_single_info {
  padding-top: 16px;
}
@media only screen and (min-width: 768px) {
  .news_single_info {
    padding-top: 29px;
  }
}
.news_single_cate {
  --bc: #000;
  min-width: 160px;
  background-color: var(--bc);
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
}
@media only screen and (min-width: 768px) {
  .news_single_cate {
    min-width: 230px;
  }
}
.news_single_date {
  line-height: 1.6111111111;
  display: block;
  margin-top: 12px;
}
@media only screen and (min-width: 768px) {
  .news_single_date {
    margin-top: 17px;
  }
}
.news_single_title {
  margin-top: 15px;
}
.news_single_exc {
  line-height: 1.95;
  margin-top: 24px;
}
@media only screen and (min-width: 768px) {
  .news_single_exc {
    margin-top: 30px;
  }
}
.news_single_content {
  padding-top: 24px;
}
@media only screen and (min-width: 768px) {
  .news_single_content {
    padding-top: 29px;
  }
}
.news_single_content h2 {
  line-height: 1.96;
  display: inline;
  background-image: linear-gradient(0deg, #d6000d 0%, #d6000d 100%);
  background-repeat: no-repeat;
  background-size: calc(100% - 75px) 2px;
  background-position: 48px calc(100% - 3px);
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .news_single_content h2 {
    background-position: 63px calc(100% - 3px);
  }
}
.news_single_content figure {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .news_single_content figure {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.news_single_content p {
  line-height: 1.95;
  margin-top: 24px;
}
@media only screen and (min-width: 768px) {
  .news_single_content p {
    margin-top: 36px;
  }
}
.news_single_content p:empty {
  height: 1.6em;
}
.news_single_content > p:first-child {
  margin-top: 0;
  padding-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .news_single_content > p:first-child {
    width: calc(100vw - 40px);
    max-width: 1200px;
    position: relative;
    left: 50%;
    translate: -50% 0;
    padding-bottom: 31px;
  }
}
.news_single_content .wp-block-buttons {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
@media only screen and (min-width: 768px) {
  .news_single_content .wp-block-buttons {
    margin-top: 66px;
  }
}
@media only screen and (min-width: 768px) {
  .news_single_content .wp-block-buttons + .wp-block-buttons {
    margin-top: 37px;
  }
}
.news_single_content .wp-block-button__link {
  line-height: 2;
  color: #fff;
  width: 260px;
  padding: 2px 10px;
  background-color: #7589cb;
  border-radius: 99px;
}
@media only screen and (min-width: 768px) {
  .news_single_content .wp-block-button__link {
    width: auto;
    min-width: 492px;
    transition: 300ms ease-out;
  }
  .news_single_content .wp-block-button__link:hover {
    background-color: #435ba8;
  }
}
.news_single_nav {
  max-width: 260px;
  gap: 20px;
  display: flex;
  flex-direction: column;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .news_single_nav {
    max-width: 100%;
    gap: 30px;
    flex-direction: row;
    justify-content: center;
    margin-top: 128px;
    padding-bottom: 20px;
  }
}
.news_single_nav .btn {
  min-width: 1px;
  padding-left: 15px;
  padding-right: 15px;
  align-items: center;
}
.news_single_nav .btn::after {
  display: none;
}
.news_single_nav .btn_prev, .news_single_nav .btn_next {
  gap: 10px;
}
.news_single_nav .btn_prev img, .news_single_nav .btn_next img {
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
}
.news_single_nav .btn_prev img {
  rotate: -180deg;
}

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