#sU-21-1 .common-outer-panel,
#sU-21-2 .common-outer-panel,
#sU-21-3 .common-outer-panel,
#sU-21-4 .common-outer-panel,
#sU-21-5 .common-outer-panel{
  width: 74vw;
}@media screen and (max-width: 1024px){
  #sU-21-1 .common-outer-panel,
  #sU-21-2 .common-outer-panel,
  #sU-21-3 .common-outer-panel,
  #sU-21-4 .common-outer-panel,
  #sU-21-5 .common-outer-panel{
    width: 98vw;
  }
}
#sU-21-1 .common-flex,
#sU-21-2 .common-flex,
#sU-21-3 .common-flex,
#sU-21-4 .common-flex{
  justify-content: flex-start;
}@media screen and (max-width: 1024px){
  #sU-21-1 .common-flex,
  #sU-21-2 .common-flex,
  #sU-21-3 .common-flex,
  #sU-21-4 .common-flex{
    display: block;
  }
}
#sU-21-1 .common-flex > *,
#sU-21-2 .common-flex > *,
#sU-21-3 .common-flex > *,
#sU-21-4 .common-flex > *{
  width: 100%;
  margin-right: 1vw;
}@media screen and (max-width: 1024px){
  #sU-21-1 .common-flex > *,
  #sU-21-2 .common-flex > *,
  #sU-21-3 .common-flex > *,
  #sU-21-4 .common-flex > *{
    margin-right: auto;
  }
}
#sU-21-1 .name,
#sU-21-2 .name,
#sU-21-3 .name{
  width: 31vw;
}@media screen and (max-width: 1024px){
  #sU-21-1 .name,
  #sU-21-2 .name,
  #sU-21-3 .name{
    width: calc(100% - 4vw);
  }
  #sU-21-1 .common-flex .common-select.name,
  #sU-21-2 .common-flex .common-select.name,
  #sU-21-3 .common-flex .common-select.name{
    width: 100%;
  }
}
#sU-21-1 .common-select.short,
#sU-21-2 .common-select.short,
#sU-21-3 .common-select.short{
  margin: 0.5vw 0.1vw 0.5vw 0.5vw;
}

#sU-21-1 .name-short,
#sU-21-2 .name-short,
#sU-21-3 .name-short{
  width: 20vw;
}@media screen and (max-width: 1024px){
  #sU-21-1 .name-short,
  #sU-21-2 .name-short,
  #sU-21-3 .name-short{
    width: 70vw;
  }
}
#sU-21-1 .short,
#sU-21-2 .short,
#sU-21-3 .short{
  width: calc(45% - 1vw);
}@media screen and (max-width: 1024px){
  #sU-21-1 .short,
  #sU-21-2 .short,
  #sU-21-3 .short{
    width: calc(45% - 4vw);
  }
}

#sU-21-1 .commentary-open,
#sU-21-2 .commentary-open,
#sU-21-3 .commentary-open,
#sU-21-4 .commentary-open{
  font-size: 1.5vw;
  cursor: pointer;
  text-decoration: underline;
  color: inherit;
}@media screen and (max-width: 1024px){
  #sU-21-1 .commentary-open,
  #sU-21-2 .commentary-open,
  #sU-21-3 .commentary-open,
  #sU-21-4 .commentary-open{
    font-size: 3.2vw;
    line-height: 2em;
  }
}
#sU-21-1 .commentary-window,
#sU-21-2 .commentary-window,
#sU-21-3 .commentary-window,
#sU-21-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-21-1 .commentary-window > div,
#sU-21-2 .commentary-window > div,
#sU-21-3 .commentary-window > div,
#sU-21-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-21-1 .commentary-window > div,
  #sU-21-2 .commentary-window > div,
  #sU-21-3 .commentary-window > div,
  #sU-21-4 .commentary-window > div{
    top: 20vh;
    width: 80vw;
    height: 60vh;
    padding: 4vw;
}}
#sU-21-1 .commentary-close,
#sU-21-2 .commentary-close,
#sU-21-3 .commentary-close,
#sU-21-4 .commentary-close{
  position: absolute;
  top: 0;
  right: 1vw;
  font-size: 4.5vw;
  cursor: pointer;
}@media screen and (max-width: 1024px){
  #sU-21-1 .commentary-close,
  #sU-21-2 .commentary-close,
  #sU-21-3 .commentary-close,
  #sU-21-4 .commentary-close{
    font-size: 9vw;
    right: 2vw;
}}

