  @charset "utf-8";
/* CSS Document */

#wrap{
	text-align: left;
}

/* ------------------------------------------------------------------------ */

/*  section

/* ------------------------------------------------------------------------ */
.sec01 section{
	margin-top: 80px;
}
@media screen and (max-width: 768px){
	.sec01 section{
		margin-top: 40px;
	}
}