#sU-36-1 .common-flex{
    margin-top: 0.5vw;
}@media screen and (max-width: 1024px){
    #sU-36-1 .common-flex{
        margin-top: 5vw;
    }}
#sU-36-1 .payment-due-date{
    position: relative;
    overflow: hidden;
    transition: 0.2s;
}

#sU-36-1 .payment-plan .payment-due-date .common-textbox {
    margin: 0.5vw 0;
}

#sU-36-1 .payment-plan .tax-rate {
    width: 20%;
    margin-left: auto;
}
@media screen and (max-width: 1024px){
    #sU-36-1 .payment-plan .tax-rate {
        width: 30%;
    }
}

#sU-36-1 .payment-plan .tax-rate .select-tax-rate {
    display: flex;
    flex-direction: row;
    align-items: center;
}
#sU-36-1 .payment-plan .tax-rate .select-tax-rate .common-select {
    width: 4vw;
}
@media screen and (max-width: 1024px){
    #sU-36-1 .payment-plan .tax-rate .select-tax-rate .common-select {
        width: 12vw;
    }
}
#sU-36-2 .payment-plan .plan-date {
    width: 30%;
}
@media screen and (max-width: 1024px){
    #sU-36-2 .payment-plan .plan-date {
        width: 38%;
    }
}

#sU-36-2 .payment-plan .tax-rate {
    width: 10%;
}
@media screen and (max-width: 1024px){
    #sU-36-2 .payment-plan .tax-rate {
        width: 12%;
    }
}

#sU-36-2 .payment-plan .tax-rate .select-tax-rate {
    width: 3vw;
}
@media screen and (max-width: 1024px){
    #sU-36-2 .payment-plan .tax-rate .select-tax-rate {
        width: 6.5vw;
    }
}
#sU-36-2 .payment-plan .amount {
    width: 25%;
}
@media screen and (max-width: 1024px){
    #sU-36-2 .payment-plan .amount {
        width: 24%;
    }
}
#sU-36-1 .close-payment{
    position: absolute;
    top: 0.2vw;
    right: 0.2vw;
    color: #777;
    width: 1.1vw;
    height: 1.1vw;
    font-size: 1.2vw;
    font-weight: bold;
    cursor: pointer;
    transition: 0.2s;
    z-index: 10;
}@media screen and (max-width: 1024px){
    #sU-36-1 .close-payment{
        top: 1vw;
        right: 1vw;
        width: 5vw;
        height: 5vw;
        font-size: 5vw;
    }}
#sU-36-1 .close-payment:hover,
#sU-36-1 .close-payment:active{
    opacity: 0.6;
}
@media screen and (max-width: 1024px){
    #sU-36-1 .common-input-date > div > select{
        padding: 1vw 2vw;
        font-size: 3.2vw;
    }}
@media screen and (max-width: 1024px){
    #sU-36-1 .common-input-date > div::before{
        top: 4vw;
        right: 0.7vw;
        border-width: 1.2vw;
    }}

#sU-36-1 textarea{
    font-size: 1.3vw;
    line-height: 1.5em;
    height: 5.25vw;
}@media screen and (max-width: 1024px){
    #sU-36-1 textarea{
        font-size: 2.6vw;
        line-height: 1.5em;
        height: 40vw;
    }}

#sU-36-1 .common-confirm-window > div{
    margin: 5vw auto auto auto;
    width: 60vw;
}@media screen and (max-width: 1024px){
    #sU-36-1 .common-confirm-window > div{
        width: 85vw;
    }}
#sU-36-1 .common-confirm-window > div > ul{
    height: 30vw;
    overflow-y: scroll;
}@media screen and (max-width: 1024px){
    #sU-36-1 .common-confirm-window > div > ul{
        height: 90vw;
    }}

#sU-36-1 .common-confirm-window > div > ul > li{
    text-align: left;
    font-size: 1vw;
    line-height: 1.5em;
    margin: 1vw;
    padding: 1vw;
    border: 0.1vw solid #ccc;
}@media screen and (max-width: 1024px){
    #sU-36-1 .common-confirm-window > div > ul > li{
        font-size: 2.6vw;
        margin: 3vw;
        padding: 3vw;
        border: 0.1vw solid #ccc;
    }}
