/****************************************
*   Reservation | Procedure Contents
**  Base
**  Setting
**  Profile
****************************************/

/****************************************
** Base
****************************************/
form p {
    color: #999;
    font-size: 0.8em;
    line-height: 1.7;
}

form h4 {
    margin-top: 0.8em;
    margin-bottom: 0.3em;
}

[type="text"], [type="tel"], textarea {
    margin-right: 1em;
    width: 100%;
}

/****************************************
** Setting
****************************************/
fieldset.setting input:not([type="radio"]),
fieldset.setting textarea {
    background-color: #FFFEF8;
    margin: 1px;
    padding: 1%;
    font-size: 100%;
    border: 1px #000 solid;
}

/****************************************
** Profile
****************************************/

fieldset.profile h4 {
    color: #999;
    font-size: 14px;
}

fieldset.profile li:not(:last-child) {
    border-bottom: 1px #C2C2C2 solid;
    padding-bottom: 0.5em;
}

fieldset.profile li p {
    color: #1b1b1b;
    font-size: 1rem;
}
