@charset "utf-8";

/* ============================================
   pages/lp-coinback20biz.css
   LP「コインバック20Biz」専用の微調整
   ※ base.css / company.css の後に読み込まれる想定
   ============================================ */

/* 問い合わせフォーム（#biz-cta 内） */
#biz-cta {
  padding: 64px 0;
  background: #f7f7f7;
}

#biz-cta .inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
}

#biz-cta .formwrapp {
  padding: 40px;
  background: #fff;
  border-radius: 24px;
}

/* ロゴ＋ボタンのみの簡易ヘッダーなので、PC時も高さを64pxで固定 */
.header__inner {
  height: 64px;
  div {
    display: flex;
    gap: 16px;
    align-items: center;
    p {
      font-size: 13px;
    }
  }
}
#biz-mv {
  padding: 88px 0 40px;
}
.formwrapp h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

/* ヘッダー右端の「お問い合わせ」ボタン（共通ヘッダーの「お申し込み」ボタンと同スタイル） */
.header__inquiry-btn {
  display: inline-block;
  padding: 0 24px;
  line-height: 44px;
  border-radius: 9999px;
  background: #fce952;
  color: #222;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s ease;
}

@media (hover: hover) {
  .header__inquiry-btn:hover {
    background: #4aa3d5;
    color: #fff;
  }
}

@media (max-width: 1023px) {
  .header__inner p {
    display: none;
  }
  .header__inquiry-btn {
    padding: 0 16px;
    line-height: 32px;
    font-size: 14px;
  }
  #biz-cta .inner {
    width: 100%;
    padding: 24px;
    background: #fff;
  }
  #biz-cta .formwrapp {
    margin-top: 0;
    padding: 0;
  }
}

/* Thanksページ：ページ全体に固定表示される .page-header の背景装飾を非表示 */
body[class*="coinback20biz-thanks"]::before {
  background: transparent;
}
body[class*="coinback20biz-thanks"] .form_thanks {
  padding-top: 280px;
  background-position: 50% 0;
}
