.block-faq-form-complete {
    width: 1040px;
    min-height: 350px;
    margin: 0 auto 50px auto;
}
.block-faq-form-complete h2 {
    font-size: 2.0rem;
    font-weight: normal;
    margin: 0 0 20px 0;
}
.block-faq-form-complete p {}
.block-faq-form-complete div {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.block-faq-form-complete div a {
    background: none;
    border: 1px #000 solid;
    cursor: pointer;
    outline: none;
    padding: 0;
    height: 50px;
    line-height: 48px;
    text-align: center;
    text-decoration: none;
    width: 30rem;
    color: #fff;
    margin: 0 auto;
    background-color: #000;
    transition: all .4s ease;
    font-size: 1.2em;
}
.block-faq-form-complete div a:hover {
    cursor: pointer;
    background-color: #fff;
    color: #000;
}