#sU-25-1 .common-outer-panel {
    width: 74vw;
}

@media screen and (max-width: 1024px) {
    #sU-25-1 .common-outer-panel {
        width: 98vw;
    }
}

#sU-25-1 .search-criteria-2,
#sU-25-1 .common-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}

@media screen and (max-width: 1024px) {
    #sU-25-1 .search-criteria-2,
    #sU-25-1 .common-flex {
        display: block;
    }
}

#sU-25-1 .search-criteria-2 .common-button-blue,
#sU-25-1 .search-criteria-2 .common-button-white {
    width: 15vw;
    margin: 0;
}

@media screen and (max-width: 1024px) {
    #sU-25-1 .search-criteria-2 .common-button-blue,
    #sU-25-1 .search-criteria-2 .common-button-white {
        width: 100%;
        margin: 3vw auto;
    }
}

#sU-25-1 .commentary-open {
    font-size: inherit;
    cursor: pointer;
    text-decoration: underline;
    color: inherit;
}

@media screen and (max-width: 1024px) {
    #sU-25-1 .commentary-open {
        font-size: 3.0vw;
    }
}

#sU-25-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-25-1 .commentary-window > div {
    position: relative;
    top: 2vw;
    width: 60vw;
    height: 40vw;
    background: #fff;
    text-align: left;
    padding: 1vw;
    margin: auto;
}

@media screen and (max-width: 1024px) {
    #sU-25-1 .commentary-window > div {
        top: 20vw;
        width: 80vw;
        height: 60vh;
        padding: 4vw;
    }
}

#sU-25-1 .commentary-window > div > p > a {
    position: absolute;
    top: 2.5vw;
    right: 5vw;
    width: 7vw;
    line-height: 1.5em;
}

@media screen and (max-width: 1024px) {
    #sU-25-1 .commentary-window > div > p > a {
        margin: 0 15vw;
        padding: 2vw 0;
        top: 14.5vw;
        right: auto;
        font-size: 3.6vw;
        width: 50vw;
    }
}

#sU-25-1 .commentary-close {
    position: absolute;
    top: 1vw;
    right: 1vw;
    font-size: 4.5vw;
    cursor: pointer;
}

@media screen and (max-width: 1024px) {
    #sU-25-1 .commentary-close {
        font-size: 9vw;
        right: 2vw;
    }
}

#sU-25-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-25-1 .commentary-confirm {
        margin: auto;
        font-size: 3.6vw;
        right: 2vw;
        width: 40vw;
        height: 3vw;
        line-height: 2.5vw;
    }
}

#sU-25-1 .commentary-window > div > h3 {
    line-height: 2em;
}

#sU-25-1 .commentary-window > div > div {
    overflow-y: scroll;
    height: calc(100% - 8vw);
}

@media screen and (max-width: 1024px) {
    #sU-25-1 .commentary-window > div > div {
        height: calc(100% - 20vw);
        margin: 10vw 0 0;
    }
}

#sU-25-1 .commentary-window table {
    width: 100%;
    margin: 1vw auto;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;
}

#sU-25-1 .commentary-window thead {
    display: table-header-group;
}

#sU-25-1 .commentary-window tbody {
    display: table-row-group;
    white-space: normal;
}

#sU-25-1 .commentary-window th,
#sU-25-1 .commentary-window td {
    padding: 1em;
    border: 0.01vw solid #aaa;
    font-size: 0.9vw;
    line-height: 2em;
    max-width: 25vw;
}

@media screen and (max-width: 1024px) {
    #sU-25-1 .commentary-window th,
    #sU-25-1 .commentary-window td {
        display: table-cell;
        font-size: 1.7vw;
        max-width: none;
        overflow-x: initial;
    }
}

#sU-25-1 .commentary-window th {
    background: #eee;
    line-height: 1.5em;
    min-width: 6em;
}

#sU-25-1 .common-link.disabled,
#sU-25-1 .common-confirm-button.disabled {
    pointer-events: none;
    background: #707070;
}

#sU-25-1 .common-grid input[type="submit"] {
    padding: 0.3vw 0.5vw;
    border-radius: 0.2vw;
    border: none;
    color: #fff;
    font-size: 1.3vw;
    text-align: center;
    transition: 0.2s;
    cursor: pointer;
}

