@charset "utf-8";

/* ------------------------------------------------------- */
/* フォーム ---------------------------------------------- */
/* ------------------------------------------------------- */

/* contactform7 -------------------------------------------------- */

/*reset----*/
input[type="text"],
input[type="search"],
input[type="email"],
input[type="confirm_email"],
input[type="tel"],
input[type="number"],
input[type="submit"],
button,
textarea,
select,
option,
.wpcf7-date{	
	outline: none;
	border:0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size:1.6rem;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*reset----*/
input,
textarea,
select,
option,
.wpcf7-date{
	box-sizing: border-box;
}
/*//resetEND----*/

.wpcf7 .w10per input{width:10%!important;}
.wpcf7 .w20per input{width:20%!important;}
.wpcf7 .w30per input{width:30%!important;}
.wpcf7 .w40per input{width:40%!important;}
.wpcf7 .w50per input{width:50%!important;}
.wpcf7 .w60per input{width:60%!important;}
.wpcf7 .w70per input{width:70%!important;}
.wpcf7 .w80per input{width:80%!important;}
.wpcf7 .w90per input{width:90%!important;}
.wpcf7 .w1em input{width:calc( 1em + 45px )!important;}
.wpcf7 .w2em input{width:calc( 2em + 40px )!important;}
.wpcf7 .w3em input{width:calc( 3em + 30px )!important;}
.wpcf7 .w4em input{width:calc( 4em + 30px )!important;}
.wpcf7 .w5em input{width:calc( 5em + 20px )!important;}
.wpcf7 .w6em input{width:calc( 6em + 20px )!important;}
.wpcf7 .w7em input{width:calc( 7em + 10px )!important;}
.wpcf7 .w8em input{width:calc( 8em + 10px )!important;}
.wpcf7 .w8em input{width:9em!important;}
.wpcf7 .mb1 input{margin-bottom:1px!important;}
.wpcf7 .mb3 input{margin-bottom:3px!important;}
.wpcf7 .mb5 input{margin-bottom:5px!important;}
.wpcf7 .mb10 input{margin-bottom:10px!important;}

.formContainer{
	width:100%;
	margin:0px auto;
}
.wpcf7 .must {
	background: #eb8000;
	padding: 2px 6px;
	color: #fff;
	margin-right: 5px;
	font-size: 11px;
	font-weight: bold;
	position: relative;
	top: -2px;
}
.ent_title .must {
    display: inline-block;
    text-align: center;
    width: 50px;
    position: absolute;
    left: 0;
	top: 1px;
}
.wpcf7 .free {
    display: inline-block;
    width: 50px;
    position: absolute;
    left: 0;
}
@media only screen and (max-width:768px) {
    .wpcf7 .free {
        display: none;
    }
}
input[type="text"],
input[type="search"],
input[type="email"],
input[type="confirm_email"],
input[type="tel"],
input[type="number"],
select,
textarea,
input[type="submit"],
.wpcf7-date{
	border-radius:3px;
	border:solid 1px #ccc;
	padding:10px 15px;
}
input[type="text"],
input[type="search"],
input[type="email"],
input[type="confirm_email"],
input[type="tel"],
textarea {
	width: 100%;
	font-size: 100%;
}
option{
	margin:0;
	font-size:1.6rem;
}
select{
	background:#fff;
	margin:0;
	padding:10px 15px;
	min-width:auto;
}
input[type="submit"].wpcf7-submit{
    background: #93c116;
	color: #fff;
	/*background: linear-gradient(to bottom, #EEE, #CCC);*/
	padding: 12px;
	width: 140px;
	/*cursor: pointer;*/
	font-size: 18px;
	display: block;
	margin: 10px auto;
}
/*チェックボックスのスタイルここから。使いたい場合は<div class="wpcf7CheckArea">でくるんでください。くるまなくてもデフォルトで効くようにしていたら最後の「個人情報に同意する」のチェックがおかしくなったので*/
.wpcf7 .wpcf7CheckArea{margin-bottom:15px;}
.wpcf7 .wpcf7CheckArea .wpcf7-checkbox .wpcf7-list-item{margin-right:20px;}
.wpcf7 .wpcf7CheckArea .wpcf7-checkbox .wpcf7-list-item.last{margin-right:0px;}
.wpcf7 .wpcf7CheckArea .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label{
	cursor: pointer;
	box-sizing: border-box;
	display:inline-block;
}
.wpcf7 .wpcf7CheckArea .wpcf7-checkbox input[type="checkbox"]{
	display: none;
}
.wpcf7 .wpcf7CheckArea .wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label:before {
	content:"\f14a";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	
}
.wpcf7 .wpcf7CheckArea .wpcf7-checkbox input[type="checkbox"] + .wpcf7-list-item-label:before {
	content:"\f0c8";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	margin-right:5px;
	display:inline-block;
}
/*ラジオボタンここから*/
/*.wpcf7-radio{
	display:block;
	overflow: hidden;
}
.wpcf7-radio input{
	display: none;
}
.wpcf7-radio .wpcf7-list-item{
	display: block;
	float: left;
	cursor: pointer;	
	margin: 0;	
}
.wpcf7-radio input[type="radio"] + .wpcf7-list-item-label {
	padding: 12px 5px;
	color: #000;
	display:inline-block;
	width: 80px;
	background: #f5f5f5;
	text-align: center;
	line-height: 1;
	transition: .2s;
	border-right: 1px solid #ccc;
}
.wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label {
	background-color: #333333;
	padding: 12px 5px;
	color: #fff;
}
.wpcf7-radio .wpcf7-list-item.first .wpcf7-list-item-label{
	border-radius: 3px 0 0 3px;
}
.wpcf7-radio .wpcf7-list-item.last .wpcf7-list-item-label{
	border-right: 0px;
	border-radius: 0 3px 3px 0;
}
#main .wpcf7-list-item { margin-left: 0; }
.wpcf7ListBlock1 .wpcf7-list-item {
    display: block;
    margin-bottom: 10px;
}
@media only screen and (max-width:768px) {
	.formContainer{
		width:100%;
	}
	.wpcf7 .wpcf7CheckArea .wpcf7-checkbox{
		display:flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.wpcf7 .wpcf7CheckArea .wpcf7-checkbox .wpcf7-list-item{
		width:calc((100% - 10px) / 2);

		margin-right:0px;
		margin-bottom:10px;
	}
	.wpcf7 .wpcf7CheckArea .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label{
		padding:10px;
		border-radius: 5px;
		background:#f5f5f5;
		width:100%;
	}
	.wpcf7 .wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label{
		background:#ffe9e7;
	}
    .wpcf7-date {position: relative; padding-right: 20px;}
    .wpcf7-date::after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f0da";
        position: absolute;
        right: 5px;
        top: 50%;
        margin-top: -8px;
        line-height: 1;
    }
}*/

/*リキャプチャ位置調整*/
.grecaptcha-badge{
    margin-bottom: 60px;
}