#edit-entry-type, #edit-sex-type {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3em 2em;
    border: none;
    row-gap: 10px;
}

#edit-birthday {
    display: flex;
    align-items: center;
}
#edit-birthday > div {
    position: relative;
}
#edit-birthday select {
    -webkit-appearance: none;
    display: block;
    width: 100%;
    padding: 8px calc(0.8em + 30px) 8px 8px;
    font-size: 15px;
    box-sizing: border-box;
    border: 1px solid #d8d8d8;
    text-align: right;
    background: url("/themes/custom/ookuma/assets/css/img/arrow.svg") no-repeat right 12px center / 10px auto;
}
#edit-birthday p {
    padding: 0 10px;
}

#edit-job-type {
    appearance: none;
    min-width: 230px;
    height: 2.4em;
    padding: 8px calc(0.8em + 30px) 8px 8px;
    border: 1px solid #d8d8d8;
    background-color: #fff;
    font-size: 14px;
    cursor: pointer;
    color: #333f50;
    background: url("/themes/custom/ookuma/assets/css/img/arrow.svg") no-repeat right 12px center / 10px auto;
}
label.error {
    display: block;
    font-size: 10px;
    color: #ce3141;
    margin-top: 5px;
}