@charset "UTF-8";
.pageLink .top_title {
  display: none;
}

table.table-researcher {
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  table.table-researcher thead {
    display: none;
  }
}
@media print, screen and (min-width: 1025px) {
  table.table-researcher thead th.title {
    width: 10%;
  }
}
@media print, screen and (min-width: 1025px) {
  table.table-researcher thead th.name_ja {
    width: 15%;
  }
}
@media print, screen and (min-width: 1025px) {
  table.table-researcher thead th.name {
    width: 15%;
  }
}
@media print, screen and (min-width: 1025px) {
  table.table-researcher thead th.platform {
    width: 20%;
  }
}
@media print, screen and (min-width: 1025px) {
  table.table-researcher thead th.researchmap {
    width: 20%;
  }
}
table.table-researcher tbody tr td {
  padding: 5px;
}
@media screen and (max-width: 767px) {
  table.table-researcher tbody tr td {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  table.table-researcher tbody tr td::before {
    display: block;
    width: 90px;
  }
}
@media screen and (max-width: 767px) {
  table.table-researcher tbody tr td span {
    display: block;
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 767px) {
  table.table-researcher tbody tr td.title::before {
    content: "職名";
  }
}
@media screen and (max-width: 767px) {
  table.table-researcher tbody tr td.name_ja::before {
    content: "氏名";
  }
}
@media screen and (max-width: 767px) {
  table.table-researcher tbody tr td.name::before {
    content: "Name";
  }
}
@media screen and (max-width: 767px) {
  table.table-researcher tbody tr td.platform::before {
    content: "研究領域";
  }
}
@media screen and (max-width: 767px) {
  table.table-researcher tbody tr td.previous_affiliation::before {
    content: "前所属";
  }
}
@media screen and (max-width: 767px) {
  table.table-researcher tbody tr td.present_affiliation::before {
    content: "現所属";
  }
}
@media screen and (max-width: 767px) {
  table.table-researcher tbody tr td.researchmap::before {
    content: "経歴";
  }
}
table.table-researcher.present thead th.present_affiliation {
  display: none;
}
table.table-researcher.present tbody td.present_affiliation {
  display: none;
}

.researcherDetail {
  max-width: 1000px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
.researcherDetail .researcherDetail_basis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .researcherDetail .researcherDetail_basis {
    display: block;
  }
}
.researcherDetail .researcherDetail_basis .thumbnailBlock {
  width: 200px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .researcherDetail .researcherDetail_basis .thumbnailBlock {
    margin: 0 auto 20px;
    text-align: center;
  }
}
.researcherDetail .researcherDetail_basis .infoBlock {
  width: calc(100% - 200px);
  padding-right: 25px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .researcherDetail .researcherDetail_basis .infoBlock {
    width: 100%;
    padding-right: 0;
  }
}
.researcherDetail .researcherDetail_basis .infoBlock .term {
  position: absolute;
  top: 0;
  right: 30px;
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
  color: #686767;
}
@media screen and (max-width: 767px) {
  .researcherDetail .researcherDetail_basis .infoBlock .term {
    position: static;
    margin-bottom: 15px;
  }
}
.researcherDetail .researcherDetail_basis .infoBlock .infoBlock_sub {
  margin: 0 0 15px;
  font-weight: 300;
  line-height: 1;
  padding-bottom: 25px;
}
.researcherDetail .researcherDetail_basis .infoBlock .infoBlock_sub span {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .researcherDetail .researcherDetail_basis .infoBlock .infoBlock_sub span {
    white-space: normal;
  }
}
.researcherDetail .researcherDetail_basis .infoBlock .infoBlock_sub span.position {
  font-size: 16px;
  color: #000;
  padding-right: 10px;
}
.researcherDetail .researcherDetail_basis .infoBlock .infoBlock_sub span.field {
  font-size: 14px;
  color: #686767;
  padding: 0 10px;
  border-left: solid 1px #686767;
  border-right: solid 1px #686767;
}
.researcherDetail .researcherDetail_basis .infoBlock .infoBlock_main {
  margin: 0 0 15px;
  line-height: 1.2;
  font-size: 20px;
  color: #000;
  padding: 0 170px 0 0;
}
@media screen and (max-width: 767px) {
  .researcherDetail .researcherDetail_basis .infoBlock .infoBlock_main {
    padding-right: 0;
  }
}
.researcherDetail .researcherDetail_basis .infoBlock .infoBlock_main span {
  display: block;
}
.researcherDetail .researcherDetail_basis .infoBlock .infoBlock_main span.ja {
  font-weight: 400;
}
.researcherDetail .researcherDetail_basis .infoBlock .infoBlock_main span.en {
  font-weight: 200;
  margin-top: 10px;
}
.researcherDetail .researcherDetail_basis .infoBlock dl.mentor {
  margin: 20px 0 0;
  position: relative;
  display: table;
}
@media screen and (max-width: 767px) {
  .researcherDetail .researcherDetail_basis .infoBlock dl.mentor {
    display: block;
  }
  .researcherDetail .researcherDetail_basis .infoBlock dl.mentor:after {
    content: " ";
    display: block;
    clear: both;
  }
}
.researcherDetail .researcherDetail_basis .infoBlock dl.mentor dt {
  display: table-cell;
  white-space: nowrap;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  background-color: #004098;
  width: 110px;
  line-height: 1.2;
  border-radius: 20px;
  padding: 6px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .researcherDetail .researcherDetail_basis .infoBlock dl.mentor dt {
    display: table;
    margin-bottom: 5px;
  }
}
.researcherDetail .researcherDetail_basis .infoBlock dl.mentor dd {
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  height: 27px;
  font-size: 15px;
  line-height: 1.2;
  padding: 4px 0px;
}
@media screen and (max-width: 767px) {
  .researcherDetail .researcherDetail_basis .infoBlock dl.mentor dd {
    display: block;
    float: left;
    height: auto;
  }
}
.researcherDetail .researcherDetail_basis .infoBlock dl.mentor dd.mentor_position {
  color: #004098;
  padding: 0 10px;
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .researcherDetail .researcherDetail_basis .infoBlock dl.mentor dd.mentor_position {
    margin-right: 10px;
    white-space: normal;
    padding-left: 0;
  }
}
.researcherDetail .researcherDetail_basis .infoBlock dl.mentor dd.mentor_position:after {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background-color: #004098;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7.5px;
}
.researcherDetail .researcherDetail_basis .infoBlock dl.mentor dd.mentor_name {
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .researcherDetail .researcherDetail_basis .infoBlock dl.mentor dd.mentor_name {
    padding: 0;
  }
}
.researcherDetail .researcherDetail_basis .infoBlock ul.infoBlock_btn {
  margin: 61px 0 0;
  padding: 0;
}
.researcherDetail .researcherDetail_basis .infoBlock ul.infoBlock_btn:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .researcherDetail .researcherDetail_basis .infoBlock ul.infoBlock_btn {
    margin-top: 25px;
  }
}
.researcherDetail .researcherDetail_basis .infoBlock ul.infoBlock_btn > li {
  list-style-type: none;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, Arial, sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 1;
  min-width: 165px;
  float: left;
  margin-left: 8px;
  height: 30px;
}
@media screen and (max-width: 1024px) {
  .researcherDetail .researcherDetail_basis .infoBlock ul.infoBlock_btn > li {
    margin-left: 4px;
  }
}
@media screen and (max-width: 767px) {
  .researcherDetail .researcherDetail_basis .infoBlock ul.infoBlock_btn > li {
    float: none;
    margin: 0 auto 10px;
  }
}
.researcherDetail .researcherDetail_basis .infoBlock ul.infoBlock_btn > li:first-child {
  margin-left: 0;
}
.researcherDetail .researcherDetail_basis .infoBlock ul.infoBlock_btn > li a {
  display: block;
  padding: 8px 5px;
  height: 100%;
  color: #004098;
  text-align: center;
  border: solid 1px #004098;
}
.researcherDetail .researcherDetail_basis .infoBlock ul.infoBlock_btn > li a:after {
  font-family: FontAwesome;
  content: "";
  padding-left: 5px;
  padding-right: 0;
}
.researcherDetail .researcherDetail_basis .infoBlock ul.infoBlock_btn > li a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #004098;
}
.researcherDetail .researcherDetail_data {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .researcherDetail .researcherDetail_data {
    margin-top: 25px;
  }
}
.researcherDetail .researcherDetail_data table.data {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .researcherDetail .researcherDetail_data table.data {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .researcherDetail .researcherDetail_data table.data thead,
  .researcherDetail .researcherDetail_data table.data tbody {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .researcherDetail .researcherDetail_data table.data tr {
    display: block;
  }
}
.researcherDetail .researcherDetail_data table.data tr th {
  font-size: 17px;
  font-weight: 400;
  color: #004098;
  text-align: left;
  vertical-align: middle;
  width: 155px;
  border-top: solid 1px #004098;
  padding: 21px 10px 21px 0;
}
@media screen and (max-width: 767px) {
  .researcherDetail .researcherDetail_data table.data tr th {
    display: block;
    width: 100%;
    padding: 10px;
    text-align: center;
  }
}
.researcherDetail .researcherDetail_data table.data tr td {
  font-size: 15px;
  font-weight: 400;
  border-top: solid 1px #004098;
  padding: 21px 0px;
}
@media screen and (max-width: 767px) {
  .researcherDetail .researcherDetail_data table.data tr td {
    display: block;
    padding: 10px;
    border-top: dotted 1px #004098;
  }
  .researcherDetail .researcherDetail_data table.data tr td:first-child {
    border-top: none;
  }
}
@media screen and (max-width: 767px) {
  .researcherDetail .researcherDetail_data table.data tr td ul {
    padding-left: 10px;
  }
}
.researcherDetail .researcherDetail_data table.data tr.outline_detail td {
  line-height: 2;
}
.researcherDetail .researcherDetail_data table.data tr.outline_detail td p {
  text-indent: 1em;
}
.researcherDetail .researcherDetail_data .img {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .researcherDetail .researcherDetail_data .img {
    margin-top: 30px;
  }
}

.researcherTopics {
  margin: 0 auto 50px;
}
.researcherTopics .title-h4 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px 10px;
}
.researcherTopics .researcherTopics_inner {
  border-top: solid 1px #dcdcdc;
  padding: 40px 0;
}
.researcherTopics ul.topics {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.researcherTopics ul.topics:after {
  content: " ";
  display: block;
  clear: both;
}
.researcherTopics ul.topics > li {
  list-style-type: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  float: left;
  width: 300px;
  margin-left: 30px;
}
@media screen and (max-width: 999px) {
  .researcherTopics ul.topics > li {
    width: 32%;
    margin-left: 2%;
  }
}
@media screen and (max-width: 767px) {
  .researcherTopics ul.topics > li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
}
.researcherTopics ul.topics > li:first-child {
  margin-left: 0;
}
.researcherTopics ul.topics > li.category_2 .thumbnail {
  background-image: url(../media/images/common/thumbnail_id2.png);
}
.researcherTopics ul.topics > li.category_3 .thumbnail, .researcherTopics ul.topics > li.category_7 .thumbnail {
  background-image: url(../media/images/common/thumbnail_id3.png);
}
.researcherTopics ul.topics > li.category_4 .thumbnail {
  background-image: url(../media/images/common/thumbnail_id4.png);
}
.researcherTopics ul.topics > li.category_5 .thumbnail {
  background-image: url(../media/images/common/thumbnail_id5.png);
}
.researcherTopics ul.topics > li.category_8 .thumbnail, .researcherTopics ul.topics > li.category_9 .thumbnail, .researcherTopics ul.topics > li.category_10 .thumbnail {
  background-image: url(../media/images/common/thumbnail_id10.png);
}
.researcherTopics ul.topics > li > a {
  display: block;
}
.researcherTopics ul.topics > li > a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.researcherTopics ul.topics > li > a.text {
  cursor: default;
}
.researcherTopics ul.topics > li > a.text:hover {
  opacity: 1;
}
.researcherTopics ul.topics > li > a .thumbnail {
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../media/images/Researcher/thumbnail.jpg);
}
.researcherTopics ul.topics > li > a .thumbnail img {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.researcherTopics ul.topics > li > a .text {
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  .researcherTopics ul.topics > li > a .text {
    padding-top: 10px;
  }
}
.researcherTopics ul.topics > li > a .text .category {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, Arial, sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #004098;
  border: solid 1px #004098;
  text-align: center;
  min-width: 80px;
  padding: 4px 5px;
}
.researcherTopics ul.topics > li > a .text .date {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  line-height: 1.2;
  font-size: 13px;
  color: #004098;
}
.researcherTopics ul.topics > li > a .text .contents {
  color: #000;
  font-family: "游明朝体", "Yu Mincho", YuMincho, Arial, serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.46;
  margin-top: 10px;
}
.researcherTopics ul.topics > li > a .text .contents p, .researcherTopics ul.topics > li > a .text .contents ul, .researcherTopics ul.topics > li > a .text .contents ol, .researcherTopics ul.topics > li > a .text .contents div {
  margin: 0;
}
.researcherTopics ul.topics > li > a .text .contents br + br {
  display: none;
}
.researcherTopics ul.topics > li > a .text .contents img {
  display: none;
}

table.table-visiting tbody tr th {
  width: 10%;
  padding: 14px 5px 14px 0;
}
@media screen and (max-width: 767px) {
  table.table-visiting tbody tr th {
    width: 100%;
  }
}
table.table-visiting tbody tr td {
  padding: 10px 5px;
}
@media screen and (max-width: 767px) {
  table.table-visiting tbody tr td {
    padding: 12px 5px;
  }
}

.en .researcherDetail .researcherDetail_basis .infoBlock .infoBlock_main span.en {
  font-size: 22px;
  color: #000;
  font-weight: 400;
}
@media print, screen and (min-width: 1025px) {
  .en table.table-researcher thead th.title {
    width: 20%;
  }
}
@media print, screen and (min-width: 1025px) {
  .en table.table-researcher thead th.name {
    width: 20%;
  }
}
@media print, screen and (min-width: 1025px) {
  .en table.table-researcher thead th.platform {
    width: 20%;
  }
}
@media print, screen and (min-width: 1025px) {
  .en table.table-researcher thead th.researchmap {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .en table.table-researcher tbody tr td::before {
    display: block;
    width: 90px;
  }
}
@media screen and (max-width: 767px) {
  .en table.table-researcher tbody tr td span {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 767px) {
  .en table.table-researcher tbody tr td.title::before {
    content: "Title";
  }
}
@media screen and (max-width: 767px) {
  .en table.table-researcher tbody tr td.name::before {
    content: "Name";
  }
}
@media screen and (max-width: 767px) {
  .en table.table-researcher tbody tr td.platform::before {
    content: "Platform";
  }
}
@media screen and (max-width: 767px) {
  .en table.table-researcher tbody tr td.previous_affiliation::before {
    content: "Previous affiliation";
  }
}
@media screen and (max-width: 767px) {
  .en table.table-researcher tbody tr td.present_affiliation::before {
    content: "Present affiliation";
  }
}
@media screen and (max-width: 767px) {
  .en table.table-researcher tbody tr td.researchmap::before {
    content: "Biography";
  }
}

/*# sourceMappingURL=p_researcher.css.map */
