.modal-title {
  font-size: 2.8rem;
  font-weight: bold;
  margin-top: 24px;
  text-align: center;
}
.choice_ttl {
  background: #FFE100;
  color: #222222;
  font-size: 1.8rem;
  line-height: 1.2;
  margin-top: 40px;
  padding: 10px;
}
.choice_ttl:first-of-type {
  margin-top: 24px;
}
.choice_ttl span {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.7;
  padding-top: 8px;
}
.choice_ttl:nth-of-type(2) {
  background: #0074be;
  color: #FFFFFF;
}
.option {
  background: #F5F5F5;
  padding: 8px;
}
.step_container {}
.step_txt {
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1.6;
  margin-top: 16px;
}
.step_txt + .step_txt, ul + .step_txt {
  margin-top: 16px;
}
.step {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1E1E1E;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: bold;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}
.qr_container {
  display: flex;
  align-items: center;
  margin-top: 24px;
}
.qr {
  width: 80px;
  margin-right: 16px;
}
.loppi_container {
  border: 2px solid #0074BE;
  margin-top: 24px;
  padding: 20px;
}
.loppi_txt {
  color: #0074BE;
  font-weight: bold;
}
.emphasis {
  color: #EB0731;
}
@media screen and (min-width: 767.99px) {
  .choice_ttl {
    font-size: 2.0rem;
    margin-top: 56px;
  }
  .choice_ttl:first-of-type {
    margin-top: 40px;
  }
  .choice_ttl span {
    display: inline;
  }
  .step_container {
    display: flex;
    align-items: flex-start;
  }
  .step_container > img {
    margin-right: 20px;
    max-width: 450px;
  }
  .step_txt {
    align-items: flex-start;
    margin-top: 0;
  }
  .step {
    font-size: 2.0rem;
    width: 36px;
    height: 36px;
  }
  .loppi_container {
    margin-top: 32px;
  }
}