/*AREA2*/
.area2 .block-area{
	position: relative;
	background: #d5ebf4;
	padding: 170px 50px;
}
.area2 .block-area:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30%;
	background: #0099da;
}
.area2 .block-area .googleform{
	position: relative;
	text-align: center;
}
.googleform{
	width: 640px;
    margin: -100px auto 48px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
    padding-bottom: 6px;
    word-wrap: break-word;
    padding: 0 34px;
    border-top: 10px solid #d5ebf4;
}
.frmTitle {
    color: #000;
    padding: 34px 0 0;
    font-size: 3.4rem;
    text-align: left;
}
.frmReq {
    color: #db4437;
    margin-top: 22px;
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 22px;
    text-align: left;
}
.frmRow {
    background-color: transparent;
    margin-top: 2px;
    padding: 16px 17px 16px 0;
    page-break-inside: avoid;
    -webkit-transition: background-color 200ms cubic-bezier(0, 0, 0.2, 1);
    transition: background-color 200ms cubic-bezier(0, 0, 0.2, 1);
}
.frmRow .title {
    display: block;
    width: 100%;
    color: #000;
    font-size: 20px;
    font-size: 2rem;
    width: 100%;
    background: none;
    text-align: left;
    padding: 0;
}
.frmRow .title .req{
	color: #db4437;
}
.frmRow input {
    display: block;
    padding: 5px 10px 5px 0;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    width: 282px;
    margin: 0;
    margin-top: 21px;
}
.frmRow3 input {
    width: 100%;
}
.googleform input[type="submit"] {
    width: 100px;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    border: 1px solid transparent;
    padding: 5px 0;
    background: #f7941e;
    margin-bottom: 34px;
    margin-top: 20px;
}
.form-btn{
	text-align: left;
}
@media(max-width: 768px){
	.area2 .block-area{
		padding: 5%;
	}
	.map iframe{
		width: 100%;
	}
	.googleform{
		width: 100%;
		padding: 5%;
		margin: 0;
	}
	.frmRow input{
		width: 100%;
	}
	.googleform input[type="submit"]{
		margin: 0;
	}
	.frmTitle{
		font-size: 20px;
	}
	.frmRow .title{
		font-size: 14px;
	}
	.frmRow input{
		font-size: 14px;
		margin-top: 0;
	}
	.frmReq{
		margin-bottom: 0;
	}
	.frmRow{
		padding-top: 0;
	}
}