/*.login__signup--headarea .btn {
    display: none;
    margin-top: 25px;
}
*/

.question-form {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    transition: all 0.3s ease;
    padding: 1rem;
    display: none;
}

/* 疑似要素で「個人情報の取り扱いに同意する」を追加
.c-input-checkboxlabel::before {
  content: "個人情報の取り扱いに同意する";
  font-size: 0.7em;
  line-height: 1.5;
  display: block;
}
 */
 
  /*新規参加登録ボタンの削除
.login__signup--headarea .btn {
        display: none;
        width: 424.046px;
        padding: 0 23px 0 56px;
    }
*/