/*
Theme Name:lexa-theme
Theme URI: https://lexa.co.jp
Author: Lexa inc.
Author URI: https://lexa.co.jp
Version: 3.1.0
*/

/**********************
- FORM
***********************/

/*********************
FORM
*********************/
input[type=email],
input[type=text],
input[type=tel],
input[type=file],
input[type=url],
input[type=number],
input[type=date],
input[type=submit],
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type=file] {
   border: none;
}

input[type=file],
input[type=submit],
select {
   cursor: pointer;
}

input:focus,
select:focus,
textarea:focus {
   outline: 0;
}

/*送信ボタン横の空白*/
.wpcf7-spinner {
   display: none;
}

/*Google CAPCHA*/
.grecaptcha-badge {
	visibility: hidden;
}