.wpcf7cp-force-hide {
    display: none !important;
}

.wpcf7cp-form-hide {
    visibility: hidden !important;
}

.recomment2{
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 1em;
}

div.wpcf7 {
	position: relative;
	height: auto;
}

div#wpcf7cpcnf {
	position: absolute;
	z-index: 0;
	background-color: transparent;
	width: 70%;
	height: auto;
	top: 0;
	left: 0;
	margin: auto 15%;
}

#wpcf7cpcnf table{
	z-index: 0;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #bdbdbd;
	}

	#wpcf7cpcnf table th,#wpcf7cpcnf table td{
	padding: 10px 0;
	text-align: center;
	border: 1px solid #bdbdbd;
	}

	#wpcf7cpcnf table th{
	background: none;
	min-width: 14em;
	}

	#wpcf7cpcnf table td{
	text-align: left;
	}

	#wpcf7cpcnf table tr th p{
		margin-bottom: 0em;
	}
	#wpcf7cpcnf table tr td p{
	margin-bottom: 0em;
	padding: 0em 1em;
	}
	
	#wpcf7cpcnf table tr:nth-child(odd){
	background-color: #eee
	}

div.wpcf7cp-progress-cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    margin: 0;
    background-color: #fff;
	opacity: 0.5;
	z-index: 1000;
}

div.wpcf7cp-progress-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    margin: 0;
	opacity: 1;
	z-index: 1001;
}

div.wpcf7cp-progress-content p {
width: 200px;
height: 1em;
position: absolute;
margin-left: -100px;
margin-top: -0.5em;
top: 50%;
left: 50%;
line-height: 1;
padding: 0;
text-align: center;
}

div.wpcf7cp-btns {
margin-top: 2em;
}

button.wpcf7cp-cfm-edit-btn {
margin: 0% 15%;
color: #ffffff;
font-weight: bold;
background: #7c7c7c;
border: none;
width: 20%;
height: 40px;
font-size: 1em;
}

button.wpcf7cp-cfm-edit-btn:hover {
	box-shadow: 0 15px 30px -5px rgba(0,0,0,.15), 0 0 5px rgba(0,0,0,.1);
	transform: translateY(-4px);
	opacity:0.7;
}

button.wpcf7cp-cfm-submit-btn {
margin-right: 15%;
color: #fff;
font-weight: bold;
background: #ffaa56;
border: none;
width: 35%;
height: 40px;
font-size: 1em;
}

button.wpcf7cp-cfm-submit-btn:hover {
	box-shadow: 0 15px 30px -5px rgba(0,0,0,.15), 0 0 5px rgba(0,0,0,.1);
	transform: translateY(-4px);
	opacity:0.7;
}

/*■■■■■■■■■■■■■■■ここからスマホ■■■■■■■■■■■■■■■*/
@media screen and (max-width:575px){
	#wpcf7cpcnf table,
	#wpcf7cpcnf table tbody,
	#wpcf7cpcnf table tr,
	#wpcf7cpcnf table tr th,
	#wpcf7cpcnf table tr td{
	display: block;
	}

	div#wpcf7cpcnf {
	width: 94%;
	margin: auto 3%;
	border-top: 1px solid #bdbdbd;
	}

	#wpcf7cpcnf table th,
	#wpcf7cpcnf table td{
	border-top: 0px;
	}

	#wpcf7cpcnf table th{
	border-bottom:0px;
	}

	#wpcf7cpcnf table td{
	text-align:center;
	border-bottom: 1px solid #bdbdbd;
	}

	button.wpcf7cp-cfm-edit-btn{
	width: 40%;
	margin-right: 10%;
	margin-left: 0%;
	}

	button.wpcf7cp-cfm-submit-btn {
	width: 50%;
	margin: 0%;
	}

}