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

#sU-18-3 .payment-plan .payment-due-date .common-textbox,
#sU-11-3 .payment-plan .payment-due-date .common-textbox {
  margin: 0.5vw 0;
}

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

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

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

#sU-18-4 .payment-plan .tax-rate .select-tax-rate,
#sU-11-4 .payment-plan .tax-rate .select-tax-rate {
  width: 3vw;
}
@media screen and (max-width: 1024px){
  #sU-18-4 .payment-plan .tax-rate .select-tax-rate,
  #sU-11-4 .payment-plan .tax-rate .select-tax-rate {
    width: 6.5vw;
  }
}
#sU-18-4 .payment-plan .amount,
#sU-11-4 .payment-plan .amount {
  width: 25%;
}
@media screen and (max-width: 1024px){
  #sU-18-4 .payment-plan .amount,
  #sU-11-4 .payment-plan .amount {
    width: 24%;
  }
}
#sU-18-3 .close-payment,
#sU-11-3 .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-18-3 .close-payment,
  #sU-11-3 .close-payment{
    top: 1vw;
    right: 1vw;
    width: 5vw;
    height: 5vw;
    font-size: 5vw;
}}
#sU-18-3 .close-payment:hover,
#sU-18-3 .close-payment:active,
#sU-11-3 .close-payment:hover,
#sU-11-3 .close-payment:active{
  opacity: 0.6;
}
@media screen and (max-width: 1024px){
  #sU-18-3 .common-input-date > div > select,
  #sU-11-3 .common-input-date > div > select{
    padding: 1vw 2vw;
    font-size: 3.2vw;
}}
@media screen and (max-width: 1024px){
  #sU-18-3 .common-input-date > div::before,
  #sU-11-3 .common-input-date > div::before{
    top: 4vw;
    right: 0.7vw;
    border-width: 1.2vw;
}}

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

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

#sU-18-3 .defense .common-confirm-window > div > ul > li,
#sU-11-3 .defense .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-18-3 .defense .common-confirm-window > div > ul > li,
  #sU-11-3 .defense .common-confirm-window > div > ul > li{
    font-size: 2.6vw;
    margin: 3vw;
    padding: 3vw;
    border: 0.1vw solid #ccc;
}}
#sU-18-3 .defense .common-confirm-window > div > ul > li:hover,
#sU-11-3 .defense .common-confirm-window > div > ul > li:hover{
  background: #ccc;
  color: #fff;
  cursor: pointer;
}
#sU-18-4 .common-input-date > div.common-confirmation-text,
#sU-11-4 .common-input-date > div.common-confirmation-text{
  background: #eee;
}@media screen and (max-width: 1024px){
  #sU-18-4 .common-input-date > div.date-year,
  #sU-11-4 .common-input-date > div.date-year{
    white-space: nowrap;
  }
}
#sU-18-4 .common-input-date > div.common-confirmation-text::before,
#sU-11-4 .common-input-date > div.common-confirmation-text::before{
  content:'';
  border: none;
}
#sU-18-4 .amount-list,
#sU-11-4 .amount-list{
  width: 25vw;
}@media screen and (max-width: 1024px){
  #sU-18-4 .amount-list,
  #sU-11-4 .amount-list{
    width: 68vw;
  }
}
#sU-18-4 .amount-list > label,
#sU-11-4 .amount-list > label{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#sU-18-4 .amount-list > label > p,
#sU-11-4 .amount-list > label > p{
  width: 12vw;
}@media screen and (max-width: 1024px){
  #sU-18-4 .amount-list > label > p,
  #sU-11-4 .amount-list > label > p{
    width: 20vw;
  }
}
#sU-18-4 .amount-list > label > span,
#sU-11-4 .amount-list > label > span{
  width: 13vw;
}@media screen and (max-width: 1024px){
  #sU-18-4 .amount-list > label > span,
  #sU-11-4 .amount-list > label > span{
    width: 40vw;
  }
}
#sU-18-4 .edit_upload_file_name,
#sU-11-4 .edit_upload_file_name {
  padding: 0.5vw;
}

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

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

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

