@charset "utf-8";

/* ------------------------------------------------------- */
/* フォーム ---------------------------------------------- */
/* ------------------------------------------------------- */
/* contactform7 -------------------------------------------------- */
/*reset----*/
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="confirm_email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="number"],
.wpcf7 input[type="submit"],
.wpcf7 button,
.wpcf7 textarea,
.wpcf7 select,
.wpcf7 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----*/
.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select,
.wpcf7 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: #fb4343;
	border-radius: 5px;
	padding: 2px 7px 4px 6px;
	color: #fff;
	margin-left: 5px;
	font-size: 11px;
	font-weight: bold;
	position: relative;
	top: -2px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="confirm_email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="number"],
.wpcf7 select,
.wpcf7 textarea,
.wpcf7 input[type="submit"],
.wpcf7-date{
	border-radius:3px;
	border:solid 1px #ccc;
	padding:10px 15px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="confirm_email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
	max-width: 100%;
	width: 100%;
	font-size: 100%;
}
.wpcf7 option{
	margin:0;
	font-size:1.6rem;
}
.wpcf7 select{
	background:#fff;
	margin:0;
	padding:10px 15px;
	min-width:auto;
	max-width:100%;
}
.wpcf7 input[type="submit"].wpcf7-submit:disabled {
	background: #eee;
	color: #333;
	cursor: not-allowed;
	border: 1px solid #ccc;
}
.wpcf7 input[type="submit"].wpcf7-submit{
	color: #fff;
	padding: 12px;
	width: 140px;
	border-radius: 5px;
	font-size: 1.8rem;
	display: block;
	margin: 15px auto 0;
	background: #ff3333;
	cursor: pointer;
	border: 1px solid #ff3333;
}
/*チェックボックスのスタイルここから。使いたい場合は<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: var(--fa);
	font-weight: 400;
	
}
.wpcf7 .wpcf7CheckArea .wpcf7-checkbox input[type="checkbox"] + .wpcf7-list-item-label:before {
	content:"\f0c8";
	font-family: var(--fa);
	font-weight: 400;
	margin-right:5px;
	display:inline-block;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item {
	margin: 0;
}
@media only screen and (max-width:999px) {
	.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-left:0;
		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%;
		height: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: var(--fa);
        font-weight: 900;
        content: "\f0da";
        position: absolute;
        right: 5px;
        top: 50%;
        margin-top: -8px;
        line-height: 1;
    }
}

/*リキャプチャ位置調整*/
.grecaptcha-badge{
    margin-bottom: 60px;
}

span.p-country-name { display: none; }
span.wpcf7-list-item {
	margin: 0 10px 0 0!important;
}
.yubinbango input[type=text],
.todofuken input[type=text],
.your-jusyo input[type=text],
.your-add-option input[type=text] {
	width: calc(100% - 130px);
	margin-bottom: 5px;
	float: right;
}
.your-add-option input[type=text] {
	margin-bottom: 0px;
}
form li {
	border-bottom: 1px solid #ddd;
	list-style-type: none!important;
	margin: 0 0 20px 0!important;
	padding-bottom: 20px;
    display: flex;
    align-items: center;
}
form li:last-child {
	border: 0;
	margin-bottom: 0!important;
	padding-bottom: 0;
}
.ent_title {
	width: 220px;
	padding: 0;
}
.ent_form {
	width: calc(100% - 220px);
}
@media only screen and (max-width:768px) {
	form {
		font-size: 1.4rem;
	}
    form li {
        display: block;
    }
	.ent_title {
		width: 100%;
        margin-bottom: 5px;
		float: none;
	}
	.ent_form {
		width: 100%;
		float: none;
	}
}