table.first_timetable th {
    background-color: #eb5d85 !important;
}

#input_form tr th {
    text-align: left;
}

#input_form .must {
    margin: 5px 0 0 20px;
    color: #fff;
    background-color: red;
    border-radius: 5px;
    padding: 1px 6px;
    font-size: 14px;
}

#input_form .red {
    margin: 0 0 0 10px;
    color: #f00;
}

#input_form input[type='text'] {
    width: 99%;
}

#input_form input[type='text'][name='last_name_kana'],
#input_form input[type='text'][name='first_name_kana'],
#input_form input[type='text'][name='last_name_kanji'],
#input_form input[type='text'][name='first_name_kanji'],
#input_form input[type='text'][name='age'] {
    width: 45%;
}

#input_form input[type='text'][name='email'] {
    width: 75%;
}

#input_form label {
    margin-right: 10px;
    white-space: nowrap;
    cursor: pointer;
}

#input_form label.closed {
    position: relative;
}

#input_form label.closed::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #f00;
    display: block;
    position: absolute;
    top: 15px;
}

#input_form label.newline-label {
    display: block;
}

#input_form label > *{
    vertical-align: middle;
}

#input_form label input {
    margin-right: 5px;
}

#input_form label.closed input {
    opacity: .5;
    pointer-events: none;
}


#input_form label input:disabled + span,
#input_form label input:disabled + span + br + span {
    opacity: .35;
}

#input_form label .entry-fee {
    margin-left: 20px;
    display: inline-block;
}

#input_form .submitArea {
    text-align: center;
}

.error-message {
    margin-bottom: 20px;
    color: #f00;
}

.submitArea {
    display: flex;
    justify-content: center;
}

.submitArea > * {
    margin: 0 20px;
}