/* =========================================================
   SPACECOOL Blog renewal / diff only v7
   - Load after existing style.css
   - Header/footer design is intentionally not controlled here.
   - Existing dynamic data is reused; original classes remain available.
   ========================================================= */

.blog-renewal,
.blog-renewal-hero,
.blog-renewal-breadcrumbs {
  --sc-blog-navy: #1B3065;
  --sc-blog-blue: #1888CB;
  --sc-blog-hero-blue: #034EA1;
  --sc-blog-pale: #F0FFFE;
  --sc-blog-line: #D6D6D6;
  --sc-blog-light: #F9F9F9;
  --sc-blog-text: #1B3065;
  --sc-blog-container: 85.714rem;
  --sc-blog-single: 61.429rem;
}

/* ---------- Common ---------- */
.blog-renewal a,
.blog-renewal-breadcrumbs a {
  transition: opacity .2s ease;
}

.blog-renewal a:hover,
.blog-renewal-breadcrumbs a:hover {
  opacity: .72;
}


.blog-renewal .blog-renewal__inner,
.blog-renewal--archive .section__inner.blog-renewal__inner,
.blog-renewal-breadcrumbs .breadcrumbs__inner {
  width: min(calc(100% - 8rem), var(--sc-blog-container));
  max-width: none;
  margin-inline: auto;
  padding-inline: 0;
}

.blog-renewal-breadcrumbs--top {
  display: none !important;
}

.blog-renewal-breadcrumbs--bottom .breadcrumbs__inner {
  padding: 2.9rem 0 0;
}

.blog-renewal .cat_tag_icon,
.blog-renewal .cat_tag_icon::before,
.blog-renewal .cat_tag_icon::after,
.blog-renewal figcaption.cat_tag_icon,
.blog-renewal .user-title,
.blog-renewal .list-info,
.blog-renewal .card-allow {
  display: none !important;
}

.blog-renewal-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .55rem;
}

.blog-renewal .time,
.blog-renewal .blog__time,
.blog-renewal-related .time {
  display: inline-block;
  color:#204D9C;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .02em;
      text-decoration: none;
}

.blog-renewal-cat,
.blog-renewal .blog__cat,
.blog-renewal .section.section--blog_single .item__cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.36rem;
  padding: .12rem .72rem .16rem;
  border: 0;
  border-radius: 999px;
  background: var(--sc-blog-blue);
  color: #fff;
    font-size: max(0.8572rem, 10px);
    font-weight: 500;
  line-height: 1.2;
  letter-spacing: .04em;
}

/* ---------- Archive hero ---------- */
.blog-renewal-hero.hero:not(.hero-home) {
  min-height: 0;
  height: auto;
  background-image: linear-gradient(135deg, #034EA1 0%, #47A9E2 100%);
  background-size: cover;
}

.blog-renewal-hero.hero:not(.hero-home) .hero__inner {
  width: min(calc(100% - 8rem), var(--sc-blog-container));
  max-width: none;
  margin: 0 auto;
    padding: clamp(9.5rem, 10.5vw, 11.1rem) 0 clamp(4.1rem, 5.5vw, 5.65rem);
}

.blog-renewal-hero.hero:not(.hero-home) .hero__title {
  display: block;
  color: #fff;
}

.blog-renewal-hero.hero:not(.hero-home) .hero__title::before,
.blog-renewal-hero.hero:not(.hero-home) .hero__title::after,
.blog-renewal-hero.hero:not(.hero-home) .hero__title .primary::before,
.blog-renewal-hero.hero:not(.hero-home) .hero__title .third::before,
.blog-renewal-hero.hero:not(.hero-home) .hero__title .third::after {
  content: none !important;
}

.blog-renewal-hero.hero:not(.hero-home) .hero__title .primary {
  display: inline;
  font-size: clamp(.78rem, .8vw, .9rem);
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: .08em;
  font-style: italic;
}

.blog-renewal-hero.hero:not(.hero-home) .hero__title .primary::after {
  content: " / ";
  margin-inline: .35rem;
}

.blog-renewal-hero.hero:not(.hero-home) .hero__title .third {
  display: inline;
  position: static;
  color: #fff;
  font-family: inherit;
  font-size: clamp(.78rem, .8vw, .9rem);
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: .08em;
  font-style: italic;
}

.blog-renewal-author {
    color: rgb(27 48 101 / 50%);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .04em;
}

.blog-renewal-hero.hero:not(.hero-home) .hero__title .secondary {
  display: block;
  margin-top: .7rem;
  font-size: clamp(1.55rem, 2vw, 2.05rem);
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: .035em;
}

/* ---------- Archive ---------- */
.blog-renewal-archive {
  margin-bottom: 0!important;
      padding-bottom: 2rem !important;
  padding: clamp(3.8rem, 5.6vw, 5.6rem) 0 clamp(6.5rem, 9vw, 9.4rem);
}

.blog-renewal .pickup-blog__area.blog-renewal-pickup {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.5rem, 2vw, 2.15rem);
  margin: 0 0 clamp(4.4rem, 6vw, 5.8rem);
}

.blog-renewal .pickup-blog__area .pickup-blog {
  display: block !important;
}

.blog-renewal .section--blog .pickup-blog,
.blog-renewal .pickup-blog.blog-renewal-pickup__item {
  width: 100%;
  margin: 0;
  padding: 0 !important;
  background: transparent !important;
  background-image: none !important;
}

.blog-renewal-pickup__link {
  display: block;
  color: var(--sc-blog-navy);
  text-decoration: none;
}

.blog-renewal-pickup__thumb {
  margin: 0;
  background: #fff;
}

.blog-renewal-pickup__thumb img,
.blog-renewal-pickup__thumb .wp-post-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 378 / 239;
  object-fit: contain;
  border: 1px solid var(--sc-blog-line);
  background: #fff;
}

.blog-renewal-pickup__body {
  padding-top: clamp(.8rem, 1.1vw, 1.1rem);
}

.blog-renewal .news-card-title,
.blog-renewal-pickup__title,
.blog-renewal-list__title {
  margin: .55rem 0 0 !important;
  padding: 0 !important;
  color: var(--sc-blog-navy);
    font-size: 1.28571rem;
  font-weight: 700;
  line-height: 1.68;
  letter-spacing: .02em;
  text-align: left;
}

.blog-renewal .news-card-title .clamp {
  height: auto;
  -webkit-line-clamp: 2;
}

/* Filter area: Figma-style form surface */
.blog-renewal-filter {
  margin: 0 0 clamp(3.9rem, 5.5vw, 5.4rem);
  padding: clamp(2.1rem, 3vw, 2.55rem) clamp(2.3rem, 3vw, 3rem);
  background: var(--sc-blog-pale);
}

.blog-renewal-filter__title {
  margin: 0 0 1.25rem;
  color: var(--sc-blog-navy);
  font-size: clamp(.9rem, .9vw, 1rem);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .05em;
}

.blog-renewal-filter__row {
  display: grid;
  grid-template-columns: minmax(10rem, 18.6rem) minmax(10rem, 18.6rem) minmax(20rem, 1fr);
  gap: 1rem;
  align-items: center;
}

.blog-renewal-select,
.blog-renewal-search {
  position: relative;
  display: block;
  min-width: 0;
  background: #fff;
      margin-bottom: 0 !important;
}

.blog-renewal-select__label,
.blog-renewal-search__label {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
}

.blog-renewal-select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.1rem;
  width: .65rem;
  height: .65rem;
  border-right: 1px solid var(--sc-blog-navy);
  border-bottom: 1px solid var(--sc-blog-navy);
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
}

.blog-renewal-select select,
.blog-renewal-search input {
  width: 100%;
  height: 3.58rem;
  border: 1px solid var(--sc-blog-navy);
  border-radius: 0;
  background: transparent;
  color: var(--sc-blog-navy);
  font-size: clamp(.82rem, .85vw, .95rem);
  font-weight: 500;
  line-height: 1.2;
}

.blog-renewal-select select {
  appearance: none;
  padding: 0 2.7rem 0 1rem;
  cursor: pointer;
}

.blog-renewal-search input {
  padding: 0 3.1rem 0 1.2rem;
}

.blog-renewal-search input::placeholder {
  color: #B7C2D5;
  font-size: clamp(.78rem, .8vw, .9rem);
}

.blog-renewal-search button {
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  place-items: center;
  width: 3.4rem;
  height: 3.58rem;
  border: 0;
  background: transparent;
  color: var(--sc-blog-navy);
  cursor: pointer;
}

.blog-renewal-search button svg {
  width: 1.35rem;
  height: 1.35rem;
}

.blog-renewal-filter__reset {
  margin: .9rem 0 0;
  text-align: right;
}

.blog-renewal-filter__reset a {
  display: inline-flex;
  align-items: center;
  color: var(--sc-blog-navy);
  font-size: clamp(.72rem, .75vw, .82rem);
  font-weight: 500;
  text-decoration: none;
}

.blog-renewal-filter__reset a::before {
  content: "×";
  margin-right: .45rem;
}

/* List */
.blog-renewal .news-cardlayout-wrap.home-blog.blog-renewal-list {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
}

.blog-renewal .news-cardlayout-wrap.home-blog.blog-renewal-list::after {
  content: none !important;
}

.blog-renewal .news-cardlayout-wrap.home-blog.blog-renewal-list .news-card-list,
.blog-renewal-list__item {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: clamp(1.55rem, 2.3vw, 2.42rem) 0 !important;
  border-bottom: 1px solid var(--sc-blog-line);
  background: transparent !important;
}

.blog-renewal-list__item:first-child {
  padding-top: 0 !important;
}

.blog-renewal-list__link {
  display: grid !important;
  grid-template-columns: minmax(13rem, 18.6rem) minmax(0, 1fr) 4.8rem;
  gap: clamp(1.8rem, 2.7vw, 2.85rem);
  align-items: center;
  width: 100%;
  padding: 0 !important;
  color: var(--sc-blog-navy);
  text-decoration: none;
}

.blog-renewal-list__thumb {
  margin: 0;
  background: #fff;
}

.blog-renewal-list__thumb img,
.blog-renewal-list__thumb .wp-post-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 260 / 160;
  object-fit: contain;
  border: 1px solid var(--sc-blog-line);
  background: #fff;
}

.blog-renewal-list__body {
  min-width: 0;
}

.blog-renewal-arrow {
  display: block;
  justify-self: end;
  position: relative;
  width: 3.5rem;
  height: 1px;
  background: var(--sc-blog-navy);
}

.blog-renewal-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: .7rem;
  height: .7rem;
  border-top: 1px solid var(--sc-blog-navy);
  border-right: 1px solid var(--sc-blog-navy);
  transform: translateY(-50%) rotate(45deg);
}

/* Pager and top button */
.blog-renewal-pagenavi {
  margin-top: clamp(3.3rem, 5.5vw, 5rem);
}

.blog-renewal .wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .62rem;
  margin: 0;
}

.blog-renewal .wp-pagenavi .current,
.blog-renewal .wp-pagenavi a.page,
.blog-renewal .wp-pagenavi a.last,
.blog-renewal .wp-pagenavi .first {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.15rem;
  height: 2.15rem;
  margin: 0;
  border: 1px solid var(--sc-blog-navy);
  border-radius: 0;
  color: var(--sc-blog-navy);
  background: #fff;
  font-size: .86rem;
  line-height: 1;
  font-weight: 700;
}

.blog-renewal .wp-pagenavi .current {
  color: #fff;
  background: var(--sc-blog-navy);
}

.blog-renewal .wp-pagenavi .current::before {
  content: none !important;
}

.blog-renewal .wp-pagenavi .extend {
  margin: 0 .25rem;
  color: var(--sc-blog-navy);
  font-size: .9rem;
  top: 0;
}

.blog-renewal .wp-pagenavi .previouspostslink,
.blog-renewal .wp-pagenavi .nextpostslink {
  position: relative;
  width: 2.15rem;
  height: 2.15rem;
  margin: 0;
  border: 1px solid var(--sc-blog-navy);
  color: transparent;
  background: #fff;
}

.blog-renewal .wp-pagenavi .previouspostslink::before,
.blog-renewal .wp-pagenavi .nextpostslink::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: .55rem;
  height: .55rem;
  margin: 0;
  border: 0;
  border-top: 1px solid var(--sc-blog-navy);
  border-right: 1px solid var(--sc-blog-navy);
  background: transparent;
  border-radius: 0;
  transform: translate(-50%, -50%) rotate(45deg);
}

.blog-renewal .wp-pagenavi .previouspostslink::before {
  transform: translate(-50%, -50%) rotate(-135deg);
}

.blog-renewal .wp-pagenavi .previouspostslink::after,
.blog-renewal .wp-pagenavi .nextpostslink::after {
  content: none;
}

.blog-renewal-toplink,
.blog-renewal-back-btn {
  margin-top: clamp(3.1rem, 5vw, 4.7rem);
  text-align: center;
}

.blog-renewal-toplink a,
.blog-renewal-back-btn a.button.primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: min(100%, 23.2rem);
  height: 4.4rem;
  margin: 0 auto;
  border: 1px solid var(--sc-blog-navy);
  background: #fff;
  color: var(--sc-blog-navy);
  font-size: .9rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-decoration: none;
}

.blog-renewal-toplink a::before,
.blog-renewal-back-btn a.button.primary-btn::before {
  content: "";
  position: absolute;
  left: 1.1rem;
  top: 50%;
  width: 3.4rem;
  height: 1px;
  background: var(--sc-blog-navy);
}

.blog-renewal-toplink a::after,
.blog-renewal-back-btn a.button.primary-btn::after {
  content: "";
  position: absolute;
  left: 1.1rem;
  top: 50%;
  width: .55rem;
  height: .55rem;
  border-left: 1px solid var(--sc-blog-navy);
  border-bottom: 1px solid var(--sc-blog-navy);
  transform: translateY(-50%) rotate(45deg);
}

.blog-renewal-back-btn a.button.primary-btn svg {
  display: none !important;
}


/* Archive v7 refinements */
.blog-renewal-filter__form {
  margin: 0;
}

.blog-renewal-filter__form select,
.blog-renewal-filter__form input,
.blog-renewal-filter__form button {
  font-family: inherit;
}

.blog-renewal-filter__form select:focus,
.blog-renewal-filter__form input:focus,
.blog-renewal-filter__form button:focus-visible {
  outline: 2px solid rgba(30, 139, 204, .35);
  outline-offset: 2px;
}

.blog-renewal-empty {
  margin: 4rem 0;
  color: var(--sc-blog-navy);
  font-size: clamp(1rem, 1vw, 1.14rem);
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}

body.post-type-archive-blogs .searchBox,
body.tax-tax_blog_cat .searchBox {
  display: none !important;
}

/* ---------- Single ---------- */
.blog-renewal-hero--single,
.blog-renewal-hero--single + .breadcrumbs {
  display: none !important;
}

.blog-renewal--single.blog-renewal {
  padding-top: clamp(3.2rem, 5vw, 5.2rem);
}

.blog-renewal-single {
  margin-bottom: 0;
}

.blog-renewal-single .section__inner {
  width: min(calc(100% - 8rem), var(--sc-blog-single));
  max-width: none;
  margin-inline: auto;
  padding-inline: 0;
}

.blog-renewal-single .section__inner article {
  margin: 0;
}

