.container {
  padding-top: 40px;
}

@media screen and (max-width: 999px) {
  .container {
    padding-top: 30px;
  }
}

@media screen and (max-width: 600px) {
  .container {
    padding-top: 20px;
  }
}

.page-ttl {
  background: none;
}

@media screen and (min-width: 601px) {
  .page-ttl .pc-none {
    display: none;
  }
}

.intro {
  margin-bottom: 50px;
}

@media screen and (max-width: 999px) {
  .intro {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 600px) {
  .intro {
    margin-bottom: 30px;
  }
}

.intro p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}

@media screen and (max-width: 999px) {
  .intro p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 600px) {
  .intro p {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.detail .item-wrap {
  margin-bottom: 40px;
}

@media screen and (max-width: 600px) {
  .detail .item-wrap {
    margin-bottom: 30px;
  }
}

.detail .item-wrap h4 {
  line-height: 1.6;
  margin-bottom: 5px;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 999px) {
  .detail .item-wrap h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 600px) {
  .detail .item-wrap h4 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.detail .item-wrap h4 .num {
  padding-right: 10px;
}

.detail .item-wrap p {
  margin-bottom: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}

@media screen and (max-width: 999px) {
  .detail .item-wrap p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 600px) {
  .detail .item-wrap p {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.detail .item-wrap p a {
  color: #333;
}

.detail .item-wrap p a:hover {
  text-decoration: none;
}

.detail .item-wrap p .bnr {
  max-width: 250px;
  margin-top: 5px;
  margin-bottom: 20px;
}

.detail .item-wrap table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
}

.detail .item-wrap table.pay {
  max-width: 400px;
}

.detail .item-wrap table td {
  padding: 5px 10px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
  border: solid 1px #333;
}

@media screen and (max-width: 999px) {
  .detail .item-wrap table td {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 600px) {
  .detail .item-wrap table td {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.detail .item-wrap ol {
  margin: 20px 0 0 30px;
}

@media screen and (max-width: 999px) {
  .detail .item-wrap ol {
    margin: 10px 0 0 30px;
  }
}

.detail .item-wrap ol li {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
}

@media screen and (max-width: 999px) {
  .detail .item-wrap ol li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 600px) {
  .detail .item-wrap ol li {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.detail .item-wrap .btn {
  width: 340px;
  margin: 20px 20px;
  text-align: center;
}

@media screen and (max-width: 999px) {
  .detail .item-wrap .btn {
    width: 280px;
    margin: 15px 20px;
  }
}

@media screen and (max-width: 600px) {
  .detail .item-wrap .btn {
    width: 230px;
  }
}

.detail .item-wrap .btn a {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 50px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  background-color: #c17497;
  border-radius: 10px;
}

@media screen and (max-width: 999px) {
  .detail .item-wrap .btn a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 600px) {
  .detail .item-wrap .btn a {
    line-height: 40px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
/*# sourceMappingURL=bnr-terms.css.map */