#sU-21-1 .commentary-confirm,
#sU-21-3 .commentary-confirm,
#sU-21-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-21-1 .commentary-confirm,
  #sU-21-3 .commentary-confirm,
  #sU-21-4 .commentary-confirm{
    margin: auto;
    font-size: 3.6vw;
    right: 2vw;
    width: 40vw;
    height: 3vw;
    line-height: 2.5vw;
}}
#sU-21-1 .commentary-window > div > h3,
#sU-21-2 .commentary-window > div > h3,
#sU-21-3 .commentary-window > div > h3,
#sU-21-4 .commentary-window > div > h3{
  line-height: 2em;
}
#sU-21-1 .commentary-window > div > div,
#sU-21-2 .commentary-window > div > div,
#sU-21-3 .commentary-window > div > div,
#sU-21-4 .commentary-window > div > div{
  overflow-y: scroll;
  height: calc(100% - 8vw);
}@media screen and (max-width: 1024px){
  #sU-21-1 .commentary-window > div > div,
  #sU-21-3 .commentary-window > div > div,
  #sU-21-4 .commentary-window > div > div{
    height: calc(100% - 20vw);
  }
}
#sU-21-1 .commentary-window table,
#sU-21-2 .commentary-window table,
#sU-21-3 .commentary-window table,
#sU-21-4 .commentary-window table{
  width: 100%;
  margin: 1vw auto;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;
}
#sU-21-1 .commentary-window th,
#sU-21-1 .commentary-window td,
#sU-21-2 .commentary-window th,
#sU-21-2 .commentary-window td,
#sU-21-3 .commentary-window th,
#sU-21-3 .commentary-window td,
#sU-21-4 .commentary-window th,
#sU-21-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-21-1 .commentary-window th,
  #sU-21-1 .commentary-window td,
  #sU-21-2 .commentary-window th,
  #sU-21-2 .commentary-window td,
  #sU-21-3 .commentary-window th,
  #sU-21-3 .commentary-window td,
  #sU-21-4 .commentary-window th,
  #sU-21-4 .commentary-window td{
    font-size: 1.7vw;
}}
#sU-21-1 .commentary-window th,
#sU-21-2 .commentary-window th,
#sU-21-3 .commentary-window th,
#sU-21-4 .commentary-window th{
  background: #eee;
  line-height: 1.5em;
  min-width: 6em;
}

#sU-21-2 .checked-disabled > input:checked + span,
#sU-21-3 .checked-disabled > input:checked + span,
#sU-21-4 .checked-disabled > input:checked + span{
  color: #707070;
  background-color: #EEEEEE;
  font-weight: bold;
}
#sU-21-2 .checked-disabled > input:disabled + span::after,
#sU-21-3 .checked-disabled > input:disabled + span::after,
#sU-21-4 .checked-disabled > input:disabled + span::after{
  border-bottom: 0.1vw solid #707070;
  border-right: 0.1vw solid #707070;
}
#sU-21-2 .common-upload > .common-supplement,
#sU-21-4 .common-upload > .common-supplement,
#sU-21-5 .common-upload > .common-supplement{
  margin: 0;
  font-size: 1.0vw;
}@media screen and (max-width: 1024px){
  #sU-21-2 .common-upload > .common-supplement,
  #sU-21-4 .common-upload > .common-supplement,
  #sU-21-5 .common-upload > .common-supplement{
    margin: 0;
    font-size: 2.6vw;
  }
}

#sU-21-3 .common-inner-panel {
  margin-bottom: 1vw;
}

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

#sU-21-1 table.dataTable thead .sorting,
#sU-21-2 table.dataTable thead .sorting,
#sU-21-3 table.dataTable thead .sorting,
#sU-21-4 table.dataTable thead .sorting{
  background-image: url("../img/sort_both.png");
}
#sU-21-1 table.dataTable thead .sorting_asc,
#sU-21-2 table.dataTable thead .sorting_asc,
#sU-21-3 table.dataTable thead .sorting_asc,
#sU-21-4 table.dataTable thead .sorting_asc{
  background-image: url("../img/sort_asc.png");
}
#sU-21-1 table.dataTable thead .sorting_desc,
#sU-21-2 table.dataTable thead .sorting_desc,
#sU-21-3 table.dataTable thead .sorting_desc,
#sU-21-4 table.dataTable thead .sorting_desc{
  background-image: url("../img/sort_desc.png");
}
#sU-21-1 table.dataTable thead .sorting_asc_disabled,
#sU-21-2 table.dataTable thead .sorting_asc_disabled,
#sU-21-3 table.dataTable thead .sorting_asc_disabled,
#sU-21-4 table.dataTable thead .sorting_asc_disabled{
  background-image: url("../img/sort_asc_disabled.png");
}
#sU-21-1 table.dataTable thead .sorting_desc_disabled,
#sU-21-2 table.dataTable thead .sorting_desc_disabled,
#sU-21-4 table.dataTable thead .sorting_desc_disabled{
  background-image: url("../img/sort_desc_disabled.png");
}
#sU-21-1 table.dataTable thead .sorting,
#sU-21-1 table.dataTable thead .sorting_asc,
#sU-21-1 table.dataTable thead .sorting_desc,
#sU-21-1 table.dataTable thead .sorting_asc_disabled,
#sU-21-1 table.dataTable thead .sorting_desc_disabled,
#sU-21-2 table.dataTable thead .sorting,
#sU-21-2 table.dataTable thead .sorting_asc,
#sU-21-2 table.dataTable thead .sorting_desc,
#sU-21-2 table.dataTable thead .sorting_asc_disabled,
#sU-21-2 table.dataTable thead .sorting_desc_disabled,
#sU-21-3 table.dataTable thead .sorting,
#sU-21-3 table.dataTable thead .sorting_asc,
#sU-21-3 table.dataTable thead .sorting_desc,
#sU-21-3 table.dataTable thead .sorting_asc_disabled,
#sU-21-3 table.dataTable thead .sorting_desc_disabled,
#sU-21-4 table.dataTable thead .sorting,
#sU-21-4 table.dataTable thead .sorting_asc,
#sU-21-4 table.dataTable thead .sorting_desc,
#sU-21-4 table.dataTable thead .sorting_asc_disabled,
#sU-21-4 table.dataTable thead .sorting_desc_disabled{
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right;
}

