@charset "UTF-8";
/* SIRIUS2の既存テンプレートへ影響させない専門ページ専用CSS */
.mwc-seo-page {
  --mwc-sp-ink: #18211f;
  --mwc-sp-muted: #5e6865;
  --mwc-sp-line: #dce2de;
  --mwc-sp-soft: #f5f7f5;
  --mwc-sp-dark: #17221f;
  --mwc-sp-gold: #b89a5e;
  max-width: 960px;
  margin: 0 auto;
  color: var(--mwc-sp-ink);
  font-size: 16px;
  line-height: 1.9;
}

.mwc-seo-page * { box-sizing: border-box; }
.mwc-seo-page a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.mwc-seo-page h2 { margin: 0 0 18px; font-size: clamp(24px, 3.5vw, 34px); line-height: 1.45; }
.mwc-seo-page h3 { margin: 0 0 8px; font-size: 19px; line-height: 1.55; }
.mwc-seo-page p, .mwc-seo-page ul, .mwc-seo-page ol { margin: 0; }
.mwc-seo-page ul, .mwc-seo-page ol { padding-left: 1.4em; }
.mwc-sp-lead { padding: 28px 0 34px; font-size: 18px; }
.mwc-sp-section { padding: 48px 0; border-top: 1px solid var(--mwc-sp-line); }
.mwc-sp-section > p + p { margin-top: 14px; }
.mwc-sp-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 24px; }
.mwc-sp-card { padding: 22px; border: 1px solid var(--mwc-sp-line); background: #fff; }
.mwc-sp-card p { color: var(--mwc-sp-muted); }
.mwc-sp-list { display: grid; gap: 10px; margin-top: 22px; padding: 0; list-style: none; }
.mwc-sp-list li { padding: 14px 16px; background: var(--mwc-sp-soft); }
.mwc-sp-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 24px; padding: 0; list-style: none; counter-reset: mwc-step; }
.mwc-sp-steps li { padding: 18px; border: 1px solid var(--mwc-sp-line); counter-increment: mwc-step; }
.mwc-sp-steps li::before { display: block; margin-bottom: 8px; color: var(--mwc-sp-gold); content: counter(mwc-step, decimal-leading-zero); font-weight: 700; }
.mwc-sp-note { margin-top: 22px !important; padding: 17px 19px; border-left: 4px solid var(--mwc-sp-gold); background: var(--mwc-sp-soft); font-size: 14px; color: var(--mwc-sp-muted); }
.mwc-sp-related { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 22px; }
.mwc-sp-related a { display: block; padding: 14px 16px; border: 1px solid var(--mwc-sp-line); text-decoration: none; }
.mwc-sp-cta { margin-top: 48px; padding: 32px; background: var(--mwc-sp-dark); color: #fff; text-align: center; }
.mwc-sp-cta p { color: #d1d8d5; }
.mwc-sp-cta a { display: inline-block; margin-top: 18px; padding: 13px 22px; background: var(--mwc-sp-gold); color: #17221f; font-weight: 700; text-decoration: none; }
.mwc-sp-compare { width: 100%; margin-top: 24px; border-collapse: collapse; }
.mwc-sp-compare th, .mwc-sp-compare td { padding: 14px; border: 1px solid var(--mwc-sp-line); text-align: left; vertical-align: top; }
.mwc-sp-compare th { background: var(--mwc-sp-soft); }

@media (max-width: 700px) {
  .mwc-seo-page { font-size: 16px; }
  .mwc-sp-lead { padding-top: 18px; font-size: 17px; }
  .mwc-sp-section { padding: 38px 0; }
  .mwc-sp-grid, .mwc-sp-steps, .mwc-sp-related { grid-template-columns: 1fr; }
  .mwc-sp-cta { padding: 26px 18px; }
  .mwc-sp-compare { font-size: 14px; }
  .mwc-sp-compare th, .mwc-sp-compare td { padding: 10px; }
}.mwc-seo-page { clear: both; }
.mwc-sp-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  clear: both !important;
  width: 100% !important;
}

.mwc-sp-grid > .mwc-sp-card {
  float: none !important;
  clear: none !important;
  width: auto !important;
  margin: 0 !important;
}

@media (max-width: 700px) {
  .mwc-sp-grid {
    grid-template-columns: 1fr !important;
  }
}.mwc-sp-grid > .mwc-sp-card {
  position: static !important;
  grid-column: auto !important;
  grid-row: auto !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  order: initial !important;
}.mwc-sp-grid > p { display: none !important; }

.mwc-sp-grid,
.mwc-sp-steps,
.mwc-sp-related {
  display: grid !important;
  gap: 16px !important;
  clear: both !important;
  width: 100% !important;
}

.mwc-sp-grid,
.mwc-sp-related {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.mwc-sp-steps {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.mwc-sp-grid > *,
.mwc-sp-steps > *,
.mwc-sp-related > * {
  float: none !important;
  clear: none !important;
  width: auto !important;
  margin: 0 !important;
}

@media (max-width: 700px) {
  .mwc-sp-grid,
  .mwc-sp-steps,
  .mwc-sp-related {
    grid-template-columns: 1fr !important;
  }
}.mwc-sp-grid > *,
.mwc-sp-steps > *,
.mwc-sp-related > * {
  position: static !important;
  grid-column: auto !important;
  grid-row: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  transform: none !important;
  order: 0 !important;
  justify-self: stretch !important;
  align-self: stretch !important;
}/* SIRIUS2 最終調整：画像の中央寄せとカードのずれを修正 */

/* 既存画像を中央に配置 */
img.image-center,
#previewcontents img.image-center,
#contents img.image-center,
#previewcontents .image-center > img,
#contents .image-center > img {
  display: block !important;
  float: none !important;
  clear: both !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 18px auto !important;
}

/* 通常カードと関連ページを、確実な2列Flex配置にする */
html body .mwc-seo-page .mwc-sp-grid,
html body .mwc-seo-page .mwc-sp-related {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  gap: 16px !important;
  width: 100% !important;
  clear: both !important;
}

html body .mwc-seo-page .mwc-sp-grid > .mwc-sp-card,
html body .mwc-seo-page .mwc-sp-related > a {
  position: static !important;
  float: none !important;
  clear: none !important;
  flex: 0 0 calc(50% - 8px) !important;
  width: calc(50% - 8px) !important;
  max-width: calc(50% - 8px) !important;
  min-width: 0 !important;
  margin: 0 !important;
  inset: auto !important;
  transform: none !important;
  order: 0 !important;
  box-sizing: border-box !important;
}

/* 施工工程を、確実な3列Flex配置にする */
html body .mwc-seo-page .mwc-sp-steps {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  gap: 12px !important;
  width: 100% !important;
  padding-left: 0 !important;
  clear: both !important;
}

html body .mwc-seo-page .mwc-sp-steps > li {
  position: static !important;
  float: none !important;
  clear: none !important;
  flex: 0 0 calc(33.333% - 8px) !important;
  width: calc(33.333% - 8px) !important;
  max-width: calc(33.333% - 8px) !important;
  min-width: 0 !important;
  margin: 0 !important;
  inset: auto !important;
  transform: none !important;
  order: 0 !important;
  box-sizing: border-box !important;
}

/* スマートフォンではすべて縦1列 */
@media (max-width: 700px) {
  html body .mwc-seo-page .mwc-sp-grid > .mwc-sp-card,
  html body .mwc-seo-page .mwc-sp-related > a,
  html body .mwc-seo-page .mwc-sp-steps > li {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}
/* SIRIUS2 最終調整：画像の中央寄せとカードのずれを修正 */

/* 既存画像を中央に配置 */
img.image-center,
#previewcontents img.image-center,
#contents img.image-center,
#previewcontents .image-center > img,
#contents .image-center > img {
  display: block !important;
  float: none !important;
  clear: both !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 18px auto !important;
}

/* 通常カードと関連ページを、確実な2列Flex配置にする */
html body .mwc-seo-page .mwc-sp-grid,
html body .mwc-seo-page .mwc-sp-related {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  gap: 16px !important;
  width: 100% !important;
  clear: both !important;
}

html body .mwc-seo-page .mwc-sp-grid > .mwc-sp-card,
html body .mwc-seo-page .mwc-sp-related > a {
  position: static !important;
  float: none !important;
  clear: none !important;
  flex: 0 0 calc(50% - 8px) !important;
  width: calc(50% - 8px) !important;
  max-width: calc(50% - 8px) !important;
  min-width: 0 !important;
  margin: 0 !important;
  inset: auto !important;
  transform: none !important;
  order: 0 !important;
  box-sizing: border-box !important;
}

/* 施工工程を、確実な3列Flex配置にする */
html body .mwc-seo-page .mwc-sp-steps {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  gap: 12px !important;
  width: 100% !important;
  padding-left: 0 !important;
  clear: both !important;
}

html body .mwc-seo-page .mwc-sp-steps > li {
  position: static !important;
  float: none !important;
  clear: none !important;
  flex: 0 0 calc(33.333% - 8px) !important;
  width: calc(33.333% - 8px) !important;
  max-width: calc(33.333% - 8px) !important;
  min-width: 0 !important;
  margin: 0 !important;
  inset: auto !important;
  transform: none !important;
  order: 0 !important;
  box-sizing: border-box !important;
}

/* スマートフォンではすべて縦1列 */
@media (max-width: 700px) {
  html body .mwc-seo-page .mwc-sp-grid > .mwc-sp-card,
  html body .mwc-seo-page .mwc-sp-related > a,
  html body .mwc-seo-page .mwc-sp-steps > li {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}
/* SIRIUS2 final alignment override */

/* Center images in the article body, including older images without image-center */
#previewcontents img,
#contents img {
  display: block !important;
  float: none !important;
  clear: both !important;
  position: static !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 18px auto !important;
}

/* Cards: two equal columns on PC */
#previewcontents .mwc-seo-page .mwc-sp-grid,
#contents .mwc-seo-page .mwc-sp-grid,
#previewcontents .mwc-seo-page .mwc-sp-related,
#contents .mwc-seo-page .mwc-sp-related {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 16px !important;
  width: 100% !important;
}

/* Process: three equal columns on PC */
#previewcontents .mwc-seo-page .mwc-sp-steps,
#contents .mwc-seo-page .mwc-sp-steps {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
  width: 100% !important;
  padding-left: 0 !important;
}

/* Remove old SIRIUS positioning from every direct card */
#previewcontents .mwc-seo-page .mwc-sp-grid > *,
#contents .mwc-seo-page .mwc-sp-grid > *,
#previewcontents .mwc-seo-page .mwc-sp-related > *,
#contents .mwc-seo-page .mwc-sp-related > *,
#previewcontents .mwc-seo-page .mwc-sp-steps > *,
#contents .mwc-seo-page .mwc-sp-steps > * {
  position: static !important;
  float: none !important;
  clear: none !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  transform: none !important;
  grid-column: auto !important;
  grid-row: auto !important;
  align-self: stretch !important;
  justify-self: stretch !important;
}

