[data-page=news_detail] .lower_mv .page_ttl + .date_wrap {
  margin-block: 0.8rem 0;
}
[data-page=news_detail] .lower_mv .date_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (width <= 767px) {
  [data-page=news_detail] .lower_mv .date_wrap {
    margin-bottom: 0.6rem;
  }
}
@media screen and (width > 767px), print {
  [data-page=news_detail] .lower_mv .date_wrap {
    margin-bottom: 1rem;
  }
}
[data-page=news_detail] .lower_mv .date_wrap .date {
  font-family: var(--font-en);
  color: var(--white);
  margin-right: 1rem;
  -webkit-transform: translateY(0.3rem);
          transform: translateY(0.3rem);
}
[data-page=news_detail] .lower_mv .date_wrap .txt {
  color: var(--white);
  font-weight: 500;
  margin-right: 1rem;
  -webkit-transform: translateY(0.3rem);
          transform: translateY(0.3rem);
}
[data-page=news_detail] .lower_mv .date_wrap .label {
  min-width: 10rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.3rem 0.8rem;
  border: 1px solid var(--white);
  border-radius: 50vh;
  color: var(--white);
  font-size: 1.2rem;
  line-height: 1.2;
}
[data-page=news_detail] .lower_mv .date_wrap .label.-case {
  background-color: #E1E7ED;
  border-color: #E1E7ED;
  color: var(--navy);
  font-size: 1.3rem;
}
[data-page=news_detail] .lower_mv .date_wrap .label.-blog {
  background-color: #FFE5D9;
  border-color: #FFE5D9;
  color: var(--accent-color);
  font-size: 1.3rem;
}

