.breadcrumb__bg {
  background-color: #fff;
  padding: 1.6rem 0;
}

.breadcrumb {
  padding-top: 0;
}

.ytguard-price-main {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.service-detail-main {
  padding-top: 2.4rem;
}

.service-detail-section {
  margin-top: 4rem;
}

.service-detail-title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.3;
}

.service-detail-subtitle {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1.6rem;
}

.service-detail-lead {
  margin-top: 1.6rem;
  font-size: 1.7rem;
  line-height: 1.8;
}

.service-detail-card {
  background: #fff;
  border-radius: 2rem;
  box-shadow: 0 0 6px rgba(0, 103, 117, 0.3);
  padding: 3.2rem;
}

.price-hero {
  text-align: center;
}

/* =========================================
   料金体系セクション
   ========================================= */
.price-system {
  text-align: center;
}

.price-system__title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1.6rem;
  color: #393636;
}

.price-system__fee-line {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 0.8rem;
}

.price-system__trial-line {
  font-size: 1.7rem;
  line-height: 1.6;
  margin-bottom: 2.4rem;
}

.price-system__highlight {
  color: #006791;
  background: linear-gradient(transparent 60%, #d4f0f4 60%);
  padding: 0 0.2em;
  font-weight: 600;
}

.price-system__disclaimer {
  font-size: 1.3rem;
  color: #5a6a7a;
  margin-bottom: 2.4rem;
  line-height: 1.5;
}

/* =========================================
   おすすめの企業セクション
   ========================================= */
.price-recommend {
  background: #fff;
  border-radius: 1.6rem;
  padding: 2.8rem 3rem;
  box-shadow: 0 2px 12px rgba(0, 165, 189, 0.08);
  border: 1px solid rgba(0, 165, 189, 0.15);
  text-align: left;
}

.price-recommend__title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #00a5bd;
  line-height: 1.3;
  margin-bottom: 1.2rem;
}

.price-recommend__intro {
  font-size: 1.5rem;
  line-height: 1.7;
  margin-bottom: 2rem;
  color: #5a6a7a;
}

.price-recommend__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem 2.4rem;
}

.price-recommend__item {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #393636;
}

.price-recommend__check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background: #00a5bd;
  flex-shrink: 0;
  position: relative;
}

.price-recommend__check::after {
  content: '';
  width: 0.7rem;
  height: 0.4rem;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) translateY(-0.5px);
}

/* =========================================
   基本プランセクション
   ========================================= */
.price-basic__inner {
  width: 100%;
  max-width: 100%;
}

.price-basic__heading {
  font-size: 2.6rem;
  font-weight: 700;
  color: #393636;
  margin-bottom: 1.6rem;
  text-align: left;
  padding-left: 1.4rem;
  border-left: 4px solid #00a5bd;
  line-height: 1.3;
}

/* --- Hero Card (上部カード) --- */
.price-basic__hero {
  background: #fff;
  border-radius: 1.8rem 1.8rem 0 0;
  border: 1.5px solid rgba(0, 165, 189, 0.18);
  border-bottom: none;
  overflow: hidden;
  text-align: center;
  position: relative;
}

.price-basic__hero-top {
  background: linear-gradient(170deg, rgba(0, 165, 189, 0.07) 0%, rgba(0, 165, 189, 0.01) 100%);
  padding: 3.6rem 3.2rem 2.8rem;
  border-bottom: 1px solid rgba(0, 165, 189, 0.1);
  position: relative;
}

/* top accent line */
.price-basic__hero-top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0.3rem;
  background: linear-gradient(90deg, #00a5bd 0%, #0061a4 100%);
  border-radius: 1.8rem 1.8rem 0 0;
}

.price-basic__plan-name {
  font-family: 'DM Sans', 'Noto Sans JP', sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: #393636;
  letter-spacing: 0.02em;
  margin-bottom: 2rem;
}

.price-basic__cta-wrap {
  text-align: center;
  margin: 2rem 0 0.8rem 0;
}

.price-basic__cta {
  display: inline-block;
  background: linear-gradient(90deg, #00a5bd 0%, #0061a4 100%);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 1.2rem 3.2rem;
  border-radius: 5rem;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(0, 165, 189, 0.35), 0 0 0 3px rgba(0, 165, 189, 0.1);
  transition: all 0.2s;
}

.price-basic__cta.-outline {
  background: #fff;
  color: #00a5bd;
  border: 2px solid #00a5bd;
  box-shadow: none;
}

@media (hover: hover) {
  .price-basic__cta:hover {
    opacity: 0.92;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 165, 189, 0.42);
  }

  .price-basic__cta.-outline:hover {
    background: #f0fafb;
    opacity: 1;
    box-shadow: none;
  }
}

