.c-button--primary{
  background:#2980b9;
}
.c-button--primary:hover{
  background:#3a91c9;
}

/*退会ボタンの非表示*/
.c-button.c-button--danger{
  display:none;
}
.c-text--danger{
  font-size:0;
}
.c-text--danger:before{
  font-size:12px;
  content:"学会のご退会はお問い合わせフォームよりご連絡ください";
}