#ticket_form_table{
    margin:0 auto;
    border:none;
}
/* 受付用データ */
#stage_select{
    display:flex;
}
#stage_select label{
    border:solid 2px black;
    background:ghost-white;
    color:black;
    width:20em;
    padding:0.3em;
    margin:0.5em;
}
#stage_select input[type="radio"]:checked + label{
    font-weight:bold;
    color:green;
}

#stage_select input[type="radio"]{
    display:none;
}