.price-basic__note {
  font-size: 1.2rem;
  color: #5a6a7a;
  margin-top: 1.2rem;
}

/* --- Pricing Display (old → new) --- */
.price-basic__price-display {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
}

.price-basic__price-regular {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}

.price-basic__price-regular-label {
  font-size: 1.1rem;
  color: #9ab0bb;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.price-basic__price-old {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  color: #5a6a7a;
  line-height: 1;
  letter-spacing: -0.02em;
  position: relative;
  display: inline-flex;
  align-items: baseline;
  gap: 1px;
}

.price-basic__price-old .price-basic__yen {
  font-size: 2.2rem;
}

.price-basic__price-old .price-basic__per {
  font-size: 1.4rem;
  font-weight: 400;
  color: #5a6a7a;
  margin-left: 2px;
}

/* strikethrough line */
.price-basic__price-old::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 3px;
  background: #0061a4;
  transform: translateY(-50%);
  border-radius: 2px;
}

.price-basic__price-arrow {
  font-size: 1.8rem;
  color: #b0c8c5;
  line-height: 1;
  margin-top: 1.4rem;
}

.price-basic__price-trial {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}

.price-basic__trial-badge {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  color: #fff;
  background: #ff9f43;
  padding: 0.3rem 1rem;
  border-radius: 2rem;
}

.price-basic__price-zero {
  font-family: 'DM Sans', sans-serif;
  font-size: 4.2rem;
  font-weight: 700;
  color: #0061a4;
  line-height: 1;
  letter-spacing: -0.02em;
  display: inline-flex;
  align-items: baseline;
  gap: 2px;
}

.price-basic__price-zero .price-basic__yen {
  font-size: 2.6rem;
  font-weight: 700;
}

.price-basic__price-zero .price-basic__per {
  font-size: 1.4rem;
  font-weight: 500;
  color: #5a6a7a;
  margin-left: 2px;
}

.price-basic__desc {
  font-size: 1.4rem;
  color: #5a6a7a;
  line-height: 1.9;
  margin-top: 1.6rem;
}

/* =========================================
   Feature Table (下部カード)
   ========================================= */
.price-basic__features {
  background: #fff;
  border-radius: 0 0 1.8rem 1.8rem;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 165, 189, 0.09);
  border: 1.5px solid rgba(0, 165, 189, 0.18);
  border-top: 1px solid #dde8ec;
}

.price-basic__tbl-head {
  display: grid;
  grid-template-columns: 16rem 1fr 14rem 16rem;
  padding: 1.3rem 2.8rem;
  background: #f8fbfc;
  border-bottom: 1.5px solid #dde8ec;
  gap: 1rem;
}

.price-basic__th {
  font-size: 1.2rem;
  font-weight: 700;
  color: #5a6a7a;
  letter-spacing: 0.02em;
}

.price-basic__th small {
  display: block;
  font-size: 1.1rem;
  font-weight: 400;
  color: #00a5bd;
  margin-top: 0.2rem;
}

.price-basic__th.-c {
  text-align: center;
}

.price-basic__f-row {
  display: grid;
  grid-template-columns: 16rem 1fr 14rem 16rem;
  padding: 2.2rem 2.8rem;
  border-bottom: 1px solid #eef3f5;
  align-items: start;
  gap: 1rem;
  transition: background 0.12s;
}

.price-basic__f-row:last-child {
  border-bottom: none;
}

.price-basic__f-row:hover {
  background: #fafcfd;
}

/* PC: wrapper を透過して grid 子要素として振る舞わせる */
.price-basic__f-bottom {
  display: contents;
}

.price-basic__f-name {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  padding-right: 1.2rem;
  color: #393636;
}

.price-basic__f-desc {
  font-size: 1.3rem;
  color: #393636;
  line-height: 1.85;
  padding-right: 1.6rem;
}

.price-basic__f-sub {
  display: block;
  font-size: 1.1rem;
  color: #9ab0bb;
  margin-top: 0.5rem;
  line-height: 1.7;
}

.price-basic__f-setup {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
}

.price-basic__f-dot {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background: #00a5bd;
  box-shadow: 0 2px 6px rgba(0, 165, 189, 0.3);
  flex-shrink: 0;
}