.blog-renewal-single .blog__head,
.blog-renewal-article__meta {
  display: flex;
  align-items: center;
  gap: .7rem;
  flex-wrap: wrap;
  margin-bottom: .8rem;
}

.blog-renewal-back-link {
  margin-left: auto;
  color: var(--sc-blog-navy);
  font-size: clamp(.7rem, .75vw, .82rem);
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
}

.blog-renewal-back-link::before {
  content: "";
  display: inline-block;
  width: 2.1rem;
  height: 1px;
  margin-right: .45rem;
  vertical-align: middle;
  background: var(--sc-blog-navy);
}

.blog-renewal-single h1.blog__ttl {
  margin: 0 0 clamp(1.5rem, 2.7vw, 2.3rem);
  color: var(--sc-blog-navy);
  font-size: clamp(1.65rem, 2.1vw, 2.28rem);
  line-height: 1.55;
  font-weight: 700;
  letter-spacing: .035em;
}

.blog-renewal-single h1.blog__ttl::after {
  content: none;
}

.blog-renewal-single .single-blog-user {
  display: none;
}

.blog-renewal-content,
.blog-renewal-content p,
.blog-renewal-content li,
.blog-renewal-content td,
.blog-renewal-content th,
.blog-renewal-single .blog__content,
.blog-renewal-single .single_content {
  color: var(--sc-blog-navy);
  font-size: clamp(.88rem, .92vw, 1rem);
  line-height: 1.9;
  font-weight: 500;
  letter-spacing: .035em;
}

.blog-renewal-single .blog__content,
.blog-renewal-single .single_content {
  margin-top: clamp(1.4rem, 2.5vw, 2.4rem);
}

.blog-renewal-single .single_content > div {
  margin-top: clamp(3rem, 5.6vw, 5rem);
}

.blog-renewal-content h2,
.blog-renewal-content h3,
.blog-renewal-single .single_content h3 {
  display: block;
  position: relative;
  margin: clamp(3rem, 5.1vw, 5rem) 0 clamp(1.2rem, 1.8vw, 1.6rem);
  padding-left: 1rem;
  border-left: .42rem solid var(--sc-blog-blue);
  color: var(--sc-blog-navy);
  font-size: clamp(1.25rem, 1.45vw, 1.5rem) !important;
  line-height: 1.58 !important;
  font-weight: 700 !important;
  letter-spacing: .04em !important;
}

.blog-renewal-content h2::before,
.blog-renewal-content h2::after,
.blog-renewal-content h3::before,
.blog-renewal-content h3::after,
.blog-renewal-single .single_content h3::before,
.blog-renewal-single .single_content h3::after {
  content: none !important;
}

.blog-renewal-content figure,
.blog-renewal-single .single_content figure,
.blog-renewal-single .blog__content figure {
  margin: clamp(1.8rem, 3.6vw, 3rem) auto;
  max-width: min(100%, 42.85rem);
}

.blog-renewal-content figure img,
.blog-renewal-single .blog__content img,
.blog-renewal-single .single_content img {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  height: auto;
  object-fit: contain;
}

.blog-renewal-content figcaption,
.blog-renewal-single .single_content figcaption {
  margin-top: .65rem;
  color: #707070;
  font-size: .78rem;
  line-height: 1.7;
  letter-spacing: .03em;
}

.blog-renewal-content .table_wrap,
.blog-renewal-single .single_content .table_wrap {
  margin-top: clamp(1.8rem, 3.8vw, 3rem);
  overflow-x: auto;
}

.blog-renewal-content table,
.blog-renewal-single .single_content table {
  width: 100%;
  min-width: 42rem;
  border-collapse: collapse;
  table-layout: fixed;
}

.blog-renewal-content th,
.blog-renewal-content td,
.blog-renewal-single .single_content th,
.blog-renewal-single .single_content td {
  padding: 1rem;
  border: 1px solid #DCECF5;
  background: #fff;
  text-align: center;
}

.blog-renewal-content th,
.blog-renewal-single .single_content th {
  background: var(--sc-blog-pale);
  font-weight: 700;
}

.blog-renewal-product-section,
.blog-renewal--single .section--home.home--product {
  display: none !important;
}

.blog-renewal-related {
  padding: clamp(3.7rem, 6vw, 5rem) 0 0;
}

.blog-renewal-related__inner {
  width: min(calc(100% - 8rem), var(--sc-blog-container));
  max-width: none;
  margin-inline: auto;
}

.blog-renewal-related__heading {
  margin: 0 0 1.7rem;
  color: var(--sc-blog-navy);
  font-size: clamp(1.05rem, 1.1vw, 1.2rem);
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: .04em;
}

.blog-renewal-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.5rem, 2vw, 2.15rem);
}

.blog-renewal-related__link {
  display: block;
  color: var(--sc-blog-navy);
  text-decoration: none;
}

.blog-renewal-related__thumb {
  margin: 0 0 .9rem;
  background: #fff;
}

.blog-renewal-related__thumb img,
.blog-renewal-related__thumb .wp-post-image {
  display: block;
  width: 100%;
  aspect-ratio: 378 / 186;
  height: auto;
  object-fit: contain;
  border: 1px solid var(--sc-blog-line);
  background: #fff;
}

.blog-renewal-related__title {
  margin: .55rem 0 0;
  color: var(--sc-blog-navy);
  font-size: clamp(.9rem, .95vw, 1rem);
  line-height: 1.65;
  font-weight: 700;
  letter-spacing: .02em;
}

@media screen and (max-width: 900px) {
  .blog-renewal .blog-renewal__inner,
  .blog-renewal--archive .section__inner.blog-renewal__inner,
  .blog-renewal-hero.hero:not(.hero-home) .hero__inner,
  .blog-renewal-single .section__inner,
  .blog-renewal-related__inner,
  .blog-renewal-breadcrumbs .breadcrumbs__inner {
    width: min(calc(100% - 3rem), var(--sc-blog-container));
  }

  .blog-renewal-filter__row {
    grid-template-columns: 1fr 1fr;
  }

  .blog-renewal-search {
    grid-column: 1 / -1;
  }

  .blog-renewal .pickup-blog__area.blog-renewal-pickup,
  .blog-renewal-related__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .blog-renewal-list__link {
    grid-template-columns: minmax(8.5rem, 13rem) 1fr 2.7rem;
  }
}

@media screen and (max-width: 575.8px) {
  .blog-renewal-hero.hero:not(.hero-home) .hero__inner,
  .blog-renewal .blog-renewal__inner,
  .blog-renewal--archive .section__inner.blog-renewal__inner,
  .blog-renewal-single .section__inner,
  .blog-renewal-related__inner,
  .blog-renewal-breadcrumbs .breadcrumbs__inner {
    width: min(calc(100% - 2rem), var(--sc-blog-container));
  }

  .blog-renewal-hero.hero:not(.hero-home) .hero__inner {
        padding: 11rem 0 3rem;
  }

  .blog-renewal .pickup-blog__area.blog-renewal-pickup,
  .blog-renewal-related__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .blog-renewal-hero.hero:not(.hero-home) .hero__title {
    padding-left: 1rem;
}

  .blog-renewal-filter {
    padding: 1.5rem;
  }

  .blog-renewal-filter__row {
    grid-template-columns: 1fr;
  }

  .blog-renewal-list__link {
    grid-template-columns: 7.8rem 1fr;
    gap: 1rem;
  }

  .blog-renewal-arrow {
    display: none;
  }

  .blog-renewal-list__thumb img,
  .blog-renewal-list__thumb .wp-post-image {
    aspect-ratio: 1 / 1;
  }

  .blog-renewal .news-card-title,
  .blog-renewal-pickup__title,
  .blog-renewal-list__title {
        font-size: 1.22rem !important;
        line-height: 1.55 !important;
  }

  .blog-renewal-content,
  .blog-renewal-content p,
  .blog-renewal-content li,
  .blog-renewal-content td,
  .blog-renewal-content th,
  .blog-renewal-single .blog__content,
  .blog-renewal-single .single_content {
    font-size: 1.5rem;
  }

  .blog-renewal-content table,
  .blog-renewal-single .single_content table {
    min-width: 36rem;
  }

  .blog-renewal-back-link {
    width: 100%;
    margin-left: 0;
  }
}


/* =========================================================
   Blog detail static v3 / Figma strict layout
   - Load after existing style.css
   - Header/footer are intentionally not controlled here
   - px is used only for fine borders/icons as requested
   ========================================================= */
.blog-detail-static {
  --bd-navy: #1B3065;
  --bd-blue: #1E8BCC;
  --bd-pale: #E8FEFF;
  --bd-light: #F9F9F9;
  --bd-line: #D6D6D6;
  --bd-body-w: 71.4286rem;
  --bd-img-w: 49.8572rem;
  --bd-cta-w: 57.1429rem;
  --bd-wide-w: 85.7143rem;
  overflow: hidden;
  color: var(--bd-navy);
  background: #fff;
  padding-top: clamp(8.8rem, 9.7vw, 10.9rem);
}

.blog-detail-static,
.blog-detail-static * {
  box-sizing: border-box;
}

.blog-detail-static :where(h1, h2, h3, p, figure, ul, ol, li, dl, dt, dd) {
  margin: 0;
  padding: 0;
}

.blog-detail-static a{
  color: inherit;
  text-decoration: none;
  transition: opacity .2s ease;
}

.blog-detail-static .wp-block-group__inner-container a ,.blog-detail-static__header .blog-detail-static__lead-block a,.blog-detail-static__article .blog-detail-static__content a{
    text-decoration: underline;
overflow-wrap: anywhere;
    width: fit-content;
	    font-weight: 500;
}

.blog-detail-static .wp-block-group__inner-container .wp-block-buttons a{
	text-decoration: none;
}


.blog-detail-static .wp-block-group__inner-container a:hover ,.blog-detail-static__header .blog-detail-static__lead-block a:hover,.blog-detail-static__article .blog-detail-static__content a:hover{
	text-decoration: none;
}

.blog-detail-static a:hover {
  opacity: .75;
}

.blog-detail-static img {
  display: block;
  max-width: 100%;
  height: auto;
}

.blog-detail-static__header,
.blog-detail-static__toc,
.blog-detail-static__content {
  width: min(calc(100% - 8rem), var(--bd-body-w));
  max-width: none;
  margin-inline: auto;
}

.blog-detail-static__article {
  width: 100%;
  max-width: none;
  margin: 0;
}

.blog-detail-static__date {
  display: block;
  color: var(--bd-blue);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: .02em;
}

.blog-detail-static__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .8rem;
  margin-top: 0.8rem;
  margin-bottom: clamp(1.3rem, 1.45vw, 1.65rem);
}

.blog-detail-static__cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.45rem;
  padding: .16rem .88rem .18rem;
  border-radius: 999rem;
  background: var(--sc-blog-blue);
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: .04em;
}

.blog-detail-static__author {
    color: rgb(27 48 101 / 50%);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .04em;
}

.blog-detail-static__title {
  color: var(--bd-navy);
  font-size: clamp(1.95rem, 2.22vw, 2.2858rem);
  font-weight: 700;
  line-height: 1.48;
  letter-spacing: .02em;
}

.blog-detail-static__lead,
.blog-detail-static__content p,
.blog-detail-static__content li,
.blog-detail-static__table th,
.blog-detail-static__table td {
  color: var(--bd-navy);
  font-size: clamp(.9rem, .9vw, 1rem);
  font-weight: 500;
  line-height: 1.95;
  letter-spacing: .05em;
}

.blog-detail-static__lead {
  margin-top: clamp(2.45rem, 3.05vw, 3.1rem);
}

.blog-detail-static__eyecatch,
.blog-detail-static__image {
  width: min(100%, var(--bd-img-w));
  margin-inline: auto;
}

.blog-detail-static__eyecatch {
  margin-top: clamp(3.1rem, 4.15vw, 4.25rem);
}

.blog-detail-static__image {
  margin-top: clamp(3rem, 3.65vw, 3.65rem);
  margin-bottom: 0;
}

.blog-detail-static__eyecatch img,
.blog-detail-static__image img {
  width: 100%;
  object-fit: contain;
}

.blog-detail-static__image figcaption {
  margin-top: .86rem;
  color: var(--bd-blue);
  font-size:1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: .04em;
  text-align: center;
}

.blog-detail-static__toc {
  margin-top: clamp(3.8rem, 5vw, 5.2rem);
  padding: clamp(2rem, 2.9vw, 2.85rem) clamp(2.45rem, 3.55vw, 3.4rem);
  background: var(--bd-light);
}

.blog-detail-static__toc-title {
  margin-bottom: 1.2rem;
  color: var(--bd-navy);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .05em;
}

.blog-detail-static__toc-title span {
  color: var(--bd-blue);
  font-size: .78em;
}

.blog-detail-static__toc-list,
.blog-detail-static__toc-list ol {
  list-style: none;
  margin-top: 1.2rem;
}

.blog-detail-static__toc-list > li {
  padding: 1.08rem 0 1.12rem;
  border-top: 1px solid var(--bd-line);
}

.blog-detail-static__toc-list > li:last-child {
  border-bottom: 1px solid var(--bd-line);
}

.blog-detail-static__toc-list a {
  position: relative;
  display: inline-block;
  padding-left: 1.15rem;
  color: var(--bd-navy);
  font-size:1rem;
  font-weight: 700;
  line-height: 1.76;
  letter-spacing: .04em;
}

.blog-detail-static__toc-list a::before {
  content: "・";
  position: absolute;
  left: 0;
  color: var(--bd-blue);
}

.blog-detail-static__toc-list ol {
  margin-top: .46rem;
  padding-left: 1.38rem;
}

.blog-detail-static__toc-list ol a {
  color: var(--bd-blue);
  font-size: clamp(.74rem, .72vw, .8572rem);
  font-weight: 500;
}

.blog-detail-static__content {
  margin-top: clamp(5.45rem, 7vw, 7.25rem);
}

.blog-detail-static__section + .blog-detail-static__section,
.blog-detail-static__section .blog-detail-static__section {
  margin-top: clamp(4.65rem, 6vw, 6rem);
}

.blog-detail-static__section--h3 + .blog-detail-static__section--h3 {
  margin-top: clamp(3.85rem, 5vw, 4.8rem);
}

.blog-detail-static__section h2,
.blog-detail-static__section h3 {
  color: var(--bd-navy);
  font-weight: 700;
  letter-spacing: .04em;
}

.blog-detail-static__section h2 {
  position: relative;
  margin-bottom: clamp(1.7rem, 2vw, 2.15rem);
  padding-left: 1.08rem;
  font-size: clamp(1.52rem, 1.58vw, 1.8572rem);
  line-height: 1.55;
}

.blog-detail-static__section h2::before {
  content: "";
  position: absolute;
  top: .35em;
  left: 0;
  width: 5px;
  height: 1.35em;
  background: var(--bd-blue);
}

.blog-detail-static__section h3 {
  margin-bottom: clamp(1.45rem, 2vw, 1.9rem);
  font-size: clamp(1.32rem, 1.42vw, 1.62rem);
  line-height: 1.6;
}

.blog-detail-static__image + p {
  margin-top: 2rem;
}

.blog-detail-static__section p + p {
  margin-top: 1.5rem;
}

.blog-detail-static__content p:empty {
  display: none;
}

