* {
  margin: 0px;
  padding: 0px;
}

button {
  border-width: 0px;
  border-color: rgb(0, 0, 0);
  border-style: solid;
  border-style: solid;
  border-width: 6px;
  border-color: rgb(177, 151, 53);
  border-radius: 10px;
  background-image: -moz-linear-gradient( 90deg, rgb(215,13,86) 0%, rgb(232,54,109) 35%, rgb(248,94,132) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(215,13,86) 0%, rgb(232,54,109) 35%, rgb(248,94,132) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(215,13,86) 0%, rgb(232,54,109) 35%, rgb(248,94,132) 100%);
  box-shadow: 0px 13px 16px 0px rgba(56, 7, 21, 0.7);
  position: absolute;
}

.relative{
  position: relative;
  width: 50vw;
  display: block;
  margin: auto;
}

.fvabsolute{
  position: absolute;
  width: 50vw;
  top: 0.61%;
  
}

.fvabsolutebutton{
  left: 10%;
  top: 14%;
  width: 81%;
  height: 1.3%;
  font-size: 2.5vw;
  font-family: "Hiragino Kaku Gothic StdN";
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: center;
}

.warriAbsolute{
  position: absolute;
  width: 50vw;
  left: 1.5%;
  top: 17%;
}

.troubleabsolute{
  position: absolute;
  width: 50vw;
  top: 37.6%;
}

.hbbabsolute{
  position: absolute;
  width: 50vw;
  top: 55.5%;
}

.feeabsolute{
  position: absolute;
  width: 50vw;
  top: 65.5%;
}

.feeabsolutebutton{
  left: 10%;
  top: 73%;
  width: 81%;
  height: 1.3%;
  font-size: 2.5vw;
  font-family: "Hiragino Kaku Gothic StdN";
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: center;
}

.massageabsolute{
  position: absolute;
  width: 50vw;
  top: 79.3%;
}

.messageabsolutebutton{
  left: 10%;
  top: 97.5%;
  width: 81%;
  height: 1.3%;
  font-size: 2.5vw;
  font-family: "Hiragino Kaku Gothic StdN";
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: center;
}

@media only screen and (max-width: 960px) {
  .relative{
    position: relative;
    width: 100vw;
    display: block;
    margin: auto;
  }
  
  .fvabsolute{
    position: absolute;
    width: 100vw;
    top: 0.61%;
    
  }
  
  .fvabsolutebutton{
    left: 10%;
    top: 14%;
    width: 81%;
    height: 1.3%;
    font-size: 5vw;
    font-family: "Hiragino Kaku Gothic StdN";
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-align: center;
  }
  
  .warriAbsolute{
    position: absolute;
    width: 100vw;
    left: 1.5%;
    top: 17%;
  }
  
  .troubleabsolute{
    position: absolute;
    width: 100vw;
    top: 37.6%;
  }
  
  .hbbabsolute{
    position: absolute;
    width: 100vw;
    top: 55.5%;
  }
  
  .feeabsolute{
    position: absolute;
    width: 100vw;
    top: 65.5%;
  }
  
  .feeabsolutebutton{
    left: 10%;
    top: 73%;
    width: 81%;
    height: 1.3%;
    font-size: 5vw;
    font-family: "Hiragino Kaku Gothic StdN";
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-align: center;
  }
  
  .massageabsolute{
    position: absolute;
    width: 100vw;
    top: 79.3%;
  }
  
  .messageabsolutebutton{
    left: 10%;
    top: 97.5%;
    width: 81%;
    height: 1.3%;
    font-size: 5vw;
    font-family: "Hiragino Kaku Gothic StdN";
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-align: center;
  }
}