#ui-datepicker-div {
    padding: 0 !important;
    z-index: 300 !important;
}
.ui-datepicker {
    padding: 0 !important;
    width: 332px !important;
}
.ui-datepicker-calendar {
    table-layout: fixed !important;
    width: 308px !important;
    margin: 4px 12px 8px !important;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
}
.ui-widget.ui-widget-content {
    border: 1px solid #C4C4C4 !important;
}
.ui-state-default, 
.ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default {
    border: none;
    background: #fff !important;
    font-weight: normal;
    color: #000;
    font-size: 18px;
}
.ui-widget-content .ui-state-default {
    text-align: center !important;
}
.ui-state-default.ui-state-hover {
    background-color: #F5F5F5 !important;
}
.ui-datepicker .ui-datepicker-header {
    padding: 12px 40px !important;
    border-bottom: 1px solid #C4C4C4 !important;
}
.ui-widget-header {
    border: 1px solid #fff !important;
    background: #fff !important;
    color: #555 !important;
    font-weight: bold;
}
.ui-datepicker .ui-datepicker-title {
    font-size: 24px;
    color: #000000;
}
.ui-datepicker-month,
.ui-datepicker-year {border: none !important;}
.ui-datepicker .ui-datepicker-title select {
    margin-left: 1rem !important;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 19% !important;
}
.ui-datepicker-calendar .ui-state-highlight {
    border: solid 1px #C4C4C4 !important;
}
.ui-datepicker th {
    width: 44px !important;
    height: 36px !important;
    padding: 0 !important;
}
.ui-datepicker td {
    width: 44px !important;
    height: 44px !important;
    padding: 4px;
}
.ui-datepicker td a {
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100% !important;
    padding: 0 !important;
}
.ui-datepicker td a.ui-state-active {
    background-color: #000 !important;
    color: #fff !important;
}
.ui-datepicker-prev span,
.ui-datepicker-next span {
    display: none !important;
}
.ui-datepicker-prev,
.ui-datepicker-next {
    width: 24px !important;
    height: 24px !important;
    top: 5px !important;
    cursor: pointer;
    background-color: transparent !important;
    border: none !important;
}
.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
    opacity: 0.7;
}
.ui-datepicker-prev {
    left: 12px !important;
    top: 14px !important;
    background-image: url('/images/icon_arrow_right.svg') !important;
    transform: rotate(180deg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
}
.ui-datepicker-next {
    right: 12px !important;
    top: 14px !important;
    background-image: url('/images/icon_arrow_right.svg') !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
}
.ui-datepicker-header .ui-state-hover.ui-datepicker-prev {
    background-image: url('/images/icon_arrow_right.svg') !important;
    transform: rotate(180deg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
    background-color: #fff;
}
.ui-datepicker-header .ui-state-hover.ui-datepicker-next {
    background-image: url('/images/icon_arrow_right.svg') !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
    background-color: #fff;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0;
    line-height: 1.2em;
}
.ui-datepicker th {
    font-size: 18px;
    font-weight: normal !important;
    color: #7B7B7B;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: 1 !important;
    background-color: #fff !important;
    color: #BCBCBC !important;
}
.ui-widget-content .ui-state-disabled .ui-state-default {
    color: #BCBCBC !important;
}
/************** SP用 **************/
@media (max-width: 639px) {
    .ui-datepicker .ui-datepicker-title {
        font-size: 16px;
    }
    .ui-datepicker th {
        font-size: 14px;
    }
    .ui-state-default, 
    .ui-widget-content .ui-state-default, 
    .ui-widget-header .ui-state-default, 
    .ui-button,
    .ui-button.ui-state-disabled:hover, 
    .ui-button.ui-state-disabled:active {
        font-size: 14px;
    }
    .ui-datepicker-prev,
    .ui-datepicker-next {
        top: 10px !important;
    }
}
