#sA-3-1 .common-outer-panel{
  width: 87vw;
}@media screen and (max-width: 1024px){
  #sA-3-1 .common-outer-panel{
  width: 96vw;
}}
#sA-3-1 .search-criteria-1{
  display: flex;
  align-items: center;
  justify-content: space-between;
}@media screen and (max-width: 1024px){
  #sA-3-1 .search-criteria-1{
    display: block;
  }
  #sA-3-1 .search-criteria-1 .common-radio{
    display: flex;
  }
  #sA-3-1 .search-criteria-1 .common-radio > label{
    margin: 3vw;
}}
#sA-3-1 .search-criteria-1 > div:first-child{
  width: 70vw;
}@media screen and (max-width: 1024px){
  #sA-3-1 .search-criteria-1 > div:first-child{
    width: auto;
}}

#sA-3-1 .search-criteria-2-1{
  display: flex;
}@media screen and (max-width: 1024px){
  #sA-3-1 .search-criteria-2-1{
    flex-wrap: wrap;
}}
#sA-3-1 .search-criteria-2-1 > label{
  margin-right: 2.6vw;
}
#sA-3-1 .search-criteria-2-1 > label:last-child{
  margin-right: 0;
}
#sA-3-1 .search-criteria-2-1 .common-select{
  width: 19vw;
}@media screen and (max-width: 1024px){
  #sA-3-1 .search-criteria-2-1 .common-select{
    width: 40vw;
    margin: 0;
  }
  #sA-3-1 .search-criteria-2-1 > label{
    margin: 2vw;
  }
}

#sA-3-1 .search-criteria-2-2{
  display: flex;
}@media screen and (max-width: 1024px){
  #sA-3-1 .search-criteria-2-2{
    flex-wrap: wrap;
}}
#sA-3-1 .search-criteria-2-2 .common-select{
  width: 15vw;
  margin-right: 2vw;
}@media screen and (max-width: 1024px){
  #sA-3-1 .search-criteria-2-2 .common-select{
    width: 40vw;
    margin: 0;
  }
  #sA-3-1 .search-criteria-2-2 > label{
    margin: 2vw;
  }
}

#sA-3-1 .common-radio{
  display: flex;
}
@media screen and (max-width: 1024px){
  #sA-3-1 .common-radio > label{
    margin: 1.5vw;
}}
#sA-3-1 .common-select{
  width: 15vw;
}@media screen and (max-width: 1024px){
  #sA-3-1 .common-select{
    width: 100%;
}}
#sA-3-1 .common-flex.reverse{
  justify-content: space-between;
  height: 3vw;
}@media screen and (max-width: 1024px){
  #sA-3-1 .common-flex.reverse{
    height: auto;
}}
#sA-3-1 .common-flex > input,
#sA-3-1 .common-flex > button{
  width: 15vw;
  margin: 0;
}@media screen and (max-width: 1024px){
  #sA-3-1 .common-flex > input,
  #sA-3-1 .common-flex > button{
    width: 100%;
    margin: 3vw auto;
}}
@media screen and (max-width: 1024px){
  #sA-3-1 .common-flex{
    display: block;
}}

#sA-3-1 .common-grid td:nth-child(1),
#sA-3-1 .common-grid td:nth-child(5){
  white-space: nowrap;
}
#sA-3-1 .common-grid td:nth-child(2){
  min-width: 6vw;
}
#sA-3-1 .common-grid td:nth-child(3){
  min-width: 14vw;
}
#sA-3-1 .common-grid td:nth-child(4){
  min-width: 14vw;
}
#sA-3-1 .common-grid td:nth-child(6){
  min-width: 8vw;
  max-width: 8vw;
}
#sA-3-1 .common-grid td:nth-child(7) {
  min-width: 8vw;
  max-width: 8vw;
}
@media screen and (max-width: 1024px){
  #sA-3-1 .common-grid td:nth-child(3){
    min-width: 3vw;
  }
  #sA-3-1 .common-grid th:nth-child(4){
    min-height: 10.5vw;
  }
  #sA-3-1 .common-grid td:nth-child(4){
    min-height: 10.36vw;
  }
  #sA-3-1 .common-grid td:nth-child(6),
  #sA-3-1 .common-grid td:nth-child(7) {
    max-width: 50vw;
  }
}
/* 補足情報の表示調整 */
#sA-3-1 .common-grid td:last-child {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}