@charset "UTF-8";
/*
Theme Name: TARA：筑波大学 生命領域学際研究センター
*/
@import url(css/utility.css);
@import url(css/sp-utility.css);
@import url(css/wordpress-core.css);
html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  color: #222;
  line-height: 1.5;
  background-color: #fff;
}

html[lang="en-US"] body {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
  font-family: Arial, Helvetica, "sans-serif";
}

ul {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 25px;
  padding-left: 0;
}

ol {
  margin-left: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 0;
}

li {
  margin: 0 0 5px;
}

a {
  color: #1d324d;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

section:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

figure {
  margin: 0;
  padding: 0;
}

img {
  max-width: initial;
  vertical-align: top;
}

address {
  font-style: normal;
}

.image {
  display: inline;
}

.inner-frame {
  width: 1050px;
  margin: 0 auto;
}

.inner-frame:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.svg-inline--fa {
  color: #15a499;
}

header#top .site-name {
  float: left;
  margin: 14px 0 11px;
  padding: 0;
}

header#top .common-link {
  float: right;
  margin: 30px 0 0;
  padding: 0 0 20px;
  font-size: 13px;
  font-size: 1.3rem;
}

header#top ul {
  float: left;
  margin: 10px 0 0;
  padding: 0;
  list-style-type: none;
  line-height: 1;
  font-family: Arial, Helvetica, "sans-serif";
}

header#top ul > li {
  float: left;
  margin: 0 0 0 20px;
  padding: 0;
}

header#top ul > li .svg-inline--fa {
  margin-right: 4px;
}

header#top ul > li a {
  font-weight: normal;
  text-decoration: none;
}

header#top ul > li a:hover {
  text-decoration: underline;
}

header#top .univ-logo {
  float: left;
  margin-left: 20px;
}

html[lang="ja"] .lang-link li.ja,
html[lang="en-US"] .lang-link li.en {
  display: none !important;
}

#navigation {
  background-color: #15a499;
  border-bottom: 3px solid #0f7f76;
}

#navigation ul#menu-main-menu {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#navigation ul#menu-main-menu > li {
  position: relative;
  display: table-cell;
  min-width: 5em;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  line-height: 1.2;
}

#navigation ul#menu-main-menu > li > a {
  display: block;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
}

#navigation ul#menu-main-menu > li > a:hover {
  text-decoration: underline;
}

#navigation ul#menu-main-menu > li[class*="current"] {
  background-color: #19cdc3;
}

#navigation ul#menu-main-menu > li:hover {
  background-color: #19cdc3;
}

#navigation ul#menu-main-menu > li:hover ul.sub-menu {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#navigation ul#menu-main-menu > li:hover ul.sub-menu li {
  margin: 0;
}

#navigation ul#menu-main-menu > li:hover ul.sub-menu li a {
  display: block;
}

#navigation ul#menu-main-menu ul.sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 100%;
  line-height: 1.2;
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #ccf18a;
  border-top: 1px solid #c6d76a;
}

#navigation ul#menu-main-menu ul.sub-menu > li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #a7c671;
}

#navigation ul#menu-main-menu ul.sub-menu > li:first-child {
  border-top: 1px solid #fff;
}

#navigation ul#menu-main-menu ul.sub-menu > li:last-child {
  border-bottom: none;
}

#navigation ul#menu-main-menu ul.sub-menu > li > a {
  display: block;
  padding: 8px 8px 8px 12px;
  color: #222;
  text-decoration: none;
  white-space: nowrap;
}

#navigation ul#menu-main-menu ul.sub-menu > li > a:hover {
  text-decoration: underline;
}

#key-visual {
  margin: 1px 0 30px;
  padding: 0 0 1px;
  background-color: #19cdc3;
}

#key-visual .metaslider {
  margin: 0 auto;
}

#key-visual ul.slides:before {
  content: url(images/pict_main-image-logo.png);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 265px;
  height: 88px;
  margin: auto;
}

