.opening_desired_area_select_text {
  width: 60px;
}@media screen and (max-width: 767px) {
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
  .opening_desired_area_select {
    width: 100%;
  }
}@media print, screen and (min-width: 768px) {
  .pcOnly {
    display: block;
  }
  .spOnly {
    display: none;
  }
  .opening_desired_area_select_box_wap {
    display: flex;
  }
  .opening_desired_area_select_box {
    display: flex;
    align-items: center;
    margin-right: 30px;
  }
  .opening_desired_area_select {
    width: 150px;
  }
}
