.news_detail a {
  color: #1272BA;
}
.news_detail p {
  letter-spacing: 0.05em;
  font-weight: 400;
}
.news_detail p.has-large-font-size {
  font-weight: 500;
}
.news_detail p + p {
  margin-top: 1em;
}
.news_detail strong {
  font-weight: 500;
}
.news_detail sup {
  font-size: 0.5em;
  vertical-align: top;
}
.news_detail h3 {
  font-size: 22px;
  line-height: 1.81;
  letter-spacing: 0.1em;
  font-weight: 500;
  padding-bottom: 35px;
  border-bottom: solid 1px #C8C8C8;
  margin-bottom: 40px;
}
@media screen and (max-width: 644px) {
  .news_detail h3 {
    font-size: 18px;
    padding-bottom: 20px;
  }
}
.news_detail h3 .date {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.news_detail h3 .tag {
  display: inline-block;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 1em;
  background-color: #E8E8E8;
  border-radius: 1000px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  vertical-align: 0.2em;
}
.news_detail h4, .news_detail h5, .news_detail h6 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-left: 20px;
  border-left: solid 4px #1272BA;
  margin-bottom: 1em;
}
@media screen and (max-width: 644px) {
  .news_detail h4, .news_detail h5, .news_detail h6 {
    font-size: 18px;
  }
}
.news_detail ul {
  width: 100%;
  max-width: 965px;
  margin-bottom: 30px;
}
.news_detail ul:last-child {
  margin-bottom: 0px;
}
.news_detail ul li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 1em;
  text-indent: -1em;
}
.news_detail ul li::before {
  content: "";
  display: inline-block;
  width: 0.31em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #C8C8C8;
  margin-right: 0.62em;
  vertical-align: 0.3em;
}
.news_detail ol {
  width: 100%;
  max-width: 965px;
  margin-bottom: 30px;
  list-style: none;
  counter-reset: num;
}
.news_detail ol:last-child {
  margin-bottom: 0px;
}
.news_detail ol li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 1em;
  text-indent: -1em;
  counter-increment: num;
}
.news_detail ol li::before {
  content: counter(num) ".";
  display: inline-block;
  font-size: 0.87em;
  margin-right: 0.28em;
  color: #1272BA;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-indent: 0em;
  vertical-align: 0.1em;
}
.news_detail .wp-block-image {
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 25px;
}
@media screen and (max-width: 644px) {
  .news_detail .wp-block-image {
    margin-bottom: 5px;
  }
}
.news_detail .wp-block-image:last-child {
  margin-bottom: 0px;
}
.news_detail .wp-block-image.size-large {
  width: 100%;
  max-width: 100%;
}
.news_detail .wp-block-gallery.columns-2 .blocks-gallery-grid {
  grid-template-columns: repeat(2, 1fr);
}
.news_detail .wp-block-gallery.columns-3 .blocks-gallery-grid {
  grid-template-columns: repeat(3, 1fr);
}
.news_detail .wp-block-gallery.columns-4 .blocks-gallery-grid {
  grid-template-columns: repeat(4, 1fr);
}
.news_detail .wp-block-gallery .blocks-gallery-grid {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(1, 1fr);
  max-width: none;
}
@media screen and (max-width: 644px) {
  .news_detail .wp-block-gallery .blocks-gallery-grid {
    gap: 5px;
  }
}
.news_detail .wp-block-gallery .blocks-gallery-item {
  padding-left: 0em;
  text-indent: 0em;
}
.news_detail .wp-block-gallery .blocks-gallery-item::before {
  display: none;
}
.news_detail .wp-block-gallery .blocks-gallery-item figure {
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.news_detail .wp-block-gallery .blocks-gallery-item figure img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.news_detail .wp-block-group {
  padding-top: 80px;
}
@media screen and (max-width: 644px) {
  .news_detail .wp-block-group {
    padding-top: 40px;
  }
}
.news_detail .wp-block-group .wp-block-group {
  padding: 40px 0px;
}
@media screen and (max-width: 644px) {
  .news_detail .wp-block-group .wp-block-group {
    padding: 30px 0px;
  }
}
.news_detail .wp-block-group .wp-block-group .wp-block-group__inner-container {
  width: 100%;
  max-width: 960px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 30px;
  background-color: #F6F6F6;
}
.news_detail .wp-block-file a {
  font-size: 14px;
  text-decoration: underline;
}
.news_detail .wp-block-media-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 55px;
}
@media screen and (max-width: 644px) {
  .news_detail .wp-block-media-text.is-stacked-on-mobile {
    gap: 25px;
  }
}
@media screen and (max-width: 644px) {
  .news_detail .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    width: 100%;
    max-width: 100%;
  }
}
.news_detail .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
  width: 53.44%;
}
@media screen and (max-width: 644px) {
  .news_detail .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    width: 100%;
    max-width: 100%;
  }
}
.news_detail .wp-block-media-text:last-child {
  margin-bottom: 0px;
}
.news_detail .wp-block-media-text .wp-block-media-text__media {
  width: 42.24%;
}
.news_detail .wp-block-media-text .wp-block-media-text__media img {
  width: 100%;
  max-width: 100%;
}
.news_detail .wp-block-media-text .wp-block-media-text__content {
  width: 53.44%;
}
.news_detail .wp-block-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 644px) {
  .news_detail .wp-block-columns {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.news_detail .wp-block-columns:last-child {
  margin-bottom: 0px;
}
.news_detail .wp-block-columns .wp-block-column .wp-block-image {
  margin-bottom: 30px;
}
@media screen and (max-width: 644px) {
  .news_detail .wp-block-columns .wp-block-column .wp-block-image {
    margin-bottom: 20px;
  }
}
.news_detail .wp-block-table {
  width: 100%;
  max-width: 865px;
  margin-bottom: 40px;
}
.news_detail .wp-block-table:last-child {
  margin-bottom: 0px;
}
.news_detail .wp-block-table table {
  width: 100%;
  max-width: 100%;
  border-top: solid 1px #C8C8C8;
  border-left: solid 1px #C8C8C8;
  border-collapse: collapse;
}
.news_detail .wp-block-table table tr {
  border-bottom: solid 1px #C8C8C8;
  font-size: 14px;
}
.news_detail .wp-block-table table tr th, .news_detail .wp-block-table table tr td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 20px;
  text-align: left;
  border-right: solid 1px #C8C8C8;
  border-color: #c8c8c8;
}
@media screen and (max-width: 644px) {
  .news_detail .wp-block-table table tr th, .news_detail .wp-block-table table tr td {
    padding: 15px;
  }
}
.news_detail .wp-block-table table tr th {
  background-color: #EDEDF5;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.news_detail .btn_back {
  margin-top: 80px;
}