#breadcrumbs {
  margin: 15px 0 30px;
  padding: 0;
  line-height: 1;
  font-size: 13px;
  font-size: 1.3rem;
}

#breadcrumbs p {
  margin: 0;
}

#breadcrumbs a {
  color: #222;
}

.primary-title {
  margin: 1px 0 0;
  padding: 0;
  color: #fff;
  line-height: 1.1;
  background-color: #19cdc3;
  background-image: url(/wp-content/uploads/sites/32/2018/03/menu1_bg-1.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  /*
  .gradation {
    background: -moz-linear-gradient(left, rgba(25,205,195,1) 0%, rgba(25,205,195,0) 25%, rgba(25,205,195,0) 75%, rgba(25,205,195,1) 100%);
    background: -webkit-linear-gradient(left, rgba(25,205,195,1) 0%,rgba(25,205,195,0) 25%,rgba(25,205,195,0) 75%,rgba(25,205,195,1) 100%);
    background: linear-gradient(to right, rgba(25,205,195,1) 0%,rgba(25,205,195,0) 25%,rgba(25,205,195,0) 75%,rgba(25,205,195,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19cdc3', endColorstr='#19cdc3',GradientType=1 );
  }
  */
}

.primary-title .bg {
  background-position: center center;
}

.primary-title h1 {
  padding: 45px 0;
  font-size: 36px;
  font-size: 3.6rem;
}

.primary-title .edit-link {
  position: relative;
  top: -8px;
  margin: 0 0 0 1em;
}

.primary-title .edit-link a {
  display: inline-block;
  margin: 0;
  padding: 5px 10px;
  text-decoration: none;
  line-height: 1;
  color: #a0bc06;
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #fff;
  border-radius: 3px;
}

.primary-title .edit-link a:hover {
  text-decoration: underline;
}

main#substance {
  display: block;
  padding-bottom: 30px;
}

main#substance > .content {
  float: right;
  width: 780px;
  min-height: 350px;
  padding-bottom: 20px;
}

main#substance > .additional {
  float: left;
  width: 240px;
}

body.home main#substance > .content,
body[class*="projects"] main#substance > .content {
  width: 720px;
}

body.home main#substance > .additional,
body[class*="projects"] main#substance > .additional {
  width: 280px;
}

.additional .project-list {
  margin: 0 0 30px;
  border: 1px solid #15a499;
}

.additional .project-list h3 {
  margin: 0 0 5px;
  padding: 1px 5px 1px 7px;
  color: #fff;
  line-height: 1;
  background-color: #15a499;
  border: none;
}

.additional .project-list h3 span {
  display: block;
  padding: 10px;
  background: url(images/parts_dotted-line.png) left top repeat-y;
}

.additional .project-list table {
  width: 90%;
  margin: 0 auto 10px;
  border-collapse: collapse;
}

.additional .project-list table tr td {
  padding: 10px;
  vertical-align: middle;
  border-bottom: 1px dashed #ccc;
}

.additional .project-list table tr td:first-child {
  width: 50px;
  padding-left: 0;
  padding-right: 0;
}

.additional .project-list table tr td:last-child {
  padding-right: 0;
}

.additional .project-list table tr td img {
  display: block;
  margin: 0;
  padding: 0;
}

.additional .project-list table tr:last-child td {
  padding-bottom: 5px;
  border-bottom: none;
}

.additional .project-list table a {
  text-decoration: none;
}

.additional .project-list table a:hover {
  text-decoration: underline;
}

.additional .gray-box {
  margin: 30px 0 0;
  padding: 20px;
  overflow: hidden;
  background-color: #f0f0f0;
}

.additional .banner-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

.additional .banner-links ul + ul {
  margin-top: 30px;
}

.additional .banner-links ul > li {
  margin: 0;
}

.additional .banner-links ul > li + li {
  margin-top: 5px;
}

