@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap);
* {
  margin: 0;
  padding: 0
}
:focus {
  outline: 0
}
img {
  border: none
}
html,body {
  -webkit-text-size-adjust: none
}
body {
  background: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  color: #8e8e8e;
  min-width: 320px;
}
ol,ul {
  list-style: none
}
a {
  color: #fff
}
.wrap {
  position: relative;
  padding: 0 15px
}
.slogan-box {
  padding: 20px 0;
  text-align: center;
  max-width: 900px;
  margin: 0 auto
}
.slogan-box h3 {
  font-size: 50px;
  color: #ff6666;
  text-transform: uppercase;
  font-weight: normal;
}
.pics {
  text-align: center
}
.pics img {
  margin: 10px;
  box-shadow: 0px 0px 11px 3px #ff6666;
}
.step {
  display: none
}
.step:first-child {
  display: block
}
.question {
  text-align: center;
  padding: 10px 0 50px
}
.question h3 {
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 25px;
}
.btn {
  min-width: 120px;
  display: inline-block;
  padding: 10px 30px;
  font-size: 28px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  transition: all 0.1s ease 0s;
  background: #ff6666;
  margin: 5px;
  border-radius: 10px;
}
.btn:hover {
  position: relative;
  background-color: #dc4b4b;
}
.final-step {
  max-width: 700px;
  margin: 0 auto;
  padding-bottom: 30px;
  text-align: center
}
.final-step h3 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 15px;
  line-height: 1
}
.final-step ul {
  margin-bottom: 15px;
  text-align: left
}
.final-step ul li {
  font-size: 19px;
  margin-bottom: 5px;
  list-style: disc outside;
}
.terms {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}
@media (max-width: 770px) {
  body {
    font-size:18px
  }
  .pics img {
    width: 30%;
  }
  .question h3 {
    font-size: 24px
  }
  .btn {
    font-size: 24px
  }
}
@media (max-width: 415px) {
  body {
    font-size:12px
  }
  .pics img {
    margin: 3px;
    border-width: 2px;
  }
  .question h3 {
    font-size: 18px;
    margin-bottom: 10px
  }
  .final-step h3 {
    font-size: 18px
  }
  .final-step ul li {
    font-size: 12px
  }
  .terms {
    font-size: 11px
  }
}
