@charset 'UTF-8';

#main section.first{
	padding-top: 0;
}

.h_type04{
	display: block;
	text-align: center;
	margin-bottom: 60px;
	font-weight: bold;
	color: #00995c;
}

.cta_contact{
	text-align: center;
	padding: 0px 0;
}

.cta_contact .label{
	vertical-align: bottom;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 32px;
}

.cta_contact .tel-link{
	vertical-align: bottom;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 42px;
	margin: 0 20px 0 5px;
}

.cta_contact .telephone{
	display: block;
	padding-top: 14px;
}

.cta_contact .contact1{
	display: block;
	vertical-align: middle;
	font-size: 16px;
	margin: 10px auto;
	margin-bottom: 25px;
	text-decoration: none;

	background: #EE5E61;

	width: 90%;
	max-width: 400px;
	line-height: 80px;

	text-align: center;
	color: #fff;

	-webkit-transition: 0.3s background;
	-o-transition: 0.3s background;
	transition: 0.3s background;
}

.cta_contact .contact1:hover{
	background: #00995c;
}

p.center_text.big{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}


@media screen and (max-width:768px){

	.h_type04 {
	    display: block;
	    text-align: center;
	    margin-bottom: 30px;
	    padding: 0 20px;
	    font-weight: bold;
	    color: #00995c;
	    line-height: 160%;
	}

	p.center_text.big {
	    font-size: 20px;
	    font-weight: bold;
	    margin-bottom: 20px;
	}

	.cta_contact .tel-link {
	    font-size: 36px;
	}

}