.news-detail {
  background-color: #f1f5fb;
}
.news-detail .container {
  width: 70%;
  margin: auto;
  padding-bottom: 5%;
}
@media screen and (max-width: 767px) {
  .news-detail .container {
    width: 90%;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .news-detail .container {
    width: 85%;
  }
}
.news-detail .container p {
  line-height: 140%;
}
@media screen and (min-width: 768px) {
  .news-detail .container .inner {
    padding: 0 2%;
  }
}
.news-detail .container .main-img {
  padding: 2% 0;
}
.news-detail .container .main-img img {
  width: 100%;
}
.news-detail .container .info {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .news-detail .container .info {
    padding: 2% 0 1%;
  }
}
.news-detail .container .info .date {
  font-size: 115%;
  font-weight: bold;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .news-detail .container .info .date {
    font-size: 92%;
  }
}
.news-detail .container .info .category {
  width: 10%;
}
@media screen and (max-width: 767px) {
  .news-detail .container .info .category {
    width: 20%;
  }
}
.news-detail .container .info .category img {
  width: 100%;
}
.news-detail .container .title {
  font-weight: 600;
  font-size: 150%;
  padding: 1% 0 2%;
}
@media screen and (max-width: 767px) {
  .news-detail .container .title {
    font-size: 125%;
  }
}
.news-detail h1:not(.title) {
  font-size: 150%;
  margin: 2% 0;
}
@media screen and (max-width: 767px) {
  .news-detail h1:not(.title) {
    font-size: 125%;
  }
}
.news-detail h2 {
  font-size: 115%;
  margin: 2% 0;
}
@media screen and (max-width: 767px) {
  .news-detail h2 {
    font-size: 120%;
  }
}
.news-detail h3 {
  font-size: 110%;
  margin: 2% 0;
}
@media screen and (max-width: 767px) {
  .news-detail h3 {
    font-size: 112%;
  }
}
.news-detail h4 {
  font-size: 105%;
  margin: 2% 0;
}
@media screen and (max-width: 767px) {
  .news-detail h4 {
    font-size: 110%;
  }
}
.news-detail h4 p {
  margin: 2% 0;
}
.news-detail .container a {
  color: #407bc9;
  text-decoration: underline;
}
.news-detail .wp-block-image {
  text-align: center;
  margin: 2% 0;
}
@media screen and (max-width: 767px) {
  .news-detail .wp-block-image {
    margin: 3% 0;
  }
}
.news-detail .wp-block-image.size-full {
  width: 80%;
  margin: 3% auto 5%;
}
@media screen and (max-width: 767px) {
  .news-detail .wp-block-image.size-full {
    width: 100%;
  }
}
.news-detail .wp-block-image.size-full img {
  width: 100%;
}