.additional .banner-links ul a:after {
  content: '';
  margin: 0;
  padding: 0;
}

.additional .tara-address {
  background-color: #fff;
}

.tara-address {
  margin-top: 30px;
  padding: 15px;
  background-color: #fff;
}

body.regular .tara-address {
  margin-top: 0;
  padding: 13px;
  background-color: #f2f2f2;
  border: 1px solid #d1d1d1;
}

.local-navigation {
  margin: 0;
}

.local-navigation > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.local-navigation > ul > li {
  display: none;
}

.local-navigation > ul > li > a {
  display: none;
}

.local-navigation > ul > li[class*="current"] {
  display: block;
}

.local-navigation > ul > li[class*="current"] > ul.sub-menu {
  display: block;
}

.local-navigation > ul > li > .svg-inline--fa {
  display: none;
}

.local-navigation > ul > li > ul.sub-menu {
  display: none;
  margin: 0 0 25px;
  padding: 0;
  list-style-type: none;
}

.local-navigation > ul > li > ul.sub-menu > li {
  margin: 0;
  padding: 3px;
  border-bottom: 1px dashed #a3a3a3;
}

.local-navigation > ul > li > ul.sub-menu > li[class*=current] > a {
  font-weight: bold;
}

.local-navigation > ul > li > ul.sub-menu > li > .svg-inline--fa {
  float: left;
  margin-top: 6px;
  margin-right: 3px;
}

.local-navigation > ul > li > ul.sub-menu > li > a {
  display: block;
  padding: 3px 0;
  overflow: hidden;
  text-decoration: none;
}

.local-navigation > ul > li > ul.sub-menu > li > a:hover {
  text-decoration: underline;
}

#top-back {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 45px;
  padding: 0;
  overflow: visible;
}

#top-back a {
  display: block;
  width: 45px;
  height: 45px;
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #15a499;
  border: 1px solid #fff;
  border-radius: 100%;
}

#top-back a img {
  display: block;
  margin: 16px auto;
}

.tara-organization {
  padding: 25px 0;
  color: #fff;
  background-color: #15a499;
  border-top: 1px solid #19cdc3;
}

.tara-organization * {
  color: #fff;
}

.tara-organization a {
  color: #fff;
}

.tara-organization .block {
  float: left;
  margin: 0 40px 0 0;
}

.tara-organization ul {
  margin-top: 5px;
  margin-bottom: 0;
  list-style-type: disc;
}

.tara-organization ul li {
  margin-top: 0;
  margin-bottom: 5px;
  list-style-type: disc;
}

#footer-menu {
  padding: 18px 0 10px;
  text-align: center;
  background-color: #454545;
}

#footer-menu ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#footer-menu ul li {
  display: inline-block;
  margin: 0 8px 8px;
}

#footer-menu ul li a {
  color: #fff;
  text-decoration: none;
}

#footer-menu ul li a:hover {
  text-decoration: underline;
}

footer#bottom {
  padding: 20px 0;
  text-align: center;
  background-color: #fff;
}

footer#bottom .copyright {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
}

.drawer-nav {
  width: 60%;
  overflow-y: scroll;
}

.drawer--left .drawer-nav {
  left: -60%;
}

.drawer--left.drawer-open .drawer-hamburger {
  left: 60%;
}

.drawer--right .drawer-nav {
  right: -60%;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 60%;
}

.drawer-hamburger {
  display: block;
  z-index: 999;
  width: 2.5em;
}

.drawer-nav {
  background-color: #0f7f76;
}

.drawer-nav .drawer-menu {
  padding: 15px 15px 15px 0;
  -webkit-box-shadow: 0 -4px 4px #666;
  box-shadow: 0 -4px 4px #666;
}

.drawer-nav .drawer-menu ul {
  margin: 0;
  padding: 0 0 0 15px;
  list-style: none;
}

