.page-thanks {
    background: #EAF7FF;
}
.thanks {
    padding: 50px 0 100px;
}
.thanks-inner {
    margin: 0 auto;
    text-align: center;
    width: 92%;
    max-width: 1080px;
}

.thanks-inner p {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.8em;
}
.thanks-inner p a {
    text-decoration: underline;
}

.thanks-btn {
    height: 64px;
    margin: 35px auto 0;
    width: 100%;
    max-width: 330px;
}
.thanks-btn a {
    background: #fff;
    border: 2px solid var(--main-theme-color);
    border-radius: 50px;
    box-shadow: none;
    color: var(--main-theme-color);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    filter: none;
    height: 100%;
    width: 100%;
}
.thanks-btn a::before {
    background: url(../images/icon-arrow-r.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 16px;
    margin-right: 10px;
    transform: rotate(-180deg);
    width: 16px;
}
.thanks-btn a::after {
    display: none;
}