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

/* Contact Form 7 基本 */
.wpcf7 form label{
  display:block;
  margin:0 0 14px;
  font-weight:600;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea{
  width:100%;
  box-sizing:border-box;
  padding:12px 14px;
  border:1px solid #d7d7d7;
  border-radius:10px;
  outline:none;
}

/* フォーカス時：サイトカラー */
.wpcf7 input:focus,
.wpcf7 textarea:focus{
  border-color:#009a74;
  box-shadow:0 0 0 3px rgba(0,154,116,.18);
}

/* 送信ボタン */
.wpcf7 .cf7-submit{
  width:100%;
  padding:14px 16px;
  border:none;
  border-radius:12px;
  background:#009a74;
  color:#fff;
  font-weight:700;
  cursor:pointer;
}

.wpcf7 .cf7-submit:hover{
  filter:brightness(0.92);
}

/* エラー表示も見やすく */
.wpcf7-not-valid-tip{ margin-top:6px; }
.wpcf7-response-output{ margin-top:16px; }
