@charset "UTF-8";

/* health main */
.box__bgimage__health {
  background-image: url(/health/resource/img/bg_health_mainimage_sp.jpg);
}
@media screen and (min-width: 768px) {
  .box__bgimage__health {
  background-image: url(/health/resource/img/bg_health_mainimage.jpg);
  }
}

/* health background */
.flex__side.flex__side__health__app {
  background: url(/health/resource/img/bg_health_app-image_sp.jpg) no-repeat center top / 100%;
}
.flex__side.flex__side__health__column {
  background: url(/health/resource/img/bg_health_column-image_sp.jpg) no-repeat center top / 100%;
}
.flex__side.flex__side__health__radio {
  background: url(/health/resource/img/bg_health_radio-image_sp.jpg) no-repeat center top / 100%;
}
.flex__side.flex__side__health__initiative {
  background: url(/health/resource/img/bg_health_initiative-image_sp.jpg) no-repeat center top / 100%;
}
@media screen and (min-width: 768px) {
  .flex__side.flex__side__health__app {
    background: url(/health/resource/img/bg_health_app-image.jpg) no-repeat left top / cover;
  }
  .flex__side.flex__side__health__column {
    background: url(/health/resource/img/bg_health_column-image.jpg) no-repeat right top / cover;
  }
  .flex__side.flex__side__health__radio {
    background: url(/health/resource/img/bg_health_radio-image.jpg) no-repeat left top / cover;
  }
  .flex__side.flex__side__health__initiative {
    background: url(/health/resource/img/bg_health_initiative-image.jpg) no-repeat right top / cover;
  }
}