.price-basic__f-tag-lbl {
  font-size: 1.1rem;
  color: #006791;
  background: #e6f7f6;
  padding: 0.2rem 0.8rem;
  border-radius: 1rem;
  font-weight: 600;
  white-space: nowrap;
  border: 1px solid rgba(0, 165, 189, 0.22);
}

.price-basic__f-no-tag {
  font-size: 1.3rem;
  color: #9ab0bb;
}

.price-basic__f-cost {
  text-align: center;
}

.price-basic__f-free {
  font-size: 1.3rem;
  color: #9ab0bb;
}

.price-basic__f-paid {
  font-size: 1.5rem;
  font-weight: 700;
  color: #00a5bd;
}

.price-basic__f-paid span {
  font-size: 1.2rem;
  font-weight: 500;
  color: #9ab0bb;
}

/* =========================================
   月額料金シミュレーション
   ========================================= */
.price-simulation {
  padding: 2.8rem;
  border-top: 1px solid #dde8ec;
}

.price-simulation__heading {
  font-size: 2.2rem;
  font-weight: 700;
  color: #393636;
  margin-bottom: 2rem;
  padding-left: 1.4rem;
  border-left: 4px solid #00a5bd;
  line-height: 1.3;
}

.price-simulation__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.price-simulation__card {
  background: #fff;
  border: 1px solid rgba(0, 165, 189, 0.18);
  border-radius: 1.2rem;
  padding: 2.4rem 2rem;
}

.price-simulation__card-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #00a5bd;
  margin-bottom: 0.6rem;
  padding-left: 1.2rem;
  border-left: 3px solid #00a5bd;
  line-height: 1.3;
}

.price-simulation__card-desc {
  font-size: 1.3rem;
  color: #5a6a7a;
  line-height: 1.6;
  margin-bottom: 1.6rem;
}

.price-simulation__card-price {
  font-family: 'DM Sans', 'Noto Sans JP', sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  color: #393636;
  line-height: 1;
  margin-bottom: 0.8rem;
}

.price-simulation__card-yen {
  font-size: 2rem;
  font-weight: 700;
}

.price-simulation__card-per {
  font-size: 1.4rem;
  font-weight: 500;
  color: #5a6a7a;
}

.price-simulation__card-detail {
  font-size: 1.2rem;
  color: #9ab0bb;
  line-height: 1.5;
}

.price-simulation__note {
  font-size: 1.3rem;
  color: #00a5bd;
  margin-top: 1.6rem;
  line-height: 1.5;
}

/* =========================================
   注釈セクション
   ========================================= */
.price-notes__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.price-notes__list li {
  font-size: 1.3rem;
  color: #5a6a7a;
  line-height: 1.8;
}

/* =========================================
   オプションプラン
   ========================================= */
.price-option__heading {
  font-size: 2.6rem;
  font-weight: 700;
  color: #393636;
  margin-bottom: 1.2rem;
  padding-left: 1.4rem;
  border-left: 4px solid #00a5bd;
  line-height: 1.3;
}

.price-option__lead {
  font-size: 1.5rem;
  color: #5a6a7a;
  line-height: 1.7;
  margin-bottom: 2.4rem;
}

.price-option__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.price-option__card {
  background: #fff;
  border: 1px solid rgba(0, 165, 189, 0.18);
  border-radius: 1.2rem;
  overflow: hidden;
}

.price-option__card-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem 2.2rem 1.4rem;
  gap: 1.2rem;
}

.price-option__badge {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 700;
  color: #00a5bd;
  border: 1px solid #00a5bd;
  padding: 0.2rem 0.8rem;
  border-radius: 0.4rem;
  margin-bottom: 0.6rem;
  line-height: 1.4;
}


.price-option__card-title {
  font-size: 1.7rem;
  font-weight: 700;
  color: #393636;
  line-height: 1.3;
}

.price-option__card-price {
  font-family: 'DM Sans', 'Noto Sans JP', sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  color: #00a5bd;
  white-space: nowrap;
  line-height: 1;
  flex-shrink: 0;
  align-self: center;
}

.price-option__card-price.-estimate {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.8rem;
  background: #f0fafb;
  padding: 0.6rem 1.4rem;
  border-radius: 0.6rem;
  border: 1px solid rgba(0, 165, 189, 0.2);
}

.price-option__card-yen {
  font-size: 1.6rem;
}

.price-option__card-per {
  font-size: 1.3rem;
  font-weight: 500;
  color: #5a6a7a;
}

.price-option__card-body {
  padding: 0 2.2rem 2rem;
}

