input, select, textarea{
    padding: 10px;
}

textarea {
    resize: vertical;
}

.form {
    top: 260px;
    left: 404px;
    width: 100%;
    height: 40px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #AAAAAA;
    opacity: 1;
}

.form-container {
    width: 95%;
    background-color: white;
    margin-top: -3%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.select-form {
    background-color: #ffffff !important;
    border: 1px solid #AAAAAA;
}

.search-form {
    background-color: #ffffff !important;
    border: 1px solid #AAAAAA !important;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: 16px;
    margin: 0 0 8px 0;
}

.input-item {
    width: 100%;
    height: 50px;
}

.input-modal-item {
    width: 100%;
    height: 50px;
}

.contents {
    display: flex;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 25px;
    margin-bottom: 0 !important;
}

.select-item {
    height: 50px;
}

.input-item-box {
    width: 70%;
}

.birthday-item {
    height: 50px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.form-box {
    position: relative;
    width: 97%;
    margin-right: auto;
    margin-left: auto;
}

.search-field {
    margin-left: 2% !important;
    background: rgba(255, 255, 255, 0.8);
    margin-bottom: 0px;
    width: 440px !important;
    height: 580px;
}

[type=radio]:not(:checked) + span, [type=radio]:checked + span {
    padding-left: 25px !important;
}

@media screen and (max-width: 500px) {
    .input-item {
        height: 52px;
    }
    .select-item {
        height: 52px;
    }

    .input-modal-item {
        height: 40px;
    }

    .search-field {
        margin-left: 0% !important;
        padding: 3%;
        background: rgba(255, 255, 255, 0.8);
        margin-bottom: 0px;
        width: 100% !important;
        height: 100% !important;
    }
}

/* 管理者用css */
.admin-form {
    top: 260px;
    left: 404px;
    width: 100%;
    height: 40px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #AAAAAA;
    opacity: 1;
}

.admin-form-container {
    width: 95%;
    background-color: white;
    margin-top: -3%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.admin-select-form {
    background-color: #ffffff !important;
    border: 1px solid #AAAAAA;
}

.admin-search-form {
    background-color: #ffffff !important;
    border: 1px solid #AAAAAA !important;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: 16px;
    margin: 0 0 8px 0;
}

.admin-input-item {
    width: 100%;
    height: 50px;
}

.admin-contents {
    display: flex;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 25px;
    margin-bottom: 0 !important;
}

.admin-select-item {
    height: 50px;
}

.admin-input-item-box {
    width: 70%;
}

.admin-birthday-item {
    height: 50px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.admin-form-box {
    position: relative;
    width: 97%;
    margin-right: auto;
    margin-left: auto;
}
