@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 table {
    width: 100%;
    border: unset;
    color: #444;
}

#cf-tbl table tr th,
#cf-tbl table tr td {
    padding: 1.4em;
    text-align: left;
    vertical-align: top;
    vertical-align: middle;
    background: unset !important;
    border: unset;
    border-top: 1px solid #ccc;
    font-weight: normal;
}

#cf-tbl table tr th {
    width: 35%;
    color: #000;
}

.post_content .td_to_th_ tbody tr> :first-child::before,
.post_content tbody th::before {
    background: unset;
}

@media screen and (max-width:768px) {
    #cf-tbl {
        width: 100%;
    }

    #cf-tbl table,
    #cf-tbl table tbody,
    #cf-tbl table tr,
    #cf-tbl table tr th,
    #cf-tbl table tr td {
        display: block;
    }

    #cf-tbl table {
        width: 100%;
        border-width: 0 0 1px 0;
    }

    #cf-tbl table tr th {
               width: 100%;
        padding: 5% 5% 2% 5% ;
    }

    #cf-tbl table tr td {
        width: 100%;
        padding: 2% 5% 5% 5%;
    }

    #cf-tbl table tr td {
        border-width: 0px 1px 0px 1px;
    }
}

/*「必須」文字デザイン*/
.required {
    font-size: 14px;
    padding: 4px 8px;
    background: #df1a00;
    color: #fff;
    border-radius: 3px;
    margin-right: 14px;
}

/*「任意」文字デザイン*/
.optional {
    font-size: 14px;
    padding: 4px 8px;
    background: unset;
    color: #42210b;
    border: 1px solid #df1a00 !important;
    border-radius: 3px;
    margin-right: 14px;
    border: unset;
}

/* 入力項目を見やすく */
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    padding: 8px 15px;
    margin-right: 10px;
    margin-top: 10px;
    border: 1px solid #d0d5d8;
    border-radius: 3px;
    background-color: #f7f7f7;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    height: 200px;
}

/* 「送信する」ボタン */
input.wpcf7-submit {
    display: block;
    padding: 15px;
    width: 400px;
    background: unset;
    border: 1px solid #000;
    color: #280c00;
    font-size: 16px;
    margin: 56px auto 0;
    transition: all .25s;
}

input.wpcf7-submit:hover {
    background: #000;
    color: #fff;
}

@media screen and (max-width:768px) {
    input.wpcf7-submit {
        width: 250px;
    }
}

/* エラーメッセージを見やすく */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
    color: rgb(231, 75, 75);
    font-weight: 600;
}

/*----お問い合わせフォームここまで----*/
