.cnt{
	padding-top:70px;
	text-align:left;
}

.cnt p{
	text-align: center;
}

#contactForm{
	width:750px;
	background: #f6f2ec;
	padding:20px 0;
	margin:0 auto;
}

#contactForm p + p{
	margin-top:1em;
}

.indication{
	text-align:right;
	margin-right:90px;
}

#contactForm .required{
	color:#ff660c;
}

label{
	display: inline-block;
	text-align:right;
	width:180px;
}

input , textarea{
	width:464px;
	border:2px solid #c3c3c3;
	border-radius:5px;
		/** Safari Chrome **/
		-webkit-border-radius:5px;
		/** Firefox  */
		-moz-border-radius:5px;
}

input{
	height:40px;
	font-size:1em;
}

textarea{
	vertical-align: middle;
	height:210px;
	font-size:1.1em;
	resize: vertical;
}

button{
	display: block;
	margin:40px auto;
	width:328px;
	height:64px;
	color:#fff;
	text-align: center;
	font-size:1.3em;
	background: #ff8b47;
	border:2px solid #f68442;
	border-radius:5px;
		/** Safari Chrome **/
		-webkit-border-radius:5px;
		/** Firefox  */
		-moz-border-radius:5px;
}
#access{
	position: relative;
}

.accessBox{
	float:left;
	text-align: left;
	width:410px;
	margin:24px 0 0 58px;
}

.accessBox h2{
	text-align: left;
	font-size:1.4em;
	margin-bottom:8px;
	font-weight: 400;
}

.accessBox ul{
	line-height:1.8em;
}

.accessBox ul li{
	padding-bottom:8px;
	margin-left:26px;
}

.accessBox ul li:last-child{
	clear: both;
}

.tel{
	float:left;
	margin-right:23px;
}





@media all and (max-width: 768px) {
.cnt{
	padding-top:10vw;
}

.cnt p{
	text-align: center;
}

/*#contactForm{
	width:750px;
	background: #f6f2ec;
	padding:20px 0;
	margin:0 auto;
}

#contactForm p + p{
	margin-top:1em;
}

.indication{
	text-align:right;
	margin-right:90px;
}

#contactForm .required{
	color:#ff660c;
}

label{
	display: inline-block;
	text-align:right;
	width:180px;
}

input , textarea{
	width:464px;
	border:2px solid #c3c3c3;
	border-radius:5px;
		* Safari Chrome *
		-webkit-border-radius:5px;
		* Firefox  
		-moz-border-radius:5px;
}

input{
	height:40px;
	font-size:1em;
}

textarea{
	vertical-align: middle;
	height:210px;
	font-size:1.1em;
	resize: vertical;
}

button{
	display: block;
	margin:40px auto;
	width:328px;
	height:64px;
	color:#fff;
	text-align: center;
	font-size:1.3em;
	background: #ff8b47;
	border:2px solid #f68442;
	border-radius:5px;
		* Safari Chrome *
		-webkit-border-radius:5px;
		* Firefox  
		-moz-border-radius:5px;
}*/

#access{
	position: relative;
}

.accessBox{
	float:none;
	text-align: left;
	width:100%;
	margin:5vw 0 0 3vw;
}

.accessBox h2{
	text-align: left;
	font-size:1.4em;
	margin-bottom:8px;
	font-weight: 400;
}

.accessBox ul{
	line-height:1.8em;
}

.accessBox ul li{
	padding-bottom:8px;
	margin-left:1em;
}

.accessBox ul li:last-child{
	clear: both;
}

.accessBox ul li img{
    width: auto;
    height: 1.2em;
}

.tel{
	float:none;
	margin-right:0;
}

}