#sU-21-3 form{
  padding-bottom:2vw;
}

#sU-21-2 .common-error-message{
  font-size: 1.0vw;
  margin: 0.5vw;
}@media screen and (max-width: 1024px){
  #sU-21-2 .common-error-message{
    font-size: 2.6vw;
    margin: 0.5vw;
  }}

#sU-21-3 .hidden-toggle {
  margin-bottom: 1vw;
  margin-left: 3vw;
  overflow: hidden;
}
#sU-21-3 .hidden-toggle > span {
  float: left;
  cursor:pointer;
  text-decoration:underline;
}
#sU-21-3 .decision-button{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row-reverse;
}@media screen and (max-width: 1024px){
  #sU-21-3 .decision-button{
    display: block;
  }}
#sU-21-3 .decision-button > input,
#sU-21-3 .decision-button > a,
#sU-21-3 .decision-button > span{
  width: 10vw;
  margin: 1vw;
}@media screen and (max-width: 1024px){
  #sU-21-3 .decision-button > input,
  #sU-21-3 .decision-button > a,
  #sU-21-3 .decision-button > span{
    width: 100%;
    margin: 3vw 0;
    -webkit-appearance: none;
  }}
#sU-21-3 .decision-button > input:last-child{
  margin-right: 41vw;
}@media screen and (max-width: 1024px){
  #sU-21-3 .decision-button > input:last-child{
    margin-right: 0;
  }}
#sU-21-5 .common-slide-button {
  margin-bottom: 2vw;
}
#sU-21-2 .common-confirm-window h2 {
  margin-bottom: 0.5vw;
}
#sU-21-2 .common-confirm-window hr {
  margin: 1vw auto;
}

/* 関連契約 */
#sU-21-3 .contract-list th,
#sU-21-3 .contract-list td {
  border: none;
  border-bottom: 0.1vw solid #ddd;
  font-size: 1.0vw;
  line-height: 1.2em;
  white-space: nowrap;
}
#sU-21-3 .contract-list td > a {
  font-size: 1.0vw;
}
#sU-21-3 .contract-list td:nth-child(1) {
  min-width: 1.0vw;
  max-width: 1.0vw;
}
#sU-21-3 .contract-list td:nth-child(2) {
  min-width: 3.5vw;
  max-width: 3.5vw;
  text-align: left;
}
#sU-21-3 .contract-list td:nth-child(3) {
  min-width: 2vw;
  max-width: 2vw;
}
#sU-21-3 .contract-list td:nth-child(4) {
  min-width: 2.5vw;
  max-width: 2.5vw;
}
#sU-21-3 .contract-list td:nth-child(5) {
  min-width: 10vw;
  max-width: 10vw;
  text-align: left;
  white-space: normal;
}
#sU-21-3 .contract-list td:nth-child(6) {
  min-width: 8vw;
  max-width: 8vw;
  text-align: left;
  white-space: normal;
}
@media screen and (max-width: 1024px) {
  #sU-21-3 .contract-list th,
  #sU-21-3 .contract-list td {
    font-size: 3.2vw;
    border: 0.2vw solid #ddd;
    overflow-x: scroll;
    line-height: 2em;
  }
  #sU-21-3 .contract-list td > a {
    font-size: 3.2vw;
  }
  #sU-21-3 .contract-list td:nth-child(1),
  #sU-21-3 .contract-list td:nth-child(2),
  #sU-21-3 .contract-list td:nth-child(3),
  #sU-21-3 .contract-list td:nth-child(4),
  #sU-21-3 .contract-list td:nth-child(5),
  #sU-21-3 .contract-list td:nth-child(6) {
    min-height: 7vw;
    max-height: 7vw;
    text-align: center;
    min-width: auto;
    max-width: none;
    white-space: nowrap;
  }
}
#sU-21-5 .text-red {
  color: #f00;
}
#sU-21-1 #dataTable-user-name,
#sU-21-2 #dataTable-user-name,
#sU-21-3 #dataTable-user-name,
#sU-21-4 #dataTable-user-name {
  width: 10%!important;
}
#sU-21-1 #dataTable-mail,
#sU-21-2 #dataTable-mail,
#sU-21-3 #dataTable-mail,
#sU-21-4 #dataTable-mail {
  width: 30%!important;
}
#sU-21-1 #dataTable-role,
#sU-21-2 #dataTable-role,
#sU-21-3 #dataTable-role,
#sU-21-4 #dataTable-role {
  width: 5%!important;
}
