@media all and (min-width: 751px) {
  body.research #title {
    background-image: url(../images/research/title-bg.jpg);
  }

  /* INDEX */
  /* LAB */
  body#research-form_the_lab #lab-desc .desc-box {
    width: 800px;
    margin: 0 auto 60px;
  }

  body#research-form_the_lab #lab-team .voice-box>.one-block {
    width: 800px;
    margin-inline: auto;
  }

  body#research-form_the_lab #lab-team .voice-box>.one-block:not(:last-of-type) {
    margin-bottom: 55px;
  }
}


/* PAPERS */
body#research-papers {
  .papers-list {
    margin-bottom: 100px;
  }
}


@media only screen and (max-width: 750px) {
  body.research #title {
    background-image: url(../images/research/title-bg_sp.jpg);
  }

  /* INDEX */
  #research-funding {

    table,
    t-body,
    tr,
    td {
      display: block;
      width: 100%;
    }

    table {
      width: 100vw;
      margin: 30px calc((100vw - 100%) / -2) 0;
    }

    tr {
      padding: 1em;

      &:nth-child(odd) {
        background-color: #f4f1e4;
      }
    }

    td {
      padding-block: 0.2em;
      background-color: transparent;
      border: none;

      &.name br {
        display: none;
      }
    }
  }

  /* LAB */
  body#research-form_the_lab .sp-full {
    margin-inline: -20px;
  }

  body#research-form_the_lab #lab-desc {
    margin-bottom: 40px;
  }

  body#research-form_the_lab #lab-team .voice-box>.one-block:not(:last-of-type) {
    margin-bottom: 40px;
  }
}

/*# sourceMappingURL=page-research.css.map */