/* adjust styles */
@media only screen and (min-width: 961px) {
  .l-content {
    padding-left: 0;
  }
}
.-center {
  text-align: center;
}
.module-body .module-title {
  line-height: 1.8;
  padding: 0 40px 30px;
}
.module-body .module-title span {
  font-size: 1.4rem;
}
.terms-checkbox {
  margin: 25px 0 60px;
}
.terms-checkbox label{
  font-size: 1.6rem;
}
.button-fill button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #282828;
  height: 74px;
  border-radius: 35px;
  line-height: 1.3636363636;
  width: 342px;
  position: relative;
  padding-right: 20px;
  padding-left: 22px;
  margin: 0 auto;
}
.button-fill button span {
  line-height: 1.3636363636;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .button-fill button {
    transition: .3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  }
}
.button-fill button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.module-body.terms-area p {
  font-size: 1.4rem;
}
.terms-area {
  background-color: #fff;
  padding: 27px 36px;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}