.pc-style.select-block {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pc-style.select-block-word {
  min-width: 128px;
  width: 30%;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-align: right;
}

.pc-style.select-block-input {
  display: flex;
  align-items: center;
  width: 66%;
}

.pc-style.select-block-input input {
  margin: 0 5px;
  flex: 1;
  width: 40%;
}

/* .pc-style.search-button-group {
} */

.sp-style.select-block {
  width: 100%;
  display: block;
  margin-left: 0 !important;
  align-items: center;
}

.sp-style.select-block-word {
  margin: 10px 0;
}

.sp-style.select-block-input {
  display: block;
  align-items: center;
  width: 100%;
  margin: 0 !important;
}

.sp-style.select-block-input input {
  min-width: 100%;
}

.sp-style.search-button-group {
  margin-left: 0;
        padding-top: 10px;
        width: 100%;
}

.sp-style.search-button-group .c-btn {
  width: 48% !important;
  margin: 0;
}
