﻿/*
Theme Name: AFFINGER Child
Template: affinger
Description: AFFINGER6 蟇ｾ蠢・
Version: 20260503-19
*/

/*media Queries 繧ｹ繝槭・繝医ヵ繧ｩ繝ｳ縺ｨ繧ｿ繝悶Ξ繝・ヨ繧ｵ繧､繧ｺ・・59px莉･荳具ｼ峨〒驕ｩ蠢懊＠縺溘＞CSS - 繧ｹ繝槭・繝ｻ繧ｿ繝悶Ξ繝・ヨ
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 959px) {


	/*-- 縺薙％縺ｾ縺ｧ --*/
}
	
/*media Queries 繧ｿ繝悶Ξ繝・ヨ繧ｵ繧､繧ｺ・・00px・・59px・峨・縺ｿ縺ｧ驕ｩ蠢懊＠縺溘＞CSS -繧ｿ繝悶Ξ繝・ヨ縺ｮ縺ｿ
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 959px) {


	/*-- 縺薙％縺ｾ縺ｧ --*/
}	
	
/*media Queries 繧ｿ繝悶Ξ繝・ヨ・・00px・我ｻ･荳翫〒驕ｩ蠢懊＠縺溘＞CSS -繧ｿ繝悶Ξ繝・ヨ繝ｻPC
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) {


	/*-- 縺薙％縺ｾ縺ｧ --*/
}

/*media Queries PC繧ｵ繧､繧ｺ・・60px・我ｻ･荳翫〒驕ｩ蠢懊＠縺溘＞CSS - PC縺ｮ縺ｿ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width: 960px) {


	/*-- 縺薙％縺ｾ縺ｧ --*/
}

/*media Queries 繧ｹ繝槭・繧ｵ繧､繧ｺ・・99px・我ｻ･荳九〒驕ｩ蠢懊＠縺溘＞CSS - 繧ｹ繝槭・縺ｮ縺ｿ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 599px) {

	
	/*-- 縺薙％縺ｾ縺ｧ --*/
}


/* ===== Zikkazimai custom design ===== */

/* Zikkazimai custom media design */
:root {
  --zk-ink: #24302f;
  --zk-muted: #66706d;
  --zk-green: #2f6f5e;
  --zk-green-dark: #1e4f43;
  --zk-amber: #d9972c;
  --zk-blue: #376b92;
  --zk-red: #b6533f;
  --zk-paper: #fbfaf5;
  --zk-line: #e5dfd2;
}

body {
  background: #f5f2ea;
}

#content,
#contentInner,
main,
.post,
.page {
  color: var(--zk-ink);
}

.home #side,
.single-post #side {
  display: none;
}

.home #contentInner,
.single-post #contentInner,
.home #content,
.single-post #content,
.home main,
.single-post main {
  max-width: 1040px !important;
  width: 100% !important;
}

.zk-hero {
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  border: 1px solid var(--zk-line);
  border-radius: 8px;
  background: var(--zk-paper);
  box-shadow: 0 18px 45px rgba(42, 39, 31, .12);
  margin: 0 0 34px;
}

.zk-hero__image {
  min-height: 0;
  background: #ddd;
}

.zk-hero__image img,
.zk-photo-card img,
.zk-post-hero img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.zk-hero__image img {
  aspect-ratio: 16 / 7;
}

.zk-hero__body {
  padding: clamp(28px, 4vw, 44px);
  background: linear-gradient(180deg, #fffaf0 0%, #f5efe1 100%);
}

.zk-kicker {
  margin: 0 0 10px;
  color: var(--zk-green);
  font-weight: 700;
  letter-spacing: 0;
  font-size: 14px;
}

.zk-hero h1 {
  margin: 0 0 18px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.25;
  letter-spacing: 0;
  color: #172522;
  max-width: 780px;
}

.zk-hero p,
.zk-section p,
.zk-cta p {
  color: var(--zk-muted);
  line-height: 1.9;
}

.zk-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.zk-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid transparent;
}

.zk-btn--primary {
  background: var(--zk-green);
  color: #fff !important;
}

.zk-btn--sub {
  background: #fff;
  color: var(--zk-green-dark) !important;
  border-color: #cfd9d3;
}

.zk-band {
  box-sizing: border-box;
  margin: 0 0 34px;
  padding: 18px;
  border-radius: 8px;
  background: #283d37;
}

.zk-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.zk-metrics div {
  padding: 16px;
  border-radius: 6px;
  background: rgba(255,255,255,.08);
  color: #fff;
  text-align: center;
}

.zk-metrics strong {
  display: block;
  font-size: 28px;
  color: #f6c76c;
}

.zk-metrics span {
  display: block;
  font-size: 13px;
}

.zk-section {
  box-sizing: border-box;
  margin: 34px 0;
  padding: clamp(22px, 4vw, 36px);
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--zk-line);
}

.zk-section h2,
.zk-cta h2,
.zk-summary h2,
.zk-alert h2 {
  margin-top: 0;
  letter-spacing: 0;
}

.zk-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(240px, 1fr));
  gap: 14px;
}

.zk-card {
  display: block;
  min-height: 190px;
  padding: 20px;
  border-radius: 8px;
  color: #fff !important;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease;
}

.zk-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(0,0,0,.14);
}

.zk-card span {
  display: inline-block;
  margin-bottom: 18px;
  font-weight: 700;
  opacity: .8;
}

.zk-card h3 {
  color: #fff !important;
  margin: 0 0 10px;
  font-size: 19px;
}

.zk-card p {
  color: rgba(255,255,255,.88);
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
}

.zk-card a {
  display: inline-flex;
  margin-top: 16px;
  min-height: 36px;
  align-items: center;
  padding: 0 12px;
  border-radius: 5px;
  color: #fff !important;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,.45);
  font-weight: 700;
  font-size: 13px;
}

.zk-card--green { background: var(--zk-green); }
.zk-card--amber { background: var(--zk-amber); }
.zk-card--blue { background: var(--zk-blue); }
.zk-card--red { background: var(--zk-red); }

.zk-split {
  display: grid;
  grid-template-columns: 1fr minmax(300px, .82fr);
  gap: 28px;
  align-items: center;
}

