@charset "utf-8";

.center {
  text-align: center;
}

.button01 {
  display: inline-block;
  width: 300px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  background-color: #ade6d8;
  border: 2px solid #ade6d8;
  color: #fff;
  line-height: 50px;
}
.button01:hover {
  background-color: #fff;
  border-color: #59b1eb;
  color: #59b1eb;
}
.button01::before,
.button01::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button01,
.button01::before,
.button01::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button02 {
  display: inline-block;
  width: 300px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  background-color: #59b1eb;
  border: 2px solid #59b1eb;
  color: #fff;
  line-height: 50px;
}
.button02:hover {
  background-color: #fff;
  border-color: #59b1eb;
  color: #59b1eb;
}
.button02::before,
.button02::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button02,
.button02::before,
.button02::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
