  /* ===== corporate/business ====== */
.ProductsInformationList {
  max-width: 1600px;
  margin: 0 auto;
  padding: 90px 50px;
}

@media only screen and (min-width: 560px) and (max-width: 959px) {
  .ProductsInformationList {
    padding: 90px 28px;
  }
}

@media only screen and (max-width: 559px) {
  .ProductsInformationList {
    padding: 60px 15px 100px;
  }
}

.ProductsInformationList__heading {
  margin: 0 0 60px;
  font-size: 3.6rem;
  font-weight: normal;
  line-height: 1.4;
  color: #333;
  text-align: center;
}

@media only screen and (max-width: 559px) {
  .ProductsInformationList__heading {
    margin: 0 0 40px;
    font-size: 2.4rem;
    line-height: 1.25;
  }
}

.ProductsInformationList .-left {
  text-align: left;
}

.CorporateLNav {
  padding: 60px 0;
}

@media only screen and (max-width: 559px) {
  .CorporateLNav {
    padding: 0;
  }
  .CorporateLNav .LNavBottomList__item {
    margin-top: 25px;
  }
}
