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

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

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

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

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

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

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

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

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

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

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

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

.common-grid .department_list {
    text-align: left;
    font-size: 1.0vw;
}

/* モーダル表示に必要 */
#sU-15-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-15-1 .commentary-window > div {
    position: relative;
    top: 5vw;
    width: 30vw;
    height: 80vh;
    background: #fff;
    text-align: left !important;
    padding: 1vw;
    margin: auto;
  }@media screen and (max-width: 1024px) {
    #sU-15-1 .commentary-window > div {
      top: 5vh;
      width: 70vw;
      height: 80vh;
      padding: 4vw;
  }}
  #sU-15-1 .commentary-close{
    position: absolute;
    top: 0;
    right: 1vw;
    font-size: 3.0vw;
    cursor: pointer;
  }@media screen and (max-width: 1024px) {
    #sU-15-1 .commentary-close{
      font-size: 5vw;
      right: 2vw;
  }}
  
  #sU-15-1 .commentary-window > div > h3 {
    line-height: 1.5em;
    font-size: 1.6vw;
    margin-bottom: 1vw;
    margin-top: 1vw;
  } @media screen and (max-width: 1024px) {
    #sU-15-1 .commentary-window > div > h3 {
      line-height: 1.5em;
      font-size: 2.6vw;
      margin-bottom: 1vw;
      margin-top: 1vw;
    }
  }
  
  #sU-15-1 .commentary-window > div > div {
    overflow-y: scroll;
    height: calc(100% - 5vw);
    margin-bottom: 1vw;
  }@media screen and (max-width: 1024px) {
    #sU-15-1 .commentary-window > div > div {
      height: calc(100% - 20vw);
    }
  }
  #sU-15-1 .commentary-window table {
    width: 100%;
    margin: 1vw auto;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;
  }
  #sU-15-1 .commentary-window th,
  #sU-15-1 .commentary-window td {
    padding: 1em;
    border: 0.01vw solid #aaa;
    font-size: 1.2vw;
    line-height: 1em;
    text-align: left;
  }@media screen and (max-width: 1024px) {
    #sU-15-1 .commentary-window th,
    #sU-15-1 .commentary-window td{
      font-size: 1.7vw;
  }}
  
  #sU-15-1 .commentary-window th,
  #sU-15-1 .commentary-window th {
    background: #eee;
    line-height: 1.5em;
    min-width: 6em;
  }
  #sU-15-1 .commentary-confirm,
  #sU-15-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-15-1 .commentary-confirm,
      #sU-15-2 .commentary-confirm{
          margin: auto;
          font-size: 3.6vw;
          right: 2vw;
          width: 40vw;
          height: 3vw;
          line-height: 2.5vw;
      }}