.sample {
  width: 10%;
  width: 10vw;
  height: 10%;
  height: 10vw;
  margin: 10% 10% 10% 10%;
  margin: 10vw 10vw 10vw 10vw;
  padding: 10% 10% 10% 10%;
  padding: 10vw 10vw 10vw 10vw;
  top: 10%;
  top: 10vw;
  right: 10%;
  right: 10vw;
  bottom: 10%;
  bottom: 10vw;
  left: 10%;
  left: 10vw;
  background: rgba(153, 153, 153, 0.3);
  font-size: 28px;
  font-size: 3.73333vw;
}

.app-point {
  width: 750px;
  margin: 0 auto;
  font-size: 14px;
  color: #000;
  line-height: 1.7;
}

.app-point * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.app-point a {
  text-decoration: none;
}

.app-point a:hover {
  text-decoration: none;
  opacity: .7;
}

.app-point .detail {
  background: #f2f2f2;
  padding: 45px 25px 25px;
  margin-bottom: 60px;
}

.app-point .detail__txt-lead {
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 30px;
}

.app-point .detail__list-qr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 200px;
  margin-bottom: 70px;
}

.app-point .detail__list-qr li {
  width: 120px;
  text-align: center;
}

.app-point .detail__list-qr-btn {
  background: #000;
  color: #fff;
  line-height: 1;
  width: 240px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  margin-left: -60px;
  border-radius: 20px;
}

.app-point .detail__txt-detail {
  background: #fff;
  padding: 40px 30px 45px;
}

.app-point .detail__txt-detail h2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 8px;
  border-bottom: solid 2px #f2f2f2;
  margin-bottom: 10px;
}

.app-point .detail__txt-detail p + h2 {
  margin-top: 45px;
}

.app-point .btn-new {
  margin: 0 auto 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #000;
  color: #fff;
  line-height: 1;
  width: 400px;
  height: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  position: relative;
  border-radius: 5px;
}

.app-point .btn-new::after {
  content: '';
  width: 10px;
  height: 10px;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  margin-top: -7px;
  top: 50%;
  right: 15px;
}

.app-point .qr {
  background: #f2f2f2;
  padding: 45px 0;
}

.app-point .qr ul {
  margin-bottom: 0;
}
/*# sourceMappingURL=style.css.map */