@media screen and (max-width: 1024px) {
    #sU-25-1 .common-grid input[type="submit"] {
        padding: 1vw 5vw;
        border-radius: 0.4vw;
        font-size: 2.6vw;
        width: 100%;
        height: 10vw;
    }
}

#sU-25-1 .button-white.disabled {
    pointer-events: none;
    background: #707070;
}

/** 所属ユーザー設定 */
#sU-25-2 .belongs-user-panel thead {
    display: block;
}

#sU-25-2 .belongs-user-panel tbody {
    display: block;
    overflow-y: scroll;
    height: 50vw;
}

@media screen and (max-width: 1024px) {
    #sU-25-2 .belongs-user-panel tbody {
        height: 100vw;
    }
}

#sU-25-2 .belongs-user-grid {
    width: 100%;
    border: 0.1vw solid #ddd;
    margin: 0.5vw auto;
}

#sU-25-2 .belongs-user-grid th,
#sU-25-2 .belongs-user-grid td {
    padding: 1vw 0.5vw;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    line-height: 2em;
    min-height: 2em;
    border: 0.01vw solid #ddd;
    word-break: break-all;
    min-width: 3vw;
}

@media screen and (max-width: 1024px) {
    #sU-25-2 .belongs-user-grid th,
    #sU-25-2 .belongs-user-grid td {
        max-width: 100%;
        padding: 1vw;
        border: none;
    }
}

#sU-25-2 .belongs-user-grid th {
    background: #eee;
}

#sU-25-2 .belongs-user-grid tr {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 10vw 18vw 7vw 10vw;
}

@media screen and (max-width: 1024px) {
    #sU-25-2 .belongs-user-grid tr {
        display: grid;
        grid-template-rows: 8vw auto;
        grid-template-columns: 60vw 30vw;
        border: 0.1vw solid #707070;
    }

    #sU-25-2 .belongs-user-grid tr > *:nth-child(1) {
        grid-row: 1 / 2;
        grid-column: 1 / 2;
    }

    #sU-25-2 .belongs-user-grid tr > *:nth-child(2) {
        grid-row: 2 / 3;
        grid-column: 1 / 2;
    }

    #sU-25-2 .belongs-user-grid tr > *:nth-child(3) {
        grid-row: 1 / 2;
        grid-column: 2 / 3;
    }

    #sU-25-2 .belongs-user-grid tr > *:nth-child(4) {
        grid-row: 2 / 3;
        grid-column: 2 / 3;
    }
}

#sU-25-2 .belongs-user-grid td.dataTables_empty {
    grid-row: auto;
    grid-column: 1 / 5;
}

@media screen and (max-width: 1024px) {
    #sU-25-2 .belongs-user-grid td.dataTables_empty {
        grid-row: auto;
        grid-column: auto;
    }
}

#sU-25-2 table.dataTable thead .sorting {
    background-image: url("../img/sort_both.png");
}

#sU-25-2 table.dataTable thead .sorting_asc {
    background-image: url("../img/sort_asc.png");
}

#sU-25-2 table.dataTable thead .sorting_desc {
    background-image: url("../img/sort_desc.png");
}

#sU-25-2 table.dataTable thead .sorting_asc_disabled {
    background-image: url("../img/sort_asc_disabled.png");
}

#sU-25-2 table.dataTable thead .sorting_desc_disabled {
    background-image: url("../img/sort_desc_disabled.png");
}

#sU-25-2 table.dataTable thead .sorting,
#sU-25-2 table.dataTable thead .sorting_asc,
#sU-25-2 table.dataTable thead .sorting_desc,
#sU-25-2 table.dataTable thead .sorting_asc_disabled,
#sU-25-2 table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    *cursor: hand;
    background-repeat: no-repeat;
    background-position: center right;
}

#sU-25-2 .dataTables_filter {
    float: right;
    text-align: right;
}

#sU-25-2 .dataTables_filter input {
    font-size: 1.3vw;
    padding: 0.5vw;
    background: #fff;
    margin-left: 0.5em;
    min-height: 2vw;
    word-break: break-all;
    line-height: 1.5em;
    border: 0.1vw solid #b6b6b6;
    border-radius: 0.5vw;
}

@media screen and (max-width: 1024px) {
    #sU-25-2 .dataTables_filter input {
        padding: 1vw;
        border-width: 0.2vw;
        font-size: 3.2vw;
        min-height: 3.2vw;
        border-radius: 2vw;
    }
}
