#live_field {
    display: none;
}

#hope_kurasimanet {
    display: none;
}

#shareJobCafe {
    display: none;
}

#already_finished_ui {
    display: none;
}

#ui_history {
    display: none;
}

#next_btn_student {
    display: none;
}

#next_btn_general {
    display: none;
}

#next_btn_kurashimanet {
    display: none;
}

#to_jobcafe_student {
    display: none;
}

#to_jobcafe {
    display: none;
}

#to_kurasimanet {
    display: none;
}

.test {
    background: linear-gradient(45deg, rgb(245, 247, 243), rgb(234, 236, 232));
}

.required-label:before {
    content: "必須";
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    padding: 2px;
    background-color: #F10A4B;
    line-height: 1;
    color: #FFFFFF;
    font-weight: normal;
    font-size: 10px;
    border-radius: 3px;
    margin-top: -0.2em;
}

.centered {
    text-align: center;
}

table {
    border-collapse:separate;
    border-spacing: 15px;
    width: 100%;
}

table td {
    text-align: center;
    padding: 10px 0;
}