@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');


/* =========================================================
   Base
========================================================= */

/* elements
----------------------------------------------- */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
}
*, *::before, *::after {
  box-sizing: inherit;
}
body {
  width: 100%;
  height: 100%;
  margin: 0;
  line-height: 1.6;
  color: #222;
  font-size: 100%;
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN', '游ゴシック Medium' ,'メイリオ', sans-serif;
  overflow-wrap: break-word;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
}
p {
  margin: 0 0 1em;
}
em {
  font-style: oblique;
}
pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
ul {
  margin: 0;
  padding: 0;
  list-style-position: outside;
  list-style-type: none;
}
ol {
  margin: 0;
  padding: 0;
  list-style-position: outside;
}
li {
  margin: 0;
  padding: 0;
  list-style-position: outside;
}
a {
  background-color: transparent;
  color: #006699;
}
a:hover, a:focus {
  background-color: transparent;
  color: #cc3333;
  text-decoration: none;
}
a[name] {
  color: #000;
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

/* =========================================================
   All Page
========================================================= */

/* layout
----------------------------------------------- */
body {
  background-color: #32373b;
}
#container {
  min-width: 320px;
  background-color: #daedfa;
}
#main {
  background-color: #fff;
}

/* commonHeader
----------------------------------------------- */
#commonHeader {
  max-width: 1120px;
  margin: 0 auto;
  padding: 30px 10px 0;
}
#commonHeader .pieceBody {
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 5px #ccc;
  overflow: hidden;
}
#commonHeader h1 {
  flex-grow: 0;
  flex-shrink: 0;
  /*
  flex-basis: 305px;
  */
  display: flex;
  align-items: center;
}
#commonHeader h1:hover {
  opacity: 0.8;
}
#commonHeader h1 a {
  display: block;
  padding: 20px;
}
#commonHeader h1 a img {
  display: block;
  width: 100%;
}
#commonHeader ul {
  display: flex;
  min-width: 208px;
  background: linear-gradient(to left, #007a9b 20%, #1b4296);
}
#commonHeader ul li {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 8px;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}
#commonHeader ul li:not(:last-child) {
  border-right: 1px solid #fff;
}
#commonHeader ul li:hover {
  background: rgba(255,255,255,0.2);
}
#commonHeader ul li a {
  color: #fff;
  text-decoration: none;
}
#commonHeader ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: none !important;
}
#commonHeader ul li a img {
  display: none;
}
@media only screen and (max-width: 900px) {
  #commonHeader {
    padding: 10px;
  }
  #commonHeader h1 {
    flex-grow: 1;
    flex-basis: 0;
    margin-right: 10px;
  }
  #commonHeader h1 a {
    padding: 10px;
  }
  #commonHeader ul {
    min-width: 160px;
  }
  #commonHeader ul li {
    padding: 20px 5px;
    font-size: 12px;
  }
}

/* commonFooter
----------------------------------------------- */
#commonFooter small {
  display: block;
  padding: 20px 10px;
  background: #32373b;
  color: #fff;
  text-align: center;
}
#commonFooter .pageTop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 30px;
  width: 60px;
  z-index: 99999;
}
@media only screen and (max-width: 900px) {
  #commonFooter .pageTop {
    width: 40px;
  }
}

/* =========================================================
   Top Page
========================================================= */

/* topMessage
----------------------------------------------- */
#topMessage {
  background: #daedfa;
}
#topMessage .pieceContainer {
  max-width: 1120px;
  margin: 0 auto;
  padding: 40px 10px 30px;
}
#topMessage p {
  margin: 0;
  font-size: 110%;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  #topMessage .pieceContainer {
    padding: 20px 20px 15px;
  }
  #topMessage p {
    font-size: 90%;
  }
}

/* researcherKeyword
----------------------------------------------- */
#researcherKeyword,
#englishResearcherKeyword {
  position: relative;
  padding: 0 10px;
  background: #daedfa;
}
#researcherKeyword::before,
#englishResearcherKeyword::before {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
}
#researcherKeyword .pieceContainer,
#englishResearcherKeyword .pieceContainer {
  position: relative;
  max-width: 1100px;
  margin: 0 auto 70px;
  padding: 40px 40px 50px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 5px 5px #f2f2f2;
}
#researcherKeyword .pieceHeader h2,
#englishResearcherKeyword .pieceHeader h2 {
  margin-bottom: 30px;
  font-size: 250%;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
