body.renewal-theme {
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN",
    "Yu Gothic", YuGothic, Meiryo, sans-serif;
}

body.renewal-theme.admin-bar .site-header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.renewal-theme.admin-bar .site-header {
    top: 46px;
  }
}

.site-header__cart-badge.is-empty {
  display: none;
}

.ca-article .post_content h2:not(.ca-h2),
.ca-article .ca-h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin: 64px 28px 20px;
  scroll-margin-top: 24px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.01em;
}

.ca-article .post_content h2:not(.ca-h2)::before,
.ca-article .ca-h2::before {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  background: linear-gradient(
    90deg,
    var(--color-primary-blue) 0 16px,
    var(--color-green) 16px 32px
  );
}

.ca-article .post_content h3:not(.ca-h3),
.ca-article .ca-h3 {
  display: flex;
  gap: 6px;
  align-items: center;
  margin: 48px 28px 14px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

.ca-article .post_content h4:not(.ca-h4),
.ca-article .ca-h4 {
  margin: 32px 28px 12px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
}

.ca-article .post_content p,
.ca-article .ca-text {
  margin-bottom: 1.25em;
  font-size: 16px;
  line-height: 1.95;
}

.ca-article .post_content img {
  max-width: 100%;
  height: auto;
}

.ca-article .post_content figure {
  margin: 8px 0 12px;
}

.ca-article .wp-block-image {
  margin: 8px 0 12px;
}

.lab-empty {
  margin: 24px 0;
  color: #666;
  font-size: 14px;
}

.lab-soon {
  padding: 48px 0 72px;
}

.lab-soon__en {
  margin: 0 0 8px;
  color: #008cd6;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.lab-soon__lead {
  margin: 0 0 28px;
  color: #555;
  font-size: 15px;
  line-height: 1.8;
}

.columns-post__tags a.columns-tag {
  text-decoration: none;
}

.side-nav__link.is-current {
  font-weight: 700;
  color: #008cd6;
}

.ca-share__copy.is-copied {
  opacity: 0.6;
}

.ca-head__cat a {
  color: inherit;
  text-decoration: none;
}

.ca-author__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  border-radius: 50%;
}

.news-page .page-title {
  margin-bottom: 0;
}

.news--archive {
  grid-template-columns: 1fr;
  gap: 0;
}

.news--archive .news-link {
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
  border: none;
  border-bottom: 1px solid var(--color-bg-02);
  border-radius: 0;
}

.news--archive .news__item:last-child .news-link {
  border-bottom: none;
}

.news--archive .news-link:hover {
  border-color: var(--color-bg-02);
}

.news--archive .news-link__date {
  flex: 0 0 auto;
  min-width: 6.5em;
}

.news--archive .news-link__title {
  font-size: 14px;
}

.news-detail-page .ca-head__date {
  margin: 0 0 8px;
}

/* コラム TOP：SWELL 投稿リストブロックをカテゴリランキングに合わせる */
.lab-ranking .wp-block-group.columns-rank-block {
  max-width: none;
}

.lab-ranking .columns-rank-block > .wp-block-group__inner-container {
  max-width: none;
  padding: 0;
}

.lab-ranking:not(:has(.p-postList__item)):not(:has(.lab-keywords)) {
  display: none;
}

.lab-ranking .p-postListWrap:not(:has(.p-postList__item)) {
  display: none;
}

.lab-ranking .columns-rank-block:not(:has(.p-postList__item)) .is-style-more_btn {
  display: none;
}

.lab-ranking .p-postListWrap {
  margin: 0 0 24px;
}

.lab-ranking .p-postList {
  counter-reset: rank;
  display: flex;
  gap: 12px;
  margin: 0;
  padding: 0 24px;
  list-style: none;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 24px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}

.lab-ranking .p-postList::-webkit-scrollbar {
  display: none;
}

.lab-ranking .p-postList__item {
  position: relative;
  width: min(290px, 78vw);
  flex-shrink: 0;
  scroll-snap-align: start;
  scroll-margin-inline-start: 24px;
  counter-increment: rank;
}

.lab-ranking .p-postList__link {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 12px;
  background: var(--color-white);
  color: inherit;
  text-decoration: none;
  overflow: visible;
}

