@charset "utf-8";
/* CSS Document */

.hero {
	background-image: url(../img/hero_business.jpg);
}
section {
	width: 770px;
	margin: 0 auto;
	padding: 0 10px;
}
.area-proposal {
	margin: 0 0 60px 0;
	padding: 16px;
	border: 1px solid #ccc;
	border-top: 7px solid #4bacc6;
}
.area-proposal h3 {
	position: relative;
	padding: 10px 0 24px 76px;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 1px solid #4bacc6;
}
.area-proposal h3::before {
	position: absolute;
	top: 0;
	left:0;
	width: 58px;
	height: 58px;
	background: url("../img/ico_proposal.png") no-repeat 0 0;
	background-size: contain;
	content: "";
}
.area-proposal p {
	padding: 10px 0 0 0;
}
.list-notes {
	padding: 0 0 0 1rem;
	text-indent: -1rem;
}
@media only screen and (max-width: 768px){
	section {
		width: 100%;
	}
}/*768*/







