#sU-23-1 .common-inner-panel.base,
#sU-23-2 .common-inner-panel.base,
#sU-23-3 .common-inner-panel.base,
#sU-23-4 .common-inner-panel.base {
    width: 35vw;
    margin: 3vw auto auto auto;
}

@media screen and (max-width: 1024px) {
    #sU-23-1 .common-inner-panel.base,
    #sU-23-2 .common-inner-panel.base,
    #sU-23-3 .common-inner-panel.base,
    #sU-23-4 .common-inner-panel.base {
        width: auto;
    }
}

/* 一覧画面 */
#sU-23-1 .common-outer-panel {
    width: 94vw;
}

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

#sU-23-1 .search-criteria-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 1024px) {
    #sU-23-1 .search-criteria-1 {
        display: block;
    }

    #sU-23-1 .search-criteria-1 .common-radio {
        display: flex;
        width: 70vw;
    }

    #sU-23-1 .search-criteria-1 .common-radio > label {
        margin: 3vw;
    }
}

#sU-23-1 .keyword-label {
    display: flex;
    align-items: center;
}

#sU-23-1 .search-criteria-1 > label {
    width: 48vw;
}

#sU-23-1 .search-criteria-2 {
    display: flex;
    align-items: center;
}

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

    #sU-23-1 .search-criteria-2 .common-radio {
        display: flex;
        width: 70vw;
    }

    #sU-23-1 .search-criteria-2 .common-radio > label {
        margin: 3vw;
    }
}

#sU-23-1 .search-criteria-2 .common-select {
    width: 15vw;
    margin-right: 0.5vw;
}

@media screen and (max-width: 1024px) {
    #sU-23-1 .search-criteria-2 .common-select {
        width: 40vw;
        margin: 0;
    }

    #sU-23-1 .search-criteria-2 > label {
        margin: 2vw;
    }
}

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

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

#sU-23-1 .search-criteria-3 .common-button-red,
#sU-23-1 .common-flex > .common-button-red,
#sU-23-1 .search-criteria-3 .common-button-blue,
#sU-23-1 .common-flex > .common-button-blue,
#sU-23-1 .search-criteria-3 .common-button-white,
#sU-23-1 .common-flex > .common-button-white {
    width: 15vw;
    margin: 0;
}

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

#sU-23-1 .common-confirm-window > div {
    width: 40vw;
}

@media screen and (max-width: 1024px) {
    #sU-23-1 .common-confirm-window > div {
        width: calc(100% - 10vw);
    }
}

/* 一覧項目 */
#sU-23-1 .common-grid td > span {
    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-23-1 .common-grid td > span {
        padding: 1vw 5vw;
        border-radius: 0.4vw;
        font-size: 2.6vw;
        width: 100%;
    }
}

#sU-23-1 .common-grid a {
    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;
    line-height: 1.2vw;
    width: 6vw;
}

@media screen and (max-width: 1024px) {
    #sU-23-1 .common-grid a {
        border-radius: 0.4vw;
        font-size: 3.2vw;
        line-height: normal;
        width: auto;
        padding-inline: 1.5vw;
        padding: 0 1vw 0 1vw;
        margin: auto;
    }
}

#sU-23-1 .common-grid td:nth-child(1),
#sU-23-1 .common-grid td:nth-child(6),
#sU-23-1 .common-grid td:nth-child(7),
#sU-23-1 .common-grid td:nth-child(8) {
    white-space: nowrap;
}

#sU-23-1 .common-grid td:nth-child(5),
#sU-23-1 .common-grid td:nth-child(8) {
    max-width: 10vw;
}

@media screen and (max-width: 1024px) {
    #sU-23-1 .common-grid td:nth-child(5),
    #sU-23-1 .common-grid td:nth-child(8) {
        max-width: 50vw;
    }
}

/* メモ欄 */
#sU-23-1 .common-grid td:last-child {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    min-width: 2vw;
    max-width: 9vw;
} @media screen and (max-width: 1024px){
    #sU-23-1 .common-grid td:last-child {
        max-width: 50vw;
        overflow-x: scroll;
    }
}

/* レスポンシブ用高さ調整 */
@media screen and (max-width: 1024px) {
    #sU-23-1 .common-grid th,
    #sU-23-1 .common-grid td {
        display: flex;
    }

    #sU-23-1 .common-grid th p,
    #sU-23-1 .common-grid td p {
        padding-inline-end: 0.8vw;
    }

    #sU-23-1 .common-grid th:nth-child(1),
    #sU-23-1 .common-grid td:nth-child(1) {
        min-height: 2em;
    }

    #sU-23-1 .common-grid th br {
        display: none;
    }
}


/* 詳細画面 */
#sU-23-2 .name,
#sU-23-3 .name,
#sU-23-4 .name {
    width: 31vw;
}

@media screen and (max-width: 1024px) {
    #sU-23-2 .name,
    #sU-23-3 .name,
    #sU-23-4 .name {
        width: calc(100% - 4vw);
    }
}

#sU-23-2 .name-short,
#sU-23-3 .name-short,
#sU-23-4 .name-short {
    width: 20vw;
}

@media screen and (max-width: 1024px) {
    #sU-23-2 .name-short,
    #sU-23-3 .name-short,
    #sU-23-4 .name-short {
        width: 70vw;
    }
}