#researcherKeyword .pieceBody form,
#englishResearcherKeyword .pieceBody form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 800px;
  margin: 0 auto;
}
#researcherKeyword .pieceBody form input + div,
#englishResearcherKeyword .pieceBody form input + div {
  flex-basis: calc(100% - 110px);
}
#researcherKeyword .pieceBody form input + div input,
#englishResearcherKeyword .pieceBody form input + div input {
  width: 100%;
  height: 100%;
  padding: 10px;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  background: #f4f4f4;
  font-size: 150%;
}
#researcherKeyword .pieceBody form input + div + div,
#englishResearcherKeyword .pieceBody form input + div + div {
  flex-basis: 100px;
  margin-left: 10px;
}
#researcherKeyword .pieceBody form input + div + div input,
#englishResearcherKeyword .pieceBody form input + div + div input {
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 10px;
  background: url(../img/ic-search.svg) center center no-repeat, linear-gradient(to left, #007a9b 20%, #1b4296);
  text-indent: -9999px;
  cursor: pointer;
}
#researcherKeyword .pieceBody form input + div + div input:hover,
#englishResearcherKeyword .pieceBody form input + div + div input:hover {
  opacity: 0.8;
}
#researcherKeyword .pieceBody form input + div + div + div,
#englishResearcherKeyword .pieceBody form input + div + div + div {
  min-width: 100%;
  margin: 30px -20px 0;
  font-size: 110%;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  #researcherKeyword .pieceContainer,
  #englishResearcherKeyword .pieceContainer {
    margin-bottom: 30px;
    padding: 20px 10px;
  }
  #researcherKeyword .pieceHeader h2,
  #englishResearcherKeyword .pieceHeader h2 {
    margin-bottom: 15px;
    font-size: 150%;
  }
  #researcherKeyword .pieceBody form input + div,
  #englishResearcherKeyword .pieceBody form input + div {
    flex-basis: calc(100% - 60px);
  }
  #researcherKeyword .pieceBody form input + div input,
  #englishResearcherKeyword .pieceBody form input + div input {
    padding: 5px;
    border-radius: 5px;
    font-size: 100%;
  }
  #researcherKeyword .pieceBody form input + div + div,
  #englishResearcherKeyword .pieceBody form input + div + div {
    margin-left: 5px;
    flex-basis: 55px;
  }
  #researcherKeyword .pieceBody form input + div + div input,
  #englishResearcherKeyword .pieceBody form input + div + div input {
    height: 100%;
    border-radius: 5px;
    background: url(../img/ic-search.svg) center center / auto 20px no-repeat, linear-gradient(to left, #007a9b 20%, #1b4296)
  }
  #researcherKeyword .pieceBody form input + div + div + div,
  #englishResearcherKeyword .pieceBody form input + div + div + div {
    margin: 15px 0 0;
    font-size: 90%;
  }
}

/* top-tab
----------------------------------------------- */
#top-tab {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 10px 100px;
}
#top-tab-list {
  display: flex;
  margin-bottom: 30px;
  padding: 4px;
  border: 1px solid #ccc;
  border-radius: 20px;
}
#top-tab-list li {
  flex: 1;
  border-radius: 20px;
  text-align: center;
}
#top-tab-list li a {
  display: block;
  padding: 3px 10px;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
#top-tab-list li.current {
  background: linear-gradient(to left, #007a9b 20%, #1b4296);
}
#top-tab-list li.current a {
  color: #fff;
}
#top-tab-list li:not(.current) a:hover {
  opacity: 0.5;
}
#top-tab-body {
  display: flex;
}
#top-tab-body > li:not(.current) {
  display: none;
}
#top-tab-body > li {
  width: 100%;
}
@media only screen and (max-width: 900px) {
  #top-tab {
    padding-bottom: 50px;
  }
  #top-tab-list {
    margin-bottom: 15px;
    padding: 0;
    border: none;
    border-radius: 0;
  }
  #top-tab-list li {
    border-radius: 10px;
    background: #e6e6e6;
  }
  #top-tab-list li:not(:last-child) {
    margin-right: 5px;
  }
  #top-tab-list li a {
    padding: 8px 5px;
    font-size: 90%;
    font-weight: normal;
    line-height: 1.3;
  }
  /* en */
  #container.en #top-tab-list {
    flex-wrap: wrap;
  }
  #container.en #top-tab-list li {
    flex-basis: calc((100% - 10px) / 2);
    margin-right: 0 !important;
  }
  #container.en #top-tab-list li:nth-child(even) {
    margin-left: 10px;
  }
  #container.en #top-tab-list li:nth-child(n+3) {
    margin-top: 10px;
  }
}