.blog-detail-static__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, var(--bd-cta-w));
  min-height: clamp(7.2rem, 8.55vw, 8.65rem);
  margin: clamp(4.6rem, 6vw, 6rem) auto clamp(5.2rem, 6.5vw, 6.85rem);
  background: var(--bd-light);
  color: var(--bd-navy);
  font-size: clamp(.95rem, .96vw, 1.08rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .05em;
  text-align: center;
}

.blog-detail-static__table-wrap {
  margin-top: clamp(2.35rem, 3vw, 3rem);
  overflow-x: auto;
}

.blog-detail-static__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.blog-detail-static__table th,
.blog-detail-static__table td {
  border: 1px solid var(--bd-line);
  padding: 1.05rem .9rem;
  vertical-align: middle;
}

.blog-detail-static__table th {
  background: var(--bd-pale);
  font-weight: 700;
}

.blog-detail-static__list {
  margin-top: clamp(2rem, 2.6vw, 2.6rem);
  padding-left: 1.28rem;
  color: var(--bd-blue);
}

.blog-detail-static__list + .blog-detail-static__list {
  margin-top: 1.75rem;
}

.blog-detail-static__list li {
  color: var(--bd-blue);
}

.blog-detail-static__list li + li {
  margin-top: .35rem;
}

.blog-detail-static__post-nav {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  width: min(calc(100% - 8rem), var(--bd-wide-w));
  margin: clamp(5.25rem, 7vw, 7.2rem) auto 0;
  padding-top: 1.9rem;
  border-top: 1px solid var(--bd-line);
}

.blog-detail-static__post-nav-link {
  display: inline-flex;
  align-items: center;
  gap: .9rem;
  max-width: 35rem;
  color: var(--bd-navy);
  font-size:1rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: .04em;
}

.blog-detail-static__post-nav-link--next {
  margin-left: auto;
  text-align: right;
}

.blog-detail-static__post-nav-icon {
  position: relative;
  flex: 0 0 auto;
  width: 2.35rem;
  height: 2.35rem;
  border: 1px solid var(--bd-navy);
  background: #fff;
}

.blog-detail-static__post-nav-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: .48rem;
  height: .48rem;
  border-top: 1px solid var(--bd-navy);
  border-right: 1px solid var(--bd-navy);
}

.blog-detail-static__post-nav-link--prev .blog-detail-static__post-nav-icon::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}

.blog-detail-static__post-nav-link--next .blog-detail-static__post-nav-icon::before {
  transform: translate(-65%, -50%) rotate(45deg);
}

.blog-detail-static__related {
  margin-top: clamp(5.25rem, 6.5vw, 6.8rem);
}

.blog-detail-static__related-inner {
  width: min(calc(100% - 8rem), var(--bd-wide-w));
  max-width: none;
  margin-inline: auto;
}

.blog-detail-static__related-heading {
  display: flex;
  align-items: baseline;
  gap: .95rem;
  margin-bottom: clamp(2.1rem, 2.8vw, 2.85rem);
  color: var(--bd-navy);
  font-size: clamp(1.45rem, 1.5vw, 1.72rem);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .04em;
}

.blog-detail-static__related-heading small {
  color: var(--bd-navy);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
}

.blog-detail-static__related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.8rem, 2.2vw, 2.25rem);
}

.blog-detail-static__related-card a {
  display: block;
}

.blog-detail-static__related-card figure {
  border: 1px solid var(--bd-line);
  background: #fff;
}

.blog-detail-static__related-card figure img {
  width: 100%;
  aspect-ratio: 376 / 242;
    object-fit: cover;
}

.blog-detail-static__related-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .55rem;
  margin-top: 1.12rem;
}

.blog-detail-static__related-meta time {
  color: var(--bd-blue);
  font-size:1rem;
  font-weight: 700;
  line-height: 1.2;
}

.blog-detail-static__related-meta span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.36rem;
  padding: .12rem .72rem .16rem;
  border-radius: 999rem;
    background: var(--sc-blog-blue);
  color: #fff;
    font-size: max(0.8572rem, 10px);
  font-weight: 500;
  line-height: 1.2;
}

.blog-detail-static__related-card h3 {
  margin-top: .62rem;
  color: var(--bd-navy);
  font-size: clamp(.95rem, .98vw, 1.08rem);
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: .04em;
}

.blog-detail-static__back {
  display: flex;
  justify-content: center;
  margin-top: clamp(4.1rem, 5.5vw, 5.6rem);
}

.blog-detail-static__back a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(100%, 25.2rem);
  min-height: 4.15rem;
  border: 1px solid var(--bd-navy);
  background: #fff;
  color: var(--bd-navy);
  font-size: clamp(.9rem, .9vw, 1rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .04em;
}

.blog-detail-static__back a::before {
  content: "";
  position: absolute;
  left: 2.2rem;
  width: 2.45rem;
  height: 1px;
  background: var(--bd-navy);
}

.blog-detail-static__breadcrumbs .breadcrumbs__inner {
  width: min(calc(100% - 8rem), var(--bd-wide-w));
  max-width: none;
  padding: clamp(4.4rem, 6vw, 6rem) 0 0;
}

@media screen and (max-width: 767.8px) {
  .blog-detail-static {
    padding-top: 10rem;
	        padding-left: 0.5rem;
        padding-right: 0.5rem;
  }

  .blog-detail-static__header,
  .blog-detail-static__toc,
  .blog-detail-static__content,
  .blog-detail-static__post-nav,
  .blog-detail-static__related-inner,
  .blog-detail-static__breadcrumbs .breadcrumbs__inner {
    width: min(calc(100% - 2rem), 100%);
  }

  .blog-detail-static__title {
    font-size: clamp(2.1rem, 7vw, 2.6rem);
    line-height: 1.52;
  }

  .blog-detail-static__lead,
  .blog-detail-static__content p,
  .blog-detail-static__content li,
  .blog-detail-static__table th,
  .blog-detail-static__table td {
    font-size: 1.45rem;
    line-height: 1.9;
  }

  .blog-detail-static__toc {
    padding: 2rem 1.4rem;
  }

  .blog-detail-static__toc-list a {
    font-size: 1.25rem;
  }

  .blog-detail-static__toc-list ol a {
    font-size: 1.1rem;
  }

  .blog-detail-static__section h2 {
    font-size: 2rem;
  }

  .blog-detail-static__section h3 {
    font-size: 1.85rem;
  }

  .blog-detail-static__cta {
    min-height: 8rem;
  }

  .blog-detail-static__table {
    min-width: 48rem;
  }

  .blog-detail-static__post-nav {
    display: grid;
    gap: 1.5rem;
  }

  .blog-detail-static__post-nav-link,
  .blog-detail-static__post-nav-link--next {
    max-width: none;
    margin-left: 0;
    text-align: left;
    font-size: 1.2rem;
  }

  .blog-detail-static__related-grid {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }

  .blog-detail-static__related-card h3 {
    font-size: 1.35rem;
  }

  .blog-detail-static__back a {
    width: 100%;
    min-height: 4.8rem;
    font-size: 1.3rem;
  }
}

/* =========================================================
   Blog detail static v4 / final visual corrections
   - Figma comparison fixes: typography, colors, list markers, h2/h3 decorations
   - Keep loaded after existing style.css
   ========================================================= */
.blog-detail-static {
  --bd-navy: #1B3065;
  --bd-blue: #009BF1;
  --sc-blog-blue: #1888CB;
  --bd-pale: #E8FEFF;
  --bd-light: #F9F9F9;
  --bd-line: #D6D6D6;
  --bd-soft-line: #E5E5E5;
}

.blog-detail-static__date,
.blog-detail-static__cat,
.blog-detail-static__image figcaption,
.blog-detail-static__toc-title span,
.blog-detail-static__toc-list a::before,
.blog-detail-static__toc-list ol a,
.blog-detail-static__list,
.blog-detail-static__list li,
.blog-detail-static__list li::marker,
.blog-detail-static__related-meta time,
.blog-detail-static__related-meta span {
  color:#204D9C;
}

.blog-detail-static__cat,
.blog-detail-static__related-meta span {
    background: var(--sc-blog-blue);
  color: #fff!important;
}

/* PC typography: Figma base is compact; existing CSS made a few headings too large. */
.blog-detail-static__title {
  font-size: clamp(2rem, 2.23vw, 2.28572rem);
  line-height: 1.48;
  letter-spacing: .018em;
}

.blog-detail-static__lead,
.blog-detail-static__content p,
.blog-detail-static__content li,
.blog-detail-static__table th,
.blog-detail-static__table td {
  font-size: 1rem;
  line-height: 1.95;
  letter-spacing: .05em;
  font-weight: 400;
}

.blog-detail-static__toc-title,
.blog-detail-static__toc-list a,
.blog-detail-static__table th {
  color: var(--bd-navy);
}

.blog-detail-static__toc-list ol a {
  font-size: 1rem;
}

/* h2: blue left bar only, exact Figma-like height and position. */
.blog-detail-static__section h2 {
  position: relative;
  margin-bottom: 1.9rem;
  padding-left: 1.2rem;
  border: 0 !important;
  color: var(--bd-navy);
  font-size: 1.71429rem;
  line-height: 1.55;
  font-weight: 700;
  letter-spacing: .04em;
}

.blog-detail-static__section h2::before {
  content: "" !important;
  position: absolute;
  top: .28em;
  left: 0;
  width: 5px;
  height: 1.55em;
  background: var(--bd-blue);
}

.blog-detail-static__section h2::after {
  content: none !important;
}

/* h3: Figma has a thin underline, not only plain text. */
.blog-detail-static__section h3 {
  display: block;
  margin-bottom: 1.65rem;
  padding-bottom: 1.15rem;
  border-bottom: 1px solid var(--bd-line);
  color: var(--bd-navy);
  font-size: 1.42858rem;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: .04em;
}

.blog-detail-static__section h3::before,
.blog-detail-static__section h3::after {
  content: none !important;
}

/* Preserve the visual rhythm from the static design after h3 blocks. */
.blog-detail-static__section--h3 {
  margin-top: clamp(3.75rem, 5vw, 4.8rem);
}

.blog-detail-static__section--h3 + .blog-detail-static__section--h3 {
  margin-top: clamp(3.85rem, 5vw, 4.9rem);
}

/* Lists: reset from the existing theme removed markers, so force them back. */
.blog-detail-static__list {
  margin-top: 2.35rem;
  padding-left: 1.35rem !important;
  list-style-position: outside !important;
  color: var(--bd-blue);
}

ul.blog-detail-static__list {
  list-style-type: disc !important;
}

ol.blog-detail-static__list,
ol.blog-detail-static__list--number {
  list-style-type: decimal !important;
}

.blog-detail-static__list > li {
  display: list-item !important;
  list-style: inherit !important;
  color: #1b3065;
  padding-left: .15rem;
}

.blog-detail-static__list > li::marker {
  color:#1888CB;
  font-weight: 700;
}

.blog-detail-static__list + .blog-detail-static__list {
  margin-top: 1.85rem;
}

/* Table and CTA color calibration. */
.blog-detail-static__table th {
    background: #E8F3FA;
    font-weight: 700;
}

.blog-detail-static__table th,
.blog-detail-static__table td {
  border-color: var(--bd-line);
}

.blog-detail-static__cta {
  background: var(--bd-light);
  min-height: 8.55rem;
}

/* Related cards: keep images clean and titles at the Figma size. */
.blog-detail-static__related-heading {
  font-size: 1.42858rem;
}

.blog-detail-static__related-card h3 {
  font-size: 1.14286rem;
  line-height: 1.65;
}

/* The existing fixed search button appears in the screenshot but not in the design. */
body.single-blogs .searchBox,
body.single-blogs .icon-search-container {
  display: none !important;
}

@media screen and (max-width: 767.8px) {
  .blog-detail-static__title {
    font-size: clamp(2.1rem, 7vw, 2.6rem);
  }

  .blog-detail-static__lead,
  .blog-detail-static__content p,
  .blog-detail-static__content li,
  .blog-detail-static__table th,
  .blog-detail-static__table td {
    font-size: 1.45rem;
  }

  .blog-detail-static__section h2 {
    font-size: 2rem;
    padding-left: 1.3rem;
  }

  .blog-detail-static__section h3 {
    font-size: 1.85rem;
    padding-bottom: 1.2rem;
  }

  .blog-detail-static__list {
    padding-left: 1.6rem !important;
  }
}

/* =========================================================
   Blog detail static v5 / semantic + responsive final corrections
   ========================================================= */

/* Related heading was too small compared with Figma. */
.blog-detail-static__related-heading {
  font-size: clamp(1.65rem, 1.7vw, 1.85715rem);
  line-height: 1.45;
  margin-bottom: clamp(2.3rem, 3vw, 3.15rem);
}

.blog-detail-static__related-heading span {
  font-size: 1em;
  font-weight: 700;
}

.blog-detail-static__related-heading small {
  font-size: 1rem;
  line-height: 1.4;
  color: #1B3065;
}

/* h2 decoration: Figma-style vertical blue bar with stable height. */
.blog-detail-static__section h2 {
  padding-left: 1.28rem;
}

.blog-detail-static__section h2::before {
  top: .22em;
  width: 4px;
  height: calc(100% - .44em);
  min-height: 2.2rem;
  background: var(--bd-blue);
}

/* h3 underline: keep it visible even when existing theme styles are stronger. */
.blog-detail-static__section h3 {
  border-bottom: 1px solid #D6D6D6 !important;
}

/* Normal content lists: preserve browser-like markers inside the scoped detail area. */
.blog-detail-static__content ul:not(.blog-detail-static__list),
.blog-detail-static__content ol:not(.blog-detail-static__list) {
  margin-top: 2rem;
  padding-left: 1.5rem !important;
}

.blog-detail-static__content ul:not(.blog-detail-static__list) {
  list-style: disc outside !important;
}

.blog-detail-static__content ol:not(.blog-detail-static__list) {
  list-style: decimal outside !important;
}

.blog-detail-static__content ul:not(.blog-detail-static__list) > li,
.blog-detail-static__content ol:not(.blog-detail-static__list) > li {
  display: list-item !important;
}

/* Related card image should not collapse or feel empty when a logo/contain thumbnail is used. */
.blog-detail-static__related-card figure {
  min-height: 15rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-detail-static__related-card figure img {
  height: 100%;
  min-height: 15rem;
}

/* Tablet: 2 columns is closer than a rough single-column stack. */
@media screen and (max-width: 767.8px) {
  .blog-detail-static__related-heading {
    font-size: 2rem;
  }

  .blog-detail-static__related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem 1.4rem;
  }

  .blog-detail-static__related-card figure {
    min-height: 12rem;
  }

  .blog-detail-static__related-card figure img {
    min-height: 12rem;
  }
}

/* Small smartphone: only here switch to 1 column for readability. */
@media screen and (max-width: 575.8px) {
  .blog-detail-static__related-grid {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }

  .blog-detail-static__related-card figure {
    min-height: 17rem;
  }

  .blog-detail-static__related-card figure img {
    min-height: 17rem;
  }
}

/* =========================================================
   Blog detail semantic fixes for dynamic-ready static template
   ========================================================= */
.blog-detail-static__toc-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
}

.blog-detail-static__toc-head .blog-detail-static__toc-title {
  margin-bottom: 0;
}

