.agree {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 165px 0 55px; }
  @media screen and (max-width: 767px) {
    .agree {
      padding: 30px 0; } }
  .agree .contactAgree {
    width: 1000px;
    position: relative; }
    @media screen and (max-width: 999px) {
      .agree .contactAgree {
        width: 100vw; } }
  .agree .rejection {
    margin-left: 30px; }
  .agree .ContactForm {
    position: absolute;
    width: 275px;
    font-size: 1.6rem;
    line-height: 2;
    font-weight: 700;
    color: #9c9c9c;
    height: 80px;
    background: #ededed;
    border: 0;
    left: auto;
    right: 0; }
    @media screen and (max-width: 767px) {
      .agree .ContactForm {
        font-size: 1.6rem;
        right: 0;
        left: 0;
        margin: auto; } }
  .agree label {
    display: block;
    margin: 32px auto; }
    @media screen and (max-width: 767px) {
      .agree label {
        font-size: 1.6rem; } }
