#container .note {
  text-align: right;
}

/* プロジェクト1カテゴリ分 */
.sec.sec-research .sec-head {
  text-align: center;
  margin-bottom: 5px;
}

.sec.sec-research {
  padding: 30px 0;
}

.sec.sec-research .sec-head.h-pro {
  margin-bottom: 0;
}

.sec.sec-research .sec-head h4 strong {
  position: relative;
  display: inline-block;
}

.sec.sec-research .sec-body h3 {
  margin: 0 0 15px;
}

/* プロジェクト1カテゴリ分 ここまで*/


/* 先生一人分 */
div.research-data {
  padding: 25px 0;
}

div.research-data .in-icon {
  width: 200px;
  height: auto;
  margin: 0 auto;
}

div.research-data .in-icon .icon {
  overflow: hidden;
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  transition: box-shadow .3s;
}

div.research-data .in-icon .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
}

div.research-data .in-text .ttl {
  margin-top: 25px;
  text-align: center;
}

div.research-data .in-text .ttl strong {
  font-size: 18px;
}

/* 研究代表者と研究メンバー レイアウト */
div.research-data .in-text .group dt.representative+dd {
  margin-bottom: 1em;
}

div.research-data .in-text .group span {
  display: inline-block;
}

@media screen and (min-width: 1000px) {
  div.research-data .in-text .group {
    text-align: left;
    margin: 25px 0 0;
  }

  div.research-data .in-text .group dt.representative.ja {
    float: left;
  }

  div.research-data .in-text .group dt.representative.ja+dd {
    margin-left: 6.5em;
    margin-bottom: 0;
  }

  div.research-data .in-text .group dt.member.ja {
    float: left;
  }

  div.research-data .in-text .group dt.member.ja+dd {
    margin-left: 7.5em;
  }
}

/* 研究代表者と研究メンバー レイアウト ここまで*/

@media screen and (min-width: 600px) {
  .sec.sec-research .sec-head {
    text-align: left;
  }

  .sec .sec-head h3 strong {
    text-align: left;
  }

  div.research-data {
    display: flex;
  }

  div.research-data .in-icon {
    flex: 0 0 200px;
    flex-shrink: 0;
  }

  div.research-data .in-text {
    flex: 0 1 100%;
    padding-left: 5%;
  }

  div.research-data .in-text .ttl {
    margin-top: 0;
    text-align: left;
  }
}


@media screen and (min-width: 800px) and (max-width: 1000px) {
  div.research-data {
    display: block;
  }

  div.research-data .in-text {
    padding-left: 0;
  }

  div.research-data .in-text .ttl {
    margin-top: 25px;
    text-align: center;
  }
}

@media screen and (min-width: 1000px) {
  .sec.sec-research .sec-head {
    text-align: left;
  }

  .sec .sec-head h3 strong {
    text-align: left;
  }

  div.research-data .in-text {
    padding-left: 30px;
  }

  div.research-data .in-text .ttl {
    margin-top: 0;
    text-align: left;
  }
}

/* PDFリンクの並び */
:root {
  --space: 15px;
}

.research-data .tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 15px calc(var(--space) / 2 * -1) 0;
}

.research-data .tags .tag {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: calc(var(--space) / 2);
}

.research-data .tags .tag a {
  text-decoration: none;
  line-height: 1em;
  font-weight: bold;
}

.research-data .tags .tag a {
  border-radius: 5px;
  padding: 10px;
}

.research-data .tags .tag.red a {
  background-color: #aa003e;
  color: #eee;
}

.research-data .tags+div.group {
  margin-top: 15px;
}

/* PDFリンクの並び ここまで*/


@media screen and (min-width: 1200px) {
  div.research-data .in-text {
    padding-left: 50px;
  }
}
