@import url("./common.css");
/************************
** ユーザー情報入力ページ
*************************/

.input_caution {
    font-size: 0.7rem;
    text-align: left;
    color: #453283;
    width: 85%;
    margin: 20px auto;
}

.radio_frame {
    width: 30%;
}

.question_item_text {
    text-align: center;
    margin-bottom: 30px;
}