@charset "utf-8";

.category-contact .contact-box-inner {
	padding: 30px 0 100px;
}

div.screen-reader-response {
	font-size: 2em;
}

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

.wpcf7-not-valid-tip {
	font-weight: 900 !important;
	padding: 0.6em 0 0 0.6em;
}

input#submit {
	cursor: pointer;
}

.wpcf7-response-output {
	color: #dc3232;
	font-weight: 900;
	text-align: center;
	border: none !important;
}
@media screen and (max-width: 768px) {
	.wpcf7-response-output {
		font-size: 4.5333333333vw;
		padding: 0 36px 0 0 !important;
	}
}
@media screen and (min-width: 769px) {
	.wpcf7-response-output {
		font-size: 1.6rem;
		padding: 0 36px 0 0 !important;
	}
}

/* 確認画面 */
#wpcf7cpcnf {
	position: static !important;
	z-index: 1 !important;
}
#wpcf7cpcnf table {
	width: 100%;
	text-align: left;
}
#wpcf7cpcnf table tr th p {
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	margin: 0 0 0.6em;
}
#wpcf7cpcnf table tr:nth-child(1) th p {
	width: 3.0em;
}
#wpcf7cpcnf table tr:nth-child(2) th p {
	width: 8.0em;
}
#wpcf7cpcnf table tr:nth-child(3) th p {
	width: 6.5em;
}
#wpcf7cpcnf table tr:nth-child(4) th p {
	width: 6.0em;
}
#wpcf7cpcnf table tr:nth-child(5) th p {
	width: 7.0em;
}
#wpcf7cpcnf table tr:nth-child(6) th p {
	width: 10.0em;
}
#wpcf7cpcnf table tr:nth-child(7) th p {
	width: 9.0em;
}
#wpcf7cpcnf table tr:nth-child(8) th p {
	width: 9.5em;
}
#wpcf7cpcnf table tr:nth-child(9) th p {
	width: 8.0em;
}
@media screen and (max-width: 768px) {
	#wpcf7cpcnf table tr:nth-child(1) th p {
		width: 3.0em;
	}
	#wpcf7cpcnf table tr:nth-child(2) th p {
		width: 8.0em;
	}
	#wpcf7cpcnf table tr:nth-child(3) th p {
		width: 6.5em;
	}
	#wpcf7cpcnf table tr:nth-child(4) th p {
		width: 6.2em;
	}
	#wpcf7cpcnf table tr:nth-child(5) th p {
		width: 7.2em;
	}
	#wpcf7cpcnf table tr:nth-child(6) th p {
		width: 10.2em;
	}
	#wpcf7cpcnf table tr:nth-child(7) th p {
		width: 9.2em;
	}
	#wpcf7cpcnf table tr:nth-child(8) th p {
		width: 9.5em;
	}
	#wpcf7cpcnf table tr:nth-child(9) th p {
		width: 8.2em;
	}	
}
#wpcf7cpcnf table tr td p {
	background: #ededed;
	font-size: 2.2rem;
	border: 1px solid #ededed;
	border-radius: 8px;
	width: 100%;
	padding: 0.5em;
	margin: 0 0 1.3em;
}
@media screen and (max-width: 768px) {
	#wpcf7cpcnf table tr td p {
		background: #ededed;
		font-size: 5.3333333333vw;
		border: 1px solid #ededed;
		border-radius: 8px;
		width: 100%;
		padding: 0.5em;
	}
}

#wpcf7cpcnf table th,
#wpcf7cpcnf table td {
	display: inline;
	padding: 0;
	margin: 0;
}
@media screen and (max-width: 768px) {
	#wpcf7cpcnf table p {
		font-size: 3.7333333333vw;
	}
	.wpcf7cp-cfm-edit-btn {
		font-size: 4.5333333333vw;
	}
}
@media screen and (min-width: 769px) {
	#wpcf7cpcnf table p,
	.wpcf7-response-output {
		font-size: 1.6rem;
	}
}


button.wpcf7cp-cfm-edit-btn {
	background: #f9c600;
	font-size: 1.6rem;
	border: 1px solid #f7f7f7;
	border-radius: 8px;
	width: auto !important;
	cursor: pointer;
	padding: 0.5em 0.8em !important;
}
@media screen and (max-width: 768px) {
	.wpcf7cp-cfm-edit-btn {
		display: inline !important;
		font-size: 4.5333333333vw !important;
		margin: 0 0 1.0em !important;
	}
}
@media screen and (min-width: 769px) {
	button.wpcf7cp-cfm-edit-btn {
		margin: 0 0.6em 0 0 !important;
	}
}

button.wpcf7cp-cfm-submit-btn {
	background: #f9c600;
	font-size: 1.6rem;
	border: 1px solid #f7f7f7;
	border-radius: 8px;
	width: auto !important;
	cursor: pointer;
	padding: 0.5em 0.8em;
	margin: auto !important;
}
@media screen and (max-width: 768px) {
	.wpcf7cp-cfm-submit-btn {
		font-size: 4.5333333333vw !important;
	}
}

.wpcf7cp-btns {
	text-align: center;
}
.wpcf7cp-btns:before {
	display: block;
	content: '入力内容に間違いがないかをご確認の上、［この内容で送信］をクリックしてください。';
	margin: 0 0 3.0em;
}

@media screen and (max-width: 768px) {
	.wpcf7cp-btns:before {
		font-size: 4.5333333333vw;
	}
}
@media screen and (min-width: 769px) {
	.wpcf7cp-btns:before {
		font-size: 1.6rem;
	}
}


