@charset "utf-8";
/* CSS Document */




.req{
	
	color:#fff;
	background-color:#418fb2;
	font-size:.8em;
	border-radius:3px;
	padding:2px 3px;
	
	}
	
	.nonreq{
	
	color:#fff;
	background-color:#fff;
	font-size:.8em;
	border-radius:3px;
	padding:2px 3px;
	
	}

input{
    border: 1px solid #cccccc;
    border-radius: 3px;
    background: #fafafa;}

.name1{
	width: 30%;
    max-width: 90%;}

.name2{
	width: 30%;
    max-width: 90%;}

.postcode{width: 30%;
    max-width: 90%;}
	

.address{
	width: 80%;
    max-width: 90%;}

.tel{width: 30%;
    max-width: 90%;}


.mail{width: 30%;
    max-width: 90%;}
	
label{
	list-style:none;
	font-weight:normal;}

.con_form .col-sm-4{
	margin-bottom:2em;
text-align:right;
	
	}

.con_form .col-sm-8{
	margin-bottom:2em;
	
	}

.formwrap{
padding-top:50px;}

.subbtn{
	color: #34485d;
    background-color: #bde4f9;
    border-color: #bde4f9;}
	

.subbtn:hover{
	 color: #fff;
    background-color: #aeddf6;
    border-color: #aeddf6;}
	
.resbtn{ color: #34485d;
    background-color: #f1efeb;
    border-color: #f1efeb;}

.resbtn:hover{ color: #fff;
    background-color: #dfdbd2;
    border-color: #dfdbd2;}

textarea{
	width: 80%;
    max-width: 90%;
    height: 200px;
	border-radius: 3px; 
    background: #fafafa;
    -webkit-appearance: none;}
	
.formwrap h3{
	margin-bottom:1em;
	margin-top:10px;}

.exp{
	margin-bottom:2em;}
	
@media (max-width: 767px) {
.con_form .col-sm-4{
margin-bottom:.5em;
text-align:left;
	
	}
.con_form .col-sm-8{
	
	padding-bottom:1em;
	border-bottom:1px #ccc solid;
	}	
	
.name1{
	width: 100%;
    max-width: 100%;}

.name2{
	width: 100%;
    max-width: 100%;}

.postcode{width: 100%;
    max-width: 100%;}
	

.address{
	width: 100%;
    max-width: 100%;}

.tel{width: 100%;
    max-width: 100%;}


.mail{width: 100%;
    max-width: 100%;}

textarea{
	width: 100%;}
	}