@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
@import url("https://fonts.googleapis.com/css2?family=Open+Sans&family=Oswald:wght@500&family=Roboto&display=swap");
div.list-researcher {
  margin: 0 0 2em;
}
div.list-researcher h2 {
  margin-bottom: 1em;
  padding-left: 0.5em;
  border-left: solid 4px #3d926d;
  color: #3d926d;
}
div.list-researcher div.card-researcher {
  margin-bottom: 1em;
  background: #FFF;
  padding: 1em 2em;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
div.list-researcher div.card-researcher div.thum {
  margin: 0;
  max-width: 140px;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
div.list-researcher div.card-researcher div.thum img {
  max-width: 100px;
  width: 100%;
  height: auto;
}
div.list-researcher div.card-researcher div.text {
  -webkit-flex-grow: 3;
  -ms-flex-grow: 3;
  flex-grow: 3;
}
div.list-researcher div.card-researcher div.text h4 {
  margin-bottom: 0.5em;
  font-size: 1.2rem;
  font-weight: bold;
}
div.list-researcher div.card-researcher div.text p {
  margin: 0;
  font-weight: bold;
  font-size: 1rem;
}
div.list-researcher div.card-researcher div.category {
  margin-top: 1em;
  display: flex;
}
div.list-researcher div.card-researcher div.category span {
  margin-right: 4px;
  padding: 2px 4px;
  font-size: 0.9rem;
  font-weight: bold;
  background: #3d99bf;
  color: #FFF;
  white-space: nowrap;
}

article#researcher-prof {
  margin-bottom: 2em;
  background: #FFF;
  padding: 2em;
}
@media print, screen and (min-width: 992px) {
  article#researcher-prof {
    padding: 4em;
  }
}
article#researcher-prof div#researcher-header {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 4px solid #e5e5e5;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
article#researcher-prof div#researcher-header:before {
  margin-right: 12px;
  content: "\f2c1";
  font-family: "Font Awesome 5 Free";
  font-size: 48px;
  color: #3d926d;
}
article#researcher-prof div#researcher-header h1 {
  font-size: 1.6rem;
  font-weight: bold;
}
@media print, screen and (min-width: 992px) {
  article#researcher-prof div#researcher-header h1 {
    font-size: 2.4rem;
  }
}
article#researcher-prof div#researcher-header h1 span {
  display: block;
  font-size: 1rem;
}
article#researcher-prof div#researcher-prof div.thum {
  margin: 0 auto 1em;
  text-align: center;
  max-width: 160px;
}
@media print, screen and (min-width: 577px) {
  article#researcher-prof div#researcher-prof {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  article#researcher-prof div#researcher-prof div.thum {
    margin-right: 1em;
    min-width: 120px;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
  }
  article#researcher-prof div#researcher-prof div.text {
    -webkit-flex-grow: 4;
    -ms-flex-grow: 4;
    flex-grow: 4;
  }
}
article#researcher-prof div.researcher-section {
  margin-top: 2em;
}
article#researcher-prof div.researcher-section h2 {
  margin-bottom: 1em;
  box-sizing: border-box;
  position: relative;
  font-size: 1.2rem;
}
article#researcher-prof div.researcher-section h2.ttl-paper:before {
  margin-right: 4px;
  content: "\f5ad";
  font-family: "Font Awesome 5 Free";
  color: #3d926d;
  font-size: 18px;
}
article#researcher-prof div.researcher-section h2.ttl-rsc-area:before {
  margin-right: 4px;
  content: "\f507";
  font-family: "Font Awesome 5 Free";
  color: #3d926d;
  font-size: 18px;
}
article#researcher-prof div.researcher-section p {
  margin-bottom: 1em;
  line-height: 180%;
  font-size: 1.2rem;
}