.zk-checklist,
.zk-summary ul,
.zk-alert ul {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}

.zk-checklist li,
.zk-summary li,
.zk-alert li {
  position: relative;
  padding: 10px 0 10px 28px;
  border-bottom: 1px solid #eee7da;
}

.zk-checklist li:before,
.zk-summary li:before,
.zk-alert li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 17px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--zk-amber);
}

.zk-photo-card,
.zk-post-hero {
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--zk-line);
  background: #fff;
  margin: 0;
}

.zk-photo-card img {
  aspect-ratio: 4 / 3;
  height: auto;
}

.zk-photo-card figcaption,
.zk-post-hero figcaption,
.zk-credit {
  padding: 8px 10px;
  font-size: 11px;
  color: #7f827c;
}

.zk-timeline {
  display: grid;
  grid-template-columns: repeat(2, minmax(240px, 1fr));
  gap: 14px;
}

.zk-timeline div,
.zk-mini-grid div {
  padding: 18px;
  border-radius: 8px;
  background: #f7f4ec;
  border: 1px solid #e5dfd2;
}

.zk-timeline b {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--zk-green);
  color: #fff;
}

.zk-timeline h3,
.zk-mini-grid b {
  display: block;
  margin: 12px 0 8px;
  color: #1f302d;
}

.zk-cta {
  box-sizing: border-box;
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  margin: 34px 0;
  padding: 28px;
  border-radius: 8px;
  background: #20362f;
  color: #fff;
}

.zk-cta h2,
.zk-cta .zk-kicker {
  color: #fff !important;
}

.zk-cta p {
  color: rgba(255,255,255,.78);
  margin-bottom: 0;
}

.zk-post-hero {
  margin: 0 0 24px;
}

.zk-post-hero img {
  aspect-ratio: 16 / 9;
}

.zk-lead {
  font-size: 18px;
  line-height: 1.9;
  color: #263633;
  font-weight: 700;
}

.zk-summary,
.zk-alert,
.zk-quick-answer {
  margin: 26px 0;
  padding: 24px;
  border-radius: 8px;
  border: 1px solid #d9e3dc;
  background: #f3faf6;
}

.zk-alert {
  border-color: #f0dbad;
  background: #fff8e8;
}

.zk-quick-answer {
  border-color: #cfe0d7;
  background: linear-gradient(135deg, #eef8f2 0%, #fffaf0 100%);
  border-left: 7px solid var(--zk-green);
}

.zk-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 24px 0;
  overflow: hidden;
  border: 1px solid var(--zk-line);
  border-radius: 8px;
  background: #fff;
  font-size: 15px;
}

.zk-table th,
.zk-table td {
  padding: 14px 16px;
  border-bottom: 1px solid #ece5d8;
  vertical-align: top;
  line-height: 1.75;
}

.zk-table thead th {
  background: var(--zk-green);
  color: #fff;
  font-weight: 700;
}

.zk-table tbody th {
  width: 22%;
  background: #f6f2e8;
  color: #22332f;
}

.zk-table tr:last-child th,
.zk-table tr:last-child td {
  border-bottom: 0;
}

.zk-table--cost thead th {
  background: #a96b24;
}

.zk-compare,
.zk-decision-grid,
.zk-ngok {
  display: grid;
  gap: 14px;
  margin: 24px 0;
}

.zk-compare {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.zk-decision-grid,
.zk-ngok {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.zk-compare div,
.zk-decision-grid div,
.zk-ng,
.zk-ok {
  padding: 20px;
  border-radius: 8px;
  border: 1px solid var(--zk-line);
  background: #fff;
}

.zk-compare h3,
.zk-decision-grid h3,
.zk-ngok h3 {
  margin-top: 0;
  color: var(--zk-green-dark);
}

.zk-decision-grid div:nth-child(1) { border-top: 6px solid var(--zk-green); }
.zk-decision-grid div:nth-child(2) { border-top: 6px solid var(--zk-blue); }
.zk-decision-grid div:nth-child(3) { border-top: 6px solid var(--zk-red); }
.zk-decision-grid div:nth-child(4) { border-top: 6px solid var(--zk-amber); }

.zk-ng {
  background: #fff5f2;
  border-color: #e5b7aa;
}

.zk-ok {
  background: #f1fbf5;
  border-color: #b9dbc8;
}

.zk-ng ul,
.zk-ok ul {
  margin-bottom: 0;
}

.zk-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(180px, 1fr));
  gap: 12px;
  margin: 22px 0;
}

.zk-steps {
  counter-reset: step;
  list-style: none;
  padding: 0;
}

.zk-steps li {
  position: relative;
  display: block;
  padding: 22px 24px 22px 82px;
  margin: 14px 0;
  border-radius: 8px;
  background: linear-gradient(90deg, #f7fbf8 0%, #fff 46%);
  border: 1px solid var(--zk-line);
  min-height: 0;
}

.zk-steps li:before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 18px;
  top: 22px;
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--zk-green);
  color: #fff;
  font-weight: 700;
}

.zk-steps span {
  display: block;
  margin-top: 8px;
  color: var(--zk-muted);
  line-height: 1.8;
  max-width: 720px;
}

.zk-steps b {
  display: block;
  font-size: 17px;
  color: #172522;
}

#comments,
.comments-area,
.comment-respond {
  display: none !important;
}

.zk-section h2,
.single-post h2 {
  position: relative;
  padding-left: 18px;
}

.zk-section h2:before,
.single-post h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: .22em;
  width: 6px;
  height: 1.25em;
  border-radius: 3px;
  background: var(--zk-green);
}

.single-post h2:nth-of-type(3n):before { background: var(--zk-amber); }
.single-post h2:nth-of-type(3n+1):before { background: var(--zk-blue); }
.single-post h2:nth-of-type(3n+2):before { background: var(--zk-green); }

.zk-summary h2:before,
.zk-alert h2:before,
.zk-quick-answer h2:before,
.zk-cta h2:before {
  content: none;
}

.zk-summary {
  box-shadow: inset 0 0 0 1px rgba(47,111,94,.08);
}

.zk-summary h2 {
  color: var(--zk-green-dark);
}

.zk-alert h2 {
  color: #8a5a12;
}

