.page-header {
  background-image: url("/assets/images/safety/header-bg.png");
  background-repeat: no-repeat;
  background-position: center top;
}
@media screen and (max-width: 767px) {
  .page-header {
    background-image: url("/assets/images/safety/header-bg_sp.png");
    background-size: auto 100%;
  }
}

.content-header {
  padding-top: 7.6rem;
}
.content-header__title {
  margin-bottom: 1.5em;
  text-align: center;
  font-size: 1.5rem;
}

.safety {
  padding-top: 7.5rem;
  padding-bottom: 7rem;
  display: flex;
  justify-content: space-between;
}
.safety > * {
  width: 48%;
}
.safety > * > p {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 1099px) {
  .safety {
    padding-right: 1em;
    padding-left: 1em;
  }
}
@media screen and (max-width: 767px) {
  .safety {
    flex-direction: column;
  }
  .safety > * {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.page-footer {
  margin: 3em auto;
}

/*# sourceMappingURL=safety.css.map */
