#w-top {
  position: absolute;
}

.w-bot {
  position: absolute;
  bottom: 0;
}

.fs-par {
  font-size: 1.2em;
  line-height: 2em;
  margin-bottom: 30px;
}
.link-doku {
  list-style-type: none;
  display: block;
  line-height: 2em;
}
body {
  background-color: #fffdfa;
}

.wrap-rel {
  padding-top: 80px;
  position: relative;
}

.sampe-bawah > span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #36454f;
  border-bottom: 1px solid #36454f;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sox 2s infinite;
  animation: sox 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}

.sampe-bawah > span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.sampe-bawah > span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.sampe-bawah > span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