#sU-11-1 .address-open,
#sU-18-1 .address-open{
  font-size: inherit;
  cursor: pointer;
  text-decoration: underline;
  color: inherit;
  text-align: left;
}@media screen and (max-width: 1024px){
  #sU-11-1 .address-open,
  #sU-18-1 .address-open{
    font-size: 3.0vw;
  }
}
#sU-11-3 .dataTables_filter,
#sU-11-4 .dataTables_filter,
#sU-18-3 .dataTables_filter,
#sU-18-4 .dataTables_filter{
  text-align: right;
  margin: 2vw 0;
}
#sU-11-3 .dataTables_filter input,
#sU-11-4 .dataTables_filter input,
#sU-18-3 .dataTables_filter input,
#sU-18-4 .dataTables_filter input{
  font-size: 1.3vw;
  margin-left: 0.5em;
}@media screen and (max-width: 1024px){
  #sU-11-3 .dataTables_filter input,
  #sU-11-4 .dataTables_filter input,
  #sU-18-3 .dataTables_filter input,
  #sU-18-4 .dataTables_filter input{
  font-size: 2.6vw;
  }
}
#sU-11-3 table.dataTable thead .sorting,
#sU-11-4 table.dataTable thead .sorting,
#sU-18-3 table.dataTable thead .sorting,
#sU-18-4 table.dataTable thead .sorting{
  background-image: url("../img/sort_both.png");
}
#sU-11-3 table.dataTable thead .sorting_asc,
#sU-11-4 table.dataTable thead .sorting_asc,
#sU-18-3 table.dataTable thead .sorting_asc,
#sU-18-4 table.dataTable thead .sorting_asc{
  background-image: url("../img/sort_asc.png");
}
#sU-11-3 table.dataTable thead .sorting_desc,
#sU-11-4 table.dataTable thead .sorting_desc,
#sU-18-3 table.dataTable thead .sorting_desc,
#sU-18-4 table.dataTable thead .sorting_desc{
  background-image: url("../img/sort_desc.png");
}
#sU-11-3 table.dataTable thead .sorting_asc_disabled,
#sU-11-4 table.dataTable thead .sorting_asc_disabled,
#sU-18-3 table.dataTable thead .sorting_asc_disabled,
#sU-18-4 table.dataTable thead .sorting_asc_disabled{
  background-image: url("../img/sort_asc_disabled.png");
}
#sU-11-3 table.dataTable thead .sorting_desc_disabled,
#sU-11-4 table.dataTable thead .sorting_desc_disabled,
#sU-18-3 table.dataTable thead .sorting_desc_disabled,
#sU-18-4 table.dataTable thead .sorting_desc_disabled{
  background-image: url("../img/sort_desc_disabled.png");
}
#sU-11-3 table.dataTable thead .sorting,
#sU-11-3 table.dataTable thead .sorting_asc,
#sU-11-3 table.dataTable thead .sorting_desc,
#sU-11-3 table.dataTable thead .sorting_asc_disabled,
#sU-11-3 table.dataTable thead .sorting_desc_disabled,
#sU-11-4 table.dataTable thead .sorting,
#sU-11-4 table.dataTable thead .sorting_asc,
#sU-11-4 table.dataTable thead .sorting_desc,
#sU-11-4 table.dataTable thead .sorting_asc_disabled,
#sU-11-4 table.dataTable thead .sorting_desc_disabled,
#sU-18-3 table.dataTable thead .sorting,
#sU-18-3 table.dataTable thead .sorting_asc,
#sU-18-3 table.dataTable thead .sorting_desc,
#sU-18-3 table.dataTable thead .sorting_asc_disabled,
#sU-18-3 table.dataTable thead .sorting_desc_disabled,
#sU-18-4 table.dataTable thead .sorting,
#sU-18-4 table.dataTable thead .sorting_asc,
#sU-18-4 table.dataTable thead .sorting_desc,
#sU-18-4 table.dataTable thead .sorting_asc_disabled,
#sU-18-4 table.dataTable thead .sorting_desc_disabled{
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right;
}

