/*
Theme Name: WordPress Customize Vanilla Theme
Theme URI: 
Author: Plate.inc
Author URI: https://www.plate.co.jp/
Description: This theme is most basicly theme for WordPress Development. All our future will start this "Vanilla".
Version: 3.0
License: Plate.inc
License URI: 
Tags: Vanila Basic
Text Domain: wpcvanilla

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.btn-form{
	border:none;
	background:none;
	outline:none;
	cursor:pointer
}

div.wpcf7-validation-errors{
	border:1px solid #b94a48 !important;
	color:#b94a48 !important;
}
div.wpcf7-validation-errors *{
	color:#b94a48 !important;
}
.change-text-select .wpcf7-not-valid-tip{
	display:none !important;
}
.my-err{
	color: #f00;
    font-size: 1em;
    display: block;
}