/* =============================================================
   pages/services.css — services ページ限定の最小調整（media 属性なし = all）
   -------------------------------------------------------------
   出典: pages/02-services/index.html の <style>。
   上流はページごとに <style> を持っており、共通化しきれない行長などの
   わずかな差だけをここへ置く。body の .page--services 配下に限定する。
   （plans/website/01 §4.3 / plans/design/08 §3「pages/<page>.css は最小限の調整」）
   ============================================================= */

/* 上流 services の .body は 48ch（既定は 46ch） */
.page--services .body { max-width: 48ch; }