@media (max-width: 959px) {
  .home #contentInner,
  .single-post #contentInner,
  .home #content,
  .single-post #content,
  .home main,
  .single-post main {
    max-width: calc(100vw - 28px) !important;
    overflow-x: hidden;
  }

  .zk-hero,
  .zk-band,
  .zk-section,
  .zk-cta {
    max-width: 100%;
  }

  .zk-split,
  .zk-cta {
    grid-template-columns: 1fr;
    display: block;
  }

  .zk-hero__image img {
    aspect-ratio: 16 / 10;
  }

  .zk-card-grid,
  .zk-timeline,
  .zk-mini-grid,
  .zk-metrics,
  .zk-compare,
  .zk-decision-grid,
  .zk-ngok {
    grid-template-columns: 1fr;
  }

  .zk-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  .zk-card {
    min-height: 0;
  }

  .zk-steps li {
    padding: 18px 18px 18px 70px;
  }

  .zk-cta .zk-btn {
    width: 100%;
    margin-top: 16px;
  }
}

/* === Zikkazimai custom design start === */
/* Zikkazimai custom media design */
:root {
  --zk-ink: #24302f;
  --zk-muted: #66706d;
  --zk-green: #2f6f5e;
  --zk-green-dark: #1e4f43;
  --zk-amber: #d9972c;
  --zk-blue: #376b92;
  --zk-red: #b6533f;
  --zk-mint: #e8f7ef;
  --zk-sky: #eaf4fb;
  --zk-peach: #fff0ea;
  --zk-lavender: #f1effb;
  --zk-yellow: #fff7d8;
  --zk-paper: #fbfaf5;
  --zk-line: #e5dfd2;
}

body {
  background: #f5f2ea;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

#content,
#contentInner,
main,
.post,
.page {
  color: var(--zk-ink);
}

.home #side,
.single-post #side {
  display: none;
}

.home #contentInner,
.single-post #contentInner,
.home #content,
.single-post #content,
.home main,
.single-post main {
  max-width: 1040px !important;
  width: 100% !important;
}

.zk-hero {
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  border: 1px solid var(--zk-line);
  border-radius: 8px;
  background: var(--zk-paper);
  box-shadow: 0 18px 45px rgba(42, 39, 31, .12);
  margin: 0 0 34px;
}

.zk-hero__image {
  min-height: 0;
  background: #ddd;
}

.zk-hero__image img,
.zk-photo-card img,
.zk-post-hero img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.zk-hero__image img {
  aspect-ratio: 16 / 7;
}

.zk-hero__body {
  padding: clamp(28px, 4vw, 44px);
  background: linear-gradient(180deg, #fffaf0 0%, #f5efe1 100%);
}

.zk-kicker {
  margin: 0 0 10px;
  color: var(--zk-green);
  font-weight: 700;
  letter-spacing: 0;
  font-size: 14px;
}

.zk-hero h1 {
  margin: 0 0 18px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.25;
  letter-spacing: 0;
  color: #172522;
  max-width: 780px;
}

.zk-hero p,
.zk-section p,
.zk-cta p {
  color: var(--zk-muted);
  line-height: 1.9;
}

.zk-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.zk-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid transparent;
}

.zk-btn--primary {
  background: var(--zk-green);
  color: #fff !important;
}

.zk-btn--sub {
  background: #fff;
  color: var(--zk-green-dark) !important;
  border-color: #cfd9d3;
}

.zk-band {
  box-sizing: border-box;
  margin: 0 0 34px;
  padding: 18px;
  border-radius: 8px;
  background: #283d37;
}

.zk-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.zk-metrics div {
  padding: 16px;
  border-radius: 6px;
  background: rgba(255,255,255,.08);
  color: #fff;
  text-align: center;
}

.zk-metrics strong {
  display: block;
  font-size: 28px;
  color: #f6c76c;
}

.zk-metrics span {
  display: block;
  font-size: 13px;
}

.zk-section {
  box-sizing: border-box;
  margin: 34px 0;
  padding: clamp(22px, 4vw, 36px);
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--zk-line);
}

.zk-section h2,
.zk-cta h2,
.zk-summary h2,
.zk-alert h2 {
  margin-top: 0;
  letter-spacing: 0;
}

.zk-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(240px, 1fr));
  gap: 14px;
}

.zk-card {
  display: block;
  min-height: 190px;
  padding: 20px;
  border-radius: 8px;
  color: #fff !important;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease;
}

.zk-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(0,0,0,.14);
}

.zk-card span {
  display: inline-block;
  margin-bottom: 18px;
  font-weight: 700;
  opacity: .8;
}

.zk-card h3 {
  color: #fff !important;
  margin: 0 0 10px;
  font-size: 19px;
}

.zk-card p {
  color: rgba(255,255,255,.88);
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
}

.zk-card a {
  display: inline-flex;
  margin-top: 16px;
  min-height: 36px;
  align-items: center;
  padding: 0 12px;
  border-radius: 5px;
  color: #fff !important;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,.45);
  font-weight: 700;
  font-size: 13px;
}

.zk-card--green { background: var(--zk-green); }
.zk-card--amber { background: var(--zk-amber); }
.zk-card--blue { background: var(--zk-blue); }
.zk-card--red { background: var(--zk-red); }

.zk-split {
  display: grid;
  grid-template-columns: 1fr minmax(300px, .82fr);
  gap: 28px;
  align-items: center;
}

.zk-checklist,
.zk-summary ul,
.zk-alert ul {
  list-style: none !important;
  margin: 18px 0 0;
  padding: 0 !important;
}

.zk-checklist li,
.zk-summary li,
.zk-alert li {
  position: relative;
  list-style: none !important;
  padding: 10px 0 10px 28px;
  border-bottom: 1px solid #eee7da;
}

.zk-checklist li::marker,
.zk-summary li::marker,
.zk-alert li::marker {
  content: "";
}

.zk-checklist li:before,
.zk-summary li:before,
.zk-alert li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 17px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--zk-amber);
}

.zk-photo-card,
.zk-post-hero {
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--zk-line);
  background: #fff;
  margin: 0;
}

.zk-photo-card img {
  aspect-ratio: 4 / 3;
  height: auto;
}

