@charset "UTF-8";
img {
  height: auto;
}

.sec__common-layout {
  scroll-margin-top: 110px;
  padding: 80px 0 0;
}

#tasks {
  scroll-margin-top: 0;
  margin: 0;
}

#faq {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .sec__common-layout {
    padding: 160px 0 0;
    margin: -80px 0 0;
  }
  #tasks {
    padding: 160px 0 0;
    margin: -80px 0 0;
  }
  #faq {
    padding: 160px 0 0;
    margin: -80px 0 80px;
  }
}
#common-visual + hr {
  display: none;
}

#common-visual {
  margin-bottom: 0;
}

header + hr,
#snavi,
#snavi + hr,
#breadcrumb + hr {
  display: none;
}

#breadcrumb {
  margin-top: 0;
}

#forlayout {
  padding-top: 0 !important;
}

.main-contents-area {
  font-size: 1.6rem;
  line-height: 1.8;
}

h4.tit03 {
  margin-bottom: 1em;
  padding: 0.5em 0;
  border-top: 1px #224c93 solid;
  border-bottom: 1px #224c93 solid;
  border-left: none;
  color: #224c93;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

h5.tit03 {
  margin-bottom: 1em;
  padding: 0 0 0 15px;
  border-left: 4px #224c93 solid;
  border-top: none;
  border-bottom: none;
  color: #224c93;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  text-align: left;
}

#snavi-local {
  position: sticky;
  top: 0;
  display: block;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 2rem 0;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 9998;
}

#snavi-local.local-nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin-left: 0;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 999;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#snavi-local .snavi01 {
  display: none; /* 上段の「ソリューション」リンクは非表示 */
}

#snavi-local .snavi02 ul {
  justify-content: center; /* ボタンを中央揃え */
  gap: 1rem;
  padding: 0 20px; /* 左右の余白 (solid-inner と合わせる) */
  flex-wrap: wrap; /* SPで折り返し */
  /* --- 追加: fixed時に中央揃えを維持するため --- */
  max-width: 980px;
  margin: 0 auto;
}

#snavi-local .snavi02 li {
  margin: 0;
  padding: 0;
  width: auto;
}

#snavi-local .snavi02 li a {
  display: block;
  padding: 0.75rem 1.5rem;
  background-color: #ffffff;
  border-radius: 9999px;
  color: #224c93;
  font-weight: 700;
  font-size: 1.4rem;
  text-decoration: none;
  transition: all 0.2s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  margin: 0;
}

#snavi-local .snavi02 li a.current,
#snavi-local .snavi02 li a:hover {
  background-color: #f0f0f0;
  border-color: #bbb;
  transform: translateY(-1px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#snavi-local .snavi02 li a svg {
  display: none;
}

@media (max-width: 767px) {
  #snavi-local {
    padding: 2rem 5rem 2rem 1rem;
  }
  #snavi-local.local-nav-fixed {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  #snavi-local .snavi02 ul {
    gap: 0.5rem;
    padding: 0 10px;
    justify-content: flex-start;
  }
  #snavi-local .snavi02 li a {
    font-size: 1.2rem;
    padding: 0.5rem 1rem;
  }
}
.custom-hero {
  background: url(/hokkaido/images/solution02/visual.png);
  background-size: cover;
  background-position: center;
  color: white;
  width: 100%;
}

.custom-hero-overlay {
  width: 100%;
  min-height: 350px;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2rem;
  box-sizing: border-box;
}

.custom-hero-content {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 1rem;
  box-sizing: border-box;
  text-align: center !important;
}

.custom-hero-content h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: white;
  margin-bottom: 0.5rem;
  text-align: center;
}

.custom-hero-content h2 {
  text-align: center;
}

.custom-hero-content .subtitle {
  font-size: 1.5rem;
  margin-top: 0.5rem;
  font-weight: 600;
  text-align: center;
}

.custom-hero-content .logo {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  width: 400px;
  height: auto;
  box-sizing: border-box;
}