.drawer-nav .drawer-menu ul > li {
  margin: 0;
  padding: 2px 0;
  border-top: 1px solid #ccc;
}

.drawer-nav .drawer-menu ul a {
  display: block;
  padding: 2px;
  color: #fff;
  text-decoration: none;
}

.drawer-nav .drawer-menu ul ul ul li a {
  padding: 0 2px;
  font-size: 13px;
  font-size: 1.3rem;
}

.drawer-nav .drawer-menu li.qtranxs-lang-menu img {
  vertical-align: middle;
}

/* リンクアイコン設定 */
a[target="_blank"]:after {
  content: url(images/links/icon_external.png);
  margin-left: 3px;
  vertical-align: top;
}

a[href*=".pdf"]:after,
a[href*=".PDF"]:after {
  content: url(images/links/icon_pdf.png);
  margin-left: 3px;
  vertical-align: middle;
}

a[href*=".xls"]:after,
a[href*=".xlsx"]:after,
a[href*=".XLS"]:after,
a[href*=".XLSX"]:after {
  content: url(images/links/icon_excel.png);
  margin-left: 3px;
  vertical-align: middle;
}

a[href*=".doc"]:after,
a[href*=".docx"]:after,
a[href*=".DOC"]:after,
a[href*=".DOCX"]:after {
  content: url(images/links/icon_word.png);
  margin-left: 3px;
  vertical-align: middle;
}

a[href*=".ppt"]:after,
a[href*=".pptx"]:after,
a[href*=".PPT"]:after,
a[href*=".PPTX"]:after {
  content: url(images/links/icon_ppt.png);
  margin-left: 3px;
  vertical-align: middle;
}

a.no-icon:after,
a.enlarge:after {
  content: '';
  margin: 0;
}

a.enlarge {
  font-size: 13px;
  font-size: 1.3rem;
}

.content h2 {
  margin: 0 0 35px;
  padding: 0 0 7px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3;
  border-bottom: 3px solid #0f7f76;
}

.content h2.decoration-title {
  margin: 0 0 25px;
  padding: 0 0 1px 0;
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  color: #222;
  background: none;
  border: none;
  border-bottom: 1px solid #b8e4e0;
}

.content h2.decoration-title > .inner {
  display: block;
  padding: 0 0 10px 0;
  border-bottom: 2px solid #15a499;
}

.content h2.decoration-title .text {
  display: inline-block;
  margin: 4px 0 0 10px;
  padding: 0 0 0 10px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  color: #9d9d9d;
  border-left: 1px solid #9d9d9d;
}

.content h3 {
  margin: 30px 0 25px;
  color: #0f7f76;
  font-weight: bold;
  line-height: 1.3;
  font-size: 22px;
  font-size: 2.2rem;
}

.content h4 {
  margin: 25px 0 20px;
  padding: 2px 0 2px 8px;
  line-height: 1.3;
  font-size: 20px;
  font-size: 2rem;
  border-left: 5px solid #0f7f76;
}

.content h5 {
  margin: 20px 0 15px;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}

.content h6 {
  margin: 15px 0 10px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}

.content ul.link-list {
  margin: 15px 0 15px 7px;
  padding: 0;
  list-style-type: none;
}

.content ul.link-list > li {
  margin: 0 0 10px 1em;
  text-indent: -3px;
}

.content ul.link-list > li:before {
  content: "\0025B6";
  margin-left: -1em;
  margin-right: 3px;
  color: #0f7f76;
  font-size: 10px;
  position: relative;
  top: -1px;
}

.content .home-information .tab-menu {
  padding: 0 0 0 25px;
  overflow: hidden;
  border-bottom: 3px solid #15a499;
}

.content .home-information .tab-menu h2 {
  float: left;
  display: table;
  min-width: 11em;
  margin: 0 5px;
  padding: 0;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  border: 1px solid #15a499;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
}