.zk-photo-card figcaption,
.zk-post-hero figcaption,
.zk-credit {
  padding: 8px 10px;
  font-size: 11px;
  color: #7f827c;
}

.zk-timeline {
  display: grid;
  grid-template-columns: repeat(2, minmax(240px, 1fr));
  gap: 14px;
}

.zk-timeline div,
.zk-mini-grid div {
  padding: 18px;
  border-radius: 8px;
  background: #f7f4ec;
  border: 1px solid #e5dfd2;
}

.zk-timeline b {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--zk-green);
  color: #fff;
}

.zk-timeline h3,
.zk-mini-grid b {
  display: block;
  margin: 12px 0 8px;
  color: #1f302d;
}

.zk-cta {
  box-sizing: border-box;
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  margin: 34px 0;
  padding: 28px;
  border-radius: 8px;
  background: #20362f;
  color: #fff;
}

.zk-cta h2,
.zk-cta .zk-kicker {
  color: #fff !important;
}

.zk-cta p {
  color: rgba(255,255,255,.78);
  margin-bottom: 0;
}

.zk-ad-disclosure {
  width: min(100%, 980px);
  margin: 18px auto 26px;
  padding: 12px 16px;
  border: 1px solid #d7e8df;
  border-left: 5px solid #2f7d67;
  background: #f4fbf7;
  color: #2a4239;
  font-size: 14px;
  line-height: 1.8;
  border-radius: 8px;
  box-sizing: border-box;
}

.zk-ad-disclosure span {
  display: inline-block;
  margin-right: 8px;
  padding: 2px 8px;
  border-radius: 999px;
  background: #2f7d67;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
}

.zk-ad-disclosure a {
  color: #1f6b58;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.zk-post-hero {
  margin: 0 0 24px;
}

.zk-post-hero img {
  aspect-ratio: 16 / 9;
}

.zk-lead {
  font-size: 18px;
  line-height: 1.9;
  color: #263633;
  font-weight: 700;
}

