.contents {
  background-color: #fff;
}
.contents .contents-ttl .en img {
  width: auto;
  height: 12px;
}

.policy {
  width: 100%;
  max-width: 784px;
  padding: 0 15px;
  margin: 0 auto 0;
  font-weight: 500;
}
.policy .lead {
  margin: 0 auto 16px;
}
.policy .unit {
  margin: 0 auto 40px;
}
.policy .unit .line:not(:last-child) {
  margin: 0 auto 32px;
}
.policy .unit .line-head {
  margin: 0 auto 8px;
  font-size: 1.4rem;
  font-weight: 700;
}
.policy .unit .line-body {
  font-size: 1.2rem;
}
.policy .unit .line-body .txt {
  margin: 0 auto 16px;
}
.page_back {
  text-align: center;
}
.page_back a {
  display: inline-block;
  padding: 3.7837837838vw 21.6216216216vw 3.7837837838vw 14.5945945946vw;
  color: #000;
  background-color: #fff;
  border-radius: 2702.4324324324vw;
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.2));
  position: relative;
}
.page_back a:before, .page_back a:after {
  display: block;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12.972972973vw;
}
.page_back a:before {
  box-sizing: border-box;
  width: 5.4054054054vw;
  height: 5.4054054054vw;
  border: 1px solid #808080;
  border-radius: 50%;
}
.page_back a:after {
  width: 1.0810810811vw;
  height: 1.0810810811vw;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  right: 15.1351351351vw;
}

@media screen and (min-width: 1000px) {
  .page_back a {
    padding: 14px 80px 14px 48px;
    font-size: 14px;
    transition-duration: 0.3s;
    transition-property: color, background-color;
  }
  .page_back a:hover {
    color: #fff;
    background-color: #0af;
  }
  .page_back a:hover:before {
    border: 1px solid #fff;
  }
  .page_back a:hover:after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .page_back a:before, .page_back a:after {
    transition-duration: 0.3s;
    transition-property: border, border-top, border-right;
    right: 46px;
  }
  .page_back a:before {
    width: 20px;
    height: 20px;
  }
  .page_back a:after {
    width: 4px;
    height: 4px;
    right: 54px;
  }
}/*# sourceMappingURL=style.css.map */