#sU-7-2 .common-outer-panel {
    width: 94vw;
}@media screen and (max-width: 1024px){
  #sU-7-2 .common-outer-panel {
      width: 98vw;
  }
}
#sU-7-2 .common-flex{
  justify-content: flex-start;
}@media screen and (max-width: 1024px){
  #sU-7-2 .common-flex{
    flex-wrap: wrap;
}}
#sU-7-2 .common-flex > *{
  margin-right: 1vw;
}@media screen and (max-width: 1024px){
  #sU-7-2 .common-flex > *{
    margin-right: 5vw;
}}
#sU-7-2 .common-flex > div{
  border: 0.05vw solid #888;
  padding: 1vw;
  margin: 1vw;
}@media screen and (max-width: 1024px){
  #sU-7-2 .common-flex > div{
    width: 86vw;
    padding: 5vw;
    margin: 2vw 0;
}}
#sU-7-2 .common-flex > div > label{
  display: flex;
  align-items: center;
}
#sU-7-2 .common-flex > div > label:first-child{
  margin-bottom: 1vw;
}@media screen and (max-width: 1024px){
  #sU-7-2 .common-flex > div > label:first-child{
    margin-bottom: 3vw;
}}
#sU-7-2 .common-flex > div > label > *:first-child{
  width: 8vw;
}@media screen and (max-width: 1024px){
  #sU-7-2 .common-flex > div > label > *:first-child{
    width: 15vw;
}}
#sU-7-2 label{
  width: auto;
}
#sU-7-2 #id{width: 6vw;}
#sU-7-2 #status{width: 10vw;}
#sU-7-2 #name{width: 40vw;}
#sU-7-2 #receivables-no{
  width: 14vw;
  text-align: center;
}
#sU-7-2 #contract-date{
  width: 9vw;
  text-align: center;
}
#sU-7-2 #contract-period{
  width: 18vw;
  text-align: center;
}
#sU-7-2 #contract-amount{
  width: 11vw;
  text-align: right;
}
#sU-7-2 #send-date{
  width: 15vw;
  text-align: center;
}
#sU-7-2 #user-name{
  width: 15vw;
}
#sU-7-2 #timestamp{
  width: 15vw;
  text-align: center;
}
#sU-7-2 #sender,
#sU-7-2 #receiver,
#sU-7-2 #debtor,
#sU-7-2 #creditor{
  margin: 0;
}
#sU-7-2 .flag-item {
  width: 2vw;
  text-align: center;
  display: inline-block;
}
#sU-7-2 #contract-type{width: 10vw;}
@media screen and (max-width: 1024px){
  #sU-7-2 #id{width: 20vw;}
  #sU-7-2 #status{width: 20vw;}
  #sU-7-2 #name{width: 88vw;}
  #sU-7-2 #receivables-no{width: 25vw;}
  #sU-7-2 #contract-date{width: 20vw;}
  #sU-7-2 #contract-period{width: 40vw;}
  #sU-7-2 #contract-amount{width: 25vw;}
  #sU-7-2 #send-date{width: 36vw;}
  #sU-7-2 #user-name{width: 36vw;}
  #sU-7-2 #timestamp{width: 36vw;}
  #sU-7-2 #contract-type{width: 24vw;}
  #sU-7-2 .flag-item {width: 5vw;}
}

#sU-7-2 .decision-button{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row-reverse;
}@media screen and (max-width: 1024px){
  #sU-7-2 .decision-button{
    display: block;
}}
#sU-7-2 .decision-button > input,
#sU-7-2 .decision-button > span{
  width: 10vw;
  margin: 1vw;
}@media screen and (max-width: 1024px){
  #sU-7-2 .decision-button > input,
  #sU-7-2 .decision-button > span{
    width: 100%;
    margin: 3vw 0;
    -webkit-appearance: none;
}}
#sU-7-2 .decision-button > input:last-child{
  margin-right: 41vw;
}@media screen and (max-width: 1024px){
  #sU-7-2 .decision-button > input:last-child{
    margin-right: 0;
}}

#sU-7-2 th,
#sU-7-2 td{
  min-width: 5vw;
  max-width: 18vw;
}@media screen and (max-width: 1024px){
  #sU-7-2 th,
  #sU-7-2 td{
    max-width: 50vw;
}}