.zk-summary,
.zk-alert,
.zk-quick-answer {
  margin: 26px 0;
  padding: 24px;
  border-radius: 8px;
  border: 1px solid #d9e3dc;
  background: linear-gradient(135deg, var(--zk-mint) 0%, #fff 78%);
}

.zk-alert {
  border-color: #f0dbad;
  background: linear-gradient(135deg, var(--zk-yellow) 0%, #fff 76%);
}

.zk-quick-answer {
  border-color: #cfe0d7;
  background: linear-gradient(135deg, #eef8f2 0%, #fffaf0 100%);
  border-left: 7px solid var(--zk-green);
}

.zk-table {
  width: 100%;
  max-width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 24px 0;
  overflow: hidden;
  border: 1px solid var(--zk-line);
  border-radius: 8px;
  background: #fff;
  font-size: 15px;
}

.zk-table th,
.zk-table td {
  padding: 14px 16px;
  border-bottom: 1px solid #ece5d8;
  vertical-align: top;
  line-height: 1.75;
}

.zk-table thead th {
  background: linear-gradient(135deg, var(--zk-green) 0%, var(--zk-blue) 100%);
  color: #fff;
  font-weight: 700;
}

.zk-table tbody th {
  width: 22%;
  background: #f8f3e6;
  color: #22332f;
}

.zk-table tr:last-child th,
.zk-table tr:last-child td {
  border-bottom: 0;
}

.zk-table--cost thead th {
  background: linear-gradient(135deg, #b56f22 0%, var(--zk-amber) 100%);
}

.zk-compare,
.zk-decision-grid,
.zk-ngok {
  display: grid;
  gap: 14px;
  margin: 24px 0;
}

.zk-compare {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.zk-decision-grid,
.zk-ngok {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.zk-compare div,
.zk-decision-grid div,
.zk-ng,
.zk-ok {
  padding: 20px;
  border-radius: 8px;
  border: 1px solid var(--zk-line);
  background: #fff;
  box-shadow: 0 8px 18px rgba(39, 54, 49, .04);
}

.zk-compare div:nth-child(1) {
  background: linear-gradient(180deg, var(--zk-mint) 0%, #fff 72%);
  border-color: #cfe8d9;
}

.zk-compare div:nth-child(2) {
  background: linear-gradient(180deg, var(--zk-sky) 0%, #fff 72%);
  border-color: #cfe0ea;
}

.zk-compare div:nth-child(3) {
  background: linear-gradient(180deg, var(--zk-peach) 0%, #fff 72%);
  border-color: #efd1c7;
}

.zk-compare h3,
.zk-decision-grid h3,
.zk-ngok h3 {
  margin-top: 0;
  color: var(--zk-green-dark);
}

.zk-decision-grid div:nth-child(1) {
  border-top: 6px solid var(--zk-green);
  background: linear-gradient(180deg, var(--zk-mint) 0%, #fff 74%);
}

.zk-decision-grid div:nth-child(2) {
  border-top: 6px solid var(--zk-blue);
  background: linear-gradient(180deg, var(--zk-sky) 0%, #fff 74%);
}

.zk-decision-grid div:nth-child(3) {
  border-top: 6px solid var(--zk-red);
  background: linear-gradient(180deg, var(--zk-peach) 0%, #fff 74%);
}

.zk-decision-grid div:nth-child(4) {
  border-top: 6px solid var(--zk-amber);
  background: linear-gradient(180deg, var(--zk-yellow) 0%, #fff 74%);
}

.zk-ng {
  background: #fff5f2;
  border-color: #e5b7aa;
}

.zk-ok {
  background: #f1fbf5;
  border-color: #b9dbc8;
}

.zk-ng ul,
.zk-ok ul {
  margin-bottom: 0;
}

.zk-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(180px, 1fr));
  gap: 12px;
  margin: 22px 0;
}

.zk-steps {
  counter-reset: step;
  list-style: none;
  padding: 0;
}

.zk-steps li {
  position: relative;
  display: block !important;
  padding: 24px 26px 24px 88px !important;
  margin: 16px 0 !important;
  border-radius: 8px;
  background: linear-gradient(90deg, var(--zk-mint) 0%, #fff 58%);
  border: 1px solid var(--zk-line);
  min-height: 0;
  box-shadow: 0 8px 20px rgba(39, 54, 49, .045);
}

.zk-steps li:nth-child(2) {
  background: linear-gradient(90deg, var(--zk-sky) 0%, #fff 58%);
}

.zk-steps li:nth-child(3) {
  background: linear-gradient(90deg, var(--zk-yellow) 0%, #fff 58%);
}

.zk-steps li:nth-child(4) {
  background: linear-gradient(90deg, var(--zk-peach) 0%, #fff 58%);
}

.zk-steps li:nth-child(5) {
  background: linear-gradient(90deg, var(--zk-lavender) 0%, #fff 58%);
}

.zk-steps li:before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 18px;
  top: 22px;
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--zk-green);
  color: #fff;
  font-weight: 700;
}

.zk-steps span {
  display: block !important;
  margin-top: 10px !important;
  color: var(--zk-muted);
  font-size: 16px !important;
  line-height: 2 !important;
  max-width: 820px !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  letter-spacing: 0 !important;
}

.zk-steps b {
  display: block !important;
  font-size: 18px !important;
  line-height: 1.7 !important;
  letter-spacing: 0 !important;
  color: #172522;
}

#comments,
.comments-area,
.comment-respond {
  display: none !important;
}

.zk-section h2,
.single-post h2 {
  position: relative;
  padding-left: 18px;
}

.zk-section h2:before,
.single-post h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: .22em;
  width: 6px;
  height: 1.25em;
  border-radius: 3px;
  background: var(--zk-green);
}

.single-post h2:nth-of-type(3n):before { background: var(--zk-amber); }
.single-post h2:nth-of-type(3n+1):before { background: var(--zk-blue); }
.single-post h2:nth-of-type(3n+2):before { background: var(--zk-green); }

.zk-summary h2:before,
.zk-alert h2:before,
.zk-quick-answer h2:before,
.zk-cta h2:before {
  content: none;
}

.zk-summary {
  border-color: #cfe8d9;
  box-shadow: inset 0 0 0 1px rgba(47,111,94,.08);
}

.zk-summary h2 {
  color: var(--zk-green-dark);
}

.zk-alert h2 {
  color: #8a5a12;
}

@media (max-width: 959px) {
  html,
  body,
  #wrapper,
  #wrapper-in,
  #inner,
  #st-container,
  #st-main,
  #wrapper,
  #content,
  #contentInner,
  #main,
  #main-in,
  main,
  article,
  .post,
  .page,
  .entry-content {
    max-width: 100vw !important;
    overflow-x: hidden !important;
    box-sizing: border-box;
  }

  body.single-post,
  .single-post #wrapper,
  .single-post #wrapper-in,
  .single-post #inner,
  .single-post #content,
  .single-post #contentInner,
  .single-post #main,
  .single-post #main-in,
  .single-post main,
  .single-post article,
  .single-post .post,
  .single-post .entry-content {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-right: 0 !important;
    box-shadow: none !important;
  }

  .single-post #side,
  .single-post aside,
  .single-post .side,
  .single-post .st-aside,
  .single-post .st-pagelink,
  .single-post .kanren,
  .single-post .adbox,
  .single-post .st-eyecatch-under,
  .single-post .st-author-box {
    display: none !important;
  }

  .single-post .entry-content > *,
  .single-post article > *,
  .single-post .post > * {
    max-width: 100% !important;
  }

  .single-post .entry-title,
  .single-post h1 {
    max-width: 100% !important;
    overflow-wrap: anywhere;
    word-break: normal;
    line-height: 1.45;
    font-size: clamp(28px, 8vw, 40px);
  }

  .single-post p,
  .single-post li,
  .single-post td,
  .single-post th {
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .zk-post-hero,
  .zk-post-hero img,
  .zk-summary,
  .zk-alert,
  .zk-quick-answer,
  .zk-compare,
  .zk-decision-grid,
  .zk-ngok,
  .zk-cta,
  .zk-card-grid,
  .zk-mini-grid {
    max-width: 100% !important;
    box-sizing: border-box;
  }

  .zk-post-hero img,
  .zk-photo-card img {
    height: auto !important;
  }

  .home #contentInner,
  .single-post #contentInner,
  .home #content,
  .single-post #content,
  .home main,
  .single-post main {
    max-width: calc(100vw - 28px) !important;
    overflow-x: hidden;
  }

  .zk-hero,
  .zk-band,
  .zk-section,
  .zk-cta {
    max-width: 100%;
  }

  .zk-split,
  .zk-cta {
    grid-template-columns: 1fr;
    display: block;
  }

  .zk-hero__image img {
    aspect-ratio: 16 / 10;
  }

  .zk-card-grid,
  .zk-timeline,
  .zk-mini-grid,
  .zk-metrics,
  .zk-compare,
  .zk-decision-grid,
  .zk-ngok {
    grid-template-columns: 1fr;
  }

  .zk-table {
    display: table;
    table-layout: fixed;
    overflow-x: visible;
    white-space: normal;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
  }

  .zk-table th,
  .zk-table td {
    min-width: 0;
    width: auto;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
    font-size: 14px;
    line-height: 1.75;
    padding: 12px 10px;
  }

  .zk-table tbody th {
    width: 34%;
  }

  .zk-card {
    min-height: 0;
  }

  .zk-steps li {
    padding: 18px 18px 18px 70px !important;
  }

  .zk-steps span {
    font-size: 15px !important;
    line-height: 1.9 !important;
  }

  .zk-cta .zk-btn {
    width: 100%;
    margin-top: 16px;
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    text-align: center;
  }

  body.single-post {
    background: #fff !important;
  }

  body.single-post #wrapper,
  body.single-post #wrapper-in,
  body.single-post #inner,
  body.single-post #content,
  body.single-post #contentInner,
  body.single-post main,
  body.single-post article,
  body.single-post .post,
  body.single-post .entry-content {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
    border-right: 0 !important;
    background-color: #fff !important;
    box-shadow: none !important;
  }

  body.single-post #contentInner,
  body.single-post #content,
  body.single-post main {
    max-width: 100vw !important;
  }

  body.single-post .entry-content {
    padding-left: 0 !important;
  }

  body.single-post .entry-content > p,
  body.single-post .entry-content > h1,
  body.single-post .entry-content > h2,
  body.single-post .entry-content > h3,
  body.single-post .entry-content > ul,
  body.single-post .entry-content > ol,
  body.single-post .entry-content > table,
  body.single-post .entry-content > div,
  body.single-post .entry-content > figure {
    margin-right: 0 !important;
  }

  body.single-post .entry-title,
  body.single-post .entry-content > p,
  body.single-post .entry-content > h2,
  body.single-post .entry-content > h3,
  body.single-post .entry-content > ul,
  body.single-post .entry-content > ol,
  body.single-post .entry-content > table,
  body.single-post .entry-content > .zk-summary,
  body.single-post .entry-content > .zk-alert,
  body.single-post .entry-content > .zk-quick-answer,
  body.single-post .entry-content > .zk-compare,
  body.single-post .entry-content > .zk-decision-grid,
  body.single-post .entry-content > .zk-ngok,
  body.single-post .entry-content > .zk-cta,
  body.single-post .entry-content > .zk-post-hero {
    width: calc(100% - 44px) !important;
    max-width: calc(100% - 44px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
  }

  body.single-post .entry-content > .zk-post-hero img {
    width: 100% !important;
  }

  body.single-post .entry-content > .zk-summary,
  body.single-post .entry-content > .zk-alert,
  body.single-post .entry-content > .zk-quick-answer,
  body.single-post .entry-content > .zk-cta {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  body.single-post .zk-cta {
    display: block !important;
  }

  body.single-post .zk-cta .zk-btn,
  body.single-post .entry-content .zk-cta a.zk-btn {
    display: flex !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
    box-sizing: border-box !important;
    overflow-wrap: anywhere;
  }

  #st-text-logo .sitename a {
    display: block;
    width: min(74vw, 360px);
    max-width: min(74vw, 360px);
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 1.28;
    word-break: keep-all;
    overflow-wrap: normal;
    font-size: 0 !important;
    overflow: hidden;
  }

  #st-text-logo .sitename a:before {
    content: "遺品整理チェック\Aガイド";
    display: block;
    white-space: pre;
    font-size: clamp(24px, 6.1vw, 30px);
    line-height: 1.25;
    font-weight: 700;
    color: inherit;
    text-align: center;
  }

  #header-l {
    max-width: calc(100vw - 124px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  #header-r,
  .st-head-search,
  .st-header-search,
  .search-box,
  .search-form {
    max-width: 44px !important;
    overflow: visible !important;
  }

  #header-r,
  .st-head-search,
  .st-header-search {
    right: 14px !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
  }

  header .st-svg-search,
  header .fa-search,
  header .search-submit,
  header [class*="search"] {
    max-width: 44px !important;
    box-sizing: border-box;
  }

  .acordion_button_search,
  p.acordion_button_search,
  .acordion_button .op-search,
  .acordion_button_search .op-search {
    position: relative !important;
    right: 14px !important;
    transform: translateX(-10px);
    margin-right: 0 !important;
    width: 40px !important;
    max-width: 40px !important;
  }

  .acordion_button_search i,
  .acordion_button_search svg,
  .op-search i,
  .op-search svg {
    max-width: 30px !important;
    width: 30px !important;
  }

  body.single-post .catname {
    display: inline-block !important;
    width: auto !important;
    max-width: calc(100% - 44px) !important;
    margin-left: 22px !important;
    margin-right: 22px !important;
    padding: 8px 12px !important;
    line-height: 1.45 !important;
    white-space: normal !important;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }

  #header-l {
    max-width: calc(100vw - 168px) !important;
  }

  #st-text-logo .sitename a {
    width: min(58vw, 300px) !important;
    max-width: min(58vw, 300px) !important;
  }

  #st-text-logo .sitename a:before {
    font-size: clamp(22px, 5.4vw, 27px) !important;
  }

  .acordion_button_search,
  p.acordion_button_search {
    position: absolute !important;
    right: 22px !important;
    left: auto !important;
    transform: none !important;
    width: 34px !important;
    max-width: 34px !important;
    z-index: 5;
  }

  .acordion_button_search .op-search,
  .acordion_button_search i,
  .acordion_button_search svg {
    width: 28px !important;
    max-width: 28px !important;
  }

  body.single-post .catname,
  body.single-post .st-catgroup,
  body.single-post .st-post-category {
    display: none !important;
  }

  body.single-post .catname,
  body.single-post .tagst,
  body.single-post .st-catgroup,
  body.single-post .blogbox,
  body.single-post .st-post-category,
  body.single-post .st-post-tags,
  body.single-post .entry-footer,
  body.single-post .footer-post,
  body.single-post .sns,
  body.single-post .sns-top,
  body.single-post .sns-bottom {
    width: calc(100% - 44px) !important;
    max-width: calc(100% - 44px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
  }

  body.single-post #headbox {
    position: relative !important;
  }

  body.single-post #header-l {
    max-width: calc(100vw - 150px) !important;
  }

  body.single-post #st-text-logo .sitename a {
    width: min(64vw, 260px) !important;
    max-width: calc(100vw - 150px) !important;
  }

  body.single-post #st-text-logo .sitename a:before {
    font-size: clamp(19px, 5.2vw, 24px) !important;
    line-height: 1.28 !important;
    transform: translateX(-10px) !important;
  }

  body.single-post p.acordion_button_search,
  body.single-post .acordion_button_search {
    position: absolute !important;
    top: 50% !important;
    right: 12px !important;
    left: auto !important;
    transform: translateY(-50%) !important;
    width: 42px !important;
    max-width: 42px !important;
    min-width: 42px !important;
    height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 10 !important;
  }

  body.single-post .acordion_button_search .op-search,
  body.single-post .acordion_button .op-search {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 42px !important;
    max-width: 42px !important;
    height: 42px !important;
    right: auto !important;
    transform: none !important;
  }

  body.single-post .st-post > .st-catgroup,
  body.single-post p.st-catgroup,
  body.single-post .st-post .catname,
  body.single-post .st-post-category {
    display: none !important;
  }

  body.single-post #header-l {
    transform: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    overflow: visible !important;
  }

  body.single-post #st-text-logo .sitename a {
    overflow: visible !important;
  }

  body.single-post #breadcrumb {
    width: calc(100% - 44px) !important;
    max-width: calc(100% - 44px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }
}
/* === Zikkazimai custom design end === */

/* === Lot1 mobile final-quality fixes start === */
.zk-summary-box {
  margin: 30px 0;
  padding: clamp(24px, 4vw, 34px);
  border: 1px solid rgba(46, 111, 91, .22);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(46, 111, 91, .10), rgba(255, 255, 255, .96));
  box-shadow: 0 8px 22px rgba(18, 52, 43, .06);
}

.zk-summary-box h2 {
  margin: 0 0 18px;
  color: var(--zk-green-dark);
  letter-spacing: 0;
}

.zk-summary-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.zk-summary-box li {
  position: relative;
  margin: 0;
  padding: 13px 0 13px 28px;
  border-bottom: 1px solid rgba(151, 135, 105, .22);
  line-height: 1.85;
}

.zk-summary-box li:last-child {
  border-bottom: 0;
}

.zk-summary-box li:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 1.15em;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--zk-amber);
}

@media (max-width: 599px) {
  body.home #content,
  body.home #contentInner,
  body.home main,
  body.home article,
  body.home .post,
  body.home .entry-content {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    overflow-x: hidden !important;
    box-sizing: border-box !important;
  }

  body.home .entry-content > .zk-section,
  body.home .entry-content > section.zk-section {
    width: calc(100% - 44px) !important;
    max-width: calc(100% - 44px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.home .zk-section .zk-kicker {
    margin-bottom: 10px;
    font-size: 13px;
  }

  body.home .zk-section h2 {
    font-size: clamp(26px, 7.4vw, 34px);
    line-height: 1.35;
    margin-bottom: 18px;
  }

  body.home .zk-section > p {
    font-size: 17px;
    line-height: 2.05;
    color: #4f5f5a;
  }

  body.home .zk-card-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 22px !important;
  }

  body.home .zk-card {
    min-height: 0 !important;
    padding: 22px 20px !important;
    border-radius: 8px !important;
  }

  body.home .zk-card span {
    margin-bottom: 12px !important;
  }

  body.home .zk-card h3 {
    font-size: 21px !important;
    line-height: 1.45 !important;
    margin-bottom: 12px !important;
  }

  body.home .zk-card p {
    font-size: 15.5px !important;
    line-height: 1.85 !important;
  }

  body.single-post .entry-content > .zk-article,
  body.single-post .entry-content > article.zk-article,
  body.single-post .entry-content .zk-article {
    width: calc(100% - 44px) !important;
    max-width: calc(100% - 44px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
  }

  body.single-post .zk-article > p,
  body.single-post .zk-article > h2,
  body.single-post .zk-article > h3,
  body.single-post .zk-article > ul,
  body.single-post .zk-article > ol,
  body.single-post .zk-article > figure,
  body.single-post .zk-article > section,
  body.single-post .zk-article > div {
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  body.single-post .zk-article p,
  body.single-post .zk-article li {
    font-size: 17px;
    line-height: 2.0;
  }

  body.single-post .zk-lead-strong {
    font-size: clamp(21px, 6vw, 27px) !important;
    line-height: 1.75 !important;
    margin-top: 24px !important;
  }

  body.single-post .zk-summary-box {
    width: 100% !important;
    max-width: 100% !important;
    margin: 30px 0 !important;
    padding: 26px 20px !important;
    box-sizing: border-box !important;
  }

  body.single-post .zk-summary-box h2 {
    font-size: clamp(25px, 7vw, 32px) !important;
    line-height: 1.35 !important;
    text-align: left !important;
  }

  body.single-post .zk-summary-box li {
    font-size: 16.5px !important;
    line-height: 1.85 !important;
    padding-left: 26px !important;
  }
}
/* === Lot1 mobile final-quality fixes end === */

/* === Ihinseiri polish fixes start === */
@media (max-width: 599px) {
  body.home #headbox,
  body.single-post #headbox {
    min-height: 118px !important;
  }

  body.home #header-l,
  body.single-post #header-l {
    max-width: calc(100vw - 156px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    overflow: visible !important;
  }

  body.home #st-text-logo .sitename a,
  body.single-post #st-text-logo .sitename a {
    width: min(56vw, 260px) !important;
    max-width: calc(100vw - 156px) !important;
    overflow: visible !important;
    text-align: center !important;
  }

  body.home #st-text-logo .sitename a:before,
  body.single-post #st-text-logo .sitename a:before {
    content: "遺品整理チェック\Aガイド" !important;
    display: block !important;
    white-space: pre !important;
    font-size: clamp(21px, 5.6vw, 25px) !important;
    line-height: 1.26 !important;
    text-align: center !important;
    transform: translateX(-8px) !important;
  }

  body.home p.acordion_button_search,
  body.home .acordion_button_search,
  body.single-post p.acordion_button_search,
  body.single-post .acordion_button_search {
    position: absolute !important;
    top: 50% !important;
    right: 18px !important;
    left: auto !important;
    transform: translateY(-50%) !important;
    width: 38px !important;
    max-width: 38px !important;
    min-width: 38px !important;
    height: 38px !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 10 !important;
  }

  body.home .acordion_button_search .op-search,
  body.home .acordion_button .op-search,
  body.single-post .acordion_button_search .op-search,
  body.single-post .acordion_button .op-search {
    width: 38px !important;
    max-width: 38px !important;
    height: 38px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  body.home .zk-hero,
  body.home .entry-content > .zk-hero,
  body.home .entry-content > section.zk-hero {
    width: calc(100% - 44px) !important;
    max-width: calc(100% - 44px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  body.home .zk-hero h1 {
    font-size: clamp(34px, 9.2vw, 46px) !important;
    line-height: 1.32 !important;
    overflow-wrap: anywhere !important;
  }

  body.home .zk-hero p,
  body.home .zk-hero .zk-hero__text p {
    font-size: 17px !important;
    line-height: 1.95 !important;
  }

  body.home .zk-hero .zk-kicker,
  body.single-post .zk-kicker {
    display: none !important;
  }

  body.single-post .zk-summary-box ul,
  body.single-post .zk-summary-box li,
  body.single-post .zk-check-box ul,
  body.single-post .zk-check-box li {
    list-style: none !important;
    list-style-type: none !important;
  }

  body.single-post .zk-summary-box li::marker,
  body.single-post .zk-check-box li::marker {
    content: "" !important;
    font-size: 0 !important;
  }

  body.single-post .zk-summary-box li:before {
    left: 0 !important;
  }

  body.single-post .zk-summary-box li {
    padding-left: 28px !important;
  }
}
/* === Ihinseiri polish fixes end === */

/* === Ihinseiri mobile search icon fix start === */
@media (max-width: 599px) {
  body.home p.acordion_button_search,
  body.home .acordion_button_search,
  body.home .acordion_button .op-search,
  body.single-post p.acordion_button_search,
  body.single-post .acordion_button_search,
  body.single-post .acordion_button .op-search {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  body.home #header-l,
  body.single-post #header-l {
    max-width: calc(100vw - 96px) !important;
  }

  body.home #st-text-logo .sitename a,
  body.single-post #st-text-logo .sitename a {
    width: min(68vw, 300px) !important;
    max-width: calc(100vw - 96px) !important;
  }

  body.home #st-text-logo .sitename a:before,
  body.single-post #st-text-logo .sitename a:before {
    transform: none !important;
  }
}
/* === Ihinseiri mobile search icon fix end === */

/* === Ihinseiri mobile menu polish start === */
@media (max-width: 599px) {
  #s-navi .acordion_tree_content {
    padding: 14px 18px 18px !important;
    background: #f7f4ec !important;
    border-top: 1px solid rgba(46, 111, 91, .16) !important;
  }

  #s-navi .acordion_tree_content ul.menu {
    display: grid !important;
    gap: 8px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  #s-navi .acordion_tree_content ul.menu li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    border: 0 !important;
  }

  #s-navi .acordion_tree_content ul.menu li::marker {
    content: "" !important;
  }

  #s-navi .acordion_tree_content ul.menu a {
    display: block !important;
    padding: 14px 16px !important;
    border-radius: 8px !important;
    background: #fff !important;
    border: 1px solid rgba(151, 135, 105, .28) !important;
    color: #18352d !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    line-height: 1.45 !important;
  }

  #s-navi .acordion_tree_content ul.menu a:hover,
  #s-navi .acordion_tree_content ul.menu .current-menu-item > a {
    background: #2f7c68 !important;
    color: #fff !important;
    border-color: #2f7c68 !important;
  }
}
/* === Ihinseiri mobile menu polish end === */