.custom-hero-content .description {
  margin-top: 1.5rem;
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.6rem;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .custom-hero-content h2 {
    font-size: 2.25rem;
  }
  .custom-hero-content .subtitle {
    font-size: 1.375rem;
  }
  .custom-hero-content .logo {
    width: 250px;
  }
  .custom-hero-content .description {
    font-size: 1.125rem;
  }
}
.custom-tasks-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-top: 2rem; /* h2.tit01 との余白 */
}

@media (max-width: 767px) {
  .custom-tasks-layout {
    grid-template-columns: repeat(1, 1fr); /* SPでは1列に */
  }
}
.custom-task-box {
  border: 1px solid #ddd;
  background-color: #f9f9f9;
  border-radius: 8px;
  padding: 1.5rem;
  height: 100%;
  box-sizing: border-box;
}

.custom-task-box h4.tit03 {
  font-size: 1.8rem !important;
  font-weight: 700 !important;
  color: #333 !important;
  margin-bottom: 1rem !important;
  border: none !important;
  padding: 0 !important;
  text-align: left !important;
}

.custom-task-box-content {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.custom-task-box-content img {
  width: 6rem;
  height: 6rem;
  flex-shrink: 0;
  border-radius: 0.5rem;
}

.custom-task-box-content ul {
  list-style: disc;
  list-style-position: inside;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  color: #4b5563;
  margin: 0; /* リセット */
  padding: 0; /* リセット */
}

.custom-task-box-content ul li {
  padding-left: 0.5rem; /* liのスタイル調整 */
  margin-bottom: 0;
}

@media (max-width: 640px) {
  .custom-task-box-content {
    flex-direction: column;
  }
  .custom-task-box-content img {
    margin-left: auto;
    margin-right: auto;
  }
}
.custom-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  text-align: center;
  margin-top: 2rem;
}

@media (max-width: 767px) {
  .custom-features-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.custom-feature-box {
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  padding: 1.5rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  background-color: white;
  box-sizing: border-box;
}

.custom-feature-box .icon-circle {
  width: 16rem;
  height: 16rem;
  border-radius: 9999px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  padding: 1rem; /* --- 追加: 内側に余白を追加 --- */
  box-sizing: border-box;
}

.custom-feature-box .icon-circle .main-text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3; /* --- 追加: 行間調整 --- */
  text-align: center;
}

.custom-feature-box .icon-circle .sub-text {
  font-size: 0.875rem;
  margin-top: 0.25rem;
  line-height: 1.3; /* --- 追加: 行間調整 --- */
  text-align: center;
}

.custom-feature-box .icon-blue {
  background-color: #3b82f6;
}

.custom-feature-box .icon-orange {
  background-color: #f97316;
}

.custom-feature-box .icon-green {
  background-color: #22c55e;
}

.custom-feature-box ul {
  text-align: left;
  list-style: disc;
  list-style-position: inside;
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  color: #4b5563;
  margin-left: 0; /* リセット */
  padding-left: 1.25rem; /* 調整 */
}

.custom-feature-box ul li {
  padding-left: 0.5rem;
  margin-bottom: 0;
}

.custom-advantages-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

@media (max-width: 767px) {
  .custom-advantages-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.custom-advantages-col {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.custom-advantage-item {
  padding-top: 1rem;
}

.custom-advantage-item h5.tit03 {
  font-size: 1.8rem !important; /* h5.tit03(1.8rem) を上書き */
  font-weight: 700;
  margin-bottom: 0.5rem;
  padding-left: 0 !important; /* h5.tit03 を上書き */
  border-left: none !important; /* h5.tit03 を上書き */
  text-align: left !important; /* h5.tit03 を上書き */
}

.custom-advantage-item h6 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 0.75rem;
}

.custom-advantage-item ul {
  list-style: disc;
  list-style-position: inside;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  color: #4b5563;
  margin: 0;
  padding-left: 1.25rem;
}

.custom-advantage-item ul li {
  padding-left: 0.5rem;
  margin-bottom: 0;
}

.custom-advantage-item.green {
  border-top: 4px solid #22c55e;
}

.custom-advantage-item.green h5.tit03 {
  color: #16a34a;
}

.custom-advantage-item.orange {
  border-top: 4px solid #f97316;
}

.custom-advantage-item.orange h5.tit03 {
  color: #ea580c;
}

.custom-advantage-item.blue {
  border-top: 4px solid #3b82f6;
}

.custom-advantage-item.blue h5.tit03 {
  color: #2563eb;
}

table.custom-comparison-table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  font-size: 1.6rem; /* .main-contents-area の指定を継承 */
}

