@media print, all and (min-width: 751px) {
  .is-hidden_pc {
    display: none;
  }
}
@media print, all and (max-width: 750px) {
  .is-hidden_sp {
    display: none;
  }
}
@media all and (min-width: 751px) {
  body.collaboration #title .title-bg {
    background-image: url(../images/collaboration/title-bg.jpg);
  }
  body.collaboration .text p:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 750px) {
  body.collaboration #title .title-bg {
    background-image: url(../images/collaboration/title-bg.jpg);
  }
  body.collaboration .text p:not(:last-of-type) {
    margin-bottom: 15px;
  }
  /* INDEX */
}
