.index__contact {

  .error, .layer02, .finish {
    display: none;
  }

  .error-message {
    width: 100%;
    margin: 3.846% 0 0;
    padding: 0.5em 1em;
    border: 2px solid #ffb900;
    color: #fff;
    font-size: 1.4rem;
  }

  .index__contact--form {
    dd {
      span {
      width: 100%;
      }
    }

    .screen-reader-response {
      position: absolute;
      overflow: hidden;
      clip: rect(1px, 1px, 1px, 1px);
      height: 1px;
      width: 1px;
      margin: 0;
      padding: 0;
      border: 0;
    }

    textarea.failed,input[type="text"].failed,input[type="tel"].failed,input[type="email"].failed {
      border: 2px solid #FF3B30;
    }

    .failed-tip {
      font-size: 1.4rem;
      color: #fff;
      font-weight: normal;

      img {
        vertical-align: -3px;
        padding-right: 5px;
      }

      span {
        display: none;
      }

      &.error {
        color: #ff3b30;
      }
    }

    .form-buttons {
      @media screen and (min-width: 768px) {
        display: flex;
      }

      label {
        display: flex;
        justify-content: center;
      }
    }
  }
}