.post_article {
  max-width: 100rem;
  margin-inline: auto;
}
.post_article > *:first-child {
  margin-top: 0 !important;
}
.post_article h2.wp-block-heading:not(.section_ttl) {
  color: var(--main-color);
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (width <= 767px) {
  .post_article h2.wp-block-heading:not(.section_ttl) {
    margin-block: 3rem 1.5rem;
  }
}
@media screen and (width > 767px), print {
  .post_article h2.wp-block-heading:not(.section_ttl) {
    margin-block: 6rem 1.5rem;
  }
}
.post_article h2.wp-block-heading:not(.section_ttl) + * {
  margin-top: 0 !important;
}
.post_article h3.wp-block-heading {
  margin-block: 3rem 1rem;
  color: var(--navy);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.38;
}
.post_article h3.wp-block-heading + * {
  margin-top: 0 !important;
}
.post_article h4.wp-block-heading {
  margin-block: 3rem 0.6rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.53;
}
.post_article h4.wp-block-heading + * {
  margin-top: 0 !important;
}
@media screen and (width <= 767px) {
  .post_article p {
    font-size: 1.6rem;
  }
}
.post_article p a,
.post_article .wp-block-list li a {
  color: var(--accent-color);
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--accent-color)));
  background-image: linear-gradient(var(--accent-color));
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 1px, 0 1px;
  -webkit-transition: background-size 0.4s ease;
  transition: background-size 0.4s ease;
}
@media screen and (width > 767px), print {
  .post_article p a:hover,
  .post_article .wp-block-list li a:hover {
    -webkit-animation: line-slide 0.4s ease;
            animation: line-slide 0.4s ease;
  }
}
.post_article ul.wp-block-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
@media screen and (width <= 767px) {
  .post_article ul.wp-block-list {
    margin-top: 2.5rem;
  }
}
@media screen and (width > 767px), print {
  .post_article ul.wp-block-list {
    margin-top: 3rem;
  }
}
.post_article ul.wp-block-list > li {
  padding-left: 2.9rem;
  line-height: 1.5;
  position: relative;
}
@media screen and (width <= 767px) {
  .post_article ul.wp-block-list > li {
    font-size: 1.6rem;
  }
}
.post_article ul.wp-block-list > li::before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0.3rem;
  background-color: var(--navy);
  position: absolute;
  top: 0.9rem;
  left: 0.9rem;
}
.post_article ol.wp-block-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  counter-reset: listcnt;
}
@media screen and (width <= 767px) {
  .post_article ol.wp-block-list {
    margin-top: 2.5rem;
  }
}
@media screen and (width > 767px), print {
  .post_article ol.wp-block-list {
    margin-top: 3rem;
  }
}
.post_article ol.wp-block-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.7rem;
  padding-left: 0.2rem;
  counter-increment: listcnt;
}
@media screen and (width <= 767px) {
  .post_article ol.wp-block-list > li {
    font-size: 1.5rem;
    line-height: 1.625;
  }
}
@media screen and (width > 767px), print {
  .post_article ol.wp-block-list > li {
    line-height: 1.75;
  }
}
.post_article ol.wp-block-list > li::before {
  content: counter(listcnt);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 2rem;
  height: 2rem;
  padding-bottom: 0.1rem;
  background-color: var(--navy);
  border-radius: 50vh;
  color: var(--white);
  font-size: 1.2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (width <= 767px) {
  .post_article .wp-block-columns {
    margin-top: 3rem;
  }
}
@media screen and (width > 767px), print {
  .post_article .wp-block-columns {
    margin-top: 6rem;
  }
}
@media screen and (width <= 767px) {
  .post_article .wp-block-columns.is-not-stacked-on-mobile:has(> .wp-block-column:nth-of-type(3)) {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    gap: 2rem;
  }
  .post_article .wp-block-columns.is-not-stacked-on-mobile:has(> .wp-block-column:nth-of-type(3)) .wp-block-column {
    width: calc(50% - 1rem);
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .post_article .wp-block-columns.sp_reverse .wp-block-column:first-of-type {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .post_article .wp-block-columns.sp_reverse .wp-block-column:nth-of-type(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.post_article .wp-block-columns .wp-block-column > *:first-child {
  margin-top: 0;
}
.post_article .wp-block-columns.has-background {
  padding-block: 3.5rem;
}
@media screen and (width <= 767px) {
  .post_article .wp-block-columns.has-background {
    padding-inline: 2rem;
  }
}
@media screen and (width > 767px), print {
  .post_article .wp-block-columns.has-background {
    padding-inline: 4rem;
  }
}
.post_article .wp-block-columns:last-child {
  margin-bottom: 0;
}
.post_article .wp-block-image {
  margin-top: 3rem;
}
@media screen and (width > 767px), print {
  .post_article .wp-block-image a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .post_article .wp-block-image a:hover {
    opacity: 0.7;
  }
}
@media screen and (width <= 767px) {
  .post_article .wp-element-caption {
    font-size: 1.5rem;
  }
}
.post_article > table {
  margin-top: 2rem;
}
.post_article .scroll-hint-shadow-wrap {
  margin-top: 4rem;
}
.post_article table {
  width: 100%;
}
@media screen and (width <= 767px) {
  .post_article table {
    width: 1000px !important;
    max-width: none !important;
  }
}
.post_article table thead th {
  padding: 0.7rem !important;
  background-color: var(--navy) !important;
  border: none !important;
  color: var(--white) !important;
  font-weight: 700;
  line-height: 1.625;
  vertical-align: middle;
  text-align: center !important;
}
@media screen and (width <= 767px) {
  .post_article table thead th {
    font-size: 1.6rem;
  }
}
.post_article table thead th:not(:first-child) {
  border-left: 1px solid #E7F5FD !important;
}
.post_article table tbody th,
.post_article table tbody td {
  line-height: 1.3;
}
@media screen and (width <= 767px) {
  .post_article table tbody th,
  .post_article table tbody td {
    padding: 1.5rem !important;
  }
}
@media screen and (width > 767px), print {
  .post_article table tbody th,
  .post_article table tbody td {
    padding: 2rem !important;
  }
}
.post_article table tbody th {
  background-color: #D2EBFA !important;
  color: var(--navy) !important;
  border: none !important;
  border-bottom: 1px solid var(--white) !important;
  font-weight: 500;
  vertical-align: middle;
}
.post_article table tbody td {
  background-color: var(--white);
  border: none !important;
  border-bottom: 1px solid var(--border-gray) !important;
  border-right: 1px solid var(--border-gray) !important;
}
.post_article table tbody td > *:first-child {
  margin-top: 0;
}
.post_article table tbody:first-child > tr:first-child td {
  border-top: 1px solid var(--border-gray) !important;
}
.post_article .wp-block-separator {
  border-top: 1px solid #CDD0D5;
}
@media screen and (width <= 767px) {
  .post_article .wp-block-separator {
    margin-block: 2rem;
  }
}
@media screen and (width > 767px), print {
  .post_article .wp-block-separator {
    margin-block: 3rem;
  }
}
.post_article .wp-block-buttons {
  gap: 1rem 3rem;
}
@media screen and (width <= 767px) {
  .post_article .wp-block-buttons {
    margin-top: 2rem;
  }
}
@media screen and (width > 767px), print {
  .post_article .wp-block-buttons {
    margin-top: 3rem;
  }
}
.post_article .wp-block-buttons .is-style-outline.wp-block-button__link,
.post_article .wp-block-buttons .wp-block-button__link {
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--txt-color)));
  background-image: linear-gradient(var(--txt-color));
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  -webkit-transition: background-size 0.3s ease;
  transition: background-size 0.3s ease;
  text-align: left;
  color: var(--txt-color);
  border: none;
  border-radius: 0;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (width <= 767px) {
  .post_article .wp-block-buttons .is-style-outline.wp-block-button__link,
  .post_article .wp-block-buttons .wp-block-button__link {
    line-height: 1.44;
  }
}
@media screen and (width > 767px), print {
  .post_article .wp-block-buttons .is-style-outline.wp-block-button__link,
  .post_article .wp-block-buttons .wp-block-button__link {
    line-height: 1.625;
  }
  .post_article .wp-block-buttons .is-style-outline.wp-block-button__link:hover,
  .post_article .wp-block-buttons .wp-block-button__link:hover {
    background-size: calc(100% - 2.7rem) 1px;
  }
}
.post_article .wp-block-buttons .is-style-outline.wp-block-button__link::after,
.post_article .wp-block-buttons .wp-block-button__link::after {
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.7rem;
  height: 1.7rem;
  flex-shrink: 0;
  background-image: url(../images/common/news_arw.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.post_article .post_thumb {
  text-align: center;
}
.post_article .post_thumb img {
  width: 100%;
  height: auto;
  max-width: 80rem;
}
.post_article #ez-toc-container {
  margin-bottom: 4rem;
  background-color: var(--light-blue);
  -webkit-filter: drop-shadow(0 0.4rem 1.6rem rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 0.4rem 1.6rem rgba(0, 0, 0, 0.1));
  position: relative;
}
@media screen and (width <= 767px) {
  .post_article #ez-toc-container {
    margin-top: 4rem;
    padding: 2rem;
    clip-path: polygon(2.8rem 0%, 100% 0, 100% calc(100% - 2.8rem), calc(100% - 2.8rem) 100%, 0 100%, 0 2.8rem);
  }
}
@media screen and (width > 767px), print {
  .post_article #ez-toc-container {
    margin-top: 8rem;
    padding: 5rem 10rem;
    clip-path: polygon(8rem 0%, 100% 0, 100% calc(100% - 8rem), calc(100% - 8rem) 100%, 0 100%, 0 8rem);
  }
}
.post_article #ez-toc-container::before {
  content: "";
  display: block;
  width: calc(100% - 0.2rem);
  height: calc(100% - 0.2rem);
  background-color: var(--white);
  position: absolute;
  top: 0.1rem;
  left: 0.1rem;
}
@media screen and (width <= 767px) {
  .post_article #ez-toc-container::before {
    clip-path: polygon(2.8rem 0%, 100% 0, 100% calc(100% - 2.8rem), calc(100% - 2.8rem) 100%, 0 100%, 0 2.8rem);
  }
}
@media screen and (width > 767px), print {
  .post_article #ez-toc-container::before {
    clip-path: polygon(8rem 0%, 100% 0, 100% calc(100% - 8rem), calc(100% - 8rem) 100%, 0 100%, 0 8rem);
  }
}
.post_article #ez-toc-container .ez-toc-title-container {
  position: relative;
}
.post_article #ez-toc-container .ez-toc-title {
  margin-top: 0;
  color: var(--main-color);
  font-weight: 700;
}
@media screen and (width <= 767px) {
  .post_article #ez-toc-container .ez-toc-title {
    font-size: 1.8rem;
  }
}
@media screen and (width > 767px), print {
  .post_article #ez-toc-container .ez-toc-title {
    font-size: 2.2rem;
  }
}
.post_article #ez-toc-container nav {
  position: relative;
}
@media screen and (width <= 767px) {
  .post_article #ez-toc-container nav {
    margin-top: 1.4rem;
  }
}
@media screen and (width > 767px), print {
  .post_article #ez-toc-container nav {
    margin-top: 2rem;
  }
}
.post_article #ez-toc-container nav .ez-toc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: var(--navy);
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (width <= 767px) {
  .post_article #ez-toc-container nav .ez-toc-list {
    gap: 1rem;
  }
}
@media screen and (width > 767px), print {
  .post_article #ez-toc-container nav .ez-toc-list {
    gap: 1.5rem;
  }
}
@media screen and (width <= 767px) {
  .post_article #ez-toc-container nav .ez-toc-list > li {
    font-size: 1.6rem;
  }
}
@media screen and (width > 767px), print {
  .post_article #ez-toc-container nav .ez-toc-list > li {
    font-size: 1.8rem;
  }
}
.post_article #ez-toc-container nav .ez-toc-list ul {
  padding-left: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (width <= 767px) {
  .post_article #ez-toc-container nav .ez-toc-list ul {
    margin-top: 1rem;
    gap: 1rem;
  }
}
@media screen and (width > 767px), print {
  .post_article #ez-toc-container nav .ez-toc-list ul {
    margin-top: 1.5rem;
    gap: 1.5rem;
  }
}
@media screen and (width <= 767px) {
  .post_article #ez-toc-container nav .ez-toc-list ul li {
    font-size: 1.4rem;
  }
}
@media screen and (width > 767px), print {
  .post_article #ez-toc-container nav .ez-toc-list ul li {
    font-size: 1.6rem;
  }
}
.post_article #ez-toc-container nav .ez-toc-list a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--navy)));
  background-image: linear-gradient(var(--navy));
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 1px, 0 1px;
  -webkit-transition: background-size 0.4s ease;
  transition: background-size 0.4s ease;
}
@media screen and (width > 767px), print {
  .post_article #ez-toc-container nav .ez-toc-list a:hover {
    -webkit-animation: line-slide 0.4s ease;
            animation: line-slide 0.4s ease;
  }
}

@media screen and (width <= 767px) {
  .content_bottom_btn {
    margin-top: 4rem;
  }
}
@media screen and (width > 767px), print {
  .content_bottom_btn {
    margin-top: 8rem;
  }
}