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

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

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


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

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

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

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

#sU-37-1 .common-outer-panel {
    padding-bottom: 2vw;
}

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

#sU-37-1 .toggle-password > span{
    cursor: pointer;
}

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

#sU-37-1 .checked-disabled > input:checked + span {
    color: #707070;
    background-color: #EEEEEE;
    font-weight: bold;
}

#sU-37-1 .checked-disabled > input:disabled + span::after {
    border-bottom: 0.1vw solid #707070;
    border-right: 0.1vw solid #707070;
}

#sU-37-1 .help-area {
    justify-content: flex-end;
}
#sU-37-1 .help-area > div {
    margin: 0;
}
#sU-37-1 .help-area > p{
    padding: 0;
    margin-right: 0.5vw;
    width: auto;
}
@media screen and (max-width: 1024px) {
    #sU-37-1 .help-area {
        display: flex;
    }
}

/* 関連契約 */
#sU-37-1 .contract-list th,
#sU-37-1 .contract-list td {
    border: none;
    border-bottom: 0.1vw solid #ddd;
    font-size: 1.0vw;
    line-height: 1.2em;
    white-space: nowrap;
}
#sU-37-1 .contract-list td > a {
    font-size: 1.0vw;
}
#sU-37-1 .contract-list td:nth-child(1) {
    min-width: 1.0vw;
    max-width: 1.0vw;
}
#sU-37-1 .contract-list td:nth-child(2) {
    min-width: 3.5vw;
    max-width: 3.5vw;
    text-align: left;
}
#sU-37-1 .contract-list td:nth-child(3) {
    min-width: 2vw;
    max-width: 2vw;
}
#sU-37-1 .contract-list td:nth-child(4) {
    min-width: 2.5vw;
    max-width: 2.5vw;
}
#sU-37-1 .contract-list td:nth-child(5) {
    min-width: 10vw;
    max-width: 10vw;
    text-align: left;
    white-space: normal;
}
#sU-37-1 .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-37-1 .contract-list th,
    #sU-37-1 .contract-list td {
        font-size: 3.2vw;
        border: 0.2vw solid #ddd;
        overflow-x: scroll;
        line-height: 2em;
    }
    #sU-37-1 .contract-list td > a {
        font-size: 3.2vw;
    }
    #sU-37-1 .contract-list td:nth-child(1),
    #sU-37-1 .contract-list td:nth-child(2),
    #sU-37-1 .contract-list td:nth-child(3),
    #sU-37-1 .contract-list td:nth-child(4),
    #sU-37-1 .contract-list td:nth-child(5),
    #sU-37-1 .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-37-1 .agreement-info {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0.5px solid #888;
}
@media screen and (max-width: 1024px) {
    #sU-37-1 .agreement-info {
        padding: 0 .5rem;
    }
}
#sU-37-1 .agreement-info > hr {
    margin: 1rem;
    border-top: 0.1vw solid #888;
}

#sU-37-1 .agreement-info > div {
    align-items: start;
    justify-content: space-around;
    margin: 1rem 0;
}

#sU-37-1 .agreement-info label {
    display: flex;
    align-items: center;
    width: auto;
}
@media screen and (max-width: 1024px) {
    #sU-37-1 .agreement-info label {
        justify-content: space-between;
    }
}

#sU-37-1 .agreement-info .agreement-text {
    width: 13rem;
}
@media screen and (max-width: 1024px) {
    #sU-37-1 .agreement-info .agreement-text {
        width: 15rem;
    }
}

#sU-37-1 .agreement-info .approver-info {
    width: auto;
}

#sU-37-1 .agreement-info p {
    margin-right: 1rem;
}
@media screen and (max-width: 1024px) {
    #sU-37-1 .agreement-info p {
        width: 14rem;
    }
}

#sU-37-1 .agreement-info .approver-info p {
    width: 14rem;
    text-align-last: justify;
}
@media screen and (max-width: 1024px) {
    #sU-37-1 .agreement-info .approver-info p {
        text-align-last: auto;
    }
}
#sU-37-1 .certificate-area {
    display: flex;
    align-items: end;
}
@media screen and (max-width: 1024px) {
    #sU-37-1 .certificate-area{
        display: block;
    }
}

#sU-37-1 .certificate-area > label {
    width: 50%;
}

#sU-37-1 .certificate-id {
    width: 30vw;
}
@media screen and (max-width: 1024px) {
    #sU-37-1 .certificate-id {
        width: 70vw;
    }
}

#sU-37-1 .certificate-button {
    text-decoration: none;
    color: #444;
    text-align: center;
    height: 2vw;
    background-color: #dadada;
    border: none;
    border-radius: 8px;
}
#sU-37-1 .certificate-button:hover {
    color: #fff;
    background-color: #474747;
}
@media screen and (max-width: 1024px) {
    #sU-37-1 .certificate-button {
        width: 13rem;
    }
}

#sU-37-1 #dataTable-user-name {
  width: 15%!important;
}

#sU-37-1 #dataTable-mail {
  width: 30%!important;
}

#sU-37-1 #dataTable-role {
  width: 8%!important;
}
