@charset "utf-8";

#sec_01 {
	clear: both;
	padding-bottom: 0px;
}
#sec_01 .catch {
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
}

#sec_02 {
	clear: both;
	padding-bottom: 0px;
}

/* Media Queries */
@media screen and (min-width:568px) {

}

@media screen and (min-width:768px) {
#sec_01 {
	clear: both;
	padding-bottom: 40px;
}
#sec_02 {
	clear: both;
	padding-bottom: 40px;
}
}

@media screen and (min-width:1000px) {

}

@media screen and (min-width:1200px) {

}
#sec_02 .estimate {
	text-align: center;
	padding: 20px;
	border: 10px solid #A4B4D5;
	color: #53657E;
}
#sec_02 .estimate .txt {
	font-size: 1.2em;
	padding-bottom: 0.5em;
}
#sec_02 .estimate .notes {
	font-size: 0.8em;
}
#sec_02 .permission {
	font-size: 1.2em;
	font-weight: bold;
	background-color: #E9ECF5;
	text-align: center;
	padding: 30px;
}
