/* =============================================
   インプラス PCレイアウト  css/layout-pc.css
   media="screen and (min-width: 769px)" で読み込む
   ============================================= */

/* ── TOPページ コンテンツ 2カラム ── */
.top-columns {
  display: grid;
  grid-template-columns: 1fr 220px;
  gap: 40px;
  align-items: start;
}

/* ── お問い合わせページ ── */
.contact-hero {
  padding: 72px 40px 80px;
}
.form-card-inner {
  padding: 48px 56px;
}
.submit-btn {
  min-width: 280px;
}