.blog-detail-static__toc-toggle {
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--bd-blue);
  font-size: clamp(.72rem, .72vw, .8572rem);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .04em;
  cursor: pointer;
}

.blog-detail-static__toc-toggle:hover,
.blog-detail-static__toc-toggle:focus-visible {
  text-decoration: underline;
}

.blog-detail-static__cat:hover,
.blog-detail-static__cat:focus-visible {
  color: #fff;
  opacity: .85;
}



@media screen and (max-width: 575.8px) {
  .blog-detail-static__toc-head {
    gap: .8rem;
  }
}


/* =========================================================
   Archive final responsive refinements
   ========================================================= */
@media screen and (max-width: 991.8px) {
  .blog-renewal-filter__row {
    grid-template-columns: 1fr 1fr;
  }

  .blog-renewal-search {
    grid-column: 1 / -1;
  }
}

@media screen and (max-width: 767.8px) {
  .blog-renewal .blog-renewal__inner,
  .blog-renewal--archive .section__inner.blog-renewal__inner,
  .blog-renewal-breadcrumbs .breadcrumbs__inner,
  .blog-renewal-hero.hero:not(.hero-home) .hero__inner {
    width: min(calc(100% - 2rem), var(--sc-blog-container));
  }

  .blog-renewal .pickup-blog__area.blog-renewal-pickup {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .blog-renewal-list__link {
    grid-template-columns: minmax(8.5rem, 12rem) minmax(0, 1fr) 2.8rem;
    gap: 1.25rem;
  }

  .blog-renewal-arrow {
    width: 2.4rem;
  }
}

@media screen and (max-width: 575.8px) {
  .blog-renewal-archive {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }

  .blog-renewal .pickup-blog__area.blog-renewal-pickup {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 3.8rem;
  }

  .blog-renewal-filter {
    padding: 1.8rem 1.2rem;
  }

  .blog-renewal-filter__row {
    grid-template-columns: 1fr;
  }

  .blog-renewal-list__link {
    grid-template-columns: 8.8rem minmax(0, 1fr);
    gap: 1.2rem;
  }

  .blog-renewal-arrow {
    grid-column: 2;
    justify-self: end;
    width: 2.5rem;
    margin-top: .75rem;
  }

  .blog-renewal-list__item {
    padding: 2rem 0 !important;
  }
}


/* =========================================================
   Blog archive FEAS restore
   - v8: 既存のFE Advanced Searchフォームを使用し、年月カレンダーピッカーを維持
   ========================================================= */
.blog-renewal-filter--feas .blog-renewal-feas {
  margin-top: 1.4rem;
}
.blog-renewal-filter--feas .feas_search_form-content {
  margin: 0;
}
.blog-renewal-filter--feas form[id^="feas-searchform"] {
  margin: 0;
}
.blog-renewal-filter--feas .select-search__flex {
  align-items: stretch;
}
.blog-renewal-filter--feas input[type="submit"] {
  cursor: pointer;
}

/* =========================================================
   Blog archive FEAS visual restore v9
   - 既存FE Advanced Searchの機能・カレンダーピッカーを残しつつ、v7相当のFigma装飾へ戻す
   ========================================================= */
.blog-renewal-filter--feas {
  margin: 0 0 clamp(3.9rem, 5.5vw, 5.4rem);
  padding: clamp(2.1rem, 3vw, 2.55rem) clamp(2.3rem, 3vw, 3rem);
  background: var(--sc-blog-pale) !important;
}

.blog-renewal-filter--feas .blog-renewal-feas,
.blog-renewal-filter--feas .feas_search_form-content {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

.blog-renewal-filter--feas form[id^="feas-searchform"] {
  margin: 0 !important;
  padding: 0 !important;
}

.blog-renewal-filter--feas .select-search__flex {
  display: grid !important;
  grid-template-columns: minmax(10rem, 18.6rem) minmax(10rem, 18.6rem) minmax(20rem, 1fr) 3.58rem;
  gap: 1rem;
  align-items: stretch;
  justify-content: stretch;
}

.blog-renewal-filter--feas .select-search__box {
  position: relative;
  display: flex !important;
  align-items: center;
  width: 100%;
  min-width: 0;
  height: 3.58rem;
  border: 1px solid var(--sc-blog-navy);
  border-radius: 0;
  background: #fff !important;
}

.blog-renewal-filter--feas .select-search__box::before {
  right: 1.1rem;
  width: .65rem;
  height: .65rem;
  border-right: 1px solid var(--sc-blog-navy);
  border-bottom: 1px solid var(--sc-blog-navy);
  transform: translateY(-65%) rotate(45deg);
  background: none !important;
}

.blog-renewal-filter--feas .select-search__box:has(input)::before {
  content: none;
}

.blog-renewal-filter--feas .feas_term_dropdown,
.blog-renewal-filter--feas .feas_archive_dropdown,
.blog-renewal-filter--feas .select-search__box select,
.blog-renewal-filter--feas .select-search__box input,
.blog-renewal-filter--feas input#feas_0_2,
.blog-renewal-filter--feas input#feas_0_3 {
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 2.7rem 0 1rem !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--sc-blog-navy) !important;
  font-family: inherit;
  font-size: clamp(.82rem, .85vw, .95rem) !important;
  font-weight: 500 !important;
  line-height: 1.2;
}

.blog-renewal-filter--feas input#feas_0_3,
.blog-renewal-filter--feas input[type="search"],
.blog-renewal-filter--feas input[type="text"] {
  padding: 0 1.2rem !important;
}

.blog-renewal-filter--feas input#feas_0_2::placeholder,
.blog-renewal-filter--feas input#feas_0_3::placeholder,
.blog-renewal-filter--feas input[type="search"]::placeholder,
.blog-renewal-filter--feas input[type="text"]::placeholder {
  color: #B7C2D5 !important;
  font-size: clamp(.78rem, .8vw, .9rem) !important;
  font-weight: 500 !important;
}

.blog-renewal-filter--feas input#feas-submit-button-0,
.blog-renewal-filter--feas input[type="submit"] {
  position: relative;
  display: block;
  width: 3.58rem !important;
  max-width: 3.58rem !important;
  height: 3.58rem !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid var(--sc-blog-navy) !important;
  border-radius: 0 !important;
  background-color: #fff !important;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2229%22%20viewBox%3D%220%200%2029%2029%22%3E%3Cpath%20d%3D%22M21.55%2021.55%2031%2031Zm-7.425%202.7A10.125%2010.125%200%201%200%204%2014.125%2010.129%2010.129%200%200%200%2014.125%2024.25Z%22%20transform%3D%22translate(-3%20-3)%22%20fill%3D%22none%22%20stroke%3D%22%231b3065%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E') !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 1.35rem auto !important;
  color: transparent !important;
  font-size: 0 !important;
  text-indent: -9999px;
  cursor: pointer;
}

.blog-renewal-filter--feas input#feas-submit-button-0:hover,
.blog-renewal-filter--feas input[type="submit"]:hover {
  opacity: .8;
}

.blog-renewal-filter--feas .reset {
  margin: .9rem 0 0 !important;
  text-align: right;
}

.blog-renewal-filter--feas .reset a {
  display: inline-flex;
  align-items: center;
  color: var(--sc-blog-navy);
  font-size: clamp(.72rem, .75vw, .82rem);
  font-weight: 500;
  text-decoration: none;
}

.blog-renewal-filter--feas .reset a::before {
  content: "×";
  margin-right: .45rem;
}

body.post-type-archive-blogs .searchBox,
body.tax-tax_blog_cat .searchBox,
body.blog .searchBox {
  display: none !important;
}

@media screen and (max-width: 767.8px) {
  .blog-renewal-filter--feas .select-search__flex {
    grid-template-columns: 1fr 1fr;
  }
  .blog-renewal-filter--feas .select-search__flex > *:nth-child(3) {
    grid-column: 1 / -1;
  }
}

@media screen and (max-width: 575.8px) {
  .blog-renewal-filter--feas {
    padding: 2rem 1.4rem;
  }
  .blog-renewal-filter--feas .select-search__flex {
    grid-template-columns: 1fr;
  }
  .blog-renewal-filter--feas .select-search__flex > *:nth-child(3) {
    grid-column: auto;
  }
  .blog-renewal-filter--feas input#feas-submit-button-0,
  .blog-renewal-filter--feas input[type="submit"] {
    width: 100% !important;
    max-width: none !important;
    background-position: center !important;
  }
}

/* =========================================================
   Blog archive v10 final archive fixes
   - Keep FE Advanced Search calendar picker / existing behavior
   - Make visual design match Figma without replacing plugin markup
   ========================================================= */

/* Do not suppress the existing floating search UI on archive pages. */
body.post-type-archive-blogs .searchBox,
body.tax-tax_blog_cat .searchBox,
body.blog .searchBox {
  display: block !important;
}
body.post-type-archive-blogs .icon-search-container,
body.tax-tax_blog_cat .icon-search-container,
body.blog .icon-search-container {
  display: inline-block !important;
}

/* Archive spacing and width tuned to the Figma frame. */
.blog-renewal--archive .section__inner.blog-renewal__inner {
  width: min(calc(100% - 8rem), 82.286rem);
}

.blog-renewal .pickup-blog__area.blog-renewal-pickup {
  gap: 2rem;
  margin-bottom: 5.5rem;
}

.blog-renewal-pickup__thumb img,
.blog-renewal-pickup__thumb .wp-post-image {
  aspect-ratio: 378 / 239;
  object-fit: cover;
}

.blog-renewal-list__link {
  grid-template-columns: minmax(14rem, 18.7rem) minmax(0, 1fr) 4rem;
  gap: clamp(2rem, 3vw, 3.2rem);
}

.blog-renewal-list__thumb img,
.blog-renewal-list__thumb .wp-post-image {
  aspect-ratio: 260 / 160;
	border: 0;
}

.blog-renewal-list__title {
    font-size: clamp(1.428572rem, 1vw, 1.125rem) !important;
  line-height: 1.7 !important;
  letter-spacing: .02em;
}

/* FEAS form: keep original plugin DOM, but restore Figma visual layout. */
.blog-renewal-filter--feas {
  padding: clamp(2.15rem, 3vw, 2.6rem) clamp(2.4rem, 3.4vw, 3.15rem);
}

.blog-renewal-filter--feas .select-search__flex {
  display: grid !important;
  grid-template-columns: minmax(10rem, 17.5rem) minmax(10rem, 17.5rem) minmax(20rem, 1fr);
  gap: 1rem;
  align-items: stretch;
  justify-content: stretch;
  position: relative;
}

.blog-renewal-filter--feas .select-search__box,
.blog-renewal-filter--feas .select-search__flex > input:not([type="submit"]):not([type="button"]):not([type="hidden"]),
.blog-renewal-filter--feas .select-search__flex > .searchInput {
  position: relative;
  display: flex !important;
  align-items: center;
  width: 100% !important;
  min-width: 0;
  max-width: none !important;
  height: 3.58rem !important;
  margin: 0 !important;
  border: 1px solid var(--sc-blog-navy) !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
}

/* Category/date boxes */
.blog-renewal-filter--feas .select-search__box select,
.blog-renewal-filter--feas .select-search__box input,
.blog-renewal-filter--feas .select-search__box .feas_term_dropdown,
.blog-renewal-filter--feas .select-search__box .feas_archive_dropdown {
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 2.7rem 0 1rem !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--sc-blog-navy) !important;
  font-family: inherit;
  font-size: clamp(.82rem, .85vw, .95rem) !important;
  font-weight: 600 !important;
  line-height: 1.2;
}

/* Direct keyword input. FEAS often outputs it as a direct child, not inside .select-search__box. */
.blog-renewal-filter--feas .select-search__flex > input:not([type="submit"]):not([type="button"]):not([type="hidden"]),
.blog-renewal-filter--feas input#feas_0_3,
.blog-renewal-filter--feas input[type="search"] {
  grid-column: 3;
  grid-row: 1;
  padding: 0 3.8rem 0 1.2rem !important;
  color: var(--sc-blog-navy) !important;
  font-family: inherit;
  font-size: clamp(.82rem, .85vw, .95rem) !important;
  font-weight: 500 !important;
  line-height: 1.2;
  opacity: 1 !important;
  transform: none !important;
  text-indent: 0 !important;
  z-index: 1;
}

.blog-renewal-filter--feas .select-search__flex > input:not([type="submit"]):not([type="button"]):not([type="hidden"])::placeholder,
.blog-renewal-filter--feas input#feas_0_3::placeholder,
.blog-renewal-filter--feas input[type="search"]::placeholder {
  color: #B7C2D5 !important;
  font-size: clamp(.78rem, .8vw, .9rem) !important;
  font-weight: 500 !important;
}

/* Submit icon sits inside the keyword box, matching the Figma design. */
.blog-renewal-filter--feas input#feas-submit-button-0,
.blog-renewal-filter--feas .select-search__flex > input[type="submit"] {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
  align-self: stretch;
  z-index: 2;
  width: 3.58rem !important;
  max-width: 3.58rem !important;
  height: 3.58rem !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-left: 0 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2229%22%20viewBox%3D%220%200%2029%2029%22%3E%3Cpath%20d%3D%22M21.55%2021.55%2031%2031Zm-7.425%202.7A10.125%2010.125%200%201%200%204%2014.125%2010.129%2010.129%200%200%200%2014.125%2024.25Z%22%20transform%3D%22translate(-3%20-3)%22%20fill%3D%22none%22%20stroke%3D%22%231b3065%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E') !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 1.28rem auto !important;
  color: transparent !important;
  font-size: 0 !important;
  text-indent: -9999px !important;
  cursor: pointer;
}

/* Make date picker affordance visible on the second FEAS field. */
.blog-renewal-filter--feas .select-search__box.ptn02::before,
.blog-renewal-filter--feas .select-search__box:nth-of-type(2)::before {
  content: '';
  position: absolute;
  right: 1.1rem;
  top: 50%;
  z-index: 0;
  width: .65rem;
  height: .65rem;
  border-right: 1px solid var(--sc-blog-navy);
  border-bottom: 1px solid var(--sc-blog-navy);
  transform: translateY(-65%) rotate(45deg);
  background: none !important;
  pointer-events: none;
}

.blog-renewal-filter--feas .select-search__box::before {
  pointer-events: none;
}

.blog-renewal-filter--feas .reset {
  margin-top: .9rem !important;
}

/* Pager: Figma-style compact square navigation. */
.blog-renewal-pagenavi {
  margin-top: 4.5rem;
}

.blog-renewal .wp-pagenavi {
  gap: .45rem;
}

.blog-renewal .wp-pagenavi .current,
.blog-renewal .wp-pagenavi a.page,
.blog-renewal .wp-pagenavi a.last,
.blog-renewal .wp-pagenavi .first,
.blog-renewal .wp-pagenavi .previouspostslink,
.blog-renewal .wp-pagenavi .nextpostslink {
    width: 3.143rem !important;
    height: 3.143rem !important;
  min-width: 2.05rem;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid var(--sc-blog-navy) !important;
  border-radius: 0 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--sc-blog-navy);
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  position: relative;
  top: auto;
  left: auto;
}

.blog-renewal .wp-pagenavi .current {
  background: var(--sc-blog-navy) !important;
  color: #fff !important;
}

.blog-renewal .wp-pagenavi .extend {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 2.05rem;
  margin: 0 !important;
  color: var(--sc-blog-navy);
  font-size: .82rem;
  font-weight: 700;
  line-height: 1;
  position: static;
}

