@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
*/

.wpcf7-form .form-group {
    margin-bottom: 1.2em;
}
.wpcf7-form label {
    font-weight: bold;
    display: block;
    margin-bottom: 0.4em;
}
.wpcf7-form input,
.wpcf7-form textarea {
    width: 100%;
    padding: 0.6em;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.wpcf7-form .required {
    color: #d9534f;
    font-size: 0.9em;
}
.wpcf7-submit {
    background-color: #0073aa;
    color: white;
    padding: 0.7em 1.2em;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.wpcf7-submit:hover {
    background-color: #005f87;
}