@media (max-width: 700px) {
  #previewcontents .mwc-seo-page .mwc-sp-grid,
  #contents .mwc-seo-page .mwc-sp-grid,
  #previewcontents .mwc-seo-page .mwc-sp-related,
  #contents .mwc-seo-page .mwc-sp-related,
  #previewcontents .mwc-seo-page .mwc-sp-steps,
  #contents .mwc-seo-page .mwc-sp-steps {
    grid-template-columns: 1fr !important;
  }
}
/* SIRIUS2 最終補正：画像中央寄せ・カード配置固定 */

/* 記事内の画像を中央に配置 */
html body #previewcontents .mwc-seo-page img,
html body #contents .mwc-seo-page img,
html body .mwc-seo-page img {
  display: block !important;
  float: none !important;
  clear: both !important;
  position: static !important;
  inset: auto !important;
  transform: none !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 18px auto !important;
}

/* 通常カードと関連ページをPCでは2列に固定 */
html body #previewcontents .mwc-seo-page .mwc-sp-grid,
html body #contents .mwc-seo-page .mwc-sp-grid,
html body .mwc-seo-page .mwc-sp-grid,
html body #previewcontents .mwc-seo-page .mwc-sp-related,
html body #contents .mwc-seo-page .mwc-sp-related,
html body .mwc-seo-page .mwc-sp-related {
  display: flex !important;
  flex-flow: row wrap !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  gap: 16px !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

html body #previewcontents .mwc-seo-page .mwc-sp-grid > .mwc-sp-card,
html body #contents .mwc-seo-page .mwc-sp-grid > .mwc-sp-card,
html body .mwc-seo-page .mwc-sp-grid > .mwc-sp-card,
html body #previewcontents .mwc-seo-page .mwc-sp-related > a,
html body #contents .mwc-seo-page .mwc-sp-related > a,
html body .mwc-seo-page .mwc-sp-related > a {
  display: block !important;
  position: static !important;
  inset: auto !important;
  float: none !important;
  clear: none !important;
  transform: none !important;
  order: 0 !important;
  align-self: stretch !important;
  box-sizing: border-box !important;
  flex: 0 0 calc(50% - 8px) !important;
  width: calc(50% - 8px) !important;
  max-width: calc(50% - 8px) !important;
  margin: 0 !important;
}

/* 施工工程をPCでは3列に固定 */
html body #previewcontents .mwc-seo-page .mwc-sp-steps,
html body #contents .mwc-seo-page .mwc-sp-steps,
html body .mwc-seo-page .mwc-sp-steps {
  display: flex !important;
  flex-flow: row wrap !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  gap: 16px !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
}

html body #previewcontents .mwc-seo-page .mwc-sp-steps > li,
html body #contents .mwc-seo-page .mwc-sp-steps > li,
html body .mwc-seo-page .mwc-sp-steps > li {
  display: block !important;
  position: static !important;
  inset: auto !important;
  float: none !important;
  clear: none !important;
  transform: none !important;
  order: 0 !important;
  align-self: stretch !important;
  box-sizing: border-box !important;
  flex: 0 0 calc(33.333% - 11px) !important;
  width: calc(33.333% - 11px) !important;
  max-width: calc(33.333% - 11px) !important;
  margin: 0 !important;
}

/* スマートフォンはすべて1列 */
@media screen and (max-width: 700px) {
  html body #previewcontents .mwc-seo-page .mwc-sp-grid > .mwc-sp-card,
  html body #contents .mwc-seo-page .mwc-sp-grid > .mwc-sp-card,
  html body .mwc-seo-page .mwc-sp-grid > .mwc-sp-card,
  html body #previewcontents .mwc-seo-page .mwc-sp-related > a,
  html body #contents .mwc-seo-page .mwc-sp-related > a,
  html body .mwc-seo-page .mwc-sp-related > a,
  html body #previewcontents .mwc-seo-page .mwc-sp-steps > li,
  html body #contents .mwc-seo-page .mwc-sp-steps > li,
  html body .mwc-seo-page .mwc-sp-steps > li {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}.mwc-seo-page .mwc-sp-cta {
  text-align: center !important;
}

.mwc-seo-page .mwc-sp-cta p {
  display: block !important;
  float: none !important;
  clear: both !important;
  width: 100% !important;
  margin: 0 0 18px !important;
}

.mwc-seo-page .mwc-sp-cta a {
  display: table !important;
  float: none !important;
  clear: both !important;
  margin: 0 auto !important;
}
/* 水回りコーティング4点セットページ */
.set4-seo,
.set4-seo * {
  box-sizing: border-box;
}

.set4-seo {
  max-width: 980px;
  margin: 32px auto 0;
  color: #263640;
  font-size: 16px;
  line-height: 1.8;
}

.set4-seo p {
  margin: 0 0 16px;
}

.set4-seo p:empty {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.set4-seo h2 {
  margin: 42px 0 22px;
  padding: 14px 18px;
  border-left: 6px solid #168ca1;
  background: #edf8fa;
  color: #173f4b;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.45;
}

.set4-seo h3 {
  margin: 0 0 10px;
  color: #18586a;
  font-size: 20px;
  line-height: 1.5;
}

.set4-intro {
  padding: 26px;
  border: 1px solid #cbe7ec;
  border-radius: 14px;
  background: linear-gradient(135deg, #f7fcfd 0%, #eaf7fa 100%);
}

.set4-intro h2 {
  margin-top: 10px;
}

.set4-label {
  display: inline-block;
  margin: 0 0 8px !important;
  padding: 6px 13px;
  border-radius: 999px;
  background: #168ca1;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.set4-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 28px 0;
}

.set4-card {
  margin: 0;
  padding: 22px;
  border: 1px solid #d3e7eb;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(24, 88, 106, 0.08);
}

.set4-card p,
.set4-benefit p {
  margin-bottom: 0;
}

.set4-section {
  margin: 34px 0 0;
}

.set4-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.set4-benefit {
  padding: 22px;
  border-top: 4px solid #20a3b5;
  border-radius: 10px;
  background: #f7fbfc;
}

.set4-recommend {
  padding: 24px 28px;
  border-radius: 12px;
  background: #f3faf5;
}

.set4-recommend h2 {
  margin-top: 0;
}

.set4-recommend ul {
  margin: 0;
  padding-left: 1.4em;
}

.set4-recommend li {
  margin: 7px 0;
}

.set4-flow {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.set4-flow > li {
  display: grid !important;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 18px;
  margin: 0 0 20px !important;
  padding: 22px !important;
  list-style: none !important;
  border: 1px solid #d4e8ec;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(30, 88, 102, 0.07);
}

.set4-flow > li::marker {
  content: "";
}

.set4-flow > li > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #168ca1;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

.set4-flow img {
  display: block !important;
  float: none !important;
  clear: both !important;
  width: 100% !important;
  max-width: 640px !important;
  height: auto !important;
  margin: 14px auto 16px !important;
  border-radius: 12px;
}

.set4-care {
  padding: 24px 28px;
  border: 1px solid #f0dfb2;
  border-radius: 12px;
  background: #fffaf0;
}

.set4-care h2 {
  margin-top: 0;
}

.set4-faq details {
  margin: 0 0 14px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #d1e4e8;
  border-radius: 10px;
  background: #fff;
}

.set4-faq summary {
  display: block;
  position: relative;
  padding: 17px 48px 17px 20px;
  background: #f1f8fa;
  color: #174d5b;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.set4-faq summary::-webkit-details-marker {
  display: none;
}

.set4-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 24px;
  line-height: 1;
}

.set4-faq details[open] summary::after {
  content: "−";
}

.set4-faq details p {
  margin: 0;
  padding: 18px 20px;
}

.set4-cta {
  margin: 42px 0 12px;
  padding: 30px;
  border-radius: 14px;
  background: linear-gradient(135deg, #0d7288 0%, #159fb2 100%);
  color: #fff;
  text-align: center;
}

.set4-cta p {
  margin: 0 auto 14px;
  color: #fff;
}

.set4-cta-title {
  font-size: 24px;
  font-weight: 700;
}

.set4-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
}

.set4-cta .set4-btn {
  display: inline-flex !important;
  float: none !important;
  clear: none !important;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  margin: 0 !important;
  padding: 13px 20px;
  border: 2px solid #fff;
  border-radius: 999px;
  text-decoration: none !important;
  font-weight: 700;
}

.set4-btn-main {
  background: #fff;
  color: #0d7288 !important;
}

.set4-btn-sub {
  background: transparent;
  color: #fff !important;
}

@media (max-width: 767px) {
  .set4-seo {
    margin-top: 24px;
    font-size: 15px;
  }

  .set4-grid,
  .set4-benefits {
    grid-template-columns: 1fr;
  }

  .set4-intro,
  .set4-card,
  .set4-benefit,
  .set4-recommend,
  .set4-care,
  .set4-cta {
    padding: 20px;
  }

  .set4-seo h2 {
    margin-top: 32px;
    font-size: 22px;
  }

  .set4-flow > li {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    padding: 16px !important;
  }

  .set4-flow > li > span {
    width: 42px;
    height: 42px;
    font-size: 19px;
  }

  .set4-cta-buttons {
    display: block;
  }

  .set4-cta .set4-btn {
    width: 100%;
    min-width: 0;
    margin: 8px 0 0 !important;
  }
}
.set4-seo .set4-faq details[open] summary::after { content: "-" !important; }
.set4-seo .set4-grid,
.set4-seo .set4-benefits {
  display: grid !important;
}

.set4-seo .set4-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.set4-seo .set4-benefits {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.set4-seo .set4-grid > p,
.set4-seo .set4-benefits > p {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.set4-seo .set4-grid > .set4-card,
.set4-seo .set4-benefits > .set4-benefit {
  grid-column: auto !important;
  float: none !important;
  clear: none !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
}

@media (max-width: 767px) {
  .set4-seo .set4-grid,
  .set4-seo .set4-benefits {
    grid-template-columns: 1fr !important;
  }
}
.set4-seo .set4-grid>br,.set4-seo .set4-benefits>br{display:none!important;}
/* トップページ施工メニュー */
.top-service-guide,
.top-service-guide * {
  box-sizing: border-box;
}

.top-service-guide {
  max-width: 980px;
  margin: 42px auto 20px;
  color: #263640;
}

.top-service-guide h2 {
  margin: 0 0 18px;
  padding: 14px 18px;
  border-left: 6px solid #168ca1;
  background: #edf8fa;
  color: #173f4b;
}

.top-service-lead {
  margin: 0 0 22px !important;
  line-height: 1.8;
}

.top-service-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

.top-service-grid > p,
.top-service-grid > br {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.top-service-grid > .top-service-card {
  grid-column: auto !important;
  float: none !important;
  clear: none !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 22px !important;
  border: 1px solid #d3e7eb;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(24, 88, 106, 0.08);
}

.top-service-card h3 {
  margin: 0 0 12px;
  padding-bottom: 10px;
  border-bottom: 2px solid #168ca1;
  color: #18586a;
}

.top-service-card p {
  margin: 0 !important;
  line-height: 1.8;
}

.top-service-card a {
  display: inline-block;
  margin-top: 12px;
  color: #08758a;
  font-weight: 700;
}

.top-service-grid > .top-service-card-set {
  grid-column: 1 / -1 !important;
  background: #edf8fa;
}

@media (max-width: 767px) {
  .top-service-grid {
    grid-template-columns: 1fr !important;
  }

  .top-service-grid > .top-service-card-set {
    grid-column: auto !important;
  }

  .top-service-grid > .top-service-card {
    padding: 18px !important;
  }
}