@charset "utf-8";

@media screen and (max-width: 767px) {
  .policy-br {
    display: none;
  }
}

.policy {
  margin-bottom: 200px;
}
.policy-wrapper {
  max-width: 670px;
  padding: 0 20px;
  margin: 50px auto;
}
.policy-title {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px dotted #333;
  padding-bottom: 3px;
  margin-bottom: 15px;
}
.policy-container {
  margin-bottom: 10px;
}
h3 {
  display: inline-block;
  font-size: 18px;
  border-bottom: 1px solid #a5a5a5;
  margin-bottom: 5px;
}
.policy-inner {
  line-height: 2;
  margin-bottom: 20px;
}
.policy-contents {
  line-height: 1.5;
  padding: 10px 0;
  margin-left: 25px;
}
.page-back {
  display: block;
  width: 320px;
  height: 63px;
  line-height: 63px;
  font-size: 1.25rem;
  color: #fff;
  text-align: center;
  display: block;
  background: linear-gradient(125deg, #fdcb04 0%, #fde998 100%);
  border-radius: 0 10px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .page-back {
    width: 250px;
    height: 43px;
    line-height: 43px;
    font-size: 16px;
  }
}
