@charset "utf-8";

.pullDownFilterArea {
  flex-flow: column;
}

.pullDownFilter {
  margin-right: 0;
  margin-bottom: 10px;
}

.pullDownFilter:last-child {
  margin-bottom: 0;
}

.js-pullDownFilter:first-child:nth-last-child(3),
.js-pullDownFilter:first-child:nth-last-child(3) ~ .js-pullDownFilter,
.js-pullDownFilter:first-child:nth-last-child(4),
.js-pullDownFilter:first-child:nth-last-child(4) ~ .js-pullDownFilter,
.js-pullDownFilter:first-child:nth-last-child(5),
.js-pullDownFilter:first-child:nth-last-child(5) ~ .js-pullDownFilter {
  width: inherit !important;
}
.js-pullDownFilter .SumoSelect > .optWrapper {
  width: 100% !important;
  max-width: inherit !important;
}

.spOptionSelectAll {
  display: block;
}