@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap");
@import url("/research/assets/font/fontawesomeV5free/all.min.css");
/* ////////////////////////////////////////////////////////////////////
	top
//////////////////////////////////////////////////////////////////// */
body #main {
  padding-top: 144px;
  /* -----------------------------------
			nav-search
		----------------------------------- */
  /* ---------------
			papers
		--------------- */
  /* ---------------
			list
		--------------- */
  /* -----------------------------------
			detail
		----------------------------------- */
}

body #main ul.page-list {
  display: flex;
  justify-content: center;
  margin: 50px auto 10px;
}

body #main ul.page-list li {
  margin: 10px;
}

body #main ul.page-list li.active {
  text-decoration: underline;
  font-weight: bold;
  font-size: 2rem;
  align-items: center;
}

body #main #papers {
  padding: 10px 2.5% 40px;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  margin: 0 auto;
}

body #main #papers ul.p-list {
  flex-wrap: wrap;
  margin: 0 auto;
}

body #main #papers ul.p-list li.p-list-c {
  border: solid 1px #000;
  border-top: none;
  min-height: 100px;
  position: relative;
  margin-bottom: 40px;
  padding: 20px 0;
  margin: 0;
}

body #main #papers ul.p-list li.p-list-c:first-child {
  border-top: solid 1px #000;
}

body #main #papers ul.p-list li.p-list-c ul.lef {
  display: flex;
  align-items: stretch;
}

body #main #papers ul.p-list li.p-list-c ul.lef li {
  padding-left: 5%;
  padding-top: 15px;
  text-align: left;
}

body #main #papers ul.p-list li.p-list-c ul.lef li:first-child {
  border-right: solid 1px #000;
  width: 20%;
  height: 100%;
}

body #main #papers ul.p-list li.p-list-c ul.lef li:last-child {
  white-space: nowrap;
  width: 80%;
}

body #main #papers ul.p-list li.p-list-c p, body #main #papers ul.p-list li.p-list-c a {
  display: block;
  padding-right: 5%;
  line-height: 1.5em;
  white-space: normal;
}

body #main #papers ul.p-list li.p-list-c p.num, body #main #papers ul.p-list li.p-list-c a.num {
  position: absolute;
  top: 5px;
  left: 10px;
  font-size: 2.5rem;
  font-weight: bold;
}

body #main #papers ul.p-list li.p-list-c p.type, body #main #papers ul.p-list li.p-list-c a.type {
  color: #009541;
  font-size: 1.2rem;
}

body #main #papers ul.p-list li.p-list-c p.date, body #main #papers ul.p-list li.p-list-c a.date {
  font-size: 1.3rem;
  color: #666;
}

body #main #papers ul.p-list li.p-list-c p.ttl, body #main #papers ul.p-list li.p-list-c a.ttl {
  font-weight: bold;
  white-space: normal;
  max-width: 800px;
  margin-bottom: 20px;
}

body #main #papers ul.p-list li.p-list-c p.section, body #main #papers ul.p-list li.p-list-c a.section {
  font-size: 1.0rem;
  margin-bottom: 10px;
}

body #main #papers ul.p-list li.p-list-c p.kname, body #main #papers ul.p-list li.p-list-c a.kname {
  font-size: 1.8rem;
}

body #main #papers ul.p-list li.p-list-c p.kana, body #main #papers ul.p-list li.p-list-c a.kana {
  font-size: 1.0rem;
}

body #main #papers ul.p-list li.p-list-c a:hover {
  text-decoration: underline;
}

body #main #papers ul.p-list li.p-list-c div.photo {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 15%;
  padding-top: 15%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  border-radius: 50px;
}

@media screen and (max-width: 768px) {
  body #main #papers ul.p-list li.p-list-c {
    margin: 2.5%;
    border-top: solid 1px #000;
  }
  body #main #papers ul.p-list li.p-list-c ul.lef {
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
  }
  body #main #papers ul.p-list li.p-list-c ul.lef li {
    padding-left: 0;
  }
  body #main #papers ul.p-list li.p-list-c ul.lef li:first-child {
    width: 100%;
    border: none;
    border-bottom: solid 1px #000;
    padding-left: 50px;
    padding-top: 0;
  }
  body #main #papers ul.p-list li.p-list-c ul.lef li:last-child {
    width: 100%;
  }
}

body #main #list {
  padding: 40px 2.5% 40px;
  text-align: center;
}

body #main #list ul.k-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  cursor: pointer;
}

body #main #list ul.k-list li.k-list-c {
  width: 23%;
  border: solid 1px #000;
  min-height: 100px;
  position: relative;
  margin-bottom: 40px;
  padding: 2% 0;
  margin: 20px 1%;
  background-color: #FFFFFF;
}

body #main #list ul.k-list li.k-list-c ul.lef {
  display: flex;
  align-items: stretch;
  padding-top: 5%;
  height: 90%;
}

body #main #list ul.k-list li.k-list-c ul.lef li {
  padding-left: 5%;
}

body #main #list ul.k-list li.k-list-c ul.lef li:first-child {
  border-right: solid 1px #000;
  width: 40%;
  height: 100%;
}

