/* ============================================
   SERVICES ページ固有スタイル
   ============================================ */



/* service-section__header 内のテキスト列 */
.service-section__header-text {
  display: flex;
  flex-direction: column;
  align-self: stretch;
}

/* 料金テーブルの注記テキスト */
.price-pair__caption {
  font-size: 14px;
  line-height: 1.9;
  color: var(--color-muted);
  text-align: center;
  margin-top: 16px;
  margin-bottom: 56px;
}

/* 1列レイアウトの料金テーブル（ITコンサル・事務支援） */
.price-pair--single {
  grid-template-columns: minmax(0, 1fr);
  max-width: calc((100% - 24px) / 2);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

/* 制作の流れ注記 */
.process-note {
  text-align: center;
  margin-top: 32px;
  font-size: 14px;
  color: var(--color-muted);
}

@media (max-width: 767px) {
  .price-pair--single {
    max-width: 100%;
  }
}