.blog-renewal .wp-pagenavi .previouspostslink,
.blog-renewal .wp-pagenavi .nextpostslink {
  color: transparent !important;
}

.blog-renewal .wp-pagenavi .previouspostslink::before,
.blog-renewal .wp-pagenavi .nextpostslink::before {
  width: .48rem;
  height: .48rem;
}

.blog-renewal-toplink {
  margin-top: 3.4rem;
}

.blog-renewal-toplink a {
  width: min(100%, 21.8rem);
  height: 4.25rem;
}

@media screen and (max-width: 767.8px) {
  .blog-renewal--archive .section__inner.blog-renewal__inner {
    width: min(calc(100% - 3.2rem), 82.286rem);
  }
  .blog-renewal-filter--feas .select-search__flex {
    grid-template-columns: 1fr 1fr;
  }
  .blog-renewal-filter--feas .select-search__flex > input:not([type="submit"]):not([type="button"]):not([type="hidden"]),
  .blog-renewal-filter--feas input#feas_0_3,
  .blog-renewal-filter--feas input[type="search"] {
    grid-column: 1 / -1;
    grid-row: auto;
  }
  .blog-renewal-filter--feas input#feas-submit-button-0,
  .blog-renewal-filter--feas .select-search__flex > input[type="submit"] {
    grid-column: 1 / -1;
    grid-row: auto;
    width: 100% !important;
    max-width: none !important;
    border: 1px solid var(--sc-blog-navy) !important;
    background-color: #fff !important;
  }
}

@media screen and (max-width: 575.8px) {
  .blog-renewal-filter--feas .select-search__flex {
    grid-template-columns: 1fr;
  }
  .blog-renewal-list__link {
    grid-template-columns: 9.5rem minmax(0, 1fr);
  }
}

/* =========================================================
   v11 strict archive filter / pager correction
   - FEAS DOM is kept as-is
   - visual target: Figma archive search block
   ========================================================= */
body.post-type-archive-blogs .blog-renewal-filter--feas,
body.tax-tax_blog_cat .blog-renewal-filter--feas,
body.blog .blog-renewal-filter--feas {
  margin-top: clamp(4.6rem, 7vw, 6.8rem) !important;
    margin-bottom: 3rem;
  padding: clamp(2.15rem, 3vw, 2.55rem) clamp(2.35rem, 3vw, 3.15rem) clamp(1.95rem, 2.8vw, 2.45rem) !important;
  background: #F0FFFE;
  border: 0 !important;
  box-shadow: none !important;
}

body.post-type-archive-blogs .blog-renewal-filter--feas .blog-renewal-filter__title,
body.tax-tax_blog_cat .blog-renewal-filter--feas .blog-renewal-filter__title,
body.blog .blog-renewal-filter--feas .blog-renewal-filter__title {
  margin: 0 0 1.45rem !important;
  color: #1B3065 !important;
  font-size: clamp(1.02rem, 1.1vw, 1.2rem) !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  letter-spacing: .05em !important;
}

