.page_foot {
  width: 100%;
  height: auto;
  position: relative;
}
.page_foot > p {
  position: absolute;
  font-size: 2.66666667vw;
  color: #65666a;
  right: 1.86666667vw;
}
.page_foot > p:nth-child(2) {
  top: 2.66666667vw;
}
.page_foot > p:nth-child(3) {
  top: 7.2vw;
}