#sU-36-1 .common-confirm-window > div > ul > li:hover{
    background: #ccc;
    color: #fff;
    cursor: pointer;
}
#sU-36-2 .common-input-date > div.common-confirmation-text{
    background: #eee;
}@media screen and (max-width: 1024px){
    #sU-36-2 .common-input-date > div.date-year{
        white-space: nowrap;
    }
}
#sU-36-2 .common-input-date > div.common-confirmation-text::before{
    content:'';
    border: none;
}
#sU-36-2 .amount-list{
    width: 25vw;
}@media screen and (max-width: 1024px){
    #sU-36-2 .amount-list{
        width: 68vw;
    }
}
#sU-36-2 .amount-list > label{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#sU-36-2 .amount-list > label > p{
    width: 12vw;
}@media screen and (max-width: 1024px){
    #sU-36-2 .amount-list > label > p{
        width: 20vw;
    }
}
#sU-36-2 .amount-list > label > span{
    width: 13vw;
}@media screen and (max-width: 1024px){
    #sU-36-2 .amount-list > label > span{
        width: 40vw;
    }
}
#sU-36-2 .edit_upload_file_name {
    padding: 0.5vw;
}

#sU-36-1 .common-outer-panel,
#sU-36-2 .common-outer-panel{
    width: 70vw;
}@media screen and (max-width: 1024px){
    #sU-36-1 .common-outer-panel,
    #sU-36-2 .common-outer-panel{
        width: 100vw;
        padding: 1vw 0;
    }
    #sU-36-1 .common-outer-panel,
    #sU-36-2 .common-outer-panel{
        padding: 1vw 0;
    }
}

#sU-36-3 .common-outer-panel{
    width: 84vw;
}@media screen and (max-width: 1024px){
    #sU-36-3 .common-outer-panel{
        width: 100vw;
        padding: 1vw 0;
    }
    #sU-36-3 .common-inner-panel{
        padding: 1vw 0;
    }}
#sU-36-3 .common-button-arrangement > .common-button-red,
#sU-36-3 .common-button-arrangement > .common-button-white{
    width: 20vw;
    margin: 1vw 0;
}@media screen and (max-width: 1024px){
    #sU-36-3 .common-button-arrangement > .common-button-red,
    #sU-36-3 .common-button-arrangement > .common-button-white{
        width: 93vw;
        margin: 3vw auto;
    }}

#sU-36-2 .checked-disabled > input:checked + span{
    color: #707070;
    background-color: #EEEEEE;
    font-weight: bold;
}
#sU-36-2 .checked-disabled > input:disabled + span::after{
    border-bottom: 0.1vw solid #707070;
    border-right: 0.1vw solid #707070;
}

#sU-36-1 .dataTables_filter,
#sU-36-2 .dataTables_filter{
    text-align: right;
    margin: 2vw 0;
}

#sU-36-1 .dataTables_filter input,
#sU-36-2 .dataTables_filter input{
    font-size: 1.3vw;
    margin-left: 0.5em;
}@media screen and (max-width: 1024px){
    #sU-36-1 .dataTables_filter input,
    #sU-36-2 .dataTables_filter input{
        font-size: 2.6vw;
    }
}

#sU-36-1 .address-window table,
#sU-36-2 .address-window table{
    width: 100%;
    margin: 1vw auto;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;
}
#sU-36-1 .address-window th,
#sU-36-1 .address-window td,
#sU-36-2 .address-window th,
#sU-36-2 .address-window td{
    padding: 1em;
    border: 0.01vw solid #aaa;
    font-size: 0.9vw;
    line-height: 2em;
}@media screen and (max-width: 1024px) {
    #sU-36-1 .address-window th,
    #sU-36-1 .address-window td,
    #sU-36-2 .address-window th,
    #sU-36-2 .address-window td{
        font-size: 1.7vw;
    }}
#sU-36-1 .address-window th,
#sU-36-2 .address-window th{
    background-color: #eee;
    line-height: 1.5em;
    min-width: 3em;
}
#sU-36-1 table.dataTable thead .sorting,
#sU-36-2 table.dataTable thead .sorting{
    background-image: url("../img/sort_both.png");
}
#sU-36-1 table.dataTable thead .sorting_asc,
#sU-36-2 table.dataTable thead .sorting_asc{
    background-image: url("../img/sort_asc.png");
}
#sU-36-1 table.dataTable thead .sorting_desc,
#sU-36-2 table.dataTable thead .sorting_desc{
    background-image: url("../img/sort_desc.png");
}
#sU-36-1 table.dataTable thead .sorting_asc_disabled,
#sU-36-2 table.dataTable thead .sorting_asc_disabled{
    background-image: url("../img/sort_asc_disabled.png");
}
#sU-36-1 table.dataTable thead .sorting_desc_disabled,
#sU-36-2 table.dataTable thead .sorting_desc_disabled{
    background-image: url("../img/sort_desc_disabled.png");
}
#sU-36-1 table.dataTable thead .sorting,
#sU-36-1 table.dataTable thead .sorting_asc,
#sU-36-1 table.dataTable thead .sorting_desc,
#sU-36-1 table.dataTable thead .sorting_asc_disabled,
#sU-36-1 table.dataTable thead .sorting_desc_disabled,
#sU-36-2 table.dataTable thead .sorting,
#sU-36-2 table.dataTable thead .sorting_asc,
#sU-36-2 table.dataTable thead .sorting_desc,
#sU-36-2 table.dataTable thead .sorting_asc_disabled,
#sU-36-2 table.dataTable thead .sorting_desc_disabled{
    cursor: pointer;
    *cursor: hand;
    background-repeat: no-repeat;
    background-position: center right;
}

