body {
  position: relative;
}

.inner {
  margin: auto;
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

* {
  text-align: center;
}

.link {
  max-width: 750px;
  margin: 0 auto;
}

/*************************************/
h1, p, a {
  display: block;
  line-height: 1;
}

body {
  position: relative;
}

#cnt00 {
  background: #ffdc00;
  position: relative;
}

#cnt00 .link {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 750px;
  bottom: -0.2%;
}

#cnt01 {
  background-image: url(../img/img01_back.png);
  background-position: center center;
  background-size: 42px auto;
}

#cnt01 .link + .link {
  margin-top: 5px;
}

#cnt02 {
  position: relative;
  background-color: #63CAE1;
}

#cnt02 p + .link {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 750px;
}

#cnt02 .link_01 {
  bottom: 73.5%;
}

#cnt02 .link_02 {
  bottom: 0.7%;
}

#cnt03 {
  position: relative;
  background-color: #b6ddc8;
}

#cnt03 p + .link {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 750px;
}

#cnt03 .link_01 {
  bottom: 58.3%;
}

#cnt03 .link_02 {
  bottom: 0.7%;
}

#cnt04 {
  position: relative;
  background-color: #ffe872;
}

#cnt04 p + .link {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 750px;
}

#cnt04 .link_01 {
  bottom: 67.8%;
}

#cnt04 .link_02 {
  bottom: 1.6%;
}

#cnt05 {
  position: relative;
  background-color: #f6c6d3;
}

#cnt05 p + .link {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 750px;
}

#cnt05 .link_01 {
  bottom: 70.1%;
}

#cnt05 .link_02 {
  bottom: 0.7%;
}

footer {
  padding-bottom: 130px;
}

footer p:nth-of-type(1) {
  background-color: #008cd6;
}

.f_link {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}

.f_link a {
  display: block;
  background: #ffffd1;
  background: -moz-linear-gradient(top, #ffffd1 0%, #ffe510 100%);
  background: -webkit-linear-gradient(top, #ffffd1 0%, #ffe510 100%);
  background: linear-gradient(to bottom, #ffffd1 0%, #ffe510 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffd1', endColorstr='#ffe510',GradientType=0 );
}
