/*-----------------------------------------------------------
  customers
-----------------------------------------------------------*/
.page-header .subpage-mv:before {
	background-image: url('/customers/images/mv.jpg');
}

/* SP */
@media screen and (max-width: 768px) {
	.page-header .subpage-mv:before {
		background-image: url('/customers/images/mv_sp.jpg');
	}
}

.customers-wrapper > p {
  width: 95%;
  margin: 0 auto 50px;
}
.txt-block > p{
  width: 95%;
  margin: 0 auto 55px;
}

.txt-block{
  margin-bottom: 85px;
}

@media screen and (max-width: 768px) {
	.customers-wrapper > p {
  width: 90%;
  margin: 20px auto;
  line-height: 1.65;
  }
  .txt-block > p{
    width: 90%;
    margin: 0 auto 15px;
    line-height: 1.65;
    font-size: 0.975rem;
  }

  .txt-block{
    margin-bottom: 55px;
  }

}