@charset "UTF-8";
/* ------------------------------
   seminar-register.css
------------------------------ */
/*sec-thanks*/
.sec-thanks{
    position: relative;
    padding: 180px 0 50px 0;
    box-sizing: border-box;
}

.sec-thanks .sec-ttl{
    text-align: center;
    font-size: 3.5rem;
    color: rgba(178,34,34,1);
    margin-bottom: 20px;
}
.sec-thanks .lead{
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.75;
}
.sec-thanks .lead a{
    color: #0000ff;
    text-decoration: underline;
    font-weight: bold;
}
.sec-thanks .image{
    text-align: center;
    margin: 60px 0;
}

.footer_btm{
    display: none;
}

@media screen and (max-width: 767px) {
    .sec-thanks{
        padding: 16% 0 16% 0;
        display: block;
    }

    .sec-thanks .sec-ttl{
        font-size: 2.6rem;
        margin-bottom: 6%;
    }
    .sec-thanks .lead{
        font-size: 1.4rem;
        text-align: left;
    }
    .sec-thanks .image{
        margin: 15% 0 0;
    }
}

