/* 2026-04-25 22:05:00 jun sakamoto */
/* WEBLISS サービス個別ページ共通スタイル
   対象: services/{ai,ec,webdesign,seo,hp-management}/index.html */

.svc-breadcrumb {
  font-size: 13px;
  color: #828c8c;
  margin: 30px 0 10px;
}
.svc-breadcrumb a {
  color: #000;
  text-decoration: underline;
}
.svc-breadcrumb span[aria-current] {
  color: #828c8c;
}

.svc-hero {
  padding: 50px 0 30px;
}
.svc-hero h1.colorlib-heading {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
}
.svc-hero .lead {
  font-size: 17px;
  line-height: 1.9;
  color: #444;
  margin-bottom: 25px;
}

.svc-section {
  padding: 50px 0;
  border-top: 1px solid #eee;
}
.svc-section h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
  letter-spacing: 0.02em;
}
.svc-section h3 .small-en {
  display: block;
  font-size: 11px;
  color: #1abc9c;
  letter-spacing: 0.2em;
  margin-bottom: 6px;
  font-weight: 500;
}

.svc-trouble-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.svc-trouble-list li {
  position: relative;
  padding: 14px 14px 14px 48px;
  background: #fafafa;
  border-left: 3px solid #1abc9c;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.7;
}
.svc-trouble-list li::before {
  content: "\f071";
  font-family: "icomoon";
  position: absolute;
  left: 16px;
  top: 14px;
  color: #f1c40f;
  font-size: 18px;
}

.svc-feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin-top: 25px;
}
.svc-feature-card {
  padding: 24px;
  background: #fff;
  border: 1px solid #eee;
  border-top: 3px solid #1abc9c;
}
.svc-feature-card h4 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #000;
}
.svc-feature-card p {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
  margin: 0;
}
.svc-feature-card .num {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #1abc9c;
  margin-bottom: 8px;
  font-weight: 600;
}

.svc-plan-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  font-size: 14px;
}
.svc-plan-table th,
.svc-plan-table td {
  padding: 14px 12px;
  text-align: left;
  border-bottom: 1px solid #eee;
  vertical-align: top;
}
.svc-plan-table thead th {
  background: #1abc9c;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.svc-plan-table .plan-name {
  font-weight: 700;
  font-size: 15px;
  color: #000;
}
.svc-plan-table .plan-price {
  font-weight: 700;
  color: #1abc9c;
  white-space: nowrap;
}
.svc-plan-table .plan-recommend {
  background: #fff7e6;
}
.svc-plan-table .plan-recommend .plan-name::after {
  content: " 一番人気";
  color: #fff;
  background: #e67e22;
  font-size: 11px;
  font-weight: 700;
  margin-left: 6px;
  padding: 3px 8px;
  border-radius: 3px;
  letter-spacing: 0.05em;
}

.svc-feature-card {
  position: relative;
}
.svc-feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #1abc9c 0%, #16a085 100%);
  color: #fff;
  border-radius: 50%;
  margin-bottom: 14px;
  font-size: 22px;
}
.svc-feature-icon i {
  color: #fff;
  line-height: 1;
}

.svc-hero-image {
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
}

.svc-flow {
  counter-reset: flow;
  list-style: none;
  padding: 0;
  margin: 25px 0;
}
.svc-flow li {
  position: relative;
  padding: 18px 18px 18px 70px;
  background: #fafafa;
  margin-bottom: 12px;
  counter-increment: flow;
}
.svc-flow li::before {
  content: counter(flow);
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #1abc9c;
  color: #fff;
  border-radius: 50%;
  font-weight: 700;
  font-size: 16px;
}
.svc-flow li strong {
  display: block;
  font-size: 15px;
  margin-bottom: 4px;
  color: #000;
}
.svc-flow li span {
  font-size: 13px;
  color: #666;
  line-height: 1.7;
}

