@media screen and (min-width:769px) {
    .form-content {
        display: flex;
        flex-direction: column;
        margin: 3% 0 0;
        background-color: rgba(255,250,250,.8);
        border-radius: 5px;
        padding: 1% 3%;
    }
    .form_location,.form_pickup,.form_dropoff,.form_vehicle {
        background-color: rgba(255, 250, 250, 0.1);
        border: none;
        width: 85%;
        margin: 0 auto;
        font-size: 18px;
        /*font-size: clamp(5px,1.5vw,18px);*/
        text-align: center;
    }
    .form_location option:nth-child(n),.form_vehicle option:nth-child(n) {
        background-color: rgba(255, 250, 250, 0.8);
    }
    .form-content .ui-datepicker-trigger {
        width: 30px;
        height: 30px;
        margin: 0 !important;
    }
    .pick_to_drop {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .dropoff_caution {
        font-size: 16px;
        color: red;
    }
    .Simulate .Btn_Simulator_flexView {
        padding: 4% 0;
    }
    .simulater_bookingRequest {
        margin: 3%;
    }
    .simulater_bookingRequest_inner {
        display: flex;
        justify-content: space-between;
    }
    .request-content {
        width: 30%;
        text-align: left;
        font-size: clamp(5px,1.67vw,20px) !important;
        display: flex;
        flex-direction: column;
    }
    .Schedule.request-content {
        width: 40%;
    }
    .request-content .pick_to_drop {
        border: 1px solid #ccc;
    }
    .request-content .pick_to_drop h5 {
        font-size: clamp(5px,1.5vw,18px);
    }
    .request-content select {
        padding: .5em;
    }
    .request-content input {
        border: none;
        font-size: 1em;
        padding: .5em;
        width: 100%;
    }
    .request_location,.pick_to_drop,.request_vehicle {
        font-size: clamp(5px,1.7vw,20.4px) !important;
        height: 50%;
    }
    .readonly {
        width: clamp(5px,1.5vw,18px) !important;
        padding: 0 !important;
        text-align: center;
    }
    .request-content .ui-datepicker-trigger {
        width: clamp(5px,2.66vw,32px);
        height: clamp(5px,2.66vw,32px);
        margin: 0 !important;
    }
    .Request .Btn_Simulator_flexView {
        padding: 1.5% 0;
        width: 30%;
        margin: 6% 0;
    }
    .Request .Btn_Simulator_flexView p {
        margin-bottom: 0;
    }
}
@media screen and (max-width:768px) {
    .form-content {
        display: flex;
        flex-direction: column;
        margin: 3% 0 0;
        background-color: rgba(255,250,250,.9);
        border-radius: 3px;
        padding: 1% 3%;
    }
    .form_location,.form_pickup,.form_dropoff,.form_vehicle {
        background-color: rgba(255,250,250,.1);
        border: none;
        width: 85%;
        margin: 0 auto;
        font-size: 5vw;
        text-align: center;
    }
    .form_pickup,.form_dropoff {
        font-size: 4vw;
    }
    .form_location option:nth-child(n),.form_vehicle option:nth-child(n) {
        background-color: rgba(255, 250, 250, 0.8);
        font-size: 4vw;
    }
    .form-content .ui-datepicker-trigger {
        width: 8vw;
        height: 8vw;
        margin: 0 !important;
    }
    .pick_to_drop {
        display: flex;
        justify-content: space-between;
    }
    .dropoff_caution {
        font-size: 3.8vw;
        color: red;
    }
    .Simulate .Btn_Simulator_flexView {
        padding: 5% 0;
    }
    .request-content {
        display: flex;
        flex-direction: column;
        width: 90%;
        margin: 3% auto 0;
        text-align: left;
        /*background-color: rgba(255, 250, 250, .9);*/
    }
    .request_location,.request_vehicle,.request_pickup,.request_dropoff {
        font-size: 5vw !important;
        padding: .5em;
        /*border: none !important;
        text-align: center;
        width: 85%;
        margin: 0 auto;
        background-color: rgba(255, 250, 250, .1);*/
    }
    .request_pickup,.request_dropoff {
        font-size: 4vw !important;
        width: 100%;
    }
    .request-content .pick_to_drop {
        padding: .5em;
        border: 1px solid #ccc;
    }
    .request-content input {
        border: none !important;
        padding: 0 !important;
    }
    .readonly {
        width: 5vw !important;
        padding: 0 !important;
        text-align: center;
    }
    .readonly:focus {
        outline: none;
    }
    .request-content .ui-datepicker-trigger {
        width: 8vw;
        height: 8vw;
        margin: 0 auto;
    }
    .Request .Btn_Simulator_flexView {
        padding: 5% 0;
        width: 90%;
    }
    .Request .Btn_Simulator_flexView p {
        margin-bottom: 0;
    }
    .schedule_caution {
        font-size: 4vw;
        color: red;
    }
    
    /* datetimepickerの調整 */
    #ui-datepicker-div {
        width: 85% !important;
    }
    .ui-datepicker .ui-datepicker-title {
	font-size: 1.1rem
    }
    .ui-datepicker table {
	font-size: .5em;
    }
    .ui_tpicker_time_label,.ui-datepicker-buttonpane {
        font-size: 1rem;
	margin: 0 !important;
    }
    .ui-timepicker-select {
        font-size: .9em !important;
        appearance: auto;
        -webkit-appearance: auto;
        -moz-appearance: auto;
    }
}
.request-content select {
    appearance: auto !important;
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
}
.Btn_Simulator_flexView {
    font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", 'Meiryo', Verdana,Arial, sans-serif;
}