@media screen and (max-width: 1024px){
  #sU-7-2 .common-inner-panel.pdf{
    padding: 1vw 0;
  }
}

#sU-7-2 .common-button-red{
  margin: 0.5vw auto;
}@media screen and (max-width: 1024px){
  #sU-7-2 .common-button-red{
    margin: 3vw auto;
  }}
#sU-7-2 .common-confirm-window > div > .common-button-red{
  width: 100%;
}@media screen and (max-width: 1024px){
  #sU-7-2 .common-confirm-window > div > .common-button-red{
    width: 100%;
}}

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

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

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

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

/* 支払予定 */
#sU-7-2 .common-grid th:nth-child(1),
#sU-7-2 .common-grid th:nth-child(2),
#sU-7-2 .common-grid th:nth-child(4),
#sU-7-2 .common-grid th:nth-child(5),
#sU-7-2 .common-grid th:nth-child(6),
#sU-7-2 .common-grid th:nth-child(7) {
    white-space: nowrap;
}
#sU-7-2 .common-grid td:nth-child(3) {
    min-width: 14vw;
}
#sU-7-2 .common-grid td:nth-child(6) {
    max-width: 6vw;
}
#sU-7-2 .common-grid td:nth-child(7) {
    max-width: 4vw;
}
@media screen and (max-width: 1024px) {
    #sU-7-2 .common-grid td:nth-child(6) {
        max-width: none;
    }
    #sU-7-2 .common-grid td:nth-child(7) {
        max-width: none;
    }
    #sU-7-2 .common-grid th:nth-child(5){
        min-height: 10.5vw;
    }
    #sU-7-2 .common-grid td:nth-child(5){
        min-height: 10.5vw;
    }
}

#sU-7-2 .hidden-toggle {
  margin-bottom: 1vw;
  margin-left: 3vw;
  overflow: hidden;
}
#sU-7-2 .hidden-toggle > form > span {
  float: left;
  cursor:pointer;
  text-decoration:underline;
}

#sU-7-2 .help-area {
  justify-content: flex-end;
}
#sU-7-2 .help-area > div {
  width: 100%;
  margin: 0;
  padding: 0;
}
#sU-7-2 .help-area > p {
  padding: 0;
  margin-right: 0.5vw;
  width: auto;
}

/* 関連契約 */
#sU-7-2 .contract-list th,
#sU-7-2 .contract-list td {
  border: none;
  border-bottom: 0.1vw solid #ddd;
  font-size: 1.0vw;
  line-height: 1.2em;
  white-space: nowrap;
}
#sU-7-2 .contract-list td > a {
  font-size: 1.0vw;
}
#sU-7-2 .contract-list td:nth-child(1) {
  min-width: 1.0vw;
  max-width: 1.0vw;
}
#sU-7-2 .contract-list td:nth-child(2) {
  min-width: 3.5vw;
  max-width: 3.5vw;
  text-align: left;
}
#sU-7-2 .contract-list td:nth-child(3) {
  min-width: 2vw;
  max-width: 2vw;
}
#sU-7-2 .contract-list td:nth-child(4) {
  min-width: 2.5vw;
  max-width: 2.5vw;
}
#sU-7-2 .contract-list td:nth-child(5) {
  min-width: 18vw;
  max-width: 18vw;
  text-align: left;
  white-space: normal;
}
#sU-7-2 .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-7-2 .contract-list th,
  #sU-7-2 .contract-list td {
    font-size: 3.2vw;
    border: 0.2vw solid #ddd;
    overflow-x: scroll;
    line-height: 2em;
  }
  #sU-7-2 .contract-list td > a {
    font-size: 3.2vw;
  }
  #sU-7-2 .contract-list td:nth-child(1),
  #sU-7-2 .contract-list td:nth-child(2),
  #sU-7-2 .contract-list td:nth-child(3),
  #sU-7-2 .contract-list td:nth-child(4),
  #sU-7-2 .contract-list td:nth-child(5),
  #sU-7-2 .contract-list td:nth-child(6) {
    min-height: 7vw;
    max-height: 7vw;
    text-align: center;
    min-width: auto;
    max-width: none;
    white-space: nowrap;
  }
}