table.custom-comparison-table thead {
  background-color: #e5e7eb;
  color: #4b5563;
  text-transform: uppercase;
  font-size: 0.875em; /* 相対指定に変更 */
}

table.custom-comparison-table th, table.custom-comparison-table td {
  padding: 0.75rem 1.5rem;
  border: 1px solid #ddd; /* 罫線追加 */
  line-height: 1.6; /* 行間調整 */
}

table.custom-comparison-table tbody tr:nth-child(even) {
  background-color: #f9fafb;
}

table.custom-comparison-table tbody td:first-child {
  font-weight: 600;
}

table.custom-comparison-table .highlight-col {
  background-color: #f0f9ff;
  font-weight: 700;
}

table.custom-comparison-table .highlight-header {
  background-color: #dbeafe;
  color: #1d4ed8;
}

.custom-support-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: start; /* 上揃え */
}

@media (max-width: 767px) {
  .custom-support-grid {
    grid-template-columns: 1fr;
  }
}
.custom-forward-compatibility-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 1.5rem;
  align-items: start; /* 上揃え */
}

.custom-fc-box {
  padding: 1.5rem;
  border-radius: 0.5rem;
  height: 100%;
  box-sizing: border-box;
  text-align: center; /* 画像とテキストを中央揃え */
}

.custom-fc-box.left {
  background-color: #f4f4f2; /* 薄いオリーブ色 */
  border: 1px solid #dcdacb;
}

.custom-fc-box.right {
  background-color: #fff7ed; /* 薄いオレンジ色 */
  border: 1px solid #fed7aa;
}

.custom-fc-box img {
  width: 100%;
  height: auto;
  max-width: 100%; /* 親の幅に合わせる */
  margin-bottom: 1rem;
}

.custom-fc-box h6 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 0.5rem;
}

.custom-fc-box p {
  font-size: 1.6rem;
  color: #4b5563;
  line-height: 1.6;
  margin: 0; /* pタグのデフォルトマージンをリセット */
  text-align: left; /* テキストは左揃え */
}

@media (max-width: 767px) {
  .custom-forward-compatibility-grid {
    grid-template-columns: 1fr; /* SPでは1列に */
  }
}
.custom-strength-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}