.price-option__card-desc {
  font-size: 1.4rem;
  color: #393636;
  line-height: 1.7;
  margin-bottom: 0.8rem;
}

.price-option__card-desc strong {
  color: #00a5bd;
  text-decoration: underline;
  text-decoration-color: rgba(0, 165, 189, 0.3);
  text-underline-offset: 2px;
}

.price-option__card-sub {
  font-size: 1.2rem;
  color: #5a6a7a;
  line-height: 1.7;
}

.price-option__card-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.price-option__card-list li {
  font-size: 1.3rem;
  color: #393636;
  line-height: 1.7;
  padding-left: 1.4rem;
  position: relative;
  margin-bottom: 1.2rem;
}

.price-option__card-list li:last-child {
  margin-bottom: 0;
}

.price-option__card-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.8rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #00a5bd;
}

.price-option__card-list li strong {
  font-weight: 700;
}

.price-option__notes {
  margin-top: 1.6rem;
}

.price-option__notes p {
  font-size: 1.2rem;
  color: #5a6a7a;
  line-height: 1.7;
}

/* =========================================
   用途別おすすめの選び方
   ========================================= */
.price-guide__heading {
  font-size: 2.2rem;
  font-weight: 700;
  color: #393636;
  margin-bottom: 2rem;
  padding-left: 1.4rem;
  border-left: 4px solid #00a5bd;
  line-height: 1.3;
}

.price-guide__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.4rem;
}

.price-guide__card {
  background: #fff;
  border: 1px solid rgba(0, 165, 189, 0.18);
  border-radius: 1rem;
  padding: 1.8rem 2rem;
}

.price-guide__card-need {
  font-size: 1.3rem;
  color: #393636;
  margin-bottom: 0.6rem;
  line-height: 1.5;
}

.price-guide__card-answer {
  font-size: 1.4rem;
  font-weight: 700;
  color: #00a5bd;
  line-height: 1.5;
}

/* =========================================
   契約・支払い・解約条件
   ========================================= */
.price-terms__heading {
  font-size: 2.2rem;
  font-weight: 700;
  color: #393636;
  margin-bottom: 2rem;
  padding-left: 1.4rem;
  border-left: 4px solid #00a5bd;
  line-height: 1.3;
}

.price-terms__table {
  background: #fff;
  border: 1px solid rgba(0, 165, 189, 0.18);
  border-radius: 1.2rem;
  overflow: hidden;
}

.price-terms__row {
  display: grid;
  grid-template-columns: 22rem 1fr;
  border-bottom: 1px solid #eef3f5;
}

.price-terms__row:last-child {
  border-bottom: none;
}

.price-terms__label {
  font-size: 1.3rem;
  font-weight: 700;
  color: #393636;
  padding: 1.4rem 2rem;
  background: #f8fbfc;
  border-right: 1px solid #eef3f5;
  line-height: 1.5;
}

.price-terms__value {
  font-size: 1.3rem;
  color: #393636;
  padding: 1.4rem 2rem;
  line-height: 1.5;
}

/* =========================================
   よくある質問
   ========================================= */
.price-faq__title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #00a5bd;
  text-align: center;
  margin-bottom: 3rem;
  line-height: 1.6;
}

.price-faq__content {
  width: 70%;
  margin: 0 auto;
}

.faqList {
  list-style: none;
  padding: 0;
  margin: 0;
}

.faqItem + .faqItem {
  margin-top: 3rem;
}

.faqItem__Qbox {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  background: #f3faff;
  border-radius: 1.4rem;
  padding: 3rem 3.5rem;
}

.faqItem__Q {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  margin: 0;
  padding-left: 7rem;
}