/* === Ihinseiri mobile menu arrow fix start === */
@media (max-width: 599px) {
  #s-navi .acordion_tree_content ul.menu a {
    position: relative !important;
    padding-right: 52px !important;
    overflow: hidden !important;
  }

  #s-navi .acordion_tree_content ul.menu a:after {
    content: ">" !important;
    position: absolute !important;
    right: 18px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    font-size: 24px !important;
    line-height: 1 !important;
    color: currentColor !important;
    opacity: .9 !important;
  }

  #s-navi .acordion_tree_content ul.menu .menu-item-label {
    display: block !important;
    max-width: 100% !important;
    padding-right: 0 !important;
    white-space: normal !important;
    line-height: 1.45 !important;
  }

  #s-navi .acordion_tree_content ul.menu .menu-item-label:after,
  #s-navi .acordion_tree_content ul.menu span:after {
    content: none !important;
    display: none !important;
  }
}
/* === Ihinseiri mobile menu arrow fix end === */

/* === Ihinseiri mobile menu no-arrow fix start === */
@media (max-width: 599px) {
  #s-navi .acordion_tree_content ul.menu a {
    padding-right: 16px !important;
  }

  #s-navi .acordion_tree_content ul.menu a:before,
  #s-navi .acordion_tree_content ul.menu a:after,
  #s-navi .acordion_tree_content ul.menu li:before,
  #s-navi .acordion_tree_content ul.menu li:after,
  #s-navi .acordion_tree_content ul.menu span:before,
  #s-navi .acordion_tree_content ul.menu span:after,
  #s-navi .acordion_tree_content ul.menu .menu-item-label:before,
  #s-navi .acordion_tree_content ul.menu .menu-item-label:after {
    content: "" !important;
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }

  #s-navi .acordion_tree_content ul.menu .menu-item-label {
    display: block !important;
    padding-right: 0 !important;
  }
}
/* === Ihinseiri mobile menu no-arrow fix end === */

