@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/



/* お問い合わせ
===================================================================*/

.cf-tbl {
    width: 100%;
}
.cf-tbl th {
    width: 30%;
}
.cf-tbl td {
    width: 70%;
}
.cf-tbl .wpcf7-text,
.cf-tbl .wpcf7-email,
.cf-tbl .wpcf7-tel,
.cf-tbl .wpcf7-textarea {
    width: 100%;
}
.cf-tbl .wpcf7-list-item {
    margin-top: 10px;
    display: block;
}
.cf-tbl .wpcf7-list-item.first {
    margin-top: 0;
}

.wpcf7-submit {
    width: 300px;
    height: 50px;
    color: #ffffff;
    font-size: 20px;
    padding: 0;
    margin: 40px auto 0;
    line-height: 50px;
    background: #666666;
    border: none;
    border-radius: 25px;
    display: block;
    transition: 0.3s;
}
.wpcf7-submit:hover {
    opacity: 0.7;
    transition: 0.3s;
}


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

.cf-tbl th,
.cf-tbl td {
    width: 100%;
    display: block;
}

.wpcf7-submit {
    width: 80%;
}

    }