@charset "utf-8";
/* CSS Document */
.box__bgimage__e-post {
  background-image: url(/e-post/resource/img/bg_e-post_mainimage.jpg);
}
@media screen and (max-width: 767px) {
  .box__bgimage__e-post {
    background-image: url(/e-post/resource/img/bg_e-post_mainimage_sp.jpg);
  }
}