section.forOwner{
	padding: 80px 20px;
}
section.forCompany {
	padding: 80px 20px;
}
section.forCompany::before {
	position: absolute;
	content: "";
	background: #F8F7F4;
	width: 90%;
	height: 100%;
	top: 0;
	right: 0;
}
section.transition {
	padding: 75px 20px 100px;
}
.vertival-line {
  position: relative;
}
.vertival-line::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 40px;
  display: inline-block;
  bottom: -70px;
  right: 0;
  left: 0;
  margin: auto;
  background: #DFDEDD;
}
@media only screen and (max-width: 1024px) {
	section.forOwner {
		padding: 60px 15px;
	}
	section.forCompany  {
		padding: 60px 15px;
	}
	section.forCompany::before {
		width: 100%;
	}
	.vertival-line::before {
		bottom: -70px;
	}
}

/* 背景の四角 */
.customer .square_46 {
	display: none;
}
.customer .square_17 {
	display: none;
}
.customer .square_21 {
	display: none;
}
@media only screen and (max-width: 768px) {
	.customer .square_46 {
		display: inline-block;
	}
	.customer .square_17 {
		display: inline-block;
	}
	.customer .square_21 {
		display: inline-block;
	}
}