@media (max-width: 767px) {
  .custom-strength-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.custom-strength-box {
  border: 1px solid #ddd;
  background-color: #f9f9f9;
  border-radius: 8px;
  padding: 1.5rem;
  text-align: center;
  height: 100%;
  box-sizing: border-box; /* 高さを揃えるため */
}

.custom-strength-box img {
  width: 36rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}

.custom-strength-box h4.tit03 {
  color: #333;
  border: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 1.8rem !important;
}

.custom-strength-box p {
  color: #6b7280;
  line-height: 1.6; /* 行間調整 */
  margin: 0; /* pタグのマージンリセット */
  /* SEO最適化: 強みセクションのテキストは左揃えにする */
  text-align: left;
}

.custom-case-studies-layout {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-top: 2rem; /* h2との余白 */
}

.custom-case-summary-box {
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
}

.custom-case-summary-box h5.tit03 {
  color: #333;
}

.custom-case-summary-box p.summary-text {
  font-size: 1em; /* 1.6rem */
  font-weight: 600;
  color: #4b5563;
  margin-bottom: 1rem;
  line-height: 1.6;
}

.custom-case-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

@media (max-width: 767px) {
  .custom-case-detail-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.custom-case-detail-box {
  padding: 1rem;
  border-radius: 0.375rem;
}

.custom-case-detail-box.issue {
  background-color: #f0f9ff;
  border: 1px solid #bfdbfe;
}

.custom-case-detail-box.effect {
  background-color: #f0fdf4;
  border: 1px solid #bbf7d0;
}

.custom-case-detail-box h6 {
  font-size: 1.1em; /* 相対指定 */
  padding-left: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.custom-case-detail-box.issue h6 {
  color: #1e40af;
}

.custom-case-detail-box.effect h6 {
  color: #166534;
}

.custom-case-detail-box ul {
  list-style: disc;
  list-style-position: inside;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  color: #4b5563;
  font-size: 0.875em; /* 相対指定 */
  margin: 0;
  padding-left: 1.25rem;
  line-height: 1.6;
}

.custom-case-detail-box ul li {
  padding-left: 0.5rem;
  margin-bottom: 0; /* style.css リセット */
}

.custom-points-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  max-width: 96rem; /* 画像の幅と合わせる */
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
}

.custom-point-box {
  padding: 1rem;
  background-color: #ffebee;
  border: 1px solid #fecaca;
  border-radius: 0.5rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  height: 100%; /* 高さを揃える */
  text-align: left; /* 親の .custom-centered-block を上書き */
}

@media (max-width: 767px) {
  .custom-points-grid {
    grid-template-columns: 1fr;
  }
}
.custom-faq-item {
  border-bottom: 1px solid #ddd;
}

.custom-faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.5rem 1rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 1.125em; /* 相対指定 */
  font-weight: 600;
  text-align: left;
}

.custom-faq-question:hover {
  background-color: #f1f1f1;
}

.custom-faq-question-text {
  padding-right: 1rem;
}

.custom-faq-toggle {
  font-size: 1.5rem;
  font-weight: 300;
  color: #004a9e;
  transition: transform 0.2s ease;
}

.custom-faq-question[aria-expanded=true] .custom-faq-toggle {
  transform: rotate(180deg);
}

.custom-faq-answer {
  padding: 0 1.5rem;
  background-color: #fdfdfd;
  transition: max-height 0.3s ease-out;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.custom-faq-answer-content {
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  border-top: 1px solid #eee;
  box-sizing: border-box; /* paddingを含めて高さを計算 */
}

.custom-faq-answer-content p {
  margin: 0 0 1rem 0; /* style.css の p の margin を上書き */
  line-height: 1.6;
  font-size: 1em; /* 1.6rem */
}

.custom-faq-answer-content p:last-child {
  margin-bottom: 0;
}

.custom-faq-answer-content a {
  color: #004a9e;
  text-decoration: underline;
}

.custom-faq-answer-content a:hover {
  text-decoration: none;
}

.custom-faq-answer {
  display: none;
  /* その他の装飾はそのまま */
}

.custom-faq-question.js-active .custom-faq-toggle {
  /* CSSで−を制御する場合 */
}

.custom-cta-area {
  background-color: #004a9e;
  color: white;
  padding: 4rem 1.5rem;
  text-align: center;
}

.custom-cta-content {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.custom-cta-content h3 {
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: white; /* 継承対策 */
  text-align: center;
}

.custom-cta-content p {
  font-size: 1.125rem;
  margin-bottom: 2rem;
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
}

.custom-cta-button {
  display: inline-block;
  background-color: #ff6600;
  color: white;
  font-weight: 700;
  padding: 1rem 5rem;
  border-radius: 9999px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-size: 2.4rem;
}

.custom-cta-button:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.img-responsive {
  width: 100%;
  height: auto;
  max-width: 118rem;
  margin-left: auto;
  margin-right: auto;
}

.img-responsive2 {
  width: 100%;
  height: auto;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}

.img-responsive3 {
  width: 100%;
  height: auto;
  max-width: 96rem;
  margin-left: auto;
  margin-right: auto;
}

.custom-centered-block {
  text-align: center;
}

.contents-body {
  display: block;
}

.contents-body p {
  margin-bottom: 1.5rem; /* 基本の段落マージン */
}

.custom-case-summary-box p,
.custom-case-detail-box p,
.custom-task-box p,
.custom-hero-content p,
.custom-advantage-item p,
.custom-feature-box p,
.custom-cta-content p {
  margin-bottom: 1rem;
}

.custom-case-detail-box p,
.customer-info-item p,
.customer-info-item-full p {
  margin-bottom: 1rem; /* 共通指定に戻す */
  padding-left: 1.25rem;
}

.customer-info-item p,
.customer-info-item-full p,
.custom-case-summary-box p.summary-text {
  margin-bottom: 20px;
}

.custom-hero-content .description {
  margin-bottom: 0;
  font-size: 1.5rem;
}

.custom-cta-content p {
  margin-bottom: 3rem;
  font-size: 1.4rem;
}

.floating-cta-container {
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 1000;
  display: none;
  flex-direction: column;
  gap: 10px;
  transition: display 0.4s ease;
}

.floating-cta-container.visible {
  display: flex;
  opacity: 1;
}

.floating-cta-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  color: white;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in-out;
  width: auto;
  min-width: 180px;
  box-sizing: border-box;
  text-align: center;
}

.floating-cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.floating-cta-button.contact {
  background-color: #ff6600;
}

.floating-cta-button.brochure {
  background-color: #004a9e;
}

@media (max-width: 767px) {
  .floating-cta-container {
    flex-direction: row;
    bottom: 12px;
    right: 10px;
    left: 10px;
    width: auto;
    gap: 5px;
  }
  .floating-cta-container.visible {
    display: flex;
  }
  .floating-cta-button {
    width: calc(100% - 60px);
    padding: 10px;
    font-size: 1.2rem;
    justify-content: center;
    min-width: 0;
  }
}
.text-strong {
  font-weight: 700;
}

.features-container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-top: 2rem;
}

.advantage-summary {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: #f9fafb;
  border-radius: 0.5rem;
}

.advantage-pill {
  display: inline-block;
  border: 2px solid;
  border-radius: 0.375rem;
  padding: 0.25rem 0.5rem;
  margin: 0.25rem 0.25rem;
  font-size: 1.8rem;
}
.advantage-pill.is-orange {
  border-color: #f97316;
  color: #f97316;
}
.advantage-pill.is-blue {
  border-color: #3b82f6;
  color: #3b82f6;
}
.advantage-pill.is-green {
  border-color: #22c55e;
  color: #22c55e;
}

.section-margin-gap {
  margin: 2rem 0;
  gap: 1.5rem;
}

.issue-highlight {
  padding: 1.5rem;
  border-radius: 0.5rem;
  border: 1px solid;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.issue-highlight.is-yellow {
  background-color: #fffbeb;
  border-color: #fde68a;
}
.issue-highlight.is-blue {
  background-color: #eff6ff;
  border-color: #bfdbfe;
}
.issue-highlight__text {
  font-weight: 600;
  color: #333;
  margin-bottom: 0 !important;
}

.support-section-header {
  margin-top: 3rem;
  border-top: 1px solid #eee;
  padding-top: 2rem;
}

.support-description-box {
  padding: 1.5rem;
  background-color: #f9fafb;
  border-radius: 0.5rem;
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  color: #4b5563;
  line-height: 1.6;
  height: 100%;
}

.support-description-box__paragraph {
  margin-bottom: 1rem;
}

.support-description-box__paragraph:last-child {
  margin: 0;
}

.support-highlight {
  font-weight: 600;
}
.support-highlight.is-green {
  color: #16a34a;
}
.support-highlight.is-orange {
  color: #ea580c;
}
.support-highlight.is-blue {
  color: #2563eb;
}

.multi-business-intro {
  margin-top: 1rem;
  text-align: left;
  max-width: 96rem;
  margin-left: auto;
  margin-right: auto;
  color: #4b5563;
}

.highlight-text.is-red {
  color: #b91c1c;
  font-weight: 600;
}

.comparison-table-wrapper {
  overflow-x: auto;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
}

.case-detail-note {
  color: #4b5563;
  font-size: 0.875em;
  margin-bottom: 0.5rem;
}

#faq .contents-body > div {
  border-top: 1px solid #ccc;
}