.svc-faq {
  margin-top: 25px;
}
.svc-faq details {
  border: 1px solid #eee;
  border-radius: 4px;
  margin-bottom: 10px;
  background: #fff;
}
.svc-faq summary {
  padding: 16px 20px;
  cursor: pointer;
  font-weight: 700;
  font-size: 15px;
  color: #000;
  list-style: none;
  position: relative;
  padding-right: 50px;
}
.svc-faq summary::-webkit-details-marker {
  display: none;
}
.svc-faq summary::before {
  content: "Q.";
  color: #1abc9c;
  font-weight: 800;
  margin-right: 10px;
}
.svc-faq summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  color: #1abc9c;
  font-weight: 300;
  transition: transform 0.2s;
}
.svc-faq details[open] summary::after {
  content: "\2212";
}
.svc-faq .faq-body {
  padding: 0 20px 18px;
  font-size: 14px;
  line-height: 1.9;
  color: #555;
}
.svc-faq .faq-body::before {
  content: "A.";
  color: #828c8c;
  font-weight: 800;
  margin-right: 8px;
}

.svc-cta-strip {
  background: #1abc9c;
  color: #fff;
  padding: 40px 30px;
  border-radius: 4px;
  text-align: center;
  margin-top: 40px;
}
.svc-cta-strip h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 10px;
}
.svc-cta-strip h3 .small-en {
  display: block;
  font-size: 11px;
  letter-spacing: 0.2em;
  margin-bottom: 6px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
}
.svc-cta-strip p {
  font-size: 15px;
  margin-bottom: 20px;
}
.svc-cta-strip .tel {
  display: inline-block;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-right: 14px;
  color: #fff;
  text-decoration: none;
}
.svc-cta-strip .tel i {
  margin-right: 6px;
}
.svc-cta-strip .btn {
  background: #fff;
  color: #1abc9c;
  border: none;
  font-weight: 700;
  padding: 12px 32px;
}
.svc-cta-strip .btn:hover {
  background: #f9f9f9;
  color: #0e8d75;
}

.svc-emphasis {
  padding: 18px 22px;
  background: #fff7e6;
  border-left: 4px solid #e67e22;
  margin: 18px 0;
  font-size: 14px;
  line-height: 1.8;
}
.svc-emphasis strong {
  color: #c0392b;
}

.svc-stat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 18px;
  margin-top: 25px;
}
.svc-stat-card {
  padding: 24px 18px;
  text-align: center;
  background: #fafafa;
  border-top: 3px solid #1abc9c;
}
.svc-stat-card .num {
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #1abc9c;
  line-height: 1.1;
}
.svc-stat-card .num small {
  font-size: 14px;
  color: #1abc9c;
  font-weight: 500;
}
.svc-stat-card .label {
  display: block;
  font-size: 13px;
  color: #666;
  margin-top: 6px;
  line-height: 1.5;
}

.svc-case-list {
  list-style: none;
  padding: 0;
  margin: 25px 0 0;
}
.svc-case-list li {
  padding: 18px 22px;
  background: #fff;
  border: 1px solid #eee;
  border-left: 4px solid #1abc9c;
  margin-bottom: 12px;
}
.svc-case-list li strong {
  display: block;
  font-size: 15px;
  color: #000;
  margin-bottom: 6px;
}
.svc-case-list li span {
  display: block;
  font-size: 13px;
  color: #666;
  line-height: 1.8;
}
.svc-case-list .result {
  display: inline-block;
  font-size: 12px;
  background: #1abc9c;
  color: #fff;
  padding: 3px 10px;
  border-radius: 3px;
  margin-top: 8px;
  font-weight: 600;
}

@media (max-width: 600px) {
  .svc-hero h1.colorlib-heading {
    font-size: 23px;
  }
  .svc-section h3 {
    font-size: 20px;
  }
  .svc-plan-table thead {
    display: none;
  }
  .svc-plan-table,
  .svc-plan-table tbody,
  .svc-plan-table tr,
  .svc-plan-table td {
    display: block;
    width: 100%;
  }
  .svc-plan-table tr {
    margin-bottom: 18px;
    border: 1px solid #eee;
    padding: 10px;
  }
  .svc-plan-table td {
    border: none;
    padding: 6px 4px;
  }
  .svc-plan-table td::before {
    content: attr(data-label) " ";
    font-weight: 700;
    color: #1abc9c;
    font-size: 12px;
    display: block;
    margin-bottom: 2px;
  }
  .svc-cta-strip .tel {
    display: block;
    margin: 0 0 14px;
  }
}