/* researchUnitList, teacherUnitList
----------------------------------------------- */
.researchUnitListHeader h2 {
  position: relative;
  margin-bottom: 25px;
  padding: 10px 15px 25px 25px;
  border-bottom: 1px solid #ccc;
  font-size: 220%;
  font-weight: bold;
  line-height: 1.2;
}
.researchUnitListHeader h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 7px;
  height: 55px;
  background: linear-gradient(to top, #007a9b 20%, #1b4296);
}
.researchUnitListBody {
  display: flex;
}
.researchUnitListBody .block {
  flex-grow: 1;
  flex-basis: 49%;
}
.researchUnitListBody .block:nth-child(even) {
  margin-left: 2%;
}
.researchUnitListBody .block h3 {
  margin-bottom: 10px;
  font-size: 120%;
  font-weight: bold;
}
#teacherUnitList ul li,
#englishTeacherUnitList ul li,
.researchUnitListBody .block ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 10px;
}
#teacherUnitList ul li::before,
#englishTeacherUnitList ul li::before,
.researchUnitListBody .block ul li::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 6px;
  height: 2px;
  background: #000;
}
@media only screen and (max-width: 900px) {
  .researchUnitListHeader h2 {
    padding: 5px 5px 15px 15px;
    font-size: 130%;
  }
  .researchUnitListHeader h2::before {
    bottom: 7px;
    width: 5px;
    height: auto;
  }
  .researchUnitListBody {
    flex-wrap: wrap;
    border-bottom: 1px solid #b3b3b3;
  }
  .researchUnitListBody .block {
    flex-basis: 100%;
    margin: 0 !important;
    border-top: 1px solid #b3b3b3;
  }
  .researchUnitListBody .block h3 {
    position: relative;
    margin: 0;
    padding: 10px 0;
    font-size: 100%;
    cursor: pointer;
  }
  .researchUnitListBody .block h3:hover {
    opacity: 0.8;
  }
  .researchUnitListBody .block h3::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    width: 12px;
    height: 2px;
    margin-top: -1px;
    background: #4d4d4d;
  }
  .researchUnitListBody .block h3::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 2px;
    height: 12px;
    margin-top: -6px;
    background: #4d4d4d;
    transition-duration: 0.2s;
  }
  .researchUnitListBody .block h3.current::after {
    opacity: 0;
    transition-duration: 0.2s;
  }
  .researchUnitListBody .block h3 + ul {
    display: none;
  }
  #teacherUnitList ul,
  #englishTeacherUnitList ul,
  .researchUnitListBody .block h3 + ul {
    border-top: 1px solid #b3b3b3;
  }
  #teacherUnitList ul li,
  #englishTeacherUnitList ul li,
  .researchUnitListBody .block ul li {
    margin: 0;
    padding: 0;
  }
  #teacherUnitList ul li::before,
  #englishTeacherUnitList ul li::before,
  .researchUnitListBody .block ul li::before {
    display: none;
  }
  #teacherUnitList ul li a,
  #englishTeacherUnitList ul li a,
  .researchUnitListBody .block ul li a {
    display: block;
    padding: 10px 30px 10px 15px;
    border-bottom: 1px solid #b3b3b3;
    background: url(../img/ic-list.svg) right 5px center / 7px auto no-repeat;
    color: inherit;
    font-size: 90%;
    text-decoration: none;
  }
  .researchUnitListBody .block ul li:last-child a {
    border-bottom: none;
  }
  #teacherUnitList ul li a:hover,
  #teacherUnitList ul li a:hover,
  .researchUnitListBody .block ul li a:hover {
    background-color: #dbedfb;
  }
}

/* researcherName
----------------------------------------------- */
#researcherName table,
#englishResearcherName table {
  margin: 0 auto;
  font-size: 120%;
}
#researcherName table td:not(.bar),
#englishResearcherName table td:not(.bar) {
  padding: 10px 20px;
}
#researcherName table td:not(.bar) a,
#englishResearcherName table td:not(.bar) a {
  display: block;
  padding: 10px 20px;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  background: #fafafa;
}
#researcherName table td.bar,
#englishResearcherName table td.bar {
  display: none;
}
@media only screen and (max-width: 900px) {
  #researcherName table,
  #englishResearcherName table {
    font-size: 90%;
  }
  #researcherName table td:not(.bar),
  #englishResearcherName table td:not(.bar) {
    padding: 7px 5px;
  }
  #researcherName table td:not(.bar) a,
  #englishResearcherName table td:not(.bar) a {
    padding: 10px;
  }
}

