.prompt {
  display: none;
  width: 630px;
  position: relative;
  padding: 23px 0 40px;
  border: 3px solid #32b372;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 60px;
}
.prompt:before {
  content: "";
  display: block;
  width: 100vw;
  height: 300px;
  position: absolute;
  top: -3px;
  left: calc((50vw - 50%) * -1);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  background: -webkit-gradient(linear, left bottom, left top, from(white), to(transparent));
  background: linear-gradient(to top, white, transparent);
}
@media screen and (max-width: 784px) {
  .is-responsive.win .prompt {
    width: 100%;
    padding: 15px 12px 20px;
  }
}
@media screen and (max-width: 767px) {
  .is-responsive .prompt {
    width: 100%;
    padding: 15px 12px 20px;
  }
}
.prompt .prompt__t {
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 784px) {
  .is-responsive.win .prompt .prompt__t {
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 1.57143;
  }
}
@media screen and (max-width: 767px) {
  .is-responsive .prompt .prompt__t {
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 1.57143;
  }
}
.prompt .prompt__ls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media screen and (max-width: 784px) {
  .is-responsive.win .prompt .prompt__ls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .is-responsive .prompt .prompt__ls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 10px;
  }
}
.prompt .prompt__ls li {
  width: 216px;
}
@media screen and (max-width: 784px) {
  .is-responsive.win .prompt .prompt__ls li {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .is-responsive .prompt .prompt__ls li {
    margin: 0 auto;
  }
}