@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 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{
	color: #333;
	background: linear-gradient(to bottom, #EEE, #CCC);
	padding: 12px;
	width: 140px;
	border-radius: 5px;
	/*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;
    }
}*/

/* design ----*/

span.p-country-name { display: none; }
span.wpcf7-list-item {
	margin: 0 10px 0 0!important;
	display: block!important;
}
.yubinbango input[type=text],
.todofuken input[type=text],
.your-jusyo input[type=text] {
	width: calc(100% - 130px);
	margin-bottom: 5px;
	float: right;
}
.your-jusyo input[type=text] {
	margin-bottom: 0px;
}

/* list ----------------------------------------------*/
ul.float3col1 {
	margin-bottom: 25px;
    overflow: hidden;
}

/* 3つ並びのリスト 768px以下で1列に */
div.float3col1 span.wpcf7-list-item {
	width: calc((100% - 50px) / 3);
	float: left;
	margin: 0 24.9px 15px 0;
}
div.float3col1 span.has-free-text {
	width: 100%;
}
div.float3col1 span.has-free-text input[type=text] {
	margin-top: 5px;
}
div.float3col1 span.wpcf7-list-item:nth-child(3n) {margin-right: 0;}
div.float3col1 span.wpcf7-list-item:nth-child(3n+1) {clear: left;}
@media only screen and (max-width:768px) {
    div.float3col1 span.wpcf7-list-item {
        width: 100%;
        float: none;
        margin: 0 0 15px 0;
	}
}
span.p-country-name { display: none; }
form li {
	border-bottom: 1px solid #ddd;
	list-style-type: none!important;
	margin: 0 0 10px 0!important;
	padding-bottom: 10px;
}
form li:last-child {
	border: 0;
	margin-bottom: 0!important;
	padding-bottom: 0;
}
.ent_title {
	width: 220px;
	padding: 0;
	float: left;
}
.ent_form {
	width: calc(100% - 220px);
	float: right;
}
.yubinbango span.wpcf7-not-valid-tip, .todofuken span.wpcf7-not-valid-tip, .your-jusyo span.wpcf7-not-valid-tip {
    margin-left: 130px;
    margin-bottom: 10px;
}
@media only screen and (max-width:768px) {
	form {
		font-size: 1.4rem;
	}
	.ent_title {
		width: 100%;
		float: none;
	}
	.ent_form {
		width: 100%;
		float: none;
	}
}

.wpcf7-free-text {
    margin-top: 10px;
}

/*リキャプチャ位置調整*/
.grecaptcha-badge{
    margin-bottom: 60px;
}