/* =========================================================
   Result Page
========================================================= */
.contentResearcherList .mainTitle h1 {
  padding: 40px 10px 30px;
  background: #daedfa;
  font-size: 250%;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
.contentResearcherList .mainForm {
  position: relative;
  padding: 0 10px;
  background: #daedfa;
}
.contentResearcherList .mainForm::before {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
}
.contentResearcherList .mainForm form {
  position: relative;
  max-width: 1100px;
  margin: 0 auto 60px;
  padding: 40px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 5px 5px #f2f2f2;
}
.contentResearcherList .mainForm form h2 {
  position: relative;
  margin-bottom: 25px;
  padding: 10px 15px 25px 25px;
  border-bottom: 1px solid #ccc;
  font-size: 220%;
  font-weight: bold;
  line-height: 1.2;
}
.contentResearcherList .mainForm form h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 7px;
  height: 55px;
  background: linear-gradient(to top, #007a9b 20%, #1b4296);
}
.contentResearcherList .mainForm form > div:not(.submit) {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  overflow: hidden;
}
.contentResearcherList .mainForm form .question_content {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 8em;
  margin-right: 20px;
  font-weight: bold;
}
#container.en .contentResearcherList .mainForm form .question_content {
  flex-basis: 12em;
}
.contentResearcherList .mainForm form .answer_content {
  flex-grow: 1;
  flex-shrink: 1;
  overflow-x: auto;
}
.contentResearcherList .mainForm form .answer_content select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  padding: 14px 50px 14px 10px;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  background: url(../img/ic-searchbox_pulldown.svg) right 10px center no-repeat;
  background-color: #f4f4f4;
  -ms-word-break: normal;
  word-break: normal;
  font-size: 110%;
}
select::-ms-expand {
  display: none;
}
.contentResearcherList .mainForm form .answer_content input[type="text"] {
  width: 100%;
  padding: 14px 10px;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  background-color: #f4f4f4;
  font-size: 110%;
}
.contentResearcherList .mainForm form .submit {
  margin-top: 30px;
  text-align: center;
}
.contentResearcherList .mainForm form .submit input {
  padding: 20px 40px 20px 70px;
  border: none;
  border-radius: 10px;
  background: url(../img/ic-search.svg) 38px center / 25px auto no-repeat, linear-gradient(to left, #007a9b 20%, #1b4296);
  color: #fff;
  font-size: 110%;
  cursor: pointer;
}
.contentResearcherList .mainForm form .submit input:hover {
  opacity: 0.8;
}
.contentResearcherList .mainResult {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 10px 110px;
}
.contentResearcherList .mainResult .mainText {
  margin-bottom: 15px;
  font-weight: bold;
}
.contentResearcherList .mainResult .mainText strong {
  margin-right: 0.05em;
  color: #009C84;
  font-size: 200%;
}
.contentResearcherList .mainResult table {
  width: 100%;
}
.contentResearcherList .mainResult table,
.contentResearcherList .mainResult table tbody,
.contentResearcherList .mainResult table tr,
.contentResearcherList .mainResult table th,
.contentResearcherList .mainResult table td {
  display: block;
}
.contentResearcherList .mainResult table tr {
  display: flex;
  align-items: center;
  position: relative;
}
.contentResearcherList .mainResult table tr > *:nth-child(1) {
  flex-shrink: 0;
  width: 13%;
}
.contentResearcherList .mainResult table tr > *:nth-child(2) {
  flex-shrink: 0;
  width: 25.5%;
}
.contentResearcherList .mainResult table tr > *:nth-child(3) {
  flex-shrink: 0;
  width: 11.45%;
}
.contentResearcherList .mainResult table tr > *:nth-child(4) {
  flex-grow: 1;
  flex-shrink: 1;
  padding-right: 30px;
}
.contentResearcherList .mainResult table tr > *:last-child {
  width: 0;
  padding: 0;
  border: none;
  text-indent: -9999px;
}
.contentResearcherList .mainResult table tr th {
  border-right: 1px solid #fff;
  color: #fff;
}
.contentResearcherList .mainResult table tr th,
.contentResearcherList .mainResult table tr td {
  padding: 12px 20px;
}
.contentResearcherList .mainResult table tr:nth-child(odd) {
  background: #f4f4f4;
}
.contentResearcherList .mainResult table tr:first-child {
  align-items: initial;
  background-color: #264761;
}
.contentResearcherList .mainResult table tr:not(:first-child):hover {
  background: #daedfa;
}
.contentResearcherList .mainResult table tr td a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/ic-list.svg) right 15px center no-repeat transparent !important;
}
.contentResearcherList .mainResult table tr td a:focus {
  outline: none;
}
.contentResearcherList .mainResult table tr td a:focus::before {
  border: 2px solid #000;
}
@media only screen and (max-width: 900px) {
  .contentResearcherList .mainTitle h1 {
    padding: 20px 10px 15px;
    font-size: 150%;
  }
  .contentResearcherList .mainForm form {
    margin-bottom: 30px;
    padding: 20px 10px;
  }
  .contentResearcherList .mainForm form h2 {
    padding: 5px 5px 15px 15px;
    font-size: 130%;
  }
  .contentResearcherList .mainForm form h2::before {
    bottom: 7px;
    width: 5px;
    height: auto;
  }
  .contentResearcherList .mainForm form .question_content {
    margin-right: 10px;
    font-size: 90%;
  }
  .contentResearcherList .mainForm form .answer_content select {
    width: 100%;
    padding: 7px 25px 7px 5px;
    background-position: right 5px center;
    background-size: 16px auto;
    font-size: 90%;
  }
  .contentResearcherList .mainForm form .answer_content input[type="text"] {
    padding: 7px 5px;
    font-size: 90%;
  }
  .contentResearcherList .mainForm form .submit {
    margin-top: 15px;
  }
  .contentResearcherList .mainForm form .submit input {
    padding: 10px 20px 10px 35px;
    border-radius: 5px;
    background: url(../img/ic-search.svg) 19px center / 12px auto no-repeat, linear-gradient(to left, #007a9b 20%, #1b4296);
    font-size: 90%;
  }
  .contentResearcherList .mainResult {
    padding-bottom: 50px;
  }
  .contentResearcherList .mainResult .mainText {
    font-size: 90%;
  }
  .contentResearcherList .mainResult table {
    font-size: 90%;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  .contentResearcherList .mainResult table tbody {
    width: 170vw;
  }
  .contentResearcherList .mainResult table tr > *:nth-child(1) {
    width: 20%;
  }
  .contentResearcherList .mainResult table tr > *:nth-child(4) {
    padding-right: 20px;
  }
  .contentResearcherList .mainResult table tr th,
  .contentResearcherList .mainResult table tr td {
    padding: 10px 15px;
  }
  .contentResearcherList .mainResult table tr td a::before {
    background-position: right 10px center !important;
    background-size: 8px auto !important;
  }
}

/* pagination
---------------------- */
.pagination {
  margin: 60px auto 0;
  text-align: center;
}
.pagination > * {
  margin: 5px;
}
.pagination a,
.pagination em,
.pagination span {
  display: inline-block;
  padding: 9px 17px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #007a9b;
  color: #fff;
  font-style: inherit;
  text-decoration: none;
  vertical-align: middle;
}
.pagination a:hover {
  opacity: 0.8;
}
.pagination em.current {
  border-color: #007a9b;
  background-color: #fff;
  color: #222;
}
.pagination span.separator {
  display: none;
}
.pagination .previous_page,
.pagination .next_page {
  width: 44px;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}
.pagination .previous_page {
  border-color: #007a9b;
  background-image: url(../img/ic-pagenav_prev.svg);
  background-color: #007a9b;
}
.pagination .previous_page.disabled {
  background-image: url(../img/ic-pagenav_prev-active.svg);
  background-color: #fff;
}
.pagination .next_page {
  border-color: #007a9b;
  background-image: url(../img/ic-pagenav_next.svg);
  background-color: #007a9b;
}
.pagination .next_page.disabled {
  background-image: url(../img/ic-pagenav_next-active.svg);
  background-color: #fff;
}
@media only screen and (max-width: 900px) {
  .pagination {
    margin: 20px auto 0;
    font-size: 90%;
  }
  .pagination a,
  .pagination em,
  .pagination span {
    padding: 3px 12px 5px;
  }
  .pagination .previous_page,
  .pagination .next_page {
    width: 30px;
    background-size: 8px auto;
  }
}

/* =========================================================
   Researcher Page
========================================================= */
.contentResearcher .mainTitle h1 {
  padding: 40px 10px 30px;
  background: #daedfa;
  font-size: 250%;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
.contentResearcher .mainResultBasic {
  position: sticky;
  top: 0;
  z-index: 9999;
  margin-bottom: 60px;
  padding: 0 10px;
}
.contentResearcher .mainResultBasic .container {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 30px 40px 40px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 5px 5px #f2f2f2;
}
.contentResearcher .mainResultBasic .container h2 {
  position: relative;
  margin-bottom: 25px;
  padding: 10px 15px 25px 25px;
  border-bottom: 1px solid #ccc;
  font-size: 220%;
  font-weight: bold;
  line-height: 1.2;
}
.contentResearcher .mainResultBasic .container h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 7px;
  height: 55px;
  background: linear-gradient(to top, #007a9b 20%, #1b4296);
}
.contentResearcher .mainResultBasic .container .block {
  display: flex;
}
.contentResearcher .mainResultBasic .container .block .left {
  flex-grow: 0;
  flex-shrink: 0;
  width: 230px;
  margin-right: 30px;
}
.contentResearcher .mainResultBasic .container .block .left .img {
  margin-bottom: 10px;
  text-align: center;
}
.contentResearcher .mainResultBasic .container .block .left .img img {
  width: 110px;
  height: auto;
}
.contentResearcher .mainResultBasic .container .block .left .name span {
  display: block;
}
.contentResearcher .mainResultBasic .container .block .left .name .name-kana {
  line-height: 1.1;
}
.contentResearcher .mainResultBasic .container .block .left .name .name-jp {
  margin-bottom: 5px;
  font-size: 235%;
  font-weight: bold;
  line-height: 1.3;
}
.contentResearcher .mainResultBasic .container .block .left .name .name-en {
  color: inherit;
  font-size: 210%;
  line-height: 1.3;
}
.contentResearcher .mainResultBasic .container .block .left .name .name-jp + .name-en {
  color: #009C84;
  font-size: 90%;
  line-height: 1.1;
}
.contentResearcher .mainResultBasic .container .block .right {
  flex-grow: 1;
  flex-shrink: 1;
}
.contentResearcher .mainResultBasic .container .block .right ul {
  display: flex;
  flex-wrap: wrap;
}
.contentResearcher .mainResultBasic .container .block .right ul li {
  flex-grow: 1;
  flex-basis: 48%;
  margin-bottom: 25px;
}
.contentResearcher .mainResultBasic .container .block .right ul li:nth-child(even) {
  margin-left: 2%;
}
.contentResearcher .mainResultBasic .container .block .right dl,
.contentResearcher .mainResultBasic .container .block .right dt,
.contentResearcher .mainResultBasic .container .block .right dd {
  margin: 0;
}
.contentResearcher .mainResultBasic .container .block .right dl {
  display: flex;
}
.contentResearcher .mainResultBasic .container .block .right dl dt {
  flex-grow: 0;
  flex-shrink: 0;
  width: 9.5em;
  padding-right: 1em;
  font-weight: bold;
}
.contentResearcher .mainResultBasic .container .block .right dl dd {
  flex-grow: 1;
  flex-shrink: 1;
}
.contentResearcher .mainResultBasic .container .block .right dl dd a {
  word-break: break-all;
}
.contentResearcher .mainResult {
  display: flex;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 10px;
}
.contentResearcher .mainResult .container {
  width: calc(100% - 380px);
  margin-left: auto;
  padding: 0 0 60px;
}
.contentResearcher .mainResult .container .block {
  margin-bottom: 30px;
}
.contentResearcher .mainResult .container .block h2 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  color: #009C84;
  font-size: 180%;
  font-weight: bold;
  line-height: 1.2;
}
.contentResearcher .mainResult .container .block h3 {
  margin-bottom: 15px;
  padding: 4px 10px 4px 15px;
  border-left: 4px solid #009C84;
  font-size: 120%;
  font-weight: bold;
  line-height: 1.2;
}
.contentResearcher .mainResult .container .block .detail + h3 {
  margin-top: 30px;
}
.contentResearcher .mainResult .container .block ol {
  margin-left: 1.5em;
  margin-bottom: 30px;
}
.contentResearcher .mainResult .container .block ol li {
  margin-bottom: 20px;
}
.contentResearcher .mainResult .container .block ol li:nth-child(n+4) {
  display: none;
}
.contentResearcher .mainResult .container .block .open ol li:nth-child(n+4) {
  display: list-item;
}
.contentResearcher .mainResult .container .block .more {
  position: relative;
  display: block;
  max-width: 300px;
  margin: 0 auto 30px;
  padding: 15px 50px;
  border-radius: 10px;
  background: linear-gradient(to left, #007a9b 20%, #1b4296);
  color: #fff;
  font-size: 110%;
  text-decoration: none;
  text-align: center;
}
.contentResearcher .mainResult .container .block .more:hover {
  opacity: 0.8;
}
.contentResearcher .mainResult .container .block .more::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 12px;
  height: 2px;
  margin-top: -1px;
  background: #fff;
}
.contentResearcher .mainResult .container .block .more::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 2px;
  height: 12px;
  margin-top: -6px;
  background: #fff;
}
.contentResearcher .mainResult .container .block .open .more::after {
  opacity: 0;
}
@media only screen and (min-width: 901px), print {
  .contentResearcher {
    overflow-x: hidden;
  }
  .contentResearcher.fixed {
    overflow-x: clip;
  }
  .contentResearcher .mainResultBasic {
    transition-duration: 0.5s;
  }
  .contentResearcher.fixed .mainResultBasic {
    transform: scale(0.8);
    transform-origin: center top;
    transition-duration: 0.5s;
  }
  .contentResearcher .mainResultBasic::before {
    content: "";
    position: absolute;
    top: 50%;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 125%;
    background: #fff;
    transition-duration: 0s;
  }
  .contentResearcher .mainResultBasic::after {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    width: 125%;
    height: calc(50% + 20px);
    background: #daedfa;
    transform: translate(-50%, 0);
    z-index: -1;
    transition-duration: 0s;
  }
  .contentResearcher .mainResult .sideMenu {
    flex-grow: 0;
    flex-shrink: 0;
    width: 280px;
    padding: 0 0 20px;
  }
  .contentResearcher.fixed .mainResult .sideMenu {
    position: fixed;
    bottom: 0;
  }
  .contentResearcher.fixed .mainResult .sideMenu ul {
    height: 100%;
    overflow-y: auto;
    overscroll-behavior-y: contain;
  }
  .contentResearcher .mainResult .sideMenu ul li a {
    display: block;
    margin-bottom: 1px;
    padding: 20px 20px 20px 13px;
    border-left: 7px solid transparent;
    border-radius: 0 10px 10px 0;
    color: inherit;
    text-decoration: none;
  }
  .contentResearcher .mainResult .sideMenu ul li a:hover {
    background: #f2f2f2;
  }
  .contentResearcher .mainResult .sideMenu ul li a.current {
    border-left-color: #009C84;
    background: #f2f2f2;
  }
}
@media only screen and (max-width: 900px) {
  .contentResearcher .mainTitle  {
    display: none;
  }
  .contentResearcher .mainTitle h1 {
    padding: 20px 10px 15px;
    font-size: 150%;
  }
  .contentResearcher .mainResultBasic {
    display: flex;
    flex-direction: column;
    max-height: 98vh;
    margin-bottom: 30px;
    background: #daedfa;
  }
  .contentResearcher .mainResultBasic::before {
    content: "教員情報";
    display: block;
    padding: 10px;
    font-size: 135%;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
  }
  #container.en .contentResearcher .mainResultBasic::before {
    content: "Faculty profiles";
  }
  .contentResearcher .mainResultBasic::after {
    content: "";
    position: absolute;
    top: 80%;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: -1;
  }
  .contentResearcher .mainResultBasic .container {
    width: 100%;
    padding: 10px;
    overflow-y: auto;
  }
  .contentResearcher .mainResultBasic .container h2 {
    margin-bottom: 15px;
    padding: 3px 5px 8px 15px;
    font-size: 110%;
  }
  .contentResearcher .mainResultBasic .container h2::before {
    bottom: 5px;
    width: 5px;
    height: auto;
  }
  .contentResearcher .mainResultBasic .container .block {
    display: block;
  }
  .contentResearcher .mainResultBasic .container .block .left {
    width: auto;
    margin: 0;
  }
  .contentResearcher .mainResultBasic .container .block .left .img {
    display: none;
  }
  .contentResearcher .mainResultBasic .container .block .left .name span {
    display: inline-block;
    font-size: 75%;
  }
  .contentResearcher .mainResultBasic .container .block .left .name .name-kana {
    display: block;
  }
  .contentResearcher .mainResultBasic .container .block .left .name .name-jp {
    margin-right: 5px;
    margin-bottom: 0;
    font-size: 120%;
  }
  .contentResearcher .mainResultBasic .container .block .left .name .name-en {
    font-size: 135%;
  }
  .contentResearcher .mainResultBasic .container .block .left .name .name-jp + .name-en {
    margin-right: 0;
    font-size: 85%;
  }
  .contentResearcher .mainResultBasic .container .block .right ul {
    display: block;
    font-size: 90%;
  }
  .contentResearcher .mainResultBasic .container .block .right ul li {
    margin: 10px 0 0 !important;
  }
  .contentResearcher .mainResultBasic .container .block .right ul li:nth-child(n+2) {
    display: none;
  }
  .contentResearcher .mainResultBasic .container .block .right.open ul li:nth-child(n+2) {
    display: list-item;
  }
  .contentResearcher .mainResultBasic .container .block .right a.more {
    position: relative;
    display: block;
    max-width: 250px;
    margin: 10px auto 0;;
    padding: 7px 40px;
    border-radius: 10px;
    background: linear-gradient(to left, #007a9b 20%, #1b4296);
    color: #fff;
    font-size: 90%;
    text-decoration: none;
    text-align: center;
  }
  .contentResearcher .mainResultBasic .container .block .right a.more:hover {
    opacity: 0.8;
  }
  .contentResearcher .mainResultBasic .container .block .right a.more::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 12px;
    height: 2px;
    margin-top: -1px;
    background: #fff;
  }
  .contentResearcher .mainResultBasic .container .block .right a.more::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 2px;
    height: 12px;
    margin-top: -6px;
    background: #fff;
  }
  .contentResearcher .mainResultBasic .container .block .right.open a.more {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .contentResearcher .mainResultBasic .container .block .right.open a.more::after {
    opacity: 0;
  }
  .contentResearcher .mainResult {
    display: block;
  }
  .contentResearcher .mainResult .container {
    width: 100%;
    margin: 0;
    padding: 0 0 30px;
  }
  .contentResearcher .mainResult .container .block {
    font-size: 90%;
  }
  .contentResearcher .mainResult .container .block h2 {
    font-size: 140%;
  }
  .contentResearcher .mainResult .container .block h3 {
    font-size: 110%;
  }
  .contentResearcher .mainResult .container .block .more {
    max-width: 250px;
    padding: 10px 40px;
    font-size: 100%;
  }
  .contentResearcher .mainResultBasic .btn {
    position: absolute;
    top: 4px;
    right: 10px;
    width: 40px;
    height: 0;
    padding-top: 40px;
    background: url(../img/ic-spmenu.svg) center center / 30px 30px no-repeat;
    overflow: hidden;
  }
  .contentResearcher.open .mainResultBasic .btn::before {
    content: "";
    position: fixed;
    top: 0;
    right: 75%;
    width: 40px;
    height: 40px;
    background: url(../img/ic-spmenu_c.svg) center center / 30px 30px no-repeat;
    background-color: #fff;
    z-index: 1;
  }
  .contentResearcher.open .mainResultBasic .btn::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 25%;
    background: rgba(0,0,0,0.5);
  }
  .contentResearcher .mainResult .sideMenu {
    position: fixed;
    top: 0 !important;
    bottom:  0 !important;
    left: 100%;
    width: 75vw;
    height: 100%;
    background: linear-gradient(to left, #007a9b 20%, #1b4296);
  }
  .contentResearcher.open .mainResult .sideMenu {
    left: 25%;
    z-index: 9999;
  }
  .contentResearcher.open .mainResult .sideMenu ul {
    max-height: calc(100vh - 40px);
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    padding: 20px;
  }
  .contentResearcher.open .mainResult .sideMenu ul li {
    margin-bottom: 20px;
  }
  .contentResearcher.open .mainResult .sideMenu ul li a {
    color: #fff;
    font-size: 100%;
    text-decoration: none;
  }
  .contentResearcher.open .mainResult .sideMenu ul li a:hover {
    text-decoration: underline;
  }
}
