* {
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: bottom;
}

.lp-content {
  width: 100%;
  max-width: 750px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  margin: 0 auto;
  text-align: center;
}

.lp-img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.tradelaw {
  margin: 20px 0 100px;
  font-size: 12px;
}

.tradelaw a {
  color: #aaa;
  text-decoration: none;
}

.form-wrap {
  margin: 10px 10px 150px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.8);
}

.btn-wrap {
  margin-left: -10px;
  margin-right: -10px;
}

button {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.submit_btn {
  border: 0;
  width: 100%;
  height: calc(100vw / 3.6);
  background: url("https://d2w53g1q050m78.cloudfront.net/yunthjp/uploads/_lp/crm/11/01/img/btn.png") no-repeat scroll 0 0;
  background-size: cover;
  color: transparent;
}

@media screen and (min-width: 640px) {
  .submit_btn {
    width: 640px;
    height: 200px;
  }
}

.form-check-input {
  width: 30px;
  height: 20px;
  margin-left: -1.75rem;
  margin-top: 0;
}

.form-check {
  font-size: 12px;
}

.readonly-input {
  height: 140px;
  overflow: auto;
  margin: 0 auto;
  padding: 10px 20px;
  border: 1px solid #ccc;
  line-height: 24px;
  font-size: 12px;
}

.regal-checkbox {
  margin: 15px 0 15px 20px;
}

.regal-checkbox label {
  margin: 3px 0 0 10px;
}

@media screen and (min-width: 640px) {
  .readonly-input {
    height: 100px;
    padding: 10px 15px;
    font-size: 12px;
  }
}