#sS-11-1 .common-outer-panel{
  width: 80vw;
}@media screen and (max-width: 1024px){
  #sS-11-1 .common-outer-panel{
    width: 96vw;
}}
#sS-11-1 .search-criteria-1{
  display: flex;
  align-items: center;
  justify-content: space-between;
}@media screen and (max-width: 1024px){
  #sS-11-1 .search-criteria-1{
    display: block;
}}
#sS-11-1 .search-criteria-1 > div:first-child{
  width: 60vw;
}@media screen and (max-width: 1024px){
  #sS-11-1 .search-criteria-1 > div:first-child{
    width: auto;
}}
#sS-11-1 .keyword-label{
  display: flex;
  align-items: center;
}
#sS-11-1 .search-criteria-2{
  display: flex;
}@media screen and (max-width: 1024px){
  #sS-11-1 .search-criteria-2{
    flex-wrap: wrap;
}}
#sS-11-1 .search-criteria-2 .common-select{
  width: 12vw;
  margin-right: 2vw;
}@media screen and (max-width: 1024px){
  #sS-11-1 .search-criteria-2 .common-select{
    width: 40vw;
    margin: 0;
  }
  #sS-11-1 .search-criteria-2 > label{
    margin: 2vw;
  }
}
#sS-11-1 .search-criteria-4{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}@media screen and (max-width: 1024px){
  #sS-11-1 .search-criteria-4{
    display: block;
  }
}
#sS-11-1 .common-button-red,
#sS-11-1 .common-button-white{
  width: 15vw;
  margin: 0;
}@media screen and (max-width: 1024px){
  #sS-11-1 .common-button-red,
  #sS-11-1 .common-button-white{
    width: 100%;
    margin: 3vw auto;
  }
}
