@media screen and (max-width: 749px) {

.searchSiteArea{
  font-size: 14px;
  padding: 10px;
  margin-top: 50px;
  position: relative;
  color: #000066;
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
  background: #eeeeee;
}
.searchSitefactor{
  width: 48%;
  display: inline-block;
  vertical-align: top;
  height: 55px;
}

.searchSitefactor select{
  width: 100%;
  max-width: 150px;
  font-size: 16px;
}


.searchSitefactor label{
  font-size: 14px;
  display: block;
  width: 80px;
  font-weight: bold;
}

.searchSiteAreaLabel{
  width: 100%;
  text-align: center;
  display: block;
  height: 30px;
  line-height: 30px;
  border-radius: 2px;
  border-bottom: 2px solid #000066;
  font-size: 13px;
  text-align: center;
  color: #000066;
  margin-bottom: 30px;
  font-weight: bold;
}

.searchSiteButton{
  width: 30%;
  min-width: 100px;
  height: 50px;
  background: #000066;
  border-radius: 5px;
  color:#ffffff;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  margin: 15px auto 5px auto;
  cursor: pointer;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}
#jumpCondition{
  width: 60px;
  margin-right: 2%;
  margin-left: auto;
  height: auto;
  color:#ffffff;
  border-radius: 5px;
  box-sizing: border-box;
  background: rgba(0,00,100,0.8);
  text-align: center;
  position: sticky;
  right:5%;
  bottom:50px;
  z-index: 100;
  box-shadow: 1px 1px rgba(0,0,0,0.5);
}
#jumpCondition a{
  padding: 14px;
  box-sizing: border-box;
  font-weight: bold;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 15px;
  color:#ffffff;
}
}
@media screen and (min-width: 750px) {

.searchSiteArea{
  font-size: 14px;
  padding: 10px;
  margin-top: 50px;
  position: relative;
  background: #eeeeee;
  color: #000066;
  border-radius: 5px;

}
.searchSitefactor{
  width: 48%;
  display: inline-block;
  vertical-align: top;
  height: 30px;
}

.searchSitefactor select{
  width: calc(100% - 80px);
  max-width: 150px;
  font-size: 16px;
}

.searchSitefactor label{
  font-size: 14px;
  display: block;
  width: 75px;
  display: inline-block;
  font-weight: bold;
}

.searchSiteAreaLabel{
  width: 100%;
  text-align: center;
  display: block;
  height: 30px;
  line-height: 30px;
  border-radius: 2px;
  border-bottom: 2px solid #000066;
  font-size: 13px;
  text-align: center;
  color: #000066;
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: bold;
}

.searchSiteButton{
  width: 30%;
  min-width: 100px;
  height: 50px;
  background: #000066;
  border-radius: 5px;
  color:#ffffff;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  margin: 15px auto 5px auto;
  cursor: pointer;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}

#jumpCondition{
  width: 80px;
  margin-right: 5%;
  margin-left: auto;
  height: auto;
  color:#ffffff;
  border-radius: 5px;
  box-sizing: border-box;
  background: rgba(0,00,100,0.8);
  text-align: center;
  position: sticky;
  right:35px;
  bottom:200px;
  z-index: 100;
  box-shadow: 1px 1px rgba(0,0,0,0.5);
}
#jumpCondition a{
  padding: 15px;
  box-sizing: border-box;
  font-weight: bold;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 17px;
  color:#ffffff;
}
}
