body {
  background: #FFFFFF;
}
.c-alert b{
	padding:5px;
	font-size:20px;
}
.c-button {
  background: #eff2f4;
}
.c-button,
.c-button:link,
.c-button:hover,
.c-button:active,
.c-button:visited {
  color: #35454c;
}
.c-button:hover {
  background: #dfe5e8;
}
.c-button--primary {
  background: #000000;
}
.c-button--primary,
.c-button--primary:link,
.c-button--primary:hover,
.c-button--primary:active,
.c-button--primary:visited {
  color: #FFFFFF;
}
.c-button--primary:hover {
  background: #151812;
}
.c-button--danger {
  background: <{$button3_bgcolor}>;
}
.c-button--danger,
.c-button--danger:link,
.c-button--danger:hover,
.c-button--danger:active,
.c-button--danger:visited {
  color: <{$button3_font_color}>;
}
.c-button--danger:hover {
  background: <{$button3_bgcolor_hover}>;
}
.c-input--text {
  border-color: #d7dee2;
}
.c-input--text:focus {
  border-color: #607d8b;
}

.c-alert:before {
    content: "※本サイトはプロフェッショナル専用の卸サイトです。会員登録できるのは、理美容師免許をお持ちの方、理美容サロン、クリニック、理美容学校/スクールのオーナー/従業員の方、開業予定の方、理美容学生のみとさせていただきます。\A 確認が取れない場合は、会員退会・ご注文をキャンセルとさせていただきます。\A あらかじめご了承ください。\A";
    background: #ffff3f;
    color: #ff3e3e;
    padding: 5px;
    white-space: pre-wrap;
}
.c-button__group:after {
    content: "\A\A※現在「Gmail」をお使いのお客様へのメール送信遅延が発生しております。メールが届かない・遅れている場合はお手数ではございますがGmail以外の宛先にご変更していただくようにお願いいたします。\A 何卒ご理解賜りますようお願い申し上げます。";
    padding: 5px;
    white-space: pre-wrap;
}