.l-main {
	position: static !important; //色々と重要
	width: 100%;

}

.l-main__body {

	> :first-child {
		margin-top: 0 !important;
	}

	> :last-child {
		margin-bottom: 0 !important;
	}
}