body.post-type-archive-blogs .blog-renewal-filter--feas .blog-renewal-feas,
body.post-type-archive-blogs .blog-renewal-filter--feas .feas_search_form-content,
body.tax-tax_blog_cat .blog-renewal-filter--feas .blog-renewal-feas,
body.tax-tax_blog_cat .blog-renewal-filter--feas .feas_search_form-content,
body.blog .blog-renewal-filter--feas .blog-renewal-feas,
body.blog .blog-renewal-filter--feas .feas_search_form-content {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.post-type-archive-blogs .blog-renewal-filter--feas form[id^="feas-searchform"],
body.tax-tax_blog_cat .blog-renewal-filter--feas form[id^="feas-searchform"],
body.blog .blog-renewal-filter--feas form[id^="feas-searchform"] {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.post-type-archive-blogs .blog-renewal-filter--feas .select-search__flex,
body.tax-tax_blog_cat .blog-renewal-filter--feas .select-search__flex,
body.blog .blog-renewal-filter--feas .select-search__flex {
  display: grid !important;
  grid-template-columns: minmax(12rem, 17.2rem) minmax(12rem, 17.2rem) minmax(20rem, 1fr) !important;
  gap: 1rem !important;
  align-items: stretch !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.post-type-archive-blogs .blog-renewal-filter--feas .select-search__box,
body.tax-tax_blog_cat .blog-renewal-filter--feas .select-search__box,
body.blog .blog-renewal-filter--feas .select-search__box {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  max-width: none !important;
  height: 3.58rem !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #FFFFFF !important;
  border: 1px solid #1B3065 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.post-type-archive-blogs .blog-renewal-filter--feas .select-search__box::before,
body.tax-tax_blog_cat .blog-renewal-filter--feas .select-search__box::before,
body.blog .blog-renewal-filter--feas .select-search__box::before {
  content: '' !important;
  position: absolute !important;
  top: 50% !important;
  right: 1.15rem !important;
  left: auto !important;
  z-index: 2 !important;
  display: block !important;
  width: .72rem !important;
  height: .42rem !important;
  margin: 0 !important;
  transform: translateY(-50%) !important;
  border: 0 !important;
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%229%22%20viewBox%3D%220%200%2016%209%22%3E%3Cpath%20d%3D%22M1%201l7%207%207-7%22%20fill%3D%22none%22%20stroke%3D%22%231B3065%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E') center / contain no-repeat !important;
  pointer-events: none !important;
}

body.post-type-archive-blogs .blog-renewal-filter--feas .select-search__box select,
body.post-type-archive-blogs .blog-renewal-filter--feas .select-search__box input,
body.post-type-archive-blogs .blog-renewal-filter--feas .select-search__box .feas_term_dropdown,
body.post-type-archive-blogs .blog-renewal-filter--feas .select-search__box .feas_archive_dropdown,
body.tax-tax_blog_cat .blog-renewal-filter--feas .select-search__box select,
body.tax-tax_blog_cat .blog-renewal-filter--feas .select-search__box input,
body.tax-tax_blog_cat .blog-renewal-filter--feas .select-search__box .feas_term_dropdown,
body.tax-tax_blog_cat .blog-renewal-filter--feas .select-search__box .feas_archive_dropdown,
body.blog .blog-renewal-filter--feas .select-search__box select,
body.blog .blog-renewal-filter--feas .select-search__box input,
body.blog .blog-renewal-filter--feas .select-search__box .feas_term_dropdown,
body.blog .blog-renewal-filter--feas .select-search__box .feas_archive_dropdown {
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 2.65rem 0 1rem !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #1B3065 !important;
  font-family: inherit !important;
  font-size: clamp(.86rem, .88vw, .98rem) !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  appearance: none !important;
}

/* Keyword box: FEAS usually outputs this as a direct child. Keep the white frame. */
body.post-type-archive-blogs .blog-renewal-filter--feas .select-search__flex > input:not([type="submit"]):not([type="button"]):not([type="hidden"]),
body.post-type-archive-blogs .blog-renewal-filter--feas input#feas_0_3,
body.post-type-archive-blogs .blog-renewal-filter--feas input[type="search"],
body.tax-tax_blog_cat .blog-renewal-filter--feas .select-search__flex > input:not([type="submit"]):not([type="button"]):not([type="hidden"]),
body.tax-tax_blog_cat .blog-renewal-filter--feas input#feas_0_3,
body.tax-tax_blog_cat .blog-renewal-filter--feas input[type="search"],
body.blog .blog-renewal-filter--feas .select-search__flex > input:not([type="submit"]):not([type="button"]):not([type="hidden"]),
body.blog .blog-renewal-filter--feas input#feas_0_3,
body.blog .blog-renewal-filter--feas input[type="search"] {
  grid-column: 3 !important;
  grid-row: 1 !important;
  position: relative !important;
  z-index: 1 !important;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: 3.58rem !important;
  margin: 0 !important;
  padding: 0 4rem 0 1.15rem !important;
  border: 1px solid #1B3065 !important;
  border-radius: 0 !important;
  background: #FFFFFF !important;
  box-shadow: none !important;
  color: #1B3065 !important;
  font-family: inherit !important;
  font-size: clamp(.82rem, .85vw, .95rem) !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  opacity: 1 !important;
  transform: none !important;
  text-indent: 0 !important;
  appearance: none !important;
}

body.post-type-archive-blogs .blog-renewal-filter--feas input#feas_0_3::placeholder,
body.post-type-archive-blogs .blog-renewal-filter--feas input[type="search"]::placeholder,
body.tax-tax_blog_cat .blog-renewal-filter--feas input#feas_0_3::placeholder,
body.tax-tax_blog_cat .blog-renewal-filter--feas input[type="search"]::placeholder,
body.blog .blog-renewal-filter--feas input#feas_0_3::placeholder,
body.blog .blog-renewal-filter--feas input[type="search"]::placeholder {
  color: #B6C1D4 !important;
  font-size: clamp(.78rem, .8vw, .9rem) !important;
  font-weight: 500 !important;
  letter-spacing: .03em !important;
}

/* Submit icon overlays the keyword box. No extra square frame. */
body.post-type-archive-blogs .blog-renewal-filter--feas input#feas-submit-button-0,
body.post-type-archive-blogs .blog-renewal-filter--feas .select-search__flex > input[type="submit"],
body.tax-tax_blog_cat .blog-renewal-filter--feas input#feas-submit-button-0,
body.tax-tax_blog_cat .blog-renewal-filter--feas .select-search__flex > input[type="submit"],
body.blog .blog-renewal-filter--feas input#feas-submit-button-0,
body.blog .blog-renewal-filter--feas .select-search__flex > input[type="submit"] {
  grid-column: 3 !important;
  grid-row: 1 !important;
  justify-self: end !important;
  align-self: center !important;
  position: relative !important;
  z-index: 3 !important;
  display: block !important;
  width: 3.58rem !important;
  max-width: 3.58rem !important;
  height: 3.58rem !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2229%22%20viewBox%3D%220%200%2029%2029%22%3E%3Cpath%20d%3D%22M21.55%2021.55%2031%2031Zm-7.425%202.7A10.125%2010.125%200%201%200%204%2014.125%2010.129%2010.129%200%200%200%2014.125%2024.25Z%22%20transform%3D%22translate(-3%20-3)%22%20fill%3D%22none%22%20stroke%3D%22%231B3065%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E') !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 1.32rem auto !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 1 !important;
  text-indent: -9999px !important;
  cursor: pointer !important;
}

body.post-type-archive-blogs .blog-renewal-filter--feas .reset,
body.tax-tax_blog_cat .blog-renewal-filter--feas .reset,
body.blog .blog-renewal-filter--feas .reset {
  margin: .95rem 0 0 !important;
  text-align: right !important;
}

body.post-type-archive-blogs .blog-renewal-filter--feas .reset a,
body.tax-tax_blog_cat .blog-renewal-filter--feas .reset a,
body.blog .blog-renewal-filter--feas .reset a {
  display: inline-flex !important;
  align-items: center !important;
  gap: .45rem !important;
  color: #1B3065 !important;
  font-size: clamp(.78rem, .8vw, .9rem) !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
}

body.post-type-archive-blogs .blog-renewal-filter--feas .reset a::before,
body.tax-tax_blog_cat .blog-renewal-filter--feas .reset a::before,
body.blog .blog-renewal-filter--feas .reset a::before {
  content: '×' !important;
  display: inline-block !important;
  position: static !important;
  width: auto !important;
  height: auto !important;
  background: none !important;
  color: #1B3065 !important;
  font-size: 1rem !important;
  line-height: 1 !important;
}

@media screen and (max-width: 767.8px) {
  body.post-type-archive-blogs .blog-renewal-filter--feas .select-search__flex,
  body.tax-tax_blog_cat .blog-renewal-filter--feas .select-search__flex,
  body.blog .blog-renewal-filter--feas .select-search__flex {
    grid-template-columns: 1fr 1fr !important;
  }

  body.post-type-archive-blogs .blog-renewal-filter--feas .select-search__flex > input:not([type="submit"]):not([type="button"]):not([type="hidden"]),
  body.post-type-archive-blogs .blog-renewal-filter--feas input#feas_0_3,
  body.post-type-archive-blogs .blog-renewal-filter--feas input[type="search"],
  body.tax-tax_blog_cat .blog-renewal-filter--feas .select-search__flex > input:not([type="submit"]):not([type="button"]):not([type="hidden"]),
  body.tax-tax_blog_cat .blog-renewal-filter--feas input#feas_0_3,
  body.tax-tax_blog_cat .blog-renewal-filter--feas input[type="search"],
  body.blog .blog-renewal-filter--feas .select-search__flex > input:not([type="submit"]):not([type="button"]):not([type="hidden"]),
  body.blog .blog-renewal-filter--feas input#feas_0_3,
  body.blog .blog-renewal-filter--feas input[type="search"],
  body.post-type-archive-blogs .blog-renewal-filter--feas input#feas-submit-button-0,
  body.post-type-archive-blogs .blog-renewal-filter--feas .select-search__flex > input[type="submit"],
  body.tax-tax_blog_cat .blog-renewal-filter--feas input#feas-submit-button-0,
  body.tax-tax_blog_cat .blog-renewal-filter--feas .select-search__flex > input[type="submit"],
  body.blog .blog-renewal-filter--feas input#feas-submit-button-0,
  body.blog .blog-renewal-filter--feas .select-search__flex > input[type="submit"] {
    grid-column: 1 / -1 !important;
	    font-size: 1.2rem !important;
  }
}

@media screen and (max-width: 575.8px) {
  body.post-type-archive-blogs .blog-renewal-filter--feas .select-search__flex,
  body.tax-tax_blog_cat .blog-renewal-filter--feas .select-search__flex,
  body.blog .blog-renewal-filter--feas .select-search__flex {
    grid-template-columns: 1fr !important;
  }
}







.select-search__box.ptn02 input[id^="feas_"][id$="_2"],
.select-search__box.ptn02 input[id^="feas_"][id$="_2"]:placeholder-shown {
  color: #1B3065 !important;
  -webkit-text-fill-color: #1B3065 !important;
  opacity: 1 !important;
  font-weight: 600 !important;
}

.select-search__box.ptn02 input[id^="feas_"][id$="_2"]::placeholder {
  color: #1B3065 !important;
  -webkit-text-fill-color: #1B3065 !important;
  opacity: 1 !important;
  font-weight: 600 !important;
}

.select-search__box.ptn02 input[id^="feas_"][id$="_2"]::-webkit-input-placeholder {
  color: #1B3065 !important;
  -webkit-text-fill-color: #1B3065 !important;
  opacity: 1 !important;
  font-weight: 600 !important;
}

.select-search__box.ptn02 input[id^="feas_"][id$="_2"]::-moz-placeholder {
  color: #1B3065 !important;
  opacity: 1 !important;
  font-weight: 600 !important;
}























/* =========================================================
   Blog search results / FEAS form ID=2
   Load after blog-renewal.css and existing style.css.
   ========================================================= */

.blog-renewal--search .blog-renewal-filter--feas {
  margin-top: 3rem;
  margin-bottom: clamp(3.2rem, 5vw, 4.6rem) !important;
  padding: clamp(2.15rem, 3vw, 2.55rem) clamp(2.35rem, 3vw, 3.15rem) clamp(1.95rem, 2.8vw, 2.45rem) !important;
  background: #F0FFFE;
  border: 0 !important;
  box-shadow: none !important;
}

.blog-renewal--search .blog-renewal-filter--feas .blog-renewal-filter__title {
  margin: 0 0 1.45rem !important;
  color: #1B3065 !important;
  font-size: clamp(1.02rem, 1.1vw, 1.2rem) !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  letter-spacing: .05em !important;
}

.blog-renewal--search .blog-renewal-filter--feas .blog-renewal-feas,
.blog-renewal--search .blog-renewal-filter--feas .feas_search_form-content,
.blog-renewal--search .blog-renewal-filter--feas form[id^="feas-searchform"] {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.blog-renewal--search .blog-renewal-filter--feas .select-search__flex {
  display: grid !important;
  grid-template-columns: minmax(12rem, 17.2rem) minmax(12rem, 17.2rem) minmax(20rem, 1fr) !important;
  gap: 1rem !important;
  align-items: stretch !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.blog-renewal--search .blog-renewal-filter--feas .select-search__box {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  max-width: none !important;
  height: 3.58rem !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #fff !important;
  border: 1px solid #1B3065 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.blog-renewal--search .blog-renewal-filter--feas .select-search__box::before {
  content: '' !important;
  position: absolute !important;
  top: 50% !important;
  right: 1.15rem !important;
  left: auto !important;
  z-index: 2 !important;
  display: block !important;
  width: .72rem !important;
  height: .42rem !important;
  margin: 0 !important;
  transform: translateY(-50%) !important;
  border: 0 !important;
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%229%22%20viewBox%3D%220%200%2016%209%22%3E%3Cpath%20d%3D%22M1%201l7%207%207-7%22%20fill%3D%22none%22%20stroke%3D%22%231B3065%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E') center / contain no-repeat !important;
  pointer-events: none !important;
}

.blog-renewal--search .blog-renewal-filter--feas .select-search__box select,
.blog-renewal--search .blog-renewal-filter--feas .select-search__box input,
.blog-renewal--search .blog-renewal-filter--feas .select-search__box .feas_term_dropdown,
.blog-renewal--search .blog-renewal-filter--feas .select-search__box .feas_archive_dropdown {
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 2.65rem 0 1rem !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #1B3065 !important;
  -webkit-text-fill-color: #1B3065 !important;
  font-family: inherit !important;
  font-size: clamp(.86rem, .88vw, .98rem) !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  opacity: 1 !important;
  appearance: none !important;
}

.blog-renewal--search .blog-renewal-filter--feas input[id^="feas_"][id$="_2"]::placeholder,
.blog-renewal--search .blog-renewal-filter--feas input[id^="feas_"][id$="_2"]:placeholder-shown,
.blog-renewal--search .blog-renewal-filter--feas input[id^="feas_"][id$="_2"]::-webkit-input-placeholder {
  color: #1B3065 !important;
  -webkit-text-fill-color: #1B3065 !important;
  opacity: 1 !important;
  font-weight: 600 !important;
}

.blog-renewal--search .blog-renewal-filter--feas .select-search__flex > input:not([type="submit"]):not([type="button"]):not([type="hidden"]),
.blog-renewal--search .blog-renewal-filter--feas input#feas_2_3,
.blog-renewal--search .blog-renewal-filter--feas input[type="search"] {
  grid-column: 3 !important;
  grid-row: 1 !important;
  position: relative !important;
  z-index: 1 !important;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: 3.58rem !important;
  margin: 0 !important;
  padding: 0 4rem 0 1.15rem !important;
  border: 1px solid #1B3065 !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
  color: #1B3065 !important;
  font-family: inherit !important;
  font-size: clamp(.82rem, .85vw, .95rem) !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  opacity: 1 !important;
  transform: none !important;
  text-indent: 0 !important;
  appearance: none !important;
}

.blog-renewal--search .blog-renewal-filter--feas input#feas_2_3::placeholder,
.blog-renewal--search .blog-renewal-filter--feas input[type="search"]::placeholder {
  color: #B6C1D4 !important;
  font-size: clamp(.78rem, .8vw, .9rem) !important;
  font-weight: 500 !important;
  letter-spacing: .03em !important;
}

.blog-renewal--search .blog-renewal-filter--feas input#feas-submit-button-2,
.blog-renewal--search .blog-renewal-filter--feas .select-search__flex > input[type="submit"] {
  grid-column: 3 !important;
  grid-row: 1 !important;
  justify-self: end !important;
  align-self: center !important;
  position: relative !important;
  z-index: 3 !important;
  display: block !important;
  width: 3.58rem !important;
  max-width: 3.58rem !important;
  height: 3.58rem !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2229%22%20viewBox%3D%220%200%2029%2029%22%3E%3Cpath%20d%3D%22M21.55%2021.55%2031%2031Zm-7.425%202.7A10.125%2010.125%200%201%200%204%2014.125%2010.129%2010.129%200%200%200%2014.125%2024.25Z%22%20transform%3D%22translate(-3%20-3)%22%20fill%3D%22none%22%20stroke%3D%22%231B3065%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E') !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 1.32rem auto !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 1 !important;
  text-indent: -9999px !important;
  cursor: pointer !important;
}

.blog-renewal--search .blog-renewal-filter--feas .reset {
  margin: .95rem 0 0 !important;
  text-align: right !important;
}

.blog-renewal--search .blog-renewal-filter--feas .reset a {
  display: inline-flex !important;
  align-items: center !important;
  gap: .45rem !important;
  color: #1B3065 !important;
  font-size: clamp(.78rem, .8vw, .9rem) !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
}

.blog-renewal--search .blog-renewal-filter--feas .reset a::before {
  content: '×' !important;
  display: inline-block !important;
  position: static !important;
  width: auto !important;
  height: auto !important;
  background: none !important;
  color: #1B3065 !important;
  font-size: 1rem !important;
  line-height: 1 !important;
}

.blog-renewal-search-summary {
  margin: 0 0 clamp(2.6rem, 4vw, 3.8rem);
}

.blog-renewal-search-summary .search-result {
  margin: 0 !important;
  padding: 1.7rem 2rem;
  background: #F9F9F9;
}

.blog-renewal-search-summary__row {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}

.blog-renewal-search-summary__row + .blog-renewal-search-summary__row {
  margin-top: 1rem;
}

.blog-renewal-search-summary .left {
  flex: 0 0 8rem;
  color: #1B3065;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .05em;
}

.blog-renewal-search-summary .right {
  flex: 1;
  color: #1B3065;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.7;
}

.blog-renewal-search-summary .word {
  display: inline-flex;
  align-items: center;
  min-height: 1.75rem;
  margin: 0 .45rem .45rem 0;
  padding: .15rem .65rem;
  background: #E8FEFF;
  color: #1B3065;
  font-size: .9rem;
  font-weight: 600;
}

.search-message.active.blog-renewal-search-empty {
    width: 100%;
    margin: 3rem auto 0;
    padding: 3rem 2rem;
    background: #F9F9F9;
    text-align: center;
}

.blog-renewal-search-empty .txt {
  margin: 0;
  color: #1B3065;
  font-size: clamp(1rem, 1.1vw, 1.2rem);
  font-weight: 700;
  line-height: 1.8;
}

@media screen and (max-width: 767.8px) {
  .blog-renewal--search .blog-renewal-filter--feas .select-search__flex {
    grid-template-columns: 1fr 1fr !important;
  }

  .blog-renewal--search .blog-renewal-filter--feas .select-search__flex > input:not([type="submit"]):not([type="button"]):not([type="hidden"]),
  .blog-renewal--search .blog-renewal-filter--feas input#feas_2_3,
  .blog-renewal--search .blog-renewal-filter--feas input[type="search"],
  .blog-renewal--search .blog-renewal-filter--feas input#feas-submit-button-2,
  .blog-renewal--search .blog-renewal-filter--feas .select-search__flex > input[type="submit"] {
    grid-column: 1 / -1 !important;
  }
}

@media screen and (max-width: 575.8px) {
  .blog-renewal--search .blog-renewal-filter--feas .select-search__flex {
    grid-template-columns: 1fr !important;
  }

  .blog-renewal-search-summary .search-result {
    padding: 1.5rem;
  }

  .blog-renewal-search-summary__row {
    display: block;
  }

  .blog-renewal-search-summary .right {
    margin-top: .7rem;
  }
}








/* =========================================================
   New Blog block editor output support
   - Existing blog-detail-static design extension
   - Add after current blog-renewal.css
   ========================================================= */

.blog-detail-static__content .wp-block-group.blog-detail-static__section {
	margin-left: auto;
	margin-right: auto;
}

.blog-detail-static__content .wp-block-group.blog-detail-static__section:first-child {
	margin-top: 0;
}

.blog-detail-static__content .wp-block-image.blog-detail-static__image {
	width: min(100%, var(--bd-img-w));
	margin-inline: auto;
}

.blog-detail-static__content .wp-block-image.blog-detail-static__image img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.blog-detail-static__content .wp-block-image.blog-detail-static__image figcaption {
	margin-top: .86rem;
	color: #204D9C;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: .04em;

}

.blog-detail-static__content .wp-block-group.blog-detail-static__cta {
	display: flex;
	align-items: center;
	justify-content: center;
}

.blog-detail-static__content .wp-block-group.blog-detail-static__cta>* {
	margin: 0;
}

.blog-detail-static__content .wp-block-table.blog-detail-static__table {
	margin: 0;
}

.blog-detail-static__content .blog-detail-static__table-wrap .wp-block-table.blog-detail-static__table {
	width: 100%;
}

.blog-detail-static__content .wp-block-table.blog-detail-static__table table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.blog-detail-static__content .wp-block-list.blog-detail-static__list {
	margin-top: 1rem;
	padding-left: 1.35rem !important;
}

h3#blog-sec-auto-9 {
	margin-bottom: 1rem;
}

.blog-detail-static__content ul.wp-block-list.blog-detail-static__list {
	list-style-type: disc !important;
}

.blog-detail-static__content ol.wp-block-list.blog-detail-static__list,
.blog-detail-static__content ol.wp-block-list.blog-detail-static__list--number {
	list-style-type: decimal !important;
}

.blog-detail-static__content .wp-block-list.blog-detail-static__list>li {
	display: list-item !important;
	list-style: inherit !important;
}

.blog-detail-static__content .wp-block-list.blog-detail-static__list>li::marker {
	color: #1888CB;
	font-weight: 700;
}

.blog-detail-static__content .wp-block-spacer {
	margin: 0;
}

.blog-detail-static__content .wp-block-buttons {
  margin-top: 2rem;
    margin-bottom: 2rem;
  gap: .75rem;
}

.blog-detail-static__content .wp-block-button__link {
  min-width: min(100%, 16rem);
  padding: .9rem 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .04em;
  text-align: center;
  text-decoration: none;
    color: #fff;
}

.blog-detail-static__content .wp-block-button__link:not(.has-background) {
  background-color: #1B3065;
  color: #fff;
}

.blog-detail-static__content .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background) {
  background: transparent;
  color: #1B3065;
}

body.single-new-news-en .searchBox,
body.single-new-news-en .icon-search-container {
	display: none !important;
}
/* =========================================================
   New Blog v18 additions
   - editable main image / lead
   - image columns / image-text wrap
   - FAQ / boxes / tables / steps / quote / CTA
   ========================================================= */

.blog-detail-static__main-visual-block,
.blog-detail-static__header .blog-detail-static__lead-block,
.blog-detail-static__main-part,
.blog-detail-static__content .blog-detail-static__image-block,
.blog-detail-static__content .blog-detail-static__image-columns,
.blog-detail-static__content .blog-detail-static__wrap-media,
.blog-detail-static__content .blog-detail-static__faq,
.blog-detail-static__content .blog-detail-static__note-box,
.blog-detail-static__content .blog-detail-static__speech-box,
.blog-detail-static__content .blog-detail-static__point-box,
.blog-detail-static__content .blog-detail-static__reference-box,
.blog-detail-static__content .blog-detail-static__steps,
.blog-detail-static__content .blog-detail-static__quote,
.blog-detail-static__content .blog-detail-static__cta--fixed,
.blog-detail-static__content .wp-block-table.blog-detail-static__table {
  width: min(100%, 71.4286rem);
  margin-right: auto;
  margin-left: auto;
}

.blog-detail-static__main-visual-block {
  margin-top: clamp(2rem, 3.8vw, 3.8rem);
}

.blog-detail-static__header .blog-detail-static__main-part {
  width: 100%;
  margin: 0;
}

.blog-detail-static__header .blog-detail-static__lead-block {
	margin-top: clamp(4.6rem, 4.6vw, 5.4rem);
  padding: clamp(1.25rem, 2.2vw, 1.8rem) clamp(1.35rem, 2.8vw, 2.2rem);
  background: #F5FAFD;
  color: var(--bd-navy, #1B3065);
  font-size: clamp(.95rem, 1vw, 1.05rem);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: .05em;
}

.blog-detail-static__content .blog-detail-static__lead-block,
.blog-detail-static__content .blog-detail-static__main-part {
  display: none;
}

.blog-detail-static__main-image,
.blog-detail-static__content .wp-block-image.blog-detail-static__image,
.blog-detail-static__content .blog-detail-static__image-block .wp-block-image,
.blog-detail-static__content .blog-detail-static__image-columns .wp-block-image,
.blog-detail-static__content .blog-detail-static__wrap-media-image {
  /*margin: 0;*/
}

.wp-block-image.blog-detail-static__image.is-style-new-blog-caption-left {
    width: 100%;
}

.blog-detail-static__main-image img,
.blog-detail-static__content .blog-detail-static__image img,
.blog-detail-static__content .blog-detail-static__image-block img,
.blog-detail-static__content .blog-detail-static__image-columns img,
.blog-detail-static__content .blog-detail-static__wrap-media-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.blog-detail-static__content figcaption,
.blog-detail-static__header figcaption,
.blog-detail-static__content .wp-element-caption,
.blog-detail-static__header .wp-element-caption {
  margin-top: .75rem;
  color: #667085;
  font-size: .92rem;
  line-height: 1.65;
  text-align: center;
}

.blog-detail-static__content .has-text-align-left figcaption,
.blog-detail-static__content figure.has-text-align-left figcaption { text-align: left; }
.blog-detail-static__content .has-text-align-right figcaption,
.blog-detail-static__content figure.has-text-align-right figcaption { text-align: right; }
.blog-detail-static__content .has-text-align-center figcaption,
.blog-detail-static__content figure.has-text-align-center figcaption { text-align: center; }

.blog-detail-static__content p,
.blog-detail-static__content li {
  line-height: 1.75;
}

.blog-detail-static__content .blog-detail-static__image-block,
.blog-detail-static__content .blog-detail-static__image-columns,
.blog-detail-static__content .blog-detail-static__wrap-media,
.blog-detail-static__content .blog-detail-static__faq,
.blog-detail-static__content .blog-detail-static__reference-box,
.blog-detail-static__content .blog-detail-static__note-box,
.blog-detail-static__content .blog-detail-static__speech-box,
.blog-detail-static__content .blog-detail-static__point-box,
.blog-detail-static__content .blog-detail-static__steps,
.blog-detail-static__content .blog-detail-static__quote,
.blog-detail-static__content .blog-detail-static__cta--fixed,
.blog-detail-static__content .wp-block-table.blog-detail-static__table {
  margin-top: clamp(3rem, 5vw, 5rem);
  margin-bottom: clamp(3rem, 5vw, 5rem);
}

.blog-detail-static__content .wp-block-image + h2,
.blog-detail-static__content .wp-block-image + h3,
.blog-detail-static__content .wp-block-image + .wp-block-table,
.blog-detail-static__content .blog-detail-static__image-block + h2,
.blog-detail-static__content .blog-detail-static__image-block + h3,
.blog-detail-static__content .blog-detail-static__image-block + .wp-block-table,
.blog-detail-static__content .blog-detail-static__image-columns + h2,
.blog-detail-static__content .blog-detail-static__image-columns + h3,
.blog-detail-static__content .blog-detail-static__image-columns + .wp-block-table {
  margin-top: clamp(3rem, 4.5vw, 4.6rem);
}

.blog-detail-static__content .blog-detail-static__image-columns {
  gap: clamp(1.2rem, 2vw, 1.8rem);
}

.blog-detail-static__content .blog-detail-static__wrap-media {
  display: flow-root;
}

.blog-detail-static__content .blog-detail-static__wrap-media-image {
  width: min(42%, 22rem);
  margin-top: .25rem;
  margin-bottom: 1rem;
}

.blog-detail-static__content .blog-detail-static__wrap-media--image-wide .blog-detail-static__wrap-media-image {
  width: min(52%, 30rem);
}

.blog-detail-static__content .blog-detail-static__wrap-media--image-left .blog-detail-static__wrap-media-image {
  float: left;
  margin-right: clamp(1.4rem, 3vw, 2.4rem);
}

.blog-detail-static__content .blog-detail-static__wrap-media--image-right .blog-detail-static__wrap-media-image {
  float: right;
  margin-left: clamp(1.4rem, 3vw, 2.4rem);
}

.blog-detail-static__content .blog-detail-static__wrap-media h3,
.blog-detail-static__content .blog-detail-static__faq h3,
.blog-detail-static__content .blog-detail-static__point-box h3,
.blog-detail-static__content .blog-detail-static__steps h3,
.blog-detail-static__content .blog-detail-static__cta--fixed h3 {
  margin-top: 0;
	margin-bottom: 1rem;
}

.blog-detail-static__content .blog-detail-static__wrap-media p:last-child,
.blog-detail-static__content .blog-detail-static__note-box > :last-child,
.blog-detail-static__content .blog-detail-static__speech-box > :last-child,
.blog-detail-static__content .blog-detail-static__point-box > :last-child,
.blog-detail-static__content .blog-detail-static__step-item > :last-child,
.blog-detail-static__content .blog-detail-static__cta--fixed > :last-child {
  margin-bottom: 0;
}

.blog-detail-static__content .blog-detail-static__faq,
.blog-detail-static__content .blog-detail-static__note-box,
.blog-detail-static__content .blog-detail-static__point-box,
.blog-detail-static__content .blog-detail-static__steps,
.blog-detail-static__content .blog-detail-static__cta--fixed {
  border-radius: 1.6rem;
  border: 1px solid #dcecf3;
  background: #f7fbfd;
  padding: clamp(1.6rem, 3vw, 2.4rem);
}

.blog-detail-static__content .blog-detail-static__faq-item {
  padding: 1.1rem 1.2rem;
  border: 1px solid #E4E9F5;
  background: #fff;
}

.blog-detail-static__content .blog-detail-static__faq-item + .blog-detail-static__faq-item {
  margin-top: 1rem;
}

.blog-detail-static__content .blog-detail-static__faq-question,
.blog-detail-static__content .blog-detail-static__note-label,
.blog-detail-static__content .blog-detail-static__step-label,
.blog-detail-static__content .blog-detail-static__speech-name {
  color: var(--bd-navy, #1B3065);
  font-weight: 700;
}

.blog-detail-static__content .blog-detail-static__faq-question,
.blog-detail-static__content .blog-detail-static__faq-answer {
  margin: 0;
}

.blog-detail-static__content .blog-detail-static__faq-question {
  margin-bottom: .45rem;
}

.blog-detail-static__content .blog-detail-static__note-label,
.blog-detail-static__content .blog-detail-static__step-label,
.blog-detail-static__content .blog-detail-static__speech-name {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 1rem;
  border-radius: 999px;
  background: #005f86;
  color: #fff;
  font-size:10px;
  line-height: 1.3;
  padding: .45rem 1.1rem;
}

.pickup__ttl{
	position: relative;
		font-weight: 700;
		letter-spacing: .05em;
		line-height: 1.5;
		margin-bottom: 48px;
	font-size: 1.5rem;
}

.pickup__ttl:after {
	content: "";
	display: block;
	position: relative;
	margin-top: 17px;
	width: 102px;
	height: 2px;
	background-color: #1b3065;
}

.blog-detail-static__content .blog-detail-static__note-box--note {
  background: #f5faff;
  border-color: #cfe5ef;
}

.blog-detail-static__content .blog-detail-static__note-box--warning {
  background: #fff8f2;
  border-color: #f2d0b6;
}

.blog-detail-static__content .blog-detail-static__note-box--warning .blog-detail-static__note-label {
  background: #b85c1f;
}

.blog-detail-static__content .blog-detail-static__speech-box {
  position: relative;
  border-radius: 1.6rem;
  border: 1px solid #dcecf3;
  background: #fff;
  box-shadow: 0 .8rem 2.4rem rgba(0, 95, 134, .08);
  padding: clamp(1.6rem, 3vw, 2.4rem);
}

.blog-detail-static__content .blog-detail-static__speech-box::before {
  content: "";
  position: absolute;
  left: 2.8rem;
  bottom: -.9rem;
  width: 1.8rem;
  height: 1.8rem;
  background: #fff;
  border-right: 1px solid #dcecf3;
  border-bottom: 1px solid #dcecf3;
  transform: rotate(45deg);
}

.blog-detail-static__content .blog-detail-static__steps {
  counter-reset: new-blog-step;
}

.blog-detail-static__content .blog-detail-static__step-item {
  position: relative;
  padding: 2rem 0 2rem 2.4rem;
  border-left: 2px solid #cfe5ef;
}

.blog-detail-static__content .blog-detail-static__step-item h4 {
  margin-top: 0;
  margin-bottom: .8rem;
  color: #005f86;
  font-size: 1.5rem;
}

.blog-detail-static__content .blog-detail-static__quote {
  border-left: .5rem solid #005f86;
  background: #f7fbfd;
  padding: clamp(1.6rem, 3vw, 2.6rem);
  color: #264653;
}

.blog-detail-static__content .blog-detail-static__quote p {
  margin-top: 0;
}

.blog-detail-static__content .blog-detail-static__quote cite {
  display: none;
}

.blog-detail-static__content .blog-detail-static__cta--fixed {
  border: none;
  background: linear-gradient(135deg, #005f86 0%, #008bb8 100%);
  color: #fff;
  text-align: center;
}

.blog-detail-static__content .blog-detail-static__cta--fixed h3,
.blog-detail-static__content .blog-detail-static__cta--fixed p {
  color: #fff;
}

.blog-detail-static__content .blog-detail-static__cta--fixed .wp-block-buttons {
  justify-content: center;
  margin-top: 1.8rem;
}

.blog-detail-static__content .blog-detail-static__cta--fixed .wp-block-button__link {
  border-radius: 999px;
  background: #fff;
  color: #005f86;
  font-weight: 700;
  padding: 1rem 2.8rem;
}

.blog-detail-static__content .wp-block-table.blog-detail-static__table {
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.blog-detail-static__content .blog-detail-static__table table {
  width: 100%;
  min-width: 42rem;
  border-collapse: collapse;
  table-layout: auto;
}

.blog-detail-static__content .blog-detail-static__table th,
.blog-detail-static__content .blog-detail-static__table td {
  padding: 1.05rem 1.25rem;
  border: 1px solid #D7DEEF;
  line-height: 1.65;
  vertical-align: top;
  word-break: break-word;
}


.blog-detail-static__content .blog-detail-static__table thead th,
.blog-detail-static__content .blog-detail-static__table--horizontal th,.blog-detail-static__content .blog-detail-static__table--horizontal tr > td:first-child  {
  background: #F5FAFD;
  color: var(--bd-navy, #1B3065);
  font-weight: 700;
}

.blog-detail-static__content .blog-detail-static__table--horizontal th,.blog-detail-static__content .blog-detail-static__table--horizontal tr > td:first-child {
  width: 26%;
  min-width: 12rem;
}

.blog-detail-static__content .blog-detail-static__table--horizontal tr > td:first-child{
	text-align: center;
}


.blog-detail-static__content .blog-detail-static__table--horizontal td {
  min-width: 26rem;
}

.blog-detail-static__content .blog-detail-static__table--compare table,
.blog-detail-static__content .blog-detail-static__table--merit-demerit table {
  min-width: 52rem;
}

.blog-detail-static__content .blog-detail-static__table--merit-demerit thead th:first-child {
  background: #eaf7f1;
  color: #1d6b4f;
}

.blog-detail-static__content .blog-detail-static__table--merit-demerit thead th:last-child {
  background: #fff4ef;
  color: #9a4a2f;
}

.blog-detail-static__related-card--manual figure img {
  object-fit: contain;
  background: #fff;
}

@media (max-width: 767px) {
  .blog-detail-static__content .blog-detail-static__image-columns {
    display: block;
  }

  .blog-detail-static__content .blog-detail-static__image-columns .wp-block-column + .wp-block-column {
    margin-top: 1.6rem;
  }

  .blog-detail-static__content .blog-detail-static__wrap-media-image,
  .blog-detail-static__content .blog-detail-static__wrap-media--image-wide .blog-detail-static__wrap-media-image,
  .blog-detail-static__content .blog-detail-static__wrap-media--image-left .blog-detail-static__wrap-media-image,
  .blog-detail-static__content .blog-detail-static__wrap-media--image-right .blog-detail-static__wrap-media-image {
    float: none;
    width: 100%;
    margin: 0 0 1.4rem;
  }

  .blog-detail-static__content .wp-block-table.blog-detail-static__table {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
  }

  .blog-detail-static__content .wp-block-table.blog-detail-static__table table {
    min-width: 56rem;
  }

  .blog-detail-static__content .blog-detail-static__table--horizontal table {
    min-width: 52rem;
  }
}






.blog-detail-static__reference-box {
	margin: 4rem 0;
}

.blog-detail-static__reference-box--auto {
	padding: 2.4rem;
	border-radius: 1.6rem;
	background: #f7fbfd;
	border: 1px solid #dfe8ec;
}

.blog-detail-static__reference-title {
	margin: 0 0 1.4rem;
	font-weight: 700;
	line-height: inherit;
}

.blog-detail-static__reference-box ul:not(.blog-detail-static__list){
	margin: 0 !important;
		padding-left: 0 !important;
}

.blog-detail-static__reference-box li+li {
	margin-top: 0.6rem;
}

.blog-detail-static__reference-box a {
	color: #009bf0;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 0.2em;
}















/* =========================================================
   Legacy blog content support
   - Migrated old "blogs" posts rendered inside:
     .blog-detail-static__legacy-content
   - Keep new block-editor posts untouched
   ========================================================= */

.blog-detail-static__content .blog-detail-static__legacy-content {
	width: 100%;
	max-width: none;
	margin: 0;
	color: var(--bd-navy, #1B3065);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.95;
	letter-spacing: .05em;
	overflow-wrap: anywhere;
}

.blog-detail-static__legacy-content,
.blog-detail-static__legacy-content * {
	box-sizing: border-box;
}

.blog-detail-static__legacy-content::after,
.blog-detail-static__legacy-content .legacy-blog-section::after,
.blog-detail-static__legacy-content .legacy-blog-row::after,
.blog-detail-static__legacy-content .legacy-blog-media::after {
	display: block;
	clear: both;
	content: "";
}

/* Reset old theme spacing only inside migrated content */
.blog-detail-static__legacy-content :where(h2,
	h3,
	h4,
	p,
	figure,
	blockquote,
	ul,
	ol,
	dl,
	table) {
	max-width: none;
}



/* Sections */
.blog-detail-static__legacy-content .legacy-blog-section {
	width: 100%;
}

.blog-detail-static__legacy-content .legacy-blog-section+.legacy-blog-section {
	margin-top: clamp(4.65rem, 6vw, 6rem);
}

.blog-detail-static__legacy-content .legacy-blog-row+.legacy-blog-row {
	margin-top: clamp(2.2rem, 3.5vw, 3.5rem);
}

/* Typography */
.blog-detail-static__legacy-content h2 {
	position: relative;
	margin: clamp(4.65rem, 6vw, 6rem) 0 1.9rem;
	padding: 0 0 0 1.28rem;
	border: 0 !important;
	background: none !important;
	color: var(--bd-navy, #1B3065);
	font-size: 1.71429rem;
	font-weight: 700;
	line-height: 1.55;
	letter-spacing: .04em;
}

.blog-detail-static__legacy-content h2::before {
	content: "" !important;
	position: absolute;
	top: .22em;
	left: 0;
	width: 4px;
	height: calc(100% - .44em);
	min-height: 2.2rem;
	background: var(--bd-blue, #009BF1);
}

.blog-detail-static__legacy-content h2::after {
	content: none !important;
}

.blog-detail-static__legacy-content h3 {
	display: block;
	margin: clamp(3.75rem, 5vw, 4.8rem) 0 1.65rem;
	padding: 0 0 1.15rem;
	border: 0 !important;
	border-bottom: 1px solid var(--bd-line, #D6D6D6) !important;
	background: none !important;
	color: var(--bd-navy, #1B3065);
	font-size: 1.42858rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: .04em;
}

.blog-detail-static__legacy-content h3::before,
.blog-detail-static__legacy-content h3::after {
	content: none !important;
}

.blog-detail-static__legacy-content h4 {
	margin: 2.6rem 0 1rem;
	color: var(--bd-navy, #1B3065);
	font-size: 1.18rem;
	font-weight: 700;
	line-height: 1.65;
}

.blog-detail-static__legacy-content p {
	margin: 0;
	color: var(--bd-navy, #1B3065);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.95;
	letter-spacing: .05em;
}

.blog-detail-static__legacy-content p+p {
	margin-top: 1.45rem;
}

.blog-detail-static__legacy-content h2+p,
.blog-detail-static__legacy-content h3+p,
.blog-detail-static__legacy-content h4+p {
	margin-top: 0;
}

.blog-detail-static__legacy-content a {
	color: #009BF1;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: .2em;
	word-break: break-word;
		display: inline-block;
}

/* Images and captions */
.blog-detail-static__legacy-content img {
	display: block;
	max-width: 100% !important;
	height: auto !important;
		margin-top: 2rem;
}

.blog-detail-static__legacy-content figure,
.blog-detail-static__legacy-content .wp-caption,
.blog-detail-static__legacy-content .legacy-blog-image,
.blog-detail-static__legacy-content .legacy-blog-images {
	width: min(100%, var(--bd-img-w, 49.8572rem));
	max-width: 100% !important;
	margin: clamp(2.7rem, 4vw, 4rem) auto 0;
}

.blog-detail-static__legacy-content figure img,
.blog-detail-static__legacy-content .wp-caption img,
.blog-detail-static__legacy-content .legacy-blog-image img {
	width: 100% !important;
	margin: 0 auto;
	object-fit: contain;
}

.blog-detail-static__legacy-content figcaption,
.blog-detail-static__legacy-content .wp-caption-text,
.blog-detail-static__legacy-content .legacy-blog-caption,
.blog-detail-static__legacy-content p.caption {
	margin: .75rem 0 0;
	color: #667085;
	font-size: .92rem;
	font-weight: 400;
	line-height: 1.65;
	letter-spacing: .03em;
	text-align: center;
}

/* Old inline alignment */
.blog-detail-static__legacy-content img.aligncenter,
.blog-detail-static__legacy-content figure.aligncenter,
.blog-detail-static__legacy-content .aligncenter {
	float: none !important;
	display: block;
	margin-right: auto !important;
	margin-left: auto !important;
}

.blog-detail-static__legacy-content img.alignleft,
.blog-detail-static__legacy-content figure.alignleft,
.blog-detail-static__legacy-content .wp-caption.alignleft,
.blog-detail-static__legacy-content .legacy-blog-media--left .legacy-blog-image {
	float: left;
	width: min(42%, 22rem) !important;
	margin: .35rem clamp(1.4rem, 3vw, 2.4rem) 1.2rem 0 !important;
}

.blog-detail-static__legacy-content img.alignright,
.blog-detail-static__legacy-content figure.alignright,
.blog-detail-static__legacy-content .wp-caption.alignright,
.blog-detail-static__legacy-content .legacy-blog-media--right .legacy-blog-image {
	float: right;
	width: min(42%, 22rem) !important;
	margin: .35rem 0 1.2rem clamp(1.4rem, 3vw, 2.4rem) !important;
}

/* Generated legacy image/text layouts */
.blog-detail-static__legacy-content .legacy-blog-media {
	display: flow-root;
	width: 100%;
	margin-top: clamp(3rem, 5vw, 5rem);
}

.blog-detail-static__legacy-content .legacy-blog-media .legacy-blog-image {
	margin-top: .25rem;
}

.blog-detail-static__legacy-content .legacy-blog-images,
.blog-detail-static__legacy-content .blog-img-flex,
.blog-detail-static__legacy-content .blog-img-column,
.blog-detail-static__legacy-content .blog-image-flex,
.blog-detail-static__legacy-content .img-flex,
.blog-detail-static__legacy-content .image-flex {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(1.2rem, 2vw, 1.8rem);
	width: 100%;
	margin-top: clamp(3rem, 5vw, 5rem);
}

.blog-detail-static__legacy-content .legacy-blog-images>*,
.blog-detail-static__legacy-content .blog-img-flex>*,
.blog-detail-static__legacy-content .blog-img-column>*,
.blog-detail-static__legacy-content .blog-image-flex>*,
.blog-detail-static__legacy-content .img-flex>*,
.blog-detail-static__legacy-content .image-flex>* {
	min-width: 0;
	margin: 0 !important;
}

.blog-detail-static__legacy-content .legacy-blog-images img,
.blog-detail-static__legacy-content .blog-img-flex img,
.blog-detail-static__legacy-content .blog-img-column img,
.blog-detail-static__legacy-content .blog-image-flex img,
.blog-detail-static__legacy-content .img-flex img,
.blog-detail-static__legacy-content .image-flex img {
	width: 100% !important;
}

/* Lists */
.blog-detail-static__legacy-content ul,
.blog-detail-static__legacy-content ol {
	margin: 2rem 0 0;
	padding-left: 1.5rem !important;
}

.blog-detail-static__legacy-content ul {
	list-style: disc outside !important;
}

.blog-detail-static__legacy-content ol {
	list-style: decimal outside !important;
}

.blog-detail-static__legacy-content li {
	display: list-item !important;
	color: var(--bd-navy, #1B3065);
	font-size: 1rem;
	line-height: 1.85;
}

.blog-detail-static__legacy-content li+li {
	margin-top: .45rem;
}

.blog-detail-static__legacy-content li::marker {
	color: #1888CB;
	font-weight: 700;
}

/* Tables */
.blog-detail-static__legacy-content .legacy-blog-table,
.blog-detail-static__legacy-content .table_wrap,
.blog-detail-static__legacy-content .table-wrap,
.blog-detail-static__legacy-content .scroll-table {
	width: 100%;
	margin-top: clamp(2.35rem, 3vw, 3rem);
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.blog-detail-static__legacy-content table {
	width: 100%;
	min-width: 42rem;
	margin: clamp(2.35rem, 3vw, 3rem) 0 0;
	border-collapse: collapse;
	table-layout: auto;
	background: #fff;
}

.blog-detail-static__legacy-content .legacy-blog-table table,
.blog-detail-static__legacy-content .table_wrap table,
.blog-detail-static__legacy-content .table-wrap table,
.blog-detail-static__legacy-content .scroll-table table {
	margin-top: 0;
}

.blog-detail-static__legacy-content th,
.blog-detail-static__legacy-content td {
	padding: 1.05rem 1.25rem;
	border: 1px solid #D7DEEF;
	color: var(--bd-navy, #1B3065);
	font-size: 1rem;
	line-height: 1.65;
	letter-spacing: .03em;
	vertical-align: top;
	word-break: break-word;
}

.blog-detail-static__legacy-content th {
	background: #F5FAFD;
	font-weight: 700;
}

/* Video */
.blog-detail-static__legacy-content .legacy-blog-youtube,
.blog-detail-static__legacy-content .youtube,
.blog-detail-static__legacy-content .video,
.blog-detail-static__legacy-content .embed-responsive,
.blog-detail-static__legacy-content .wp-block-embed {
	position: relative;
	width: min(100%, var(--bd-img-w, 49.8572rem));
	margin: clamp(3rem, 5vw, 5rem) auto 0;
	overflow: hidden;
	aspect-ratio: 16 / 9;
}

.blog-detail-static__legacy-content .legacy-blog-youtube iframe,
.blog-detail-static__legacy-content .youtube iframe,
.blog-detail-static__legacy-content .video iframe,
.blog-detail-static__legacy-content .embed-responsive iframe,
.blog-detail-static__legacy-content .wp-block-embed iframe {
	position: absolute;
	inset: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}

/* Quotes and old boxes */
.blog-detail-static__legacy-content blockquote {
	margin: clamp(2.6rem, 4vw, 4rem) 0 0;
	padding: clamp(1.6rem, 3vw, 2.6rem);
	border: 0;
	border-left: .5rem solid #005F86;
	background: #F7FBFD;
	color: #264653;
}

.blog-detail-static__legacy-content blockquote> :first-child {
	margin-top: 0;
}

.blog-detail-static__legacy-content blockquote> :last-child {
	margin-bottom: 0;
}

.blog-detail-static__legacy-content hr {
	height: 1px;
	margin: clamp(3rem, 5vw, 5rem) 0;
	border: 0;
	background: var(--bd-line, #D6D6D6);
}

/* Remove obsolete size constraints from migrated markup */
.blog-detail-static__legacy-content [style*="width"] {
	max-width: 100%;
}

.blog-detail-static__legacy-content iframe,
.blog-detail-static__legacy-content video {
	max-width: 100%;
}

/* Smartphone */
@media screen and (max-width: 767.8px) {

	.blog-detail-static__content .blog-detail-static__legacy-content,
	.blog-detail-static__legacy-content p,
	.blog-detail-static__legacy-content li,
	.blog-detail-static__legacy-content th,
	.blog-detail-static__legacy-content td {
		font-size: 1.45rem;
	}

	.blog-detail-static__legacy-content h2 {
		font-size: 2rem;
		padding-left: 1.3rem;
	}

	.blog-detail-static__legacy-content h3 {
		font-size: 1.85rem;
		padding-bottom: 1.2rem;
	}

	.blog-detail-static__legacy-content h4 {
		font-size: 1.65rem;
	}

	.blog-detail-static__legacy-content figcaption,
	.blog-detail-static__legacy-content .wp-caption-text,
	.blog-detail-static__legacy-content .legacy-blog-caption,
	.blog-detail-static__legacy-content p.caption {
		font-size: 1.2rem;
	}

	.blog-detail-static__legacy-content img.alignleft,
	.blog-detail-static__legacy-content img.alignright,
	.blog-detail-static__legacy-content figure.alignleft,
	.blog-detail-static__legacy-content figure.alignright,
	.blog-detail-static__legacy-content .wp-caption.alignleft,
	.blog-detail-static__legacy-content .wp-caption.alignright,
	.blog-detail-static__legacy-content .legacy-blog-media--left .legacy-blog-image,
	.blog-detail-static__legacy-content .legacy-blog-media--right .legacy-blog-image {
		float: none;
		width: 100% !important;
		margin: 1.8rem 0 !important;
	}

	.blog-detail-static__legacy-content .legacy-blog-images,
	.blog-detail-static__legacy-content .blog-img-flex,
	.blog-detail-static__legacy-content .blog-img-column,
	.blog-detail-static__legacy-content .blog-image-flex,
	.blog-detail-static__legacy-content .img-flex,
	.blog-detail-static__legacy-content .image-flex {
		grid-template-columns: 1fr;
	}

	.blog-detail-static__legacy-content table {
		min-width: 52rem;
	}
}











.blog-detail-static__legacy-content {
white-space: normal;
}


.editor-styles-wrapper .blog-detail-static__image-group-caption {

	margin-top: 0.75rem;
	font-size: 0.875rem;
	line-height: 1.7;
	text-align: center;
	color: #666;

}


.blog-detail-static__image-group {

	margin: 2rem 0;

}

.blog-detail-static__image-group .blog-detail-static__image-columns {

	margin-bottom: 0;

}

.blog-detail-static__image-group .wp-block-image {

	margin-bottom: 0;

}

.blog-detail-static__image-group-caption {

	margin: 0.75rem 0 0;
	font-size: 0.875rem;
	line-height: 1.7;
	text-align: center;
	color: #666;

}
/* =========================================================
   new-blog v19 fixes
   - Restore list markers for ordinary Gutenberg lists
   - Respect image block alignment without changing layout patterns
   ========================================================= */

/*
 * new-blog本文内の通常リストだけを対象にマーカーを復元します。
 * ナビゲーション、関連記事、FAQ等の専用UIには影響しません。
 */
body.single-new-news-en .blog-detail-static__content ul.wp-block-list:not(.blog-detail-static__steps-list) {
  list-style-type: disc !important;
  list-style-position: outside;
  padding-left: 1.5em !important;
}

body.single-new-news-en .blog-detail-static__content ol.wp-block-list:not(.blog-detail-static__steps-list) {
  list-style-type: decimal !important;
  list-style-position: outside;
  padding-left: 1.5em !important;
}

body.single-new-news-en .blog-detail-static__content .wp-block-list:not(.blog-detail-static__steps-list) > li {
  display: list-item !important;
  list-style: inherit !important;
}

/* 入れ子のリストもWordPress標準の階層表現を維持します。 */
body.single-new-news-en .blog-detail-static__content ul.wp-block-list ul.wp-block-list {
  list-style-type: circle !important;
}

body.single-new-news-en .blog-detail-static__content ul.wp-block-list ul.wp-block-list ul.wp-block-list {
  list-style-type: square !important;
}

/*
 * 通常の画像ブロックに付く alignleft / aligncenter / alignright を優先します。
 * 画像＋文章、複数画像カラムなど専用パターン内の画像は除外します。
 */
body.single-new-news-en .blog-detail-static__content figure.wp-block-image.aligncenter:not(.blog-detail-static__wrap-media-image) {
  float: none !important;
  display: block;
  margin-right: auto !important;
  margin-left: auto !important;
}

body.single-new-news-en .blog-detail-static__content figure.wp-block-image.alignleft:not(.blog-detail-static__wrap-media-image) {
  float: none;
  margin-right: auto !important;
  margin-left: 0 !important;
}

body.single-new-news-en .blog-detail-static__content figure.wp-block-image.alignright:not(.blog-detail-static__wrap-media-image) {
  float: none;
  margin-right: 0 !important;
  margin-left: auto !important;
}

/* 専用レイアウトパターンは既存の配置仕様を保持します。 */
body.single-new-news-en .blog-detail-static__content .blog-detail-static__image-columns figure.wp-block-image,
body.single-new-news-en .blog-detail-static__content .blog-detail-static__image-block figure.wp-block-image,
body.single-new-news-en .blog-detail-static__content .blog-detail-static__wrap-media figure.wp-block-image {
  margin-top: 0;
  margin-bottom: 0;
}

body.single-new-news-en .blog-detail-static__content .blog-detail-static__wrap-media--image-left .blog-detail-static__wrap-media-image {
  float: left;
  margin-right: clamp(1.4rem, 3vw, 2.4rem) !important;
  margin-left: 0 !important;
}

body.single-new-news-en .blog-detail-static__content .blog-detail-static__wrap-media--image-right .blog-detail-static__wrap-media-image {
  float: right;
  margin-right: 0 !important;
  margin-left: clamp(1.4rem, 3vw, 2.4rem) !important;
}

@media (max-width: 767px) {
  body.single-new-news-en .blog-detail-static__content .blog-detail-static__wrap-media--image-left .blog-detail-static__wrap-media-image,
  body.single-new-news-en .blog-detail-static__content .blog-detail-static__wrap-media--image-right .blog-detail-static__wrap-media-image {
    float: none;
    width: 100%;
    margin: 0 0 1.4rem !important;
  }
}


/* 注釈：管理画面のプレビューと同じデザイン */
body.single-new-news-en .blog-detail-static__content .wp-annotation {
  display: block;
  box-sizing: border-box;
  margin: 0.45rem 0 0;
  padding: 0.45rem 0.65rem;
  border-left: 2px solid #c7ccd4;
  background: #f7f8fa;
  color: #68707d;
  font-size: max(0.78rem, 12px);
  font-weight: 400;
  line-height: 1.55;
  white-space: pre-line;
}


body.single-new-news-en
.blog-detail-static__content
.wp-block-image.new-blog-image-align-left {
  width: fit-content;
  max-width: 100%;
  margin-right: auto !important;
  margin-left: 0 !important;
}

body.single-new-news-en
.blog-detail-static__content
.wp-block-image.new-blog-image-align-center {
  width: fit-content;
  max-width: 100%;
  margin-right: auto !important;
  margin-left: auto !important;
}

body.single-new-news-en
.blog-detail-static__content
.wp-block-image.new-blog-image-align-right {
  width: fit-content;
  max-width: 100%;
  margin-right: 0 !important;
  margin-left: auto !important;
}

body.single-new-news-en
.blog-detail-static__content
.wp-block-image[class*="new-blog-image-align-"]
img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}

/* News subtitle */
.blog-detail-static__subtitle {
  margin-top: 0.8rem;
    color: rgb(27 49 100 / 80%);
  font-size: clamp(1rem, 1.15vw, 1.15rem);
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: .03em;
}

@media (max-width: 767.8px) {
  .blog-detail-static__subtitle {
    margin-top: 0.65rem;
    font-size: 1rem;
  }
}


.blog-detail-static__title.o-news {
    margin-top: 1rem;
}


.blog-detail-static__section p a {
	display: inline-block;
}





.blog-detail-static__content .wp-block-table.blog-detail-static__table a {
    display: inline-block;
}

.blog-detail-static__header .blog-detail-static__lead-block a {
    display: inline-block;
}