.bread-crumb p {
	margin-top: 10px;
}

.entry {
	background: none !important;
}

#ContactInput {
	display: flex;
	flex-direction: column;
	width: fit-content;

}

dd {
	width: 100%;
	margin: 0;
	padding: 8px 0 16px 0;

}

dt {
	width: 100%;
	font-weight: bold;
	font-size: 16px;
	line-height: 2;
	padding-top: 10px;
}

dl {

	border-bottom: 1px solid #eeeeee;
	margin: 0;
}

.required {
	margin: 0 15px 0 0;
	padding: 5px 10px;
	font-size: 10px;
	font-weight: 300;
	box-sizing: border-box;
	background-color: #d21f1f;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}

.wpcf7-form-control-wrap {
	display: block;

}



input[type="text"],
input[type="tel"],
input[type="email"] {
	height: 36px;
	font-size: 16px;
	padding: 6px;
	width: 100%;
	border: 1px solid #f4f4f4;
	background-color: #f4f4f4;
	box-sizing: border-box;

}

.replay-wrap-outer {
	display: flex;
	flex-wrap: wrap;
}

.reply-wrap label {
	display: flex;
	align-items: center;
}

.reply-wrap p {
	font-size: 12px;
	font-weight: 300;
}

select {
	width: 93px;
	height: 50px;
	background-color: #fbf6e6 !important;
	font-size: 15px !important;
	padding-left: 20px !important;
	text-align: center !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
}

.select-wrap {
	position: relative;
	display: inline-block;
	background: #fbf6e6;
	border: 1px solid #fbf6e6;
	margin: 0 10px;
}

.select-wrap:after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	border: 5px solid transparent;
	border-top: 5px solid #000;

}

textarea {
	width: 100% !important;
	height: 170px;
	padding: 10px 10px 12px 25px !important;
	border: 1px solid #f4f4f4;
	border-radius: 0;
	border-radius: 0 !important;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	background-color: #f4f4f4 !important;
	-webkit-appearance: none !important;
	resize: none;
}

textarea:focus {
	border: 1px solid #ebe7db !important;
	background-color: #f6f3ea !important;
	outline: none !important;
}

.wpcf7-submit {
	display: block;
	width: 260px;
	padding: 10px 0;
	color: #ffffff;
	line-height: 1;
	background-color: #666666 !important;
	cursor: pointer;
	margin: 20px auto;
	font-weight: 600;
}

.wpcf7-list-item-label {
	display: inline-block;
}

.wpcf7-list-item {
	text-align: center;

}

span.wpcf7-list-item {
	display: inline !important;
	margin: 0 0 0 1.5em !important;
}







@media screen and (min-width: 1000px) {
	.table-wrap {
		margin: 30px 0;
	}

	#ContactInput {
		display: flex;
		flex-direction: column;
		margin: 30px auto;
		width: fit-content;
		/*  		 border-top: 1px solid #eeeeee;  */
	}

	dd {
		width: 100%;
		margin: 0;
		padding: 30px;
	}

	dt {
		width: 240px;
		font-weight: bold;
		font-size: 15px;
		line-height: 2;
		padding: 30px 0;

	}

	dl {
		display: flex;
		align-items: center;
		justify-content: left;
		border-bottom: 1px solid #eeeeee;
		margin: 0;
	}

	.required {
		margin: 0 20px 0 0;
		padding: 5px 10px;
		font-size: 12px;
		font-weight: 300;
		box-sizing: border-box;
		background-color: #d21f1f;
		color: #fff;
		text-align: center;
		vertical-align: middle;
	}

	.wpcf7-form-control-wrap {
		display: block;

	}



	input[type="text"],
	input[type="tel"],
	input[type="email"] {
		font-size: 16px;
		height: 50px;
		width: 100%;
		padding: 10px 10px 12px 25px;
		border: 1px solid #f4f4f4;
		background-color: #f4f4f4;
		box-sizing: border-box;

	}

	input[type="radio"] {}

	.replay-wrap-outer {
		display: flex;
		flex-wrap: wrap;
	}

	.reply-wrap label {
		display: flex;
		align-items: center;
		margin: 0 12px 0 0px;
	}

	.reply-wrap p {
		font-size: 15px;
		font-weight: 300;
	}

	select {
		width: 180px !important;
		height: 50px !important;
		background-color: #fbf6e6 !important;
		font-size: 15px !important;
		padding-left: 30px !important;
		text-align: center !important;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border: none;
	}

	.select-wrap {
		position: relative;
		display: inline-block;
		background: #fbf6e6;
		border: 1px solid #fbf6e6;
		margin: 0 10px;
	}

	.select-wrap:after {
		display: block;
		content: '';
		position: absolute;
		top: 50%;
		right: 10px;
		border: 5px solid transparent;
		border-top: 5px solid #000;

	}

	textarea {
		width: 100% !important;
		height: 140px;
		padding: 10px 10px 12px 25px !important;
		border: 1px solid #f4f4f4;
		border-radius: 0;
		border-radius: 0 !important;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 16px;
		background-color: #f4f4f4 !important;
		-webkit-appearance: none !important;
		resize: none;
	}

	textarea:focus {
		border: 1px solid #ebe7db !important;
		background-color: #f6f3ea !important;
		outline: none !important;
	}

	.wpcf7-submit {
		display: block;
		width: 260px;
		padding: 10px 0;
		color: #ffffff;
		line-height: 1;
		background-color: #666666 !important;
		cursor: pointer;
		margin: 20px auto;
	}


}


/* add */
@media screen and (max-width: 1000px) {
	.wpcf7-radio {
		display: flex;
	}

	.wpcf7-radio .wpcf7-list-item.first {
		margin: 0 !important;
	}

	.main-bg .adjust-vertical div.select-wrap,
	.main-bg .adjust-vertical div.reply-wrap {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.wpcf7-submit {
		font-size: 18px;
		width: 300px;
		height: 64px;
	}
}

@media screen and (min-width: 1000px) {
	.wpcf7-submit {
		height: 72px;
		width: 360px;
		font-size: 22px;
	}
}