@charset "utf-8";
/*
Theme Name: MGM_houseup
Theme URI: http://mgm-design.jp/
Description: ハウスアップ様 専用テーマです。
Version: 1.0
Author: MGM
Author URI: https://mgm-design.jp/
Tags: simple

	 https://mgm-design.jp/

	This theme was designed and built by MGM,
	whose blog you will find at http://mgm-design.jp/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
import "flatpickr/dist/flatpickr.min.css"; // 必要なCSS
import flatpickr from "flatpickr";

/* フォーカス時のスタイル */
.wpcf7-form input[type="text"]:focus,
.wpcf7-form textarea:focus,
.wpcf7-form select:focus {
    outline: none;
}
.wpcf7-form select{
	background: #fff;
}
.form-group.fwb input[type="tel"]:focus,
.form-group.fwb input[type="email"]:focus {
    outline: none !important;
}