.content .home-information .tab-menu h2 a {
  display: table-cell;
  height: 3em;
  text-decoration: none;
  vertical-align: middle;
  background-color: #fff;
  color: #0f7f76;
}

.content .home-information .tab-menu h2 a:hover {
  text-decoration: underline;
}

.content .home-information .tab-content {
  display: none;
}

.content .home-information .more-link {
  text-align: right;
}

.home-information.all .tab-menu h2.all a,
.home-information.news .tab-menu h2.news a,
.home-information.seminar .tab-menu h2.seminar a,
.home-information.information .tab-menu h2.information a {
  color: #fff;
  background-color: #15a499;
}

.home-information.all .tab-content.all,
.home-information.news .tab-content.news,
.home-information.seminar .tab-content.seminar,
.home-information.information .tab-content.information {
  display: block;
}

.content ul.news-list {
  margin: 20px 0 0;
  padding: 0;
  list-style-type: none;
}

.content ul.news-list li {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #ccc;
}

.content ul.news-list li .date {
  display: block;
  margin: 0 0 15px;
  font-weight: bold;
}

.content ul.news-list li .date:before {
  content: ".";
  display: inline-block;
  position: relative;
  top: 5px;
  width: 1.6em;
  height: 1.6em;
  margin: 0 5px 0 0;
  text-indent: -9999px;
  border: 5px solid #15a499;
  border-radius: 100%;
}

.content a:not(.button) {
  border-bottom: none;
}

.content a:not(.button):visited {
  color: #5d6f7c;
}

.content table.table tr:hover {
  background: none;
}

.content .wp-pagenavi {
  overflow: hidden;
  margin: 25px 0 0;
  padding: 5px;
  text-align: center;
}

.content .wp-pagenavi a {
  border-bottom: 1px solid #BFBFBF;
}

.content table tr:hover {
  background: none;
}

.content table th, .content table td {
  vertical-align: middle;
}

.content .sitemap ul {
  margin: 10px 0 0;
  padding: 0 0 0 2em;
  list-style-type: none;
}

.content .sitemap ul li {
  margin: 0 0 10px;
  line-height: 1.2;
}

.content .sitemap > ul > li {
  margin-bottom: 15px;
}

.content .sitemap > ul > li > a {
  font-size: 16px;
  font-size: 1.6rem;
}

.content .sitemap .svg-inline--fa {
  margin-right: 3px;
}

@media screen and (max-width: 768px) {
  /* ▼レスポンシブ */
  html[lang] {
    margin-top: 0 !important;
  }
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #wpadminbar {
    display: none !important;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .inner-frame {
    width: auto;
    margin: 0 10px;
  }
  header#top .site-name img {
    max-width: 85%;
  }
  header#top .common-link {
    display: none;
  }
  #navigation {
    display: none;
  }
  main#substance > .content,
  main#substance > .additional {
    float: none;
    width: auto !important;
  }
  .content .home-information .tab-menu {
    padding: 0 5px;
  }
  .content .home-information .tab-menu h2 {
    min-width: initial;
    width: auto;
    margin: 0 3px;
  }
  .content .home-information .tab-menu h2 > a {
    min-width: 3.5em;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.2;
    padding-left: 5px;
    padding-right: 5px;
  }
  .primary-title .inner-frame {
    margin: 0;
  }
  .primary-title .bg {
    background-size: auto 120%;
  }
  .primary-title h1 {
    padding: 30px 10px;
    font-size: 28px;
    font-size: 2.8rem;
  }
  .primary-title h1 .edit-link {
    display: none;
  }
  .organization .block {
    float: none;
    margin: 0 0 15px;
  }
  .local-navigation {
    display: none;
  }
  #key-visual ul.slides:before {
    display: none;
  }
  #top-back {
    right: 10px;
    bottom: 10px;
  }
  /* ▲レスポンシブ */
}

@media screen and (min-width: 769px) {
  .drawer-nav, .drawer-hamburger {
    display: none;
  }
}