#sU-36-1 .commentary-open,
#sU-36-2 .commentary-open{
    font-size: 1.5vw;
    cursor: pointer;
    text-decoration: underline;
    color: inherit;
}@media screen and (max-width: 1024px){
    #sU-36-1 .commentary-open,
    #sU-36-2 .commentary-open{
        font-size: 3.2vw;
        line-height: 2em;
    }
}
#sU-36-1 .commentary-window,
#sU-36-2 .commentary-window{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2000;
    display: none;
}
#sU-36-1 .commentary-window > div,
#sU-36-2 .commentary-window > div{
    position: relative;
    top: 2vw;
    width: 60vw;
    height: 85vh;
    background: #fff;
    text-align: left;
    padding: 1vw;
    margin: auto;
}@media screen and (max-width: 1024px){
    #sU-36-1 .commentary-window > div,
    #sU-36-2 .commentary-window > div{
        top: 20vh;
        width: 80vw;
        height: 60vh;
        padding: 4vw;
    }}
#sU-36-1 .commentary-close,
#sU-36-2 .commentary-close{
    position: absolute;
    top: 0;
    right: 1vw;
    font-size: 4.5vw;
    cursor: pointer;
}@media screen and (max-width: 1024px){
    #sU-36-1 .commentary-close,
    #sU-36-2 .commentary-close{
        font-size: 9vw;
        right: 2vw;
    }}
#sU-36-1 .commentary-confirm,
#sU-36-2 .commentary-confirm{
    bottom: 0;
    line-height: 2.5vw;
    text-align: center;
    font-size: 1.5vw;
    width: 25%;
    height: 5%;
}@media screen and (max-width: 1024px){
    #sU-36-1 .commentary-confirm,
    #sU-36-2 .commentary-confirm{
        margin: auto;
        font-size: 3.6vw;
        right: 2vw;
        width: 40vw;
        height: 3vw;
        line-height: 2.5vw;
    }}
#sU-36-1 .commentary-window > div > h3,
#sU-36-2 .commentary-window > div > h3{
    line-height: 2em;
}
#sU-36-1 .commentary-window > div > div,
#sU-36-2 .commentary-window > div > div{
    overflow-y: scroll;
    height: calc(100% - 8vw);
}@media screen and (max-width: 1024px){
    #sU-36-1 .commentary-window > div > div,
    #sU-36-2 .commentary-window > div > div{
        height: calc(100% - 20vw);
    }
}
#sU-36-1 .commentary-window table,
#sU-36-2 .commentary-window table{
    width: 100%;
    margin: 1vw auto;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;
}
#sU-36-1 .commentary-window th,
#sU-36-1 .commentary-window td,
#sU-36-2 .commentary-window th,
#sU-36-2 .commentary-window td{
    padding: 1em;
    border: 0.01vw solid #aaa;
    font-size: 0.9vw;
    line-height: 2em;
}@media screen and (max-width: 1024px) {
    #sU-36-1 .commentary-window th,
    #sU-36-1 .commentary-window td,
    #sU-36-2 .commentary-window th,
    #sU-36-2 .commentary-window td{
        font-size: 1.7vw;
    }}
#sU-36-1 .commentary-window th,
#sU-36-2 .commentary-window th{
    background: #eee;
    line-height: 1.5em;
    min-width: 6em;
}

#sU-36-1 .selected{
    background:#71e5e9;
}
#sU-36-1 .notSelectable{
    background:#e2e2e2;
}

#sU-36-2 .toggle-password{
    width: calc(45% - 1vw);
    text-align: right;
}

#sU-36-2 .toggle-password > span{
    cursor: pointer;
}

#sU-36-1 #dataTable-user-name {
  width: 10%!important;
}
#sU-36-1 #dataTable-mail {
  width: 30%!important;
}
#sU-36-1 #dataTable-role {
  width: 5%!important;
}

#sU-36-2 #dataTable-user-name {
  width: 10%!important;
}
#sU-36-2 #dataTable-mail {
  width: 30%!important;
}
#sU-36-2 #dataTable-role {
  width: 5%!important;
}
