@charset "UTF-8";

#contentArea > header::after {
  background-image: url(../../sustainability/health-management/images/sustainability_health-management_main.jpg);
  }

#contentArea ul.list-shadow li {
  margin-bottom: 0;
  }
  #contentArea ul.list-shadow li img {
    vertical-align: bottom;
    }

/* ---------------------------------------------------------------------
	SP
*/
@media only screen and (max-width : 767px) {

  #contentArea > header::after {
    background-position: 69% 70%;
    }

#contentArea ul.list-shadow {
  justify-content: center;
  }
  #contentArea ul.list-shadow li {
    margin-bottom: 32px;
    }

}