#btnContact{
	    background-color: #FF6E01;
    color: white;
    width: 121px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 2px;	
}
#btnContact a {color: white;}
.c-submit {
	width: 88px;
	height: 28px;
	padding-top: 2px;
	padding-left: 15px;
	background: #ff8401;
	color: #FFF;
	border-radius: 2px;
	margin-top: 20px;
	font-weight: 700;
	cursor: pointer;
}

.lh-allwrap {
	width: 100%;
	padding-bottom: 25px;
}

.lh-title {
	font-size: 20px;
	margin-bottom: 32px;
	font-family: 'Open Sans SemiBold';
}

.lh-ul {
	margin-bottom: 25px;
	font-weight: 700;
}

.lh-ul ul {
	list-style-type: none;
	padding: 0;
}

.lh-ul li {
	font-weight: 400;
	padding-top: 3px;
}

.lh-submit {
	margin-top: 29px;
	cursor: pointer;
	width: 121px;
}

.lh-submit img {
	width: 121px;
	height: 38px;
}

.form-border-red {
	border: 1px solid #FF6A6A !important;
}

.lh-load {
	display: none;
	width: 125px;
	height: 36px;
	background-color: #ff6e01;
	float: right;
	margin-top: 15px;
	text-align: center;
	line-height: 33px;
	border-radius: 2px;
}

.col-input-anm input {
	max-width: 570px;
	margin-bottom: 8px;
	height: 38px;
}

.col-input-anm  textarea {
	height: 125px;
	max-width: 570px;
}

@media only screen and (min-width: 768px) {
	.lh-allwrap {
		background-color: #eee;
		padding-top: 76px
	}
}

@media only screen and (max-width: 767px) {
	.lh-allwrap {
		padding-top: 40px;
	}
	.lh-title {
		font-size: 21px;
		font-weight: 700;
		margin-bottom: 17px;
	}
	.lh-ul {
		margin-bottom: 27px;
		font-weight: 700;
	}
	.title-lhtt {
		padding-top: 13px;
	}
	.lh-ul li {
		font-weight: 400;
		padding-top: 1px;
	}
}