@charset "UTF-8";
/* CSS Document */

.box.velobox {
  background: #fff;
}

.velo {
  font-family: 'Roboto', Helvetica, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 39%;
  color: #fff;
  background-color: #ff4534;
  height: 80px;
  width: 240px;
  border-radius: 40px;
  cursor: pointer;
  padding-top: 25px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;
}

.box.velobox2 {
  background: #fff;
}

.velo2 {
  font-family: 'Roboto', Helvetica, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 39%;
  color: #fff;
  background-color: #000;
  height: 80px;
  width: 240px;
  border-radius: 40px;
  cursor: pointer;
  padding-top: 25px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;
}