.lab-ranking .p-postList__thumb,
.lab-ranking .c-postThumb {
  position: relative;
  display: block;
  aspect-ratio: 1100 / 733;
  overflow: visible;
  border-radius: 12px 12px 0 0;
  background: var(--color-bg-02);
}

.lab-ranking .c-postThumb__figure {
  margin: 0;
  height: 100%;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
}

.lab-ranking .c-postThumb__img,
.lab-ranking .p-postList__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lab-ranking .p-postList__thumb::after {
  content: counter(rank);
  position: absolute;
  z-index: 2;
  left: 10px;
  bottom: -17.5px;
  display: grid;
  place-items: center;
  width: 40px;
  height: 35px;
  padding-top: 7px;
  color: var(--color-white);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  background: url("../img/lab/icon-crown-nomal.svg") center / contain no-repeat;
  pointer-events: none;
}

.lab-ranking .p-postList__item:nth-child(1) .p-postList__thumb::after {
  background-image: url("../img/lab/icon-crown-gold.svg");
}

.lab-ranking .p-postList__item:nth-child(2) .p-postList__thumb::after {
  background-image: url("../img/lab/icon-crown-gray.svg");
}

.lab-ranking .p-postList__item:nth-child(3) .p-postList__thumb::after {
  background-image: url("../img/lab/icon-crown-bronze.svg");
}

.lab-ranking .p-postList__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 16px;
  padding: 24px 16px 16px;
  border-radius: 0 0 12px 12px;
  background: var(--color-white);
}

.lab-ranking .p-postList__title {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

.lab-ranking .p-postList__meta,
.lab-ranking .c-postTimes {
  margin-top: auto;
  font-size: 10px;
  letter-spacing: 0.02em;
}

.lab-ranking .c-postTimes__posted::before {
  content: none;
}

.lab-ranking .is-style-more_btn {
  display: flex;
  justify-content: center;
  margin: 0;
}

.lab-ranking .is-style-more_btn a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--color-text-02);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.01em;
  text-decoration: none;
}

.lab-ranking .is-style-more_btn a::after {
  content: "";
  width: 18px;
  height: 18px;
  background: url("../img/lab/icon-more-circle.svg") center / contain no-repeat;
}

.lab-ranking .is-style-more_btn a:hover {
  color: var(--color-primary-blue);
}

.lab-ranking .lab-keywords {
  margin-bottom: 20px;
  margin-inline: 24px;
  padding: 20px 16px;
  border-radius: 12px;
  background: var(--color-white);
}

.lab-ranking .lab-keywords,
.lab-ranking .lab-keywords > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px 10px;
}

.lab-ranking .lab-keywords > .wp-block-group__inner-container {
  grid-column: 1 / -1;
}

