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

nav#gnav,.l-header__menuBtn.sp_{
	display:none;
}

#cf7-area {
width:100%;
margin: 0 auto;
font-family: “遊ゴシック”,”ヒラギノ角ゴ”,”メイリオ”,”MS Pゴシック”,sans-serif;
}

.cf7-item {
	display: block;
	margin: 0 0 2em;
}
	.cf7-q {
	width: 100%;
	}

	.cf7-a {
	width: 100%;
	}

.cf7-item .wpcf7-list-item {
display: block;
}

#cf7-area textarea{
height:200px;
width:100% !important;
}

#cf7-area label{
	font-weight:bold;
}

input[type=checkbox] {
  transform: scale(1.5);
  margin: 0 6px 0 0;
}

input[type=submit] {
	background:#e15d47;
	color:#ffffff;
	border:2px solid #ffffff;
	border-radius: 6px;
	padding:10px 2em;
	margin:4px 0 0 0;
	font-weight:bold;
}

input[type=submit]:hover{
	background:#ffffff;
	color:#e15d47;
	border:2px solid #e15d47;
}

.wpcf7-submit:disabled {
background: #999;
}

.wpcf7-submit:disabled:hover {
background: #999;
	color:#ffffff;
	border:2px solid #ffffff;
}

form .sizeL{
	font-size:1.1em;
}

/*reCAPTCHAのロゴを非表示*/
.grecaptcha-badge {
	visibility: hidden; 
}