@charset "utf-8";

#thanks {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

#thanks .wrapper_02 {
    padding-bottom: 9.375rem;
}

@media screen and (max-width: 412px) {
    #thanks .wrapper_02 {
        padding-top: 6.25rem;
        padding-bottom: 6.25rem;
    }
}

#thanks h2 {
    margin-bottom: 3.13rem;
}

@media screen and (max-width: 412px) {
    #thanks h2 {
        text-align: center;
        font-size: 1.25rem;
    }
}

#thanks .text-area {
    text-align: center;
    margin-bottom: 3.13rem;
}

#thanks .link_add {
    text-align: center;
    margin-bottom: 1.25rem;
}

#thanks .btn-box a {
    margin-left: auto;
    margin-right: auto;
    border-radius: 2rem;
    font-weight: initial;
    padding: 0.88rem 1.88rem;
}

#thanks .btn-box a span {
    font-size: 1.25rem;
}

#thanks .btn-box a img {
    width: 3rem;
}

#thanks .btn-box a:hover {
    background-color: #fff;
    transition: .5s;
}

#thanks .btn-box a:hover span {
    color: #527553;
    transition: .5s;
}

#thanks .logp-main .logo-company-name span {
    display: block;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.3em;
    color: #fff;
}

#thanks .logp-main:hover .logo-company-name span {
    color: #527553;
    transition: .5s;
}