/* ID連携ボタンの位置調整 */

.socialplus-association-wrapper.socialplus-association-wrapper-first.socialplus-association-wrapper-last{
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 生年月日の入力項目幅を調整 */

form#socialplus-customer-registration-form #customer_custom_fields_0_value_1i {
  height: auto;
}

form#socialplus-customer-registration-form #customer_custom_fields_0_value_2i  {
  height: auto;
}

form#socialplus-customer-registration-form #customer_custom_fields_0_value_3i  {
  height: auto;
}

/* 注釈文字の追加 */
label[for="customer_email"]:before {
  content: "※お一人様につき１アカウントのみ保持いただけます。\A複数の保持が確認されますと、自動的にすべてのアカウントが利用停止となります。ログインでお困りの場合は、カスタマーサポートセンターまでお問合せください。\A\A";
    white-space: pre-wrap ;
}
label[for="customer_email"]:after  {
  content: "\A※セキュリティにより受信できない事例が多いため、ezweb.ne.jp、docomo.ne.jp、softbank.ne.jp、i.softbank.jpなどの携帯キャリアメールアドレス以外をご登録ください。\A\A";
    white-space: pre-wrap ;
  }