@charset "UTF-8";
/*header
---------------------*/



.thanks{
    font-size: 2.4rem;
    line-height: 2;
    text-align: center;
}
.thanks_btn{
    display: block;
    margin: 1rem auto;
    font-size: 1.8rem;
    padding: 1rem 0;
    background: #1D2088;
    border: 2px solid #1D2088;
    border-radius: 5rem;
    color: #fff;
    width: 23rem;
    max-width: 90%;
    text-align: center;
}
.thanks_btn:hover{
    background: #fff;
    color: #1D2088;
}
@media screen and (max-width: 680px) {
.thanks{
    font-size: 1.8rem;
}
}