body {
  background: #FFFFFF;
}
.c-button {
  background: #F5F8F6;
}
.c-button,
.c-button:link,
.c-button:hover,
.c-button:active,
.c-button:visited {
  color: #2F4639;
}
.c-button:hover {
  background: #E9F1EC;
}
.c-button--primary {
  background: #EEF5F1;
}
.c-button--primary,
.c-button--primary:link,
.c-button--primary:hover,
.c-button--primary:active,
.c-button--primary:visited {
  color: #2F4639;
}
.c-button--primary:hover {
  background: #E2EEE7;
}
.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: #D4DFD9;
}
.c-input--text:focus {
  border-color: #6F8C7A;
}
.c-alert::before {
  content: "こちらは購入者専用ログインページです\A\A販売ショップ・出店者の方は、この画面からはログインできません。商品登録や在庫変更は、トップページの「管理画面」からお進みください。";
  display: block;
  white-space: pre-line;
  margin: 12px 0;
  padding: 10px 0 10px 16px;
  font-size: 14px;
  color: #2f4639;
  font-weight: 700;
  line-height: 1.7;
  border-left: 3px solid #d4dfd9;
}

.c-alert::first-line {
  font-size: 16px;
  font-weight: 800;
}