/* =========================================================
   Top CTA（最低限）
   ========================================================= */

.p-top-cta {
  border-top: 1px solid rgba(0,0,0,0.08);

  background: linear-gradient(
    to bottom,
    #ffffff 0%,
    #f5efe3 40%
  );

  padding: 64px 20px;
  text-align: center;
}

.p-top-cta__inner {
  max-width: 480px;
  margin: 0 auto;
}

/* ステータス */
.p-top-cta__status {
  font-size: 0.85rem;
  color: #c28f4b;
  margin-bottom: 12px;
}

/* タイトル */
.p-top-cta__title {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 16px;
  color: #1f2f53;
}

/* 説明 */
.p-top-cta__text {
  font-size: 0.95rem;
  line-height: 1.8;
  margin-bottom: 28px;
  color: #333;
}

/* ボタン */
.p-top-cta__button {
  display: inline-block;
  background: #1f2f53;
  color: #fff;
  padding: 14px 28px;
  border-radius: 4px;
  font-size: 0.95rem;
  text-decoration: none;
  margin-bottom: 16px;
}

/* 電話番号 */
.p-top-cta__phone {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1f2f53;
}
