@media print, all and (min-width: 751px) {
  .is-hidden_pc {
    display: none;
  }
}
@media print, all and (max-width: 750px) {
  .is-hidden_sp {
    display: none;
  }
}
#footer .f-banner a {
  font-size: 80%;
}

.research-title .title-level02 {
  font-size: 125%;
}

@media all and (min-width: 751px) {
  /* INDEX */
}
@media only screen and (max-width: 750px) {
  body.research #title {
    background-image: url(../images/research/title-bg.jpg);
  }
  /* INDEX */
  #home-staff .title-level01 a {
    padding-right: 30px;
    background-position: bottom 17px right;
  }
}