body #main #list ul.k-list li.k-list-c ul.lef li:last-child {
  white-space: nowrap;
}

body #main #list ul.k-list li.k-list-c p, body #main #list ul.k-list li.k-list-c a {
  display: block;
  padding-left: 5%;
  padding-right: 5%;
  line-height: 1.5em;
}

body #main #list ul.k-list li.k-list-c p.job, body #main #list ul.k-list li.k-list-c a.job {
  color: #009541;
}

body #main #list ul.k-list li.k-list-c p.section, body #main #list ul.k-list li.k-list-c a.section {
  font-size: 1.0rem;
  margin-bottom: 10px;
}

body #main #list ul.k-list li.k-list-c p.kname, body #main #list ul.k-list li.k-list-c a.kname {
  font-size: 1.8rem;
}

body #main #list ul.k-list li.k-list-c p.kana, body #main #list ul.k-list li.k-list-c a.kana {
  font-size: 1.0rem;
}

body #main #list ul.k-list li.k-list-c a:hover {
  text-decoration: underline;
}

body #main #list ul.k-list li.k-list-c div.photo {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 15%;
  padding-top: 15%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  border-radius: 50px;
}

@media screen and (max-width: 768px) {
  body #main #list ul.k-list li.k-list-c {
    width: 100%;
    margin: 2.5%;
    min-height: auto;
  }
}

body #main #detail {
  width: 95%;
  margin: 0 auto;
  background-color: #f6f6f6;
  padding-bottom: 20px;
}

body #main #detail #info {
  border-bottom: solid 1px;
  padding: 50px 2.5%;
  position: relative;
}

body #main #detail #info div.photo {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 20%;
  padding-top: 25%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

body #main #detail #info p {
  display: block;
}

body #main #detail #info p.job {
  color: #009541;
}

body #main #detail #info p.section {
  font-size: 1.0rem;
  margin-bottom: 10px;
  line-height: 1.5em;
}

body #main #detail #info p.kname {
  font-size: 1.8rem;
  display: inline-block;
  line-height: 2em;
}

body #main #detail #info p.kana {
  font-size: 1.0rem;
  display: inline-block;
}

body #main #detail #info p.degrees {
  font-size: 1.8rem;
}

body #main #detail dl.def {
  padding: 30px 2.5% 10px;
}

body #main #detail dl.hide {
  padding: 0 2.5% 10px;
}

body #main #detail dl dt {
  border-bottom: solid 1px #000;
  margin: 50px 0 20px;
  font-weight: bold;
}

body #main #detail dl dd {
  margin-bottom: 30px;
  border-bottom: solid 1px #DDD;
}

body #main #detail dl dd.hide {
  display: none;
}

body #main #detail dl dd:last-child p.g-research_areas {
  border: none;
}

body #main #detail p.moreinfo {
  width: 95%;
  display: block;
  padding: 20px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #009541;
  color: #FFF;
  margin: 0 2.5%;
  position: relative;
  cursor: pointer;
}

body #main #detail p.moreinfo:before {
  content: 'もっと見る  ';
}

body #main #detail p.moreinfo:after {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -.5em;
  font-family: "Font Awesome 5 Free";
  content: '\f107';
  font-weight: bold;
  font-size: 2rem;
}

body #main #detail p.moreinfo.active {
  background-color: #5A5A5A99;
}

body #main #detail p.moreinfo.active:before {
  content: '閉じる  ';
}

body #main #detail p.moreinfo.active:after {
  font-family: "Font Awesome 5 Free";
  content: '\f106';
  font-weight: bold;
}

body #main #detail p.moreinfo.en:before {
  content: 'more  ';
}

body #main #detail p.moreinfo.en.active:before {
  content: 'close  ';
}

@media screen and (max-width: 768px) {
  body #main #detail {
    width: 95%;
  }
}

@media screen and (max-width: 768px) {
  body #main {
    padding-top: 30px;
  }
}

body #main section.nodata {
  text-align: center;
  padding: 150px 5%;
  font-size: 2.5rem;
  color: #999;
  line-height: 2em;
}

body #main p {
  line-height: 1.5em;
  padding-left: 25px;
  white-space: normal;
}

body #main p.g-cnt {
  position: absolute;
  margin-bottom: .3em;
  padding-left: 0;
  font-weight: bold;
  text-align: right;
  width: 1.2em;
}

body #main p.g-ttl {
  margin-bottom: .3em;
}

body #main p.g-subttl {
  color: #8f8f8f;
  margin-bottom: .3em;
  font-size: 1.5rem;
}

body #main p.g-auther {
  color: #333;
  font-size: 1.2rem;
  white-space: normal;
}

body #main p.g-publication {
  font-size: 1.2rem;
}

body #main p.g-research_areas {
  font-size: 1.3rem;
  margin-bottom: 20px;
}

body #main .g-publication {
  font-size: 1.2rem;
}

body #main .owner_range {
  font-size: 1.3rem;
}

body #main .owner_range:before {
  content: '(';
}

body #main .owner_range:after {
  content: ')';
}

body #main .p_date {
  font-size: 1.3rem;
}

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