/* Feature article page layout and polished content blocks. */

/* ---------
  Feature article polish: header and article body only
--------- */
body.iks-feature-article-page #site-header,
body.iks-feature-article-page #masthead,
body.iks-feature-article-page .site-header,
body.iks-feature-article-page .inside-header,
body.iks-feature-article-page .site-branding,
body.iks-feature-article-page .top-bar,
body.iks-feature-article-page .main-navigation,
body.iks-feature-article-page .mobile-menu-control-wrapper{
  display: none;
}

body.iks-feature-article-page #secondary,
body.iks-feature-article-page .sidebar,
body.iks-feature-article-page .widget-area{
  display: none;
}

body.iks-feature-article-page #page,
body.iks-feature-article-page .site,
body.iks-feature-article-page #content,
body.iks-feature-article-page .grid-container,
body.iks-feature-article-page .site-content,
body.iks-feature-article-page .content-area,
body.iks-feature-article-page #primary,
body.iks-feature-article-page .site-main{
  float: none;
  clear: both;
  width: 100%;
  max-width: none;
  min-width: 0;
  right: auto;
  left: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
  transform: none;
}

body.iks-feature-article-page .site-content{
  display: block;
  box-sizing: border-box;
}

body.iks-feature-article-page .iks-feature-article,
body.iks-feature-article-page .inside-article{
  box-sizing: border-box;
  width: min(100%, 1100px);
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

body.iks-feature-article-page .inside-article{
  padding-right: clamp(18px, 4vw, 42px);
  padding-left: clamp(18px, 4vw, 42px);
}

body.iks-feature-article-page .entry-header,
body.iks-feature-article-page .entry-content,
body.iks-feature-article-page .article-content,
body.iks-feature-article-page .post-content,
body.iks-feature-article-page .entry-footer{
  box-sizing: border-box;
  width: min(100%, 760px);
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}

.iks-feature-article-header{
  position: sticky;
  top: 0;
  z-index: 1400;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px clamp(16px, 4vw, 34px);
  border-bottom: 1px solid rgba(18, 32, 51, 0.1);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
}

body.admin-bar .iks-feature-article-header{
  top: 32px;
}

@media (max-width: 782px){
  body.admin-bar .iks-feature-article-header{
    top: 46px;
  }
}

.iks-feature-article-header__brand{
  flex: 0 0 auto;
  color: #122033;
  font-family: var(--iks-font);
  font-size: clamp(21px, 3.2vw, 28px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.iks-feature-article-header__actions{
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-left: auto;
}

.iks-feature-article-header__menu-button{
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #122033;
  font-family: var(--iks-font);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.iks-feature-article-header__menu{
  position: relative;
}

.iks-feature-article-header__menu-button{
  gap: 8px;
  padding: 0 10px;
  border: 1px solid rgba(18, 32, 51, 0.16);
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  list-style: none;
}

.iks-feature-article-header__menu-button::-webkit-details-marker{
  display: none;
}

.iks-feature-article-header__menu-button::marker{
  content: "";
}

.iks-feature-article-header__menu-lines{
  position: relative;
  width: 16px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.iks-feature-article-header__menu-lines::before,
.iks-feature-article-header__menu-lines::after{
  content: "";
  position: absolute;
  left: 0;
  width: 16px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.iks-feature-article-header__menu-lines::before{
  top: -5px;
}

.iks-feature-article-header__menu-lines::after{
  top: 5px;
}

.iks-feature-article-header__menu[open] .iks-feature-article-header__menu-lines{
  background: transparent;
}

.iks-feature-article-header__menu[open] .iks-feature-article-header__menu-lines::before{
  top: 0;
  transform: rotate(45deg);
}

.iks-feature-article-header__menu[open] .iks-feature-article-header__menu-lines::after{
  top: 0;
  transform: rotate(-45deg);
}

.iks-feature-article-header__panel{
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: min(280px, calc(100vw - 32px));
  display: grid;
  gap: 4px;
  padding: 10px;
  border: 1px solid rgba(18, 32, 51, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 38px rgba(18, 32, 51, 0.14);
}

.iks-feature-article-header__panel-link{
  display: block;
  padding: 10px 12px;
  border-radius: 6px;
  color: #122033;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  text-decoration: none;
}

.iks-feature-article-header__panel-link:hover,
.iks-feature-article-header__panel-link:focus-visible{
  background: #f7f1e8;
  outline: none;
}

.iks-feature-article-header__panel-divider{
  display: block;
  height: 1px;
  margin: 6px 4px;
  background: rgba(18, 32, 51, 0.12);
}

@media (max-width: 640px){
  .iks-feature-article-header{
    padding: 12px 14px;
  }

  .iks-feature-article-header__menu-text{
    display: none;
  }

  .iks-feature-article-header__menu-button{
    width: 38px;
    padding: 0;
  }
}

body.iks-feature-article-page .entry-title,
body.iks-feature-article-page .article-content h1{
  max-width: 720px;
  padding: 0;
  margin: 48px auto 32px;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  color: #122033;
  font-family: var(--iks-font);
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.02em;
}

body.iks-feature-article-page .entry-content{
  color: #26364a;
  line-height: 1.9;
}

body.iks-feature-article-page .entry-content h2{
  position: relative;
  margin: 48px 0 24px;
  padding: 0 0 14px 18px;
  border: 0;
  border-bottom: 1px solid rgba(18, 32, 51, 0.18);
  border-radius: 0;
  background: none;
  box-shadow: none;
  color: #122033;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 700;
  line-height: 1.45;
}

body.iks-feature-article-page .entry-content h2::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 5px;
  height: 1.2em;
  background: #122033;
}

body.iks-feature-article-page .entry-content > h2:first-child{
  margin-top: 48px;
}

body.iks-feature-article-page :is(.entry-content, .article-content, .post-content) h3{
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  max-width: none;
  margin: 32px 0 20px;
  padding: 16px 22px 16px 30px;
  border: 0;
  border-radius: 0;
  background: #122033;
  box-shadow: none;
  color: #fff;
  font-size: clamp(20px, 2.2vw, 30px);
  font-weight: 700;
  line-height: 1.45;
}

body.iks-feature-article-page :is(.entry-content, .article-content, .post-content) h3::before{
  content: "";
  position: absolute;
  left: 14px;
  top: 12px;
  bottom: 12px;
  display: block;
  width: 5px;
  height: auto;
  margin: 0;
  background: #e7d4b0;
  transform: none;
}

body.iks-feature-article-page :is(.entry-content, .article-content, .post-content) figure.wp-block-table{
  box-sizing: border-box;
  max-width: 100%;
  margin: 34px 0 42px;
  padding: 12px 14px 14px;
  overflow-x: visible;
  border: 1px solid rgba(18, 32, 51, 0.08);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fffdf9 100%);
  box-shadow: 0 18px 42px rgba(18, 32, 51, 0.08);
}

body.iks-feature-article-page :is(.entry-content, .article-content, .post-content) table{
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 34px 0 42px;
  border: 1px solid rgba(18, 32, 51, 0.08);
  border-collapse: separate;
  border-spacing: 0 16px;
  border-radius: 22px;
  overflow: visible;
  background: linear-gradient(180deg, #ffffff 0%, #fffdf9 100%);
  color: #122033;
  font-size: 16px;
  line-height: 1.9;
  table-layout: fixed;
  box-shadow: 0 18px 42px rgba(18, 32, 51, 0.08);
}

body.iks-feature-article-page :is(.entry-content, .article-content, .post-content) figure.wp-block-table table{
  width: 100%;
  max-width: 100%;
  margin: 0;
  border: 0;
  border-spacing: 0 14px;
  border-radius: 18px;
  background: transparent;
  box-shadow: none;
}

body.iks-feature-article-page :is(.entry-content, .article-content, .post-content) thead th{
  box-sizing: border-box;
  padding: 22px 28px;
  border-top: 1px solid rgba(18, 32, 51, 0.08);
  border-bottom: 1px solid rgba(18, 32, 51, 0.08);
  background: #f7f4ef;
  color: #122033;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.65;
  text-align: left;
  vertical-align: middle;
}

body.iks-feature-article-page :is(.entry-content, .article-content, .post-content) thead th + th{
  border-left: 1px solid rgba(18, 32, 51, 0.08);
}

body.iks-feature-article-page :is(.entry-content, .article-content, .post-content) thead th:first-child{
  width: 42%;
  border-left: 1px solid rgba(18, 32, 51, 0.08);
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
}

body.iks-feature-article-page :is(.entry-content, .article-content, .post-content) thead th:last-child{
  border-right: 1px solid rgba(18, 32, 51, 0.08);
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
}

body.iks-feature-article-page :is(.entry-content, .article-content, .post-content) tbody td,
body.iks-feature-article-page :is(.entry-content, .article-content, .post-content) tbody th{
  box-sizing: border-box;
  padding: 28px 28px;
  border-top: 1px solid rgba(18, 32, 51, 0.08);
  border-bottom: 1px solid rgba(18, 32, 51, 0.08);
  background: #ffffff;
  color: #122033;
  vertical-align: middle;
  overflow-wrap: anywhere;
  box-shadow: 0 5px 18px rgba(18, 32, 51, 0.05);
}

body.iks-feature-article-page :is(.entry-content, .article-content, .post-content) tbody td + td,
body.iks-feature-article-page :is(.entry-content, .article-content, .post-content) tbody th + td,
body.iks-feature-article-page :is(.entry-content, .article-content, .post-content) tbody td + th,
body.iks-feature-article-page :is(.entry-content, .article-content, .post-content) tbody th + th{
  border-left: 1px solid rgba(18, 32, 51, 0.08);
}

body.iks-feature-article-page :is(.entry-content, .article-content, .post-content) tbody tr:nth-child(even) td,
body.iks-feature-article-page :is(.entry-content, .article-content, .post-content) tbody tr:nth-child(even) th{
  background: #ffffff;
}

body.iks-feature-article-page :is(.entry-content, .article-content, .post-content) tbody tr:last-child td,
body.iks-feature-article-page :is(.entry-content, .article-content, .post-content) tbody tr:last-child th{
  border-bottom: 1px solid rgba(18, 32, 51, 0.08);
}

body.iks-feature-article-page :is(.entry-content, .article-content, .post-content) tbody td:first-child,
body.iks-feature-article-page :is(.entry-content, .article-content, .post-content) tbody th:first-child{
  width: 42%;
  border-left: 1px solid rgba(18, 32, 51, 0.08);
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
  font-weight: 700;
  line-height: 1.75;
}

body.iks-feature-article-page :is(.entry-content, .article-content, .post-content) tbody td:last-child,
body.iks-feature-article-page :is(.entry-content, .article-content, .post-content) tbody th:last-child{
  border-right: 1px solid rgba(18, 32, 51, 0.08);
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  line-height: 1.9;
}

body.iks-feature-article-page .entry-content p.is-note,
body.iks-feature-article-page .entry-content .is-note{
  color: #c9362c;
  font-weight: 600;
}

body.iks-feature-article-page .entry-content strong,
body.iks-feature-article-page .entry-content b{
  --iks-marker-color: rgba(245, 158, 11, 0.35);
  padding: 0 .12em;
  border-radius: 5px;
  background-image: linear-gradient(transparent 62%, var(--iks-marker-color) 0);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 0% 100%;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-weight: 800;
  transition: background-size 720ms cubic-bezier(.2, .7, .2, 1);
}

body.iks-feature-article-page .entry-content strong.is-red-highlight,
body.iks-feature-article-page .entry-content b.is-red-highlight{
  --iks-marker-color: rgba(255, 92, 92, 0.35);
}

body.iks-feature-article-page .entry-content strong.iks-marker-inview,
body.iks-feature-article-page .entry-content b.iks-marker-inview{
  background-size: 100% 100%;
}

body.iks-feature-article-page .entry-content a strong,
body.iks-feature-article-page .entry-content a b{
  text-decoration: none;
}

@media (prefers-reduced-motion: reduce){
  body.iks-feature-article-page .entry-content strong,
  body.iks-feature-article-page .entry-content b{
    transition: none;
    background-size: 100% 100%;
  }
}

body.iks-feature-article-page .entry-content .ikukore-comment{
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 24px 0;
}

body.iks-feature-article-page .entry-content .ikukore-comment__avatar{
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  object-fit: contain;
}

body.iks-feature-article-page .entry-content .ikukore-comment__bubble{
  position: relative;
  max-width: min(720px, calc(100% - 60px));
  padding: 14px 18px;
  border-radius: 14px;
  background: #edf8f2;
  color: #122033;
  line-height: 1.8;
}

body.iks-feature-article-page .entry-content .ikukore-comment--mom{
  justify-content: flex-start;
}

body.iks-feature-article-page .entry-content .ikukore-comment--mom .ikukore-comment__bubble::before{
  content: "";
  position: absolute;
  left: -10px;
  top: 18px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 10px solid #edf8f2;
}

body.iks-feature-article-page .entry-content .ikukore-comment--dad{
  justify-content: flex-end;
}

body.iks-feature-article-page .entry-content .ikukore-comment--dad .ikukore-comment__bubble{
  background: #eef4ff;
}

body.iks-feature-article-page .entry-content .ikukore-comment--dad .ikukore-comment__bubble::after{
  content: "";
  position: absolute;
  right: -10px;
  top: 18px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #eef4ff;
}

body.iks-feature-article-page .entry-content em,
body.iks-feature-article-page .entry-content i{
  box-sizing: border-box;
  display: block;
  width: fit-content;
  max-width: min(720px, calc(100% - 60px));
  margin: 24px 0 24px 60px;
  padding: 14px 18px;
  border: 0;
  border-radius: 14px;
  background: #edf8f2;
  box-shadow: none;
  color: #122033;
  font-style: normal;
  line-height: 1.8;
  position: relative;
}

body.iks-feature-article-page .entry-content em::before,
body.iks-feature-article-page .entry-content i::before{
  content: "";
  position: absolute;
  left: -56px;
  top: 14px;
  width: 44px;
  height: 44px;
  border: 0;
  background-image: url("https://ikukore.jp/wp-content/uploads/2026/02/コメント.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: none;
  transform: none;
}

body.iks-feature-article-page .entry-content em::after,
body.iks-feature-article-page .entry-content i::after{
  content: "";
  position: absolute;
  left: -10px;
  top: 18px;
  width: 0;
  height: 0;
  background: transparent;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 10px solid #edf8f2;
  clip-path: none;
  filter: none;
  transform: none;
}

body.iks-feature-article-page .entry-content em.ikukore-comment-legacy--dad,
body.iks-feature-article-page .entry-content i.ikukore-comment-legacy--dad{
  margin-right: 60px;
  margin-left: auto;
  background: #eef4ff;
}

body.iks-feature-article-page .entry-content em.ikukore-comment-legacy--dad::before,
body.iks-feature-article-page .entry-content i.ikukore-comment-legacy--dad::before{
  right: -56px;
  left: auto;
  background-image: url("https://ikukore.jp/wp-content/uploads/2026/05/コメント２.png");
}

body.iks-feature-article-page .entry-content em.ikukore-comment-legacy--dad::after,
body.iks-feature-article-page .entry-content i.ikukore-comment-legacy--dad::after{
  right: -10px;
  left: auto;
  border-right: 0;
  border-left: 10px solid #eef4ff;
}

@media (max-width: 640px){
  body.iks-feature-article-page :is(.entry-content, .article-content, .post-content) h3{
    margin: 30px 0 18px;
    padding: 14px 16px 14px 28px;
  }

  body.iks-feature-article-page :is(.entry-content, .article-content, .post-content) h3::before{
    left: 12px;
    top: 10px;
    bottom: 10px;
    width: 4px;
  }

  body.iks-feature-article-page :is(.entry-content, .article-content, .post-content) figure.wp-block-table{
    margin: 28px 0 36px;
    padding: 8px 10px 10px;
    border-radius: 18px;
  }

  body.iks-feature-article-page :is(.entry-content, .article-content, .post-content) table{
    margin: 28px 0 36px;
    border-spacing: 0 12px;
    font-size: 15px;
    line-height: 1.8;
    border-radius: 18px;
  }

  body.iks-feature-article-page :is(.entry-content, .article-content, .post-content) figure.wp-block-table table{
    margin: 0;
    border: 0;
    border-spacing: 0 10px;
    border-radius: 14px;
    box-shadow: none;
  }

  body.iks-feature-article-page :is(.entry-content, .article-content, .post-content) thead th,
  body.iks-feature-article-page :is(.entry-content, .article-content, .post-content) tbody td,
  body.iks-feature-article-page :is(.entry-content, .article-content, .post-content) tbody th{
    padding: 18px 16px;
    font-size: 15px;
  }

  body.iks-feature-article-page :is(.entry-content, .article-content, .post-content) thead th:first-child,
  body.iks-feature-article-page :is(.entry-content, .article-content, .post-content) tbody td:first-child,
  body.iks-feature-article-page :is(.entry-content, .article-content, .post-content) tbody th:first-child{
    width: 38%;
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
  }

  body.iks-feature-article-page :is(.entry-content, .article-content, .post-content) thead th:last-child,
  body.iks-feature-article-page :is(.entry-content, .article-content, .post-content) tbody td:last-child,
  body.iks-feature-article-page :is(.entry-content, .article-content, .post-content) tbody th:last-child{
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
  }

  body.iks-feature-article-page .entry-content .ikukore-comment{
    gap: 8px;
    margin: 20px 0;
  }

  body.iks-feature-article-page .entry-content .ikukore-comment__avatar{
    width: 38px;
    height: 38px;
  }

  body.iks-feature-article-page .entry-content .ikukore-comment__bubble{
    max-width: calc(100% - 46px);
    padding: 12px 14px;
    font-size: 15px;
  }

  body.iks-feature-article-page .entry-content em,
  body.iks-feature-article-page .entry-content i{
    max-width: calc(100% - 46px);
    margin-left: 46px;
    padding: 12px 14px;
    font-size: 15px;
  }

  body.iks-feature-article-page .entry-content em::before,
  body.iks-feature-article-page .entry-content i::before{
    left: -46px;
    width: 38px;
    height: 38px;
  }

  body.iks-feature-article-page .entry-content em.ikukore-comment-legacy--dad,
  body.iks-feature-article-page .entry-content i.ikukore-comment-legacy--dad{
    margin-right: 46px;
    margin-left: auto;
  }

body.iks-feature-article-page .entry-content em.ikukore-comment-legacy--dad::before,
body.iks-feature-article-page .entry-content i.ikukore-comment-legacy--dad::before{
    right: -46px;
    left: auto;
  }
}

body.iks-feature-article-page .iks-feature-article__entry-head{
  padding-top: clamp(22px, 4vw, 42px);
  margin-bottom: clamp(22px, 4vw, 34px);
}

body.iks-feature-article-page .iks-feature-breadcrumb{
  margin: 0 0 18px;
  color: #7b8794;
  font-size: 13px;
  line-height: 1.6;
}

body.iks-feature-article-page .iks-feature-breadcrumb__list{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.iks-feature-article-page .iks-feature-breadcrumb__item{
  display: inline-flex;
  align-items: center;
  min-width: 0;
  margin: 0;
  color: #7b8794;
  font-weight: 500;
}

body.iks-feature-article-page .iks-feature-breadcrumb__item + .iks-feature-breadcrumb__item::before{
  content: ">";
  margin: 0 9px;
  color: #b0b8c2;
}

body.iks-feature-article-page .iks-feature-breadcrumb__link{
  color: inherit;
  text-decoration: none;
}

body.iks-feature-article-page .iks-feature-breadcrumb__link:hover,
body.iks-feature-article-page .iks-feature-breadcrumb__link:focus-visible{
  color: #122033;
  text-decoration: underline;
  text-underline-offset: .18em;
}

body.iks-feature-article-page .iks-feature-pr-label{
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 12px;
  padding: 4px 9px;
  border: 1px solid rgba(18, 32, 51, .14);
  border-radius: 6px;
  background: #f7f1e8;
  color: #5b4630;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
}

body.iks-feature-article-page .iks-feature-article__entry-head .entry-title{
  max-width: none;
  margin: 0 0 12px;
  padding: 0;
  border: 0;
  background: none;
  color: #122033;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  line-height: 1.34;
  letter-spacing: 0;
}

body.iks-feature-article-page .iks-feature-article-meta{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 10px;
  margin: 0 0 14px;
  color: #6b7683;
  font-size: 13px;
  line-height: 1.7;
}

body.iks-feature-article-page .iks-feature-article-meta__separator{
  color: #c3cad2;
}

body.iks-feature-article-page .iks-feature-chip-list{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}

body.iks-feature-article-page .iks-feature-chip{
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin: 0;
  padding: 4px 10px;
  border: 1px solid rgba(18, 32, 51, .12);
  border-radius: 999px;
  background: #fffaf4;
  color: #384457;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

body.iks-feature-article-page .iks-feature-pr-note{
  margin: 0;
  padding: 12px 14px;
  border-left: 3px solid #e7d4b0;
  background: #fffaf4;
  color: #5b6370;
  font-size: 13px;
  line-height: 1.75;
}

body.iks-feature-article-page .iks-feature-pr-note p{
  margin: 0;
}

body.iks-feature-article-page .iks-feature-pr-note p + p{
  margin-top: 2px;
}

body.iks-feature-article-page .iks-feature-article__footer{
  margin-top: clamp(34px, 6vw, 56px);
}

body.iks-feature-article-page .iks-feature-instagram{
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(18, 32, 51, .12);
  border-radius: 8px;
  background: #f8fbfc;
}

body.iks-feature-article-page .iks-feature-instagram__text{
  margin: 0;
  color: #26364a;
  font-size: 15px;
  line-height: 1.75;
}

body.iks-feature-article-page .iks-feature-instagram__button{
  justify-self: start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 14px;
  border-radius: 8px;
  background: #122033;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
}

body.iks-feature-article-page .iks-feature-instagram__button:hover,
body.iks-feature-article-page .iks-feature-instagram__button:focus-visible{
  background: #24364f;
  color: #fff;
  outline: none;
}

body.iks-feature-article-page .entry-content :is(#toc_container, #ez-toc-container, .ez-toc-container, .lwptoc, .rtoc-mokuji-content, #rtoc-mokuji-wrapper, .wp-block-rank-math-toc-block, .wp-block-simpletoc-toc, .simpletoc, .toc_container, .toc-container){
  box-sizing: border-box;
  width: 100%;
  margin: 28px 0 34px;
  padding: 16px 18px;
  border: 1px solid rgba(18, 32, 51, .12);
  border-radius: 8px;
  background: #f8fbfc;
  box-shadow: none;
  color: #26364a;
}

body.iks-feature-article-page .entry-content :is(#toc_container, #ez-toc-container, .ez-toc-container, .lwptoc, .rtoc-mokuji-content, #rtoc-mokuji-wrapper, .wp-block-rank-math-toc-block, .wp-block-simpletoc-toc, .simpletoc, .toc_container, .toc-container) :is(.toc_title, .ez-toc-title, .lwptoc_title, .rtoc-mokuji-title, summary, h2, h3){
  margin: 0 0 10px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #122033;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
  box-shadow: none;
}

body.iks-feature-article-page .entry-content :is(#toc_container, #ez-toc-container, .ez-toc-container, .lwptoc, .rtoc-mokuji-content, #rtoc-mokuji-wrapper, .wp-block-rank-math-toc-block, .wp-block-simpletoc-toc, .simpletoc, .toc_container, .toc-container) :is(h2, h3)::before{
  content: none;
}

body.iks-feature-article-page .entry-content :is(#toc_container, #ez-toc-container, .ez-toc-container, .lwptoc, .rtoc-mokuji-content, #rtoc-mokuji-wrapper, .wp-block-rank-math-toc-block, .wp-block-simpletoc-toc, .simpletoc, .toc_container, .toc-container) :is(ol, ul){
  display: grid;
  gap: 7px;
  margin: 0;
  padding-left: 1.15em;
}

body.iks-feature-article-page .entry-content :is(#toc_container, #ez-toc-container, .ez-toc-container, .lwptoc, .rtoc-mokuji-content, #rtoc-mokuji-wrapper, .wp-block-rank-math-toc-block, .wp-block-simpletoc-toc, .simpletoc, .toc_container, .toc-container) :is(ol, ul) :is(ol, ul){
  gap: 5px;
  margin-top: 6px;
  padding-left: 1.1em;
}

body.iks-feature-article-page .entry-content :is(#toc_container, #ez-toc-container, .ez-toc-container, .lwptoc, .rtoc-mokuji-content, #rtoc-mokuji-wrapper, .wp-block-rank-math-toc-block, .wp-block-simpletoc-toc, .simpletoc, .toc_container, .toc-container) li{
  margin: 0;
  padding-left: 0;
  color: #9aa4b2;
  font-size: 14px;
  line-height: 1.6;
}

body.iks-feature-article-page .entry-content :is(#toc_container, #ez-toc-container, .ez-toc-container, .lwptoc, .rtoc-mokuji-content, #rtoc-mokuji-wrapper, .wp-block-rank-math-toc-block, .wp-block-simpletoc-toc, .simpletoc, .toc_container, .toc-container) li::marker{
  color: #aeb7c2;
  font-size: .9em;
  font-weight: 600;
}

body.iks-feature-article-page .entry-content :is(#toc_container, #ez-toc-container, .ez-toc-container, .lwptoc, .rtoc-mokuji-content, #rtoc-mokuji-wrapper, .wp-block-rank-math-toc-block, .wp-block-simpletoc-toc, .simpletoc, .toc_container, .toc-container) a{
  color: #334155;
  font-weight: 600;
  text-decoration: none;
}

body.iks-feature-article-page .entry-content :is(#toc_container, #ez-toc-container, .ez-toc-container, .lwptoc, .rtoc-mokuji-content, #rtoc-mokuji-wrapper, .wp-block-rank-math-toc-block, .wp-block-simpletoc-toc, .simpletoc, .toc_container, .toc-container) a:hover,
body.iks-feature-article-page .entry-content :is(#toc_container, #ez-toc-container, .ez-toc-container, .lwptoc, .rtoc-mokuji-content, #rtoc-mokuji-wrapper, .wp-block-rank-math-toc-block, .wp-block-simpletoc-toc, .simpletoc, .toc_container, .toc-container) a:focus-visible{
  color: #122033;
  text-decoration: underline;
  text-underline-offset: .18em;
}

body.iks-feature-article-page .entry-content :is(#toc_container, #ez-toc-container, .ez-toc-container) :is(.toc_number, .ez-toc-counter){
  color: #aeb7c2;
  font-weight: 600;
}

body.iks-feature-article-page .entry-content :is(#toc_container, #ez-toc-container, .ez-toc-container) .ez-toc-link::before{
  color: #aeb7c2;
  font-weight: 600;
}

body.iks-feature-article-page .entry-content :is(.ez-toc-title-toggle, .lwptoc_toggle, .rtoc_open_close, .toc_toggle){
  margin-left: 8px;
  color: #7b8794;
  font-size: 12px;
  font-weight: 600;
}

@media (max-width: 640px){
  body.iks-feature-article-page .iks-feature-article__entry-head{
    padding-top: 18px;
  }

  body.iks-feature-article-page .iks-feature-article__entry-head .entry-title{
    font-size: clamp(25px, 7.2vw, 34px);
  }

  body.iks-feature-article-page .iks-feature-article-meta{
    display: grid;
    gap: 2px;
  }

  body.iks-feature-article-page .iks-feature-article-meta__separator{
    display: none;
  }

  body.iks-feature-article-page .iks-feature-instagram__button{
    width: 100%;
  }

  body.iks-feature-article-page .entry-content :is(#toc_container, #ez-toc-container, .ez-toc-container, .lwptoc, .rtoc-mokuji-content, #rtoc-mokuji-wrapper, .wp-block-rank-math-toc-block, .wp-block-simpletoc-toc, .simpletoc, .toc_container, .toc-container){
    margin: 24px 0 30px;
    padding: 14px;
  }
}

/* Detected intro blocks must beat the generic article prose rules above. */
body.iks-feature-article-page .entry-content .ikukore-article-summary{
  box-sizing: border-box;
  display: flex;
  gap: 18px;
  width: 100%;
  max-width: 100%;
  margin: 28px 0;
  padding: 22px 24px;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  background: #f8f8f8;
  color: #111827;
  overflow: hidden;
}

body.iks-feature-article-page .entry-content .ikukore-article-summary__side{
  box-sizing: border-box;
  flex: 0 0 44px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 7px;
  padding-right: 16px;
  border-right: 1px solid #bdbdbd;
  color: #777;
}

body.iks-feature-article-page .entry-content .ikukore-article-summary__side::before{
  content: "";
  width: 21px;
  height: 21px;
  opacity: .78;
  background: currentColor;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8zm0 2.8L17.2 8H14zM8 13h8v2H8zm0 4h6v2H8z'/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8zm0 2.8L17.2 8H14zM8 13h8v2H8zm0 4h6v2H8z'/%3E%3C/svg%3E") center / contain no-repeat;
}

body.iks-feature-article-page .entry-content .ikukore-article-summary__body{
  flex: 1 1 auto;
  min-width: 0;
}

body.iks-feature-article-page .entry-content .ikukore-article-summary__title{
  margin: 0 0 10px;
  padding: 0;
  border: 0;
  background: none;
  color: #111827;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0;
  box-shadow: none;
}

body.iks-feature-article-page .entry-content .ikukore-article-summary ul.ikukore-article-summary__list{
  display: block;
  margin: 0;
  padding: 0 0 0 1.2em;
  border: 0;
  border-radius: 0;
  background: none;
  list-style: disc outside;
}

body.iks-feature-article-page .entry-content .ikukore-article-summary ul.ikukore-article-summary__list::before,
body.iks-feature-article-page .entry-content .ikukore-article-summary ul.ikukore-article-summary__list::after{
  content: none;
}

body.iks-feature-article-page .entry-content .ikukore-article-summary .ikukore-article-summary__item{
  position: static;
  margin: 0;
  padding: 8px 0 10px;
  border-bottom: 1px dotted #d6d6d6;
  color: #111827;
  font-size: 16px;
  line-height: 1.8;
}

body.iks-feature-article-page .entry-content .ikukore-article-summary .ikukore-article-summary__item::before{
  content: none;
}

body.iks-feature-article-page .entry-content .ikukore-article-summary .ikukore-article-summary__item:last-child{
  border-bottom: 0;
}

body.iks-feature-article-page .entry-content .ikukore-family-check{
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin: 30px 0;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 20px;
  background: #f9ebe8;
  color: #111827;
  box-shadow: 0 8px 24px rgba(17, 24, 39, .06);
  overflow: hidden;
}

body.iks-feature-article-page .entry-content .ikukore-family-check__title{
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  padding: 0;
  border: 0;
  background: none;
  color: #3b2f2f;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0;
  box-shadow: none;
}

body.iks-feature-article-page .entry-content .ikukore-family-check__title::before{
  content: "\2713";
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #fff;
  color: #d2746b;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
}

body.iks-feature-article-page .entry-content .ikukore-family-check__grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

body.iks-feature-article-page .entry-content .ikukore-family-check__item,
body.iks-feature-article-page .entry-content .ikukore-family-check__note{
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
  margin: 0;
  padding: 13px 14px;
  border-radius: 15px;
}

body.iks-feature-article-page .entry-content .ikukore-family-check__item{
  border: 1px solid rgba(255, 255, 255, .8);
  background: #fff;
  box-shadow: 0 4px 12px rgba(17, 24, 39, .04);
}

body.iks-feature-article-page .entry-content .ikukore-family-check__note{
  grid-column: 1 / -1;
  margin-top: 2px;
  border: 1px solid #fed7aa;
  background: #fff7ed;
}

body.iks-feature-article-page .entry-content .ikukore-family-check__content{
  min-width: 0;
}

body.iks-feature-article-page .entry-content .ikukore-family-check__icon{
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: #fff3ef;
  color: #c95f56;
  font-size: 18px;
  line-height: 1;
}

body.iks-feature-article-page .entry-content .ikukore-family-check__icon::before{
  content: "\2713";
}

body.iks-feature-article-page .entry-content .ikukore-family-check__icon--stroller::before{ content: "\1F476"; }
body.iks-feature-article-page .entry-content .ikukore-family-check__icon--diaper::before{ content: "\1F9F7"; }
body.iks-feature-article-page .entry-content .ikukore-family-check__icon--milk::before{ content: "\1F37C"; }
body.iks-feature-article-page .entry-content .ikukore-family-check__icon--rain::before{ content: "\2614"; }
body.iks-feature-article-page .entry-content .ikukore-family-check__icon--parking::before{ content: "\1F697"; }
body.iks-feature-article-page .entry-content .ikukore-family-check__icon--age::before{ content: "\1F392"; }
body.iks-feature-article-page .entry-content .ikukore-family-check__icon--note::before{ content: "\26A0"; }

body.iks-feature-article-page .entry-content .ikukore-family-check__note .ikukore-family-check__icon{
  background: #ffedd5;
  color: #c2410c;
}

body.iks-feature-article-page .entry-content .ikukore-family-check__label{
  margin: 0 0 3px;
  padding: 0;
  border: 0;
  background: none;
  color: #2f2f2f;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0;
}

body.iks-feature-article-page .entry-content .ikukore-family-check__text{
  margin: 0;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.65;
}

@media (min-width: 700px){
  body.iks-feature-article-page .entry-content .ikukore-family-check__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px){
  body.iks-feature-article-page .entry-content .ikukore-article-summary{
    gap: 12px;
    margin: 24px 0;
    padding: 16px 14px;
  }

  body.iks-feature-article-page .entry-content .ikukore-article-summary__side{
    flex-basis: 36px;
    padding-right: 10px;
  }

  body.iks-feature-article-page .entry-content .ikukore-article-summary__side::before{
    width: 19px;
    height: 19px;
  }

  body.iks-feature-article-page .entry-content .ikukore-article-summary__title{
    font-size: 15px;
  }

  body.iks-feature-article-page .entry-content .ikukore-article-summary .ikukore-article-summary__item{
    font-size: 15px;
    line-height: 1.75;
  }

  body.iks-feature-article-page .entry-content .ikukore-family-check{
    margin: 26px 0;
    padding: 16px;
    border-radius: 18px;
  }

  body.iks-feature-article-page .entry-content .ikukore-family-check__title{
    margin-bottom: 14px;
    font-size: 18px;
  }

  body.iks-feature-article-page .entry-content .ikukore-family-check__item,
  body.iks-feature-article-page .entry-content .ikukore-family-check__note{
    padding: 12px;
    border-radius: 14px;
  }

  body.iks-feature-article-page .entry-content .ikukore-family-check__label{
    font-size: 14.5px;
  }

  body.iks-feature-article-page .entry-content .ikukore-family-check__text{
    font-size: 13.5px;
  }
}
