input[type="submit"]{
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}

@media print, screen and (min-width: 640px){
	
.que2,.que3{
    display:none;
}

.conf{
    display:block !important;
}

.manu_form{
	max-width: 980px;
	margin: auto;
	margin-top:40px;
	margin-bottom:10px;
}
	
.manu_form p {
	font-weight: bold;
}
.center{
	text-align: center;
}
.manu_p{
	display: block;
	font-weight: bold;
	width:92.5%;
	margin:0 auto 20px;
	padding:5px;
	border: 1px solid rgb(133,133,133);
	border-radius: 3px;
}
.manu_p:hover {
border-color: rgb(93 93 93);
}
.q_txt{
margin:10px 3% 1%;
}
.manu_p_top{
		margin-top:20px;
	}
	
.menu_area{
	display: block;
	padding:10px;
	width:92%;
	margin:0 3% 20px;
}

.manu_submit{
	margin-top:10px;
	margin-bottom:40px;
	cursor: pointer;
	font-size: 130%;
	width:300px;
	height: 55px;
	display: block;
	margin: auto;
	padding:5px;
	background:#003961;
	color:#ffffff;
}
.backForm {
	background: #333;
	margin-bottom: 20px;
}
.manu_submit:hover{
	color: #003961;
	background: #fff;
	border: 2px solid #003961;
}
.backForm:hover {
	color: #333;
	background: #fff;
	border: 2px solid #333;
}
.f_txt{
	padding-left: 3%;
}
.radiobox {
	margin-left: 3%;
	}
input.manu_p_last[name="tel"] {
width: 99%;
}
}

@media screen and (max-width:640px){
	
.que2,.que3{
display:none;
}

.conf{
    display:block !important;
}
.manu_form{
	margin-top:20px;
	margin-bottom:10px;
}
	
.manu_form p{
	font-size: 100%;
	font-weight: bold;
}
.q_txt{
margin:10px 3% 3%;
}
/*
.manu_p_last{
	margin-bottom:30px;
	}*/

.manu_p{
	display: block;
	width:94%;
	padding:5px 0;
	margin: 0 auto;
	border: 1px solid rgb(133,133,133);
	border-radius: 3px
}
	
.manu_p_top{
	margin-top:20px;
}
.manu_p:hover {
border-color: rgb(93 93 93);
}
.menu_area{
	display: block;
	margin: 3%;
	padding:5px;
	width:91%;
}

.manu_submit{
	margin-bottom:40px;
	cursor: pointer;
	font-size: 130%;
	width:300px;
	height: 55px;
	display: block;
	margin: auto;
	padding:5px 0;
	background:#003961;
	color:#ffffff;
}

.manu_submit:hover{
	color: #003961;
	background: #fff;
	border: 2px solid #003961;
}
.f_txt{
	padding-left: 3%;
}
.radiobox {
	margin-left: 3%;
	}
input.manu_p_last[name="tel"] {
width: 97%;
}
}


.cp_iptxt {
	position: relative;
	width: 94%;
	margin: 40px 3% 0;
}
.cp_iptxt input[type='text'] {
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	width: 100%;
	letter-spacing: 1px;
	padding-left: 10px;
}
.cp_iptxt input[type='text']:focus {
	outline: none;
}
.ef {
	padding: 8px 0;
	border: 0;
	border-bottom: 1px solid #1b2538;
	background-color: transparent;
}
.ef ~ .focus_line {
	position: absolute;
	z-index: 99;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
}
.ef ~ .focus_line:before,
.ef ~ .focus_line:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 100%;
	content: '';
	transition: 0.4s;
	background-color: #1e97bf;
}
.ef ~ .focus_line:after {
	right: 0;
	left: auto;
}
.ef:focus ~ .focus_line:before,
.ef:focus ~ .focus_line:after,
.cp_iptxt.ef ~ .focus_line:before,
.cp_iptxt.ef ~ .focus_line:after {
	width: 50%;
	transition: 0.4s;
}
.ef ~ label {
	position: absolute;
	z-index: -1;
	top: 4px;
	left: 0;
	width: 100%;
	transition: 0.3s;
	letter-spacing: 0.5px;
	color: #aaaaaa;
}
.ef:focus ~ label,
.cp_iptxt.ef ~ label {
	font-size: 12px;
	top: -16px;
	transition: 0.3s;
	color: #1e97bf;
}



.checform {
	margin: 30px 3%;
}
.checform p {
	margin: 0;
}

.error {
color: #f00;
margin: 0 3%;
}

.e_p {
	margin-top: 35px;
}

*:focus {
outline: none;
}


.manu_send {
	text-align: center;
}
label {
cursor: pointer;
}
.lastError {
	text-align: center;
    margin-bottom: 30px;
}
input[type="number"] {
	padding: 8px 0 8px 10px;
}
