@charset "utf-8";


/**************************************************50
 * estimate
 **************************************************/
#estimate{
}
#estimate_message{
	background-color: #F2F2F2;
}
#estimate h2{
	font-weight: 500;
	lin-height: 1.25;
	text-align: center;
}
@media screen and (min-width:320px){
	#estimate h2:before,
	#estimate h2:after{
		content: "\F0374";
		font-family: "Material Design Icons";
	}
}
@media screen and (min-width:320px) and (max-width:359px){
	#estimate h2{
		font-size: 112.5%;
	}
}
@media screen and (min-width:360px) and (max-width:413px){
	#estimate h2{
		font-size: 125%;
	}
}
@media screen and (min-width:414px) and (max-width:479px){
	#estimate h2{
		font-size: 137.5%;
	}
}
@media screen and (min-width:480px) and (max-width:767px){
	#estimate h2{
		font-size: 150%;
	}
}
@media screen and (max-width:767px){
	#estimate{
	}
	#estimate_message{
		margin: 0 auto 12.5%;
		padding: 1.5625% 3.125%;
		width: 93.75%;
	}
	#estimate h2{
		margin-bottom: 6.25%;
		padding: 0 3.125%;
	}
}
@media screen and (min-width:768px){
	#estimate{
	}
	#estimate_message{
		margin-bottom: 100px;
		padding: 1.5em 3em;
		text-align: center;
	}
	#estimate h2{
		font-size: 200%;
		margin-bottom: 50px;
	}
}