#sU-11-3 .commentary-open,
#sU-11-4 .commentary-open,
#sU-18-3 .commentary-open,
#sU-18-4 .commentary-open{
  font-size: 1.5vw;
  cursor: pointer;
  text-decoration: underline;
  color: inherit;
}@media screen and (max-width: 1024px){
  #sU-11-3 .commentary-open,
  #sU-11-4 .commentary-open,
  #sU-18-3 .commentary-open,
  #sU-18-4 .commentary-open{
    font-size: 3.2vw;
    line-height: 2em;
  }
}
#sU-11-3 .commentary-window,
#sU-11-4 .commentary-window,
#sU-18-3 .commentary-window,
#sU-18-4 .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-11-3 .commentary-window > div,
#sU-11-4 .commentary-window > div,
#sU-18-3 .commentary-window > div,
#sU-18-4 .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-11-3 .commentary-window > div,
  #sU-11-4 .commentary-window > div,
  #sU-18-3 .commentary-window > div,
  #sU-18-4 .commentary-window > div{
    top: 20vh;
    width: 80vw;
    height: 60vh;
    padding: 4vw;
}}
#sU-11-3 .commentary-close,
#sU-11-4 .commentary-close,
#sU-18-3 .commentary-close,
#sU-18-4 .commentary-close{
  position: absolute;
  top: 0;
  right: 1vw;
  font-size: 4.5vw;
  cursor: pointer;
}@media screen and (max-width: 1024px){
  #sU-11-3 .commentary-close,
  #sU-11-4 .commentary-close,
  #sU-18-3 .commentary-close,
  #sU-18-4 .commentary-close{
    font-size: 9vw;
    right: 2vw;
}}
#sU-11-3 .commentary-confirm,
#sU-11-4 .commentary-confirm,
#sU-18-3 .commentary-confirm,
#sU-18-4 .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-11-3 .commentary-confirm,
  #sU-11-4 .commentary-confirm,
  #sU-18-3 .commentary-confirm,
  #sU-18-4 .commentary-confirm{
    margin: auto;
    font-size: 3.6vw;
    right: 2vw;
    width: 40vw;
    height: 3vw;
    line-height: 2.5vw;
}}
#sU-11-3 .commentary-window > div > h3,
#sU-11-4 .commentary-window > div > h3,
#sU-18-3 .commentary-window > div > h3,
#sU-18-4 .commentary-window > div > h3{
  line-height: 2em;
}
#sU-11-3 .commentary-window > div > div,
#sU-11-4 .commentary-window > div > div,
#sU-18-3 .commentary-window > div > div,
#sU-18-4 .commentary-window > div > div{
  overflow-y: scroll;
  height: calc(100% - 8vw);
}@media screen and (max-width: 1024px){
  #sU-11-3 .commentary-window > div > div,
  #sU-11-4 .commentary-window > div > div,
  #sU-18-3 .commentary-window > div > div,
  #sU-18-4 .commentary-window > div > div{
    height: calc(100% - 20vw);
  }
}
#sU-11-3 .commentary-window table,
#sU-11-4 .commentary-window table,
#sU-18-3 .commentary-window table,
#sU-18-4 .commentary-window table{
  width: 100%;
  margin: 1vw auto;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;
}
#sU-11-3 .commentary-window th,
#sU-11-3 .commentary-window td,
#sU-11-4 .commentary-window th,
#sU-11-4 .commentary-window td,
#sU-18-3 .commentary-window th,
#sU-18-3 .commentary-window td,
#sU-18-4 .commentary-window th,
#sU-18-4 .commentary-window td{
  padding: 1em;
  border: 0.01vw solid #aaa;
  font-size: 0.9vw;
  line-height: 2em;
}@media screen and (max-width: 1024px) {
  #sU-11-3 .commentary-window th,
  #sU-11-3 .commentary-window td,
  #sU-11-4 .commentary-window th,
  #sU-11-4 .commentary-window td,
  #sU-18-3 .commentary-window th,
  #sU-18-3 .commentary-window td,
  #sU-18-4 .commentary-window th,
  #sU-18-4 .commentary-window td{
    font-size: 1.7vw;
}}
#sU-11-3 .commentary-window th,
#sU-11-4 .commentary-window th,
#sU-18-3 .commentary-window th,
#sU-18-4 .commentary-window th{
  background: #eee;
  line-height: 1.5em;
  min-width: 6em;
}

#sU-11-3 .selected,
#sU-18-3 .selected{
  background:#71e5e9;
}
#sU-11-3 .notSelectable,
#sU-18-3 .notSelectable{
  background:#e2e2e2;
}

#sU-11-3 .long-term-label,
#sU-18-3 .long-term-label {
  display: flex;
}

#sU-11-3 .common-help-icon > svg,
#sU-18-3 .common-help-icon > svg {
  cursor: pointer;
  margin-left: 0.5vw;
}

#sU-11-3 #dataTable-user-name,
#sU-11-4 #dataTable-user-name,
#sU-18-3 #dataTable-user-name,
#sU-18-4 #dataTable-user-name {
  width: 10%!important;
}
#sU-11-3 #dataTable-mail,
#sU-11-4 #dataTable-mail,
#sU-18-3 #dataTable-mail,
#sU-18-4 #dataTable-mail {
  width: 30%!important;
}
#sU-11-3 #dataTable-role,
#sU-11-4 #dataTable-role,
#sU-18-3 #dataTable-role,
#sU-18-4 #dataTable-role {
  width: 5%!important;
}
