@charset "utf-8";

/*--------- pc ---------*/

    .info_table td {
        background-color: #ddd !important;
    }

    form input[type="text"],form input[type="email"],form textarea{
        background: #ddd !important;
        border: 1px solid #ddd !important;
    }

    form textarea:focus, form input[type="text"]:focus, form input[type="email"]:focus {
        background: #ddd !important;
    }

    .form_button {
        display: flex;
    }

    .thanks-title, .thanks-content, .top-btn {
        text-align: center;
    }

/*--------- sp ---------*/
@media screen and (max-width: 767px) {

    .thanks-title {
        font-size: large;
    }
}



