@charset "utf-8";
/* CSS Document */

div.pgr {
  display:flex;
  flex-wrap:nowrap;
  justify-content:space-between;
  margin:0 auto 30px;
  max-width:420px;
  width:94%;
}

div.pgr a {
  border:1px solid #de7ca3;
  border-radius:3px;
  color:#de7ca3;
  font-family:'Century Gothic', Oswald, "Noto Sans JP", sans-serif;
  display:block;
  font-size:1.6rem;
  padding:5px 8px;
}
div.pgr a.pg-bttn.on {
  background:#de92a4;
  color:#fff;
}
@media screen and (min-width: 992px) {
  div.pgr {
    margin: 0 auto 60px;
  }
  div.pgr a {
    font-size:2rem;
    padding:5px 13px;
  }
}