/* === Ihinseiri mobile menu span-only fix start === */
@media (max-width: 599px) {
  #s-navi .acordion_tree_content ul.menu a,
  .acordion_tree_content ul.menu a,
  nav.pcnone .acordion_tree_content ul.menu a {
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 14px 16px !important;
  }

  #s-navi .acordion_tree_content ul.menu a .menu-item-label,
  .acordion_tree_content ul.menu a .menu-item-label,
  nav.pcnone .acordion_tree_content ul.menu a .menu-item-label {
    display: block !important;
    font-size: 17px !important;
    line-height: 1.45 !important;
    font-weight: 700 !important;
    color: inherit !important;
  }

  #s-navi .acordion_tree_content ul.menu a > :not(.menu-item-label),
  .acordion_tree_content ul.menu a > :not(.menu-item-label),
  nav.pcnone .acordion_tree_content ul.menu a > :not(.menu-item-label) {
    display: none !important;
  }
}
/* === Ihinseiri mobile menu span-only fix end === */

/* === Ihinseiri marker normalization start === */
.zk-summary-box ul,
.zk-summary-box li,
.zk-check-box ul,
.zk-check-box li,
.zk-alert ul,
.zk-alert li {
  list-style: none !important;
  list-style-type: none !important;
}

.zk-summary-box li::marker,
.zk-check-box li::marker,
.zk-alert li::marker {
  content: "" !important;
  font-size: 0 !important;
}

.zk-summary-box li {
  padding-left: 28px !important;
}

.zk-summary-box li:before {
  left: 0 !important;
}
/* === Ihinseiri marker normalization end === */

