@charset "UTF-8";

html{
  scroll-behavior: smooth
}
body{
  max-width: 768px;
  margin: 0 auto;
}
.sec{
  position: relative;
}
.sec1 .btn{
  width: 90%;
  position: absolute;
  bottom: 11%;
  left: 0;
  right: 0;
  margin: auto;
}
.sec3 .btn{
  width: 90%;
  position: absolute;
  bottom: 4%;
  left: 0;
  right: 0;
  margin: auto;
}
.sec4 .btn{
  width: 90%;
  position: absolute;
  bottom: 2%;
  left: 0;
  right: 0;
  margin: auto;
}
.sec6 .btn{
  width: 90%;
  position: absolute;
  bottom: 12%;
  left: 0;
  right: 0;
  margin: auto;
}
.sec8 .btn{
  width: 90%;
  position: absolute;
  bottom: 22%;
  left: 0;
  right: 0;
  margin: auto;
}

footer{
  background: #0a9ec4;
}
footer .inner{
  text-align: center;
  padding: 1% 0;
}
footer .inner a{
  display: inline-block;
  color: #ffffff;
  margin: 0 1%;
}



