.wpcf7 {
	padding:50px !important;
}
#design_form .wpcf7 .form_list {
	margin: 0 -50px 50px;
	border-bottom: 1px solid #e2e2e2;
	display: flex;
	flex-wrap: wrap;
	font-size: 16px;
}
#design_form .wpcf7 .form_list dt {
	width: 400px;
	border-top: 1px solid #e2e2e2;
	margin: 0;
	padding: 24px 0 22px 50px;
	line-height: 3;
	position: relative;
	align-items: center;
}
#design_form .wpcf7 .form_list dd {
	width: calc(100% - 400px);
	border-top: 1px solid #e2e2e2;
	margin: 0;
	padding: 24px 50px 22px 0;
	line-height: 1;
	display: flex;
	flex-direction: column;
}
#design_form .wpcf7 .form_list .must {
	position: absolute;
	top: 34px;
	right: 20px;
	width: 40px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background: #004b64;
	overflow: hidden;
	color: #fff;
	font-size: 12px;
}
.wpcf7 input, .wpcf7 textarea {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	line-height: 1.2;
}
input, .button-bar {
	transition-property: color,background-color,border-color;
	transition-duration: 0.25s;
	transition-timing-function: ease;
}
.wpcf7 .design_select select {
	background: #fff;
	border: 1px solid #ccc;
	-webkit-appearance: none;
	appearance: none;
	padding: 10px 20px 10px 20px;
}
.wpcf7 .design_select:before {
	font-family: 'design_plus';
	content: '\e90e';
	text-align: center;
	text-indent: 0;
	pointer-events: none;
	display: block;
	font-size: 14px;
	width: 14px;
	height: 14px;
	line-height: 14px;
	position: absolute;
	right: 14px;
	top: 2px;
}
.privacy_area {
	background: #fff;
	border:2px solid #ddd;
	padding: 2rem;
	height: 360px;
	overflow: scroll;
	width:100%;
}
.privacy_area h4 {
	font-size: 16px !important;
	text-align: center;
}
.privacy {
	text-align: center;
	font-size: 16px;
	margin-top: 50px;
}
.priv {
	margin-top: 20px;
}
.priv_tit {
	font-weight: bold;
}
.bottom_note {
	text-align: center;
	margin-top: 50px !important;
}
.privacy .must {
	width: 40px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background: #004b64;
	overflow: hidden;
	color: #fff;
	font-size: 12px;
	display: inline-block;
	position: relative;
	top: 6px;
	left: 10px;
}
.wpcf7 .form_button_area {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	position: relative;
	margin-top: 50px;
}
.wpcf7 input.wpcf7-confirm, .wpcf7 input.wpcf7-back, .wpcf7 input.wpcf7-submit {
	width: auto;
	margin: 0 10px;
	display: inline-block;
	width: 280px;
	height: 70px;
	font-size: 16px;
	line-height: inherit;
	padding: 0;
}
.mw_wp_form_confirm #design_form .wpcf7 .form_list dd {
	flex-direction: initial;
	align-items: center;
}
.mw_wp_form_confirm .note {
	display: none;
}
.mw_wp_form_confirm .privacy_area {
	display: none;
}
.mw_wp_form_confirm .privacy,
.mw_wp_form_confirm .bottom_note {
	display: none;
}
.error {
	margin-top: 15px;
}