.faqItem__Q::before {
  content: "Q";
  font-weight: bold;
  color: #fff;
  background: #00a5bd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 4rem;
  height: 4rem;
  margin-right: 3rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.faqItem__Qbtn {
  position: relative;
  min-width: 2.6rem;
  height: 2.6rem;
  flex-shrink: 0;
}

.faqItem__Qbtn::before {
  content: "";
  background: url(../img/service/payment/icon_arrow.svg) center/100% no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.3s;
}

.faqItem.-active .faqItem__Qbtn::before {
  transform: scale(1, -1);
}

.faqItem__Abox {
  display: none;
  padding: 3rem 3.5rem 0;
}

.faqItem__A {
  line-height: 1.8;
  font-size: 1.6rem;
  margin: 0;
  position: relative;
  padding-left: 7rem;
}

.faqItem__A::before {
  content: "A";
  font-weight: bold;
  color: #00a5bd;
  background: #e8f2f5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 4rem;
  height: 4rem;
  margin-right: 3rem;
  position: absolute;
  left: 0;
  top: 0;
}

.faqItem__A-sub-title {
  font-weight: 700;
  margin-top: 1.2rem;
  margin-bottom: 0.2rem;
}

.faqItem__A-sub-title:first-child {
  margin-top: 0;
}

/* =========================================
   CTA Banner
   ========================================= */
.price-cta-banner {
  margin-top: 4rem;
}

.price-cta-banner__inner {
  background: linear-gradient(170deg, #edf8fa 0%, #f5fbfc 100%);
  border: 1px solid rgba(0, 165, 189, 0.15);
  border-radius: 1.8rem;
  padding: 4rem 3.2rem 3.2rem;
  text-align: center;
}

.price-cta-banner__title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #393636;
  line-height: 1.4;
  margin-bottom: 1.2rem;
}

.price-cta-banner__subtitle {
  font-size: 1.8rem;
  font-weight: 700;
  color: #00a5bd;
  line-height: 1.4;
  margin-bottom: 0.8rem;
}

.price-cta-banner__lead {
  font-size: 1.4rem;
  color: #5a6a7a;
  margin-bottom: 0.4rem;
}

.price-cta-banner__note {
  font-size: 1.2rem;
  color: #5a6a7a;
  margin-bottom: 2.4rem;
}

.price-cta-banner__buttons {
  display: flex;
  justify-content: center;
  gap: 1.6rem;
  margin-bottom: 2rem;
}

.price-cta-banner__checks {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.price-cta-banner__checks li {
  font-size: 1.3rem;
  color: #00a5bd;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.price-cta-banner__checks li::before {
  content: "✓";
  font-weight: 700;
}

/* =========================================
   Responsive (SP)
   ========================================= */
@media screen and (max-width: 749px) {
  .breadcrumb__bg {
    padding: 1.2rem 0;
  }

  .ytguard-price-main {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }

  .service-detail-section {
    margin-top: 2.8rem;
  }

  .service-detail-title {
    font-size: 2.8rem;
  }

  .service-detail-subtitle {
    font-size: 2rem;
  }

  .service-detail-lead {
    font-size: 1.5rem;
  }

  .service-detail-card {
    border-radius: 1.2rem;
    padding: 2.4rem 2rem;
  }

  .price-plan__fee {
    font-size: 2.6rem;
  }

  .price-system__title {
    font-size: 2rem;
    margin-bottom: 1.2rem;
  }

  .price-system__fee-line {
    font-size: 1.6rem;
  }

  .price-system__trial-line {
    font-size: 1.5rem;
  }

  /* おすすめセクション SP */
  .price-recommend {
    padding: 2rem 1.8rem;
  }

  .price-recommend__title {
    font-size: 1.6rem;
  }

  .price-recommend__intro {
    font-size: 1.4rem;
    margin-bottom: 1.6rem;
  }

  .price-recommend__list {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .price-recommend__item {
    font-size: 1.3rem;
  }

  .price-recommend__check {
    width: 2rem;
    height: 2rem;
  }

  .price-recommend__check::after {
    width: 0.6rem;
    height: 0.35rem;
  }

  /* 基本プラン SP */
  .price-basic__heading {
    font-size: 2rem;
    margin-bottom: 1.2rem;
  }

  .price-basic__hero-top {
    padding: 2.8rem 2rem 2.4rem;
  }

  .price-basic__plan-name {
    font-size: 1.8rem;
    margin-bottom: 1.6rem;
  }

  .price-basic__cta {
    font-size: 1.4rem;
    padding: 1rem 2.4rem;
  }

  .price-basic__price-display {
    gap: 1.2rem;
    margin-top: 1.6rem;
  }

  .price-basic__price-old {
    font-size: 2.6rem;
  }

  .price-basic__price-old .price-basic__yen {
    font-size: 1.6rem;
  }

  .price-basic__price-old .price-basic__per {
    font-size: 1.2rem;
  }

  .price-basic__price-zero {
    font-size: 3.2rem;
  }

  .price-basic__price-zero .price-basic__yen {
    font-size: 2rem;
  }

  .price-basic__price-zero .price-basic__per {
    font-size: 1.2rem;
  }

  .price-basic__desc {
    font-size: 1.3rem;
  }

  /* Feature Table SP — カード型スタック */
  .price-basic__tbl-head {
    display: none;
  }

  .price-basic__f-row {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    padding: 1.6rem;
  }

  .price-basic__f-name {
    font-size: 1.4rem;
    padding-right: 0;
  }

  .price-basic__f-desc {
    font-size: 1.25rem;
    padding-right: 0;
  }

  .price-basic__f-sub {
    font-size: 1.05rem;
  }

  /* 導入設定 + 費用 を横並び */
  .price-basic__f-bottom {
    display: flex;
    align-items: center;
    gap: 1.6rem;
    padding-top: 0.6rem;
    border-top: 1px dashed #e4ecef;
  }

  .price-basic__f-setup,
  .price-basic__f-cost {
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
  }

  /* data-label を ::before で表示 */
  .price-basic__f-setup::before,
  .price-basic__f-cost::before {
    content: attr(data-label) "：";
    font-size: 1.1rem;
    font-weight: 600;
    color: #5a6a7a;
    white-space: nowrap;
  }

  .price-basic__f-tag-lbl {
    font-size: 1.05rem;
  }

  .price-basic__f-dot {
    width: 1.4rem;
    height: 1.4rem;
  }

  .price-basic__f-paid {
    font-size: 1.4rem;
  }

  /* シミュレーション SP */
  .price-simulation {
    padding: 2rem 1.6rem;
  }

  .price-simulation__heading {
    font-size: 1.8rem;
  }

  .price-simulation__cards {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }

  .price-simulation__card {
    padding: 2rem 1.6rem;
  }

  .price-simulation__card-price {
    font-size: 2.6rem;
  }

  .price-simulation__card-yen {
    font-size: 1.6rem;
  }

  /* 注釈 SP */
  .price-notes__list li {
    font-size: 1.2rem;
  }

  /* オプションプラン SP */
  .price-option__heading {
    font-size: 2rem;
  }

  .price-option__lead {
    font-size: 1.4rem;
  }

  .price-option__cards {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }

  .price-option__card-head {
    padding: 1.6rem 1.6rem 1.2rem;
    flex-direction: column;
    gap: 0.8rem;
  }

  .price-option__card-body {
    padding: 0 1.6rem 1.6rem;
  }

  .price-option__card-price {
    font-size: 2.2rem;
  }

  /* 用途別 SP */
  .price-guide__heading {
    font-size: 1.8rem;
  }

  .price-guide__cards {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .price-guide__card {
    padding: 1.4rem 1.6rem;
  }

  /* 契約条件 SP */
  .price-terms__heading {
    font-size: 1.8rem;
  }

  .price-terms__row {
    grid-template-columns: 1fr;
  }

  .price-terms__label {
    border-right: none;
    border-bottom: 1px solid #eef3f5;
    padding: 1.2rem 1.6rem 0.6rem;
    font-size: 1.2rem;
  }

  .price-terms__value {
    padding: 0.6rem 1.6rem 1.2rem;
    font-size: 1.2rem;
  }

  /* CTA Banner SP */
  .price-cta-banner__inner {
    padding: 3rem 2rem 2.4rem;
    border-radius: 1.4rem;
  }

  .price-cta-banner__title {
    font-size: 1.8rem;
  }

  .price-cta-banner__subtitle {
    font-size: 1.5rem;
  }

  .price-cta-banner__buttons {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .price-cta-banner__buttons .price-basic__cta {
    font-size: 1.4rem;
    padding: 1rem 2.4rem;
    width: 100%;
    max-width: 28rem;
    text-align: center;
  }

  .price-cta-banner__checks {
    gap: 0.8rem 1.6rem;
  }

  .price-cta-banner__checks li {
    font-size: 1.2rem;
  }

  /* FAQ SP */
  .price-faq__title {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }

  .price-faq__content {
    width: 90%;
  }

  .faqItem + .faqItem {
    margin-top: 1.5rem;
  }

  .faqItem__Qbox {
    padding: 1.5rem;
  }

  .faqItem__Q {
    font-size: 1.4rem;
    padding-left: 5rem;
  }

  .faqItem__Q::before {
    width: 3rem;
    height: 3rem;
    margin-right: 2rem;
    font-size: 1.4rem;
  }

  .faqItem__Qbtn {
    min-width: 1.8rem;
    height: 1.8rem;
  }

  .faqItem__Abox {
    padding: 1.5rem 1.5rem 0;
  }

  .faqItem__A {
    font-size: 1.4rem;
    padding-left: 5rem;
  }

  .faqItem__A::before {
    width: 3rem;
    height: 3rem;
    margin-right: 2rem;
    font-size: 1.4rem;
  }
}