.lab-ranking .lab-keywords .lab-keywords__ttl {
  grid-column: 1 / -1;
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.lab-ranking .lab-keywords .swell-block-button {
  margin: 0;
}

.lab-ranking .lab-keywords .swell-block-button__link {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 0;
  border: 1px solid var(--color-primary-green);
  border-radius: 6px;
  background: transparent;
  color: var(--color-primary-green);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.lab-ranking .lab-keywords .swell-block-button__link:hover {
  background: var(--color-primary-green);
  color: var(--color-white);
}

@media (max-width: 767px) {
  .lab-ranking .p-postList {
    padding-inline: 16px;
    scroll-padding-inline: 16px;
  }

  .lab-ranking .p-postList__item {
    width: 290px;
    scroll-margin-inline-start: 16px;
  }

  .lab-ranking .lab-keywords {
    box-sizing: border-box;
    width: calc(100% - 32px);
    margin-inline: 16px;
    margin-bottom: 8px;
  }

  .lab-ranking .lab-keywords,
  .lab-ranking .lab-keywords > .wp-block-group__inner-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lab-ranking .is-style-more_btn {
    padding: 18px 16px 24px;
  }
}

.ca-author:only-child,
.ca-author:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.ca-author__ja a,
.ca-author__avatar {
  color: inherit;
  text-decoration: none;
}

.ca-author__avatar {
  overflow: hidden;
}

.ca-author__kana {
  font-weight: 400;
  color: var(--color-text-02);
}

.ca-author__position {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-text-02);
}

.ca-credits {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ca-credits__item {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 10px;
  font-size: 13px;
  line-height: 1.6;
}

.ca-credits__role {
  flex-shrink: 0;
  color: var(--color-primary-blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.ca-credits__name {
  color: inherit;
  font-weight: 700;
  text-decoration: none;
}

.ca-credits__name:hover {
  text-decoration: underline;
}

.ca-credits__aff {
  color: var(--color-text-02);
  font-weight: 400;
}

.ca-byline {
  margin: 16px 28px 8px;
}

.ca-byline:not(:has(.ca-credits)) {
  display: none;
}

.ca-article .ca-toc {
  margin: 32px 0 8px;
}

.ca-article .post_content .ca-toc + h2,
.ca-article .post_content .ca-toc + .ca-h2 {
  margin-top: 48px;
}

.ca-article .ca-ul,
.ca-article .ca-ol,
.ca-article .post_content ul,
.ca-article .post_content ol {
  font-size: 16px;
  line-height: 1.9;
}

.ca-article .wp-block-quote,
.ca-article .ca-quote,
.ca-article .wp-block-quote em,
.ca-article .ca-quote em,
.ca-article .wp-block-quote cite,
.ca-article .ca-quote cite,
.ca-article .wp-block-quote i,
.ca-article .ca-quote i {
  font-style: normal;
}

.ca-article [itemprop="publisher"] {
  display: none;
}

.author-profile {
  margin-bottom: 40px;
}

.author-profile__head {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  margin-bottom: 24px;
}

.author-profile__avatar {
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  background: var(--color-placeholder);
}

.author-profile__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
}

.author-profile__meta {
  min-width: 0;
}

.author-profile__role {
  margin: 0 0 12px;
  color: var(--color-primary-blue);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.author-profile__kana,
.author-profile__en {
  margin: 8px 0 0;
  color: var(--color-text-02);
  font-size: 13px;
  letter-spacing: 0.04em;
}

.author-profile__position {
  margin: 12px 0 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}

.author-profile__bio,
.author-profile__text,
.author-profile__note {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.9;
}

.author-profile__section {
  margin-bottom: 28px;
}

.author-profile__list {
  margin: 0;
  padding-left: 1.2em;
  font-size: 15px;
  line-height: 1.9;
}

.author-profile__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 1.8;
}

.author-profile__links a {
  color: var(--color-primary-blue);
  text-decoration: underline;
}

.author-profile__note {
  color: var(--color-text-02);
  font-size: 13px;
}

.author-page .lab-visit-list {
  margin-top: 16px;
}

.ca-article .post_content > .swell-block-capbox,
.ca-article .post_content > .swell-block-faq,
.ca-article .post_content > .wp-block-quote,
.ca-article .post_content > .p-blogParts,
.ca-article .post_content > .ca-table-scroll,
.ca-article .post_content > .ca-toc {
  margin-left: 28px;
  margin-right: 28px;
}

.ca-article .swell-block-capbox.cap_box {
  margin-top: 16px;
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(142, 195, 31, 0.06);
  border: 1px solid rgba(142, 195, 31, 0.28);
}

.ca-article .cap_box_ttl {
  margin: 0;
  padding: 12px 20px;
  color: var(--color-primary-green);
  background: transparent;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.01em;
  text-align: left;
}

.ca-article .cap_box_content {
  margin: 0;
  padding: 0 20px 20px;
  border: 0;
  background: transparent;
}

.ca-article .cap_box_content .ca-text,
.ca-article .cap_box_content .ca-ul,
.ca-article .faq_a .ca-text {
  margin-left: 0;
  margin-right: 0;
}

.ca-article .cap_box_content p {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.85;
  color: #193501;
}

.ca-article .swell-block-faq {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 12px;
  margin-bottom: 24px;
}

.ca-article .swell-block-faq__item {
  overflow: hidden;
  border: 1px solid var(--color-bg-02);
  border-radius: 8px;
  background: #fff;
}

.ca-article .faq_q,
.ca-article .faq_a {
  display: block;
  margin: 0;
}

.ca-article .faq_q {
  position: relative;
  padding: 14px 16px 14px 52px;
  background: #f6faf0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
}

.ca-article .faq_q::before,
.ca-article .faq_a::before {
  position: absolute;
  top: 12px;
  left: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.ca-article .faq_q::before {
  content: "Q";
  background: var(--color-primary-blue);
}

.ca-article .faq_a {
  position: relative;
  padding: 14px 16px 16px 52px;
  font-size: 16px;
  line-height: 1.9;
}

.ca-article .faq_a::before {
  content: "A";
  background: var(--color-primary-green);
}

.ca-article .faq_a p {
  margin: 0 0 8px;
}

.ca-article .faq_a p:last-child {
  margin-bottom: 0;
}

.ca-article .wp-block-quote,
.ca-article .ca-quote {
  margin-top: 12px;
  margin-bottom: 16px;
  padding: 12px 16px;
  border-left: 3px solid var(--color-primary-green);
  background: #f7f8f5;
  color: #333;
  font-size: 15px;
  font-style: normal;
  line-height: 1.8;
}

.ca-article .wp-block-quote p,
.ca-article .ca-quote p,
.ca-article .wp-block-quote .ca-text,
.ca-article .ca-quote .ca-text {
  margin: 0;
}

.ca-article .post_content > .p-blogParts.ca-shop-cta-parts {
  margin-top: 32px;
  margin-bottom: 8px;
}

.ca-article .p-blogParts.ca-shop-cta-parts {
  overflow: visible;
}

.ca-article .post_content .ca-shop-cta {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
}

.ca-article .post_content .ca-shop-cta__lead,
.ca-article .post_content .ca-shop-cta__copy {
  text-align: center;
}

.ca-article .post_content .ca-shop-cta__lead {
  margin: 0 0 6px;
  color: var(--color-primary-green);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

.ca-article .post_content .ca-shop-cta__copy {
  margin: 0 0 16px;
  color: #193501;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
}

.ca-article .post_content .ca-shop-cta__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.ca-article .post_content .ca-shop-cta--solo .ca-shop-cta__grid {
  grid-template-columns: 1fr;
}

.ca-article .post_content .ca-shop-cta__card {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(25, 53, 1, 0.16);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ca-article .post_content .ca-shop-cta--solo .ca-shop-cta__card {
  aspect-ratio: 16 / 7;
  min-height: 176px;
}

.ca-article .post_content .ca-shop-cta__img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.ca-article .post_content .ca-shop-cta__card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  pointer-events: none;
}

.ca-article .post_content .ca-shop-cta__card--blue::after {
  background: rgba(0, 112, 171, 0.52);
}

.ca-article .post_content .ca-shop-cta__card--green::after {
  background: rgba(66, 140, 2, 0.52);
}

.ca-article .post_content .ca-shop-cta__body {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 16px 12px;
  color: #fff;
  text-align: center;
}

.ca-article .post_content .ca-shop-cta__kicker {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
}

.ca-article .post_content .ca-shop-cta__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.18);
}

.ca-article .post_content .ca-shop-cta__action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  padding: 11px 20px;
  border-radius: 999px;
  background: #fff;
  color: var(--color-primary-blue);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.ca-article .post_content .ca-shop-cta__card--green .ca-shop-cta__action {
  color: var(--color-primary-green);
}

.ca-article .post_content .ca-shop-cta__action img {
  width: 5px;
  height: 9px;
  max-width: none;
  filter: brightness(0) saturate(100%) invert(32%) sepia(98%) saturate(1492%) hue-rotate(176deg) brightness(91%) contrast(101%);
}

.ca-article .post_content .ca-shop-cta__card--green .ca-shop-cta__action img {
  filter: brightness(0) saturate(100%) invert(46%) sepia(70%) saturate(527%) hue-rotate(50deg) brightness(94%) contrast(101%);
}

.ca-article .post_content .ca-shop-cta__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(25, 53, 1, 0.22);
}

.ca-article .post_content .ca-shop-cta__card:hover .ca-shop-cta__img {
  transform: scale(1.06);
}

.ca-article .post_content .ca-shop-cta__card:hover .ca-shop-cta__action {
  transform: translateY(-1px);
  background: var(--color-primary-blue);
  color: #fff;
}

.ca-article .post_content .ca-shop-cta__card--green:hover .ca-shop-cta__action {
  background: var(--color-primary-green);
  color: #fff;
}

.ca-article .post_content .ca-shop-cta__card:hover .ca-shop-cta__action img,
.ca-article .post_content .ca-shop-cta__card--green:hover .ca-shop-cta__action img {
  filter: brightness(0) invert(1);
}

@media (max-width: 767px) {
  .ca-article .post_content .ca-shop-cta__grid {
    grid-template-columns: 1fr;
  }

  .ca-article .post_content .ca-shop-cta__card,
  .ca-article .post_content .ca-shop-cta--solo .ca-shop-cta__card {
    aspect-ratio: 16 / 9;
    min-height: 0;
  }

  .ca-article .post_content .ca-shop-cta__title {
    font-size: 20px;
  }
}

.ca-article .post_content .ca-table-scroll {
  margin-top: 24px;
  margin-bottom: 28px;
  overflow-x: auto;
  border: 1px solid var(--color-bg-02);
  border-radius: 8px;
  background: #fff;
  -webkit-overflow-scrolling: touch;
}

.ca-article .post_content .ca-table-scroll .wp-block-table,
.ca-article .post_content .ca-table-scroll figure {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: visible;
  width: 100%;
  min-width: 0;
}

.ca-article .post_content .ca-table-scroll table {
  width: 100%;
  min-width: 520px;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  table-layout: auto;
}

.ca-article .post_content .ca-table-scroll th,
.ca-article .post_content .ca-table-scroll td {
  border: 1px solid var(--color-bg-02) !important;
  padding: 14px 12px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
  vertical-align: middle;
  color: #193501;
}

.ca-article .post_content .ca-table-scroll thead th {
  background: var(--color-primary-blue);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  border-color: rgba(255, 255, 255, 0.22) !important;
}

.ca-article .post_content .ca-table--green thead th {
  background: var(--color-primary-green);
}

.ca-article .post_content .ca-table-scroll tbody th {
  background: #f4f6f2;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
}

.ca-article .post_content .ca-table-scroll tbody td {
  text-align: center;
}

.ca-article .post_content .ca-table-scroll tbody tr:nth-child(even) th,
.ca-article .post_content .ca-table-scroll tbody tr:nth-child(even) td {
  background: #fafbf8;
}

.ca-article .post_content .ca-table-scroll tbody tr:nth-child(even) th {
  background: #eef2ea;
}

@media (max-width: 767px) {
  .ca-byline {
    margin: 16px 16px 8px;
  }

  .ca-article .post_content h2:not(.ca-h2),
  .ca-article .ca-h2 {
    margin: 48px 16px 16px;
    font-size: 24px;
  }

  .ca-article .post_content h3:not(.ca-h3),
  .ca-article .ca-h3 {
    margin: 36px 16px 12px;
    font-size: 19px;
  }

  .ca-article .post_content h4:not(.ca-h4),
  .ca-article .ca-h4 {
    margin: 28px 16px 10px;
    font-size: 16px;
  }

  .ca-article .post_content p,
  .ca-article .ca-text,
  .ca-article .ca-ul,
  .ca-article .ca-ol {
    font-size: 16px;
  }

  .ca-article .ca-toc {
    border-radius: 10px;
  }

  .ca-article .post_content > .swell-block-capbox,
  .ca-article .post_content > .swell-block-faq,
  .ca-article .post_content > .wp-block-quote,
  .ca-article .post_content > .p-blogParts,
  .ca-article .post_content > .ca-table-scroll,
  .ca-article .post_content > .ca-toc {
    margin-left: 16px;
    margin-right: 16px;
  }

  .ca-article .post_content .ca-table-scroll table {
    min-width: 460px;
  }

  .ca-article .post_content .ca-table-scroll tbody th {
    white-space: normal;
  }
}

@media (max-width: 767px) {
  .author-profile__head {
    flex-direction: column;
    gap: 16px;
  }
}

/* ========== Googleフォーム固定ページ ========== */
/* 記事詳細（.ca-article / .ca-h2 等）とはセレクタを完全分離する */
body.form-page .l-container.l-container--form {
  display: block;
  grid-template-columns: none;
  column-gap: 0;
  width: auto;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 32px var(--container-pad) 80px;
}

body.form-page .form-article {
  max-width: 760px;
  padding-bottom: 8px;
}

body.form-page .form-article .ca-h2,
body.form-page .form-article .ca-h3,
body.form-page .form-article .ca-h4,
body.form-page .form-article .ca-text,
body.form-page .form-article .ca-ul,
body.form-page .form-article .ca-ol {
  margin-left: 0;
  margin-right: 0;
}

body.form-page .form-article .ca-h2::before,
body.form-page .form-article .ca-h3::before {
  content: none;
}

body.form-page .form-head {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0 0 20px;
}

body.form-page .form-eyebrow,
body.form-page .form-body .form-eyebrow {
  margin: 0 0 8px;
  color: var(--color-primary-green);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

body.form-page .form-title {
  margin: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.02em;
}

body.form-page .form-body p,
body.form-page .form-lead {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.9;
}

body.form-page .form-body p:last-child,
body.form-page .form-lead:last-child {
  margin-bottom: 0;
}

body.form-page .form-points,
body.form-page .form-body .form-points {
  margin: 0 0 16px;
  padding-left: 1.4em;
  font-size: 15px;
  line-height: 1.9;
  list-style: disc;
}

body.form-page .form-block {
  margin: 24px 0 20px;
}

body.form-page .form-block__title,
body.form-page .form-body h2:not(.form-notes__title) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin: 24px 0 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

body.form-page .form-block__title::before,
body.form-page .form-body h2:not(.form-notes__title)::before {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  background: linear-gradient(
    90deg,
    var(--color-primary-blue) 0 16px,
    var(--color-green) 16px 32px
  );
}

body.form-page .form-notes__title,
body.form-page .form-notes h2 {
  display: block;
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

body.form-page .form-notes__title::before,
body.form-page .form-notes h2::before {
  content: none;
}

body.form-page .form-targets,
body.form-page .form-body .form-targets {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 8px;
  padding: 0;
  list-style: none;
}

body.form-page .form-targets li {
  padding: 6px 12px;
  border: 1px solid var(--color-bg-02);
  border-radius: 999px;
  background: #fff;
  color: #333;
  font-size: 13px;
  line-height: 1.4;
}

body.form-page .form-notes,
body.form-page .form-body .wp-block-group.form-notes {
  margin: 24px 0 20px;
  padding: 16px 18px;
  border-left: 3px solid var(--color-primary-blue);
  background: #f6f7f8;
}

body.form-page .form-notes__list,
body.form-page .form-notes ul {
  margin: 0;
  padding-left: 1.2em;
  font-size: 14px;
  line-height: 1.8;
  list-style: disc;
}

body.form-page .form-notes__list li + li,
body.form-page .form-notes ul li + li {
  margin-top: 8px;
}

body.form-page .form-file-note {
  margin: 0 0 16px;
  color: var(--color-text-02);
  font-size: 13px;
  line-height: 1.8;
}

body.form-page .form-embed {
  margin-top: 20px;
  overflow: hidden;
  background: #fff;
}

body.form-page .form-embed__frame {
  display: block;
  width: 100%;
  max-width: 100%;
  border: 0;
}

body.form-page .form-pending {
  padding: 24px 20px;
  border: 1px dashed var(--color-bg-02);
  background: #fafbfc;
  font-size: 14px;
  line-height: 1.8;
}

body.form-page .form-pending p {
  margin: 0 0 8px;
}

body.form-page .form-pending p:last-child {
  margin-bottom: 0;
}

body.form-page .form-pending__admin {
  margin-top: 16px;
  color: var(--color-text-02);
  font-size: 12px;
}

body.form-page .form-pending__admin a {
  color: var(--color-primary-blue);
}

body.form-page .form-body .wp-block-group:not(.form-notes) {
  margin: 0;
}

body.form-page .form-body .wp-block-heading,
body.form-page .form-body .wp-block-list {
  box-sizing: border-box;
}

@media (max-width: 767px) {
  body.form-page .l-container.l-container--form {
    padding: 20px 4.5cqw 48px;
  }

  body.form-page .form-title {
    font-size: 20px;
  }

  body.form-page .form-body p,
  body.form-page .form-lead,
  body.form-page .form-points {
    font-size: 14px;
  }
}
