.others {
  width: 100%;
  padding: 30px;
  background-color: #fff;
  margin: 20px 0 30px;
  border-radius: 5px;
}

.others_ttl {
  margin-bottom: 5px;
}

#power_supplier_type_others {
  background-color: #f8f8f8;
}

#power_supplier_type_others_search {
  width: 300px;
  /* margin-top: 10px; */
  background-color: #fff;
}

#power_supplier_type_others_search_btn {
  background-color: #00bbbb;
  font-weight: 600;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  border: none;
  width: 80px;
  padding: 8px 0;
}

#search_result3 {
  margin: 20px 0 10px;
  font-weight: 600;
}

#search_result3_list {
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  padding: 20px;
  margin-top: 5px;
}

.search_result li {
  margin-top: 5px;
}

.search_result a {
  cursor: pointer;
  color: #21a6a6;
  text-decoration: underline;
  margin-top: 5px;
  font-weight: 600;
}

@media screen and (max-width: 750px) {
  .others {
    padding: 15px;
    margin: 20px 0;
  }

  .others_ttl {
    margin-bottom: 5px;
  }

  #power_supplier_type_others_search {
    width: 65%;
  }

  #power_supplier_type_others_search_btn {
    width: 70px;
  }

  /* #search_result3 {
        margin: 3vw 0 2vw;
    }

    #search_result3_list {
        padding: 3vw 2vw;
        margin-top: 2vw;
    }

    .search_result li {
        margin-top: 2vw;
    }

    .search_result a {
        margin-top: 2vw;
        font-size: 4vw;
    } */
}
select[name="ご契約容量"] span option {
  display: none;
}
