@media (720px <= width) {
  body:not(.home) .mv.input .mv__img {
    height: 67.6rem;
  }
}
body:not(.home) .mv.input .breadcrumbs a {
  color: #333;
}
@media (720px <= width) {
  body:not(.home) .mv.input .mv__pagetitle {
    bottom: 16rem;
  }
  body:not(.home) .mv.input .mv__pagetitle .lbl {
    font-size: 4.6rem;
    line-height: 1.4783;
  }
}

@media (720px <= width) {
  body#confirm .inputarea {
    padding: 10rem 10rem;
    max-width: 120rem;
    margin-left: max(50% - 60rem, 6rem);
    margin-right: max(50% - 60rem, 6rem);
  }
}
body#confirm .inputarea .text {
  font-size: 1.8rem;
  line-height: 2.4;
  text-align: center;
}
@media (720px <= width) {
  body#confirm .inputarea .text {
    font-size: 2rem;
  }
}
body#confirm .inputarea .buttonarea .button.base {
  border-radius: 100rem;
}