<br />
<b>Deprecated</b>:  The each() function is deprecated. This message will be suppressed on further calls in <b>/home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php</b> on line <b>456</b><br />
@charset "UTF-8";

/*==============================================
top__kv 動画 (SP)
==============================================*/
@media only screen and (max-width: 480px) {
  .top__kv--pc {
    display: none;
  }

  .top__kv--sp {
    display: flex;
    padding: 0;
    height: auto;
  }

  .top__kv__mov-sp {
    display: block;
    position: absolute;
    top:0;
    width: 100%;
    height: auto;
  }

  .top__kv__mov-sp video {
    width: 100%;
  }
  .en .top__kv__tit,
  .top__kv__tit {
    min-width: 263px;
    max-width: 290px;
    margin:0 auto 20px;
  }

  .top__kv__subtit {
    font-size: 2rem;
  }

  .top__kv__copy {
    font-size: 1.4rem;
    height: 6.5em;
  }
}

@media only screen and (max-width: 320px) {
  .top__kv__tit {
    min-width: 260px;
  }
}

@media only screen and (max-width: 768px) {
html {
  font-size: 55%;
}

body {
  min-width: initial;
}


/*==============================================
common (SP)
==============================================*/
._pc {
  display: none;
}

._sp {
  display: inline-block;
}

._bar {
  height: 70px;
}

._bar__tit {
  font-size: 2rem;
}

._topicpath {
  font-size: 1.2rem;
}

._inner,
._inner--mini  {
  width: 100%;
  min-width:1px;
  padding:0 4%;
}

._section {
  padding: 30px 0;
}

._tit {
  margin-bottom: 1.5em;
  font-size: 2.6rem;
}

._subtit::before {
  width: 30px;
  left:-40px;
}


._btn, ._btn:visited {
  display: block;
  text-align: center;
}

._contents {
  padding:7%;
}

._table--sp-block tr {
  display:inline!important;
}

._table--sp-block th,
._table--sp-block td {
  display:block!important;
  width: 100%;
}

._table--sp-block td {
  padding-bottom: 1em;
}

.slick-prev {
  left: -10px;
}

.slick-next {
  right: -10px;
}

._manual__ex {
  border: 2px solid #eee;
  padding:1em;
}

/*==============================================
main (SP)
==============================================*/
.main {
  padding-top: 55px;
}

/*==============================================
header・nav (SP)
==============================================*/
.header {
  height: 55px;
  padding: 0;
}

.header__logo {
  width: 160px;
  padding-top: 8px;
  left:-4%;
  position: relative;
}

.heaader__spmenu {
  display: block;
  position: fixed;
  top:0;
  right:0;
  width: 55px;
  height: 55px;
  z-index: 999;
  font-size: 3.6rem;
  text-align: center;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.heaader__spmenu__a {
  width: 55px;
  height: 55px;
  color: #fff;
  background: #0d6fb8;
  display: block;
  cursor: pointer;
}

.heaader__spmenu__a .fa-times {
  display: none;
}

.header__nav {
  display: none;
}

/*nav-sp*/
.nav-sp {
  background: rgba(13, 110, 184, 0.95);
  width: 100%;
  height: 100vh;
  position:fixed;
  z-index: 10;
  top:-100vh;
  left:0;
  text-align: center;
  transition: top .5s ease-in-out;
  display: block;
}

.nav-sp--ison {
  top:0;
}

.nav-sp__inner {
  overflow-y: scroll;
  height: 100vh;
}

.nav-sp__wrap {
  position: relative;
  top:40%;
  transform: translateY(-40%);
}

.nav-sp__list {
  border-bottom: 1px dotted #fff;
  width: 70%;
  margin: 0 auto 20px;
  padding-bottom: 20px;
}

.nav-sp__item__a, .nav-sp__item__a:visited {
  font-size: 2.2rem;
  color: #fff;
  line-height: 2.5;
  font-weight: bold;
  position: relative;
}

.nav-sp-sub__item__a, .nav-sp-sub__item__a:visited {
  font-size: 1.8rem;
  color: #fff;
  line-height: 2;
}

.nav-sp__item:last-child .nav-sp__item__a i {
  transform: scale(1.8);
}

.nav-sp__item__a--current::before {
  content: '';
  position: absolute;
  left:0;
  bottom:-4px;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: all .3s ease-in-out;
}

/*==============================================
top (SP)
==============================================*/
/*top__pickup*/
.top__pickup__list {
  padding: 0;
}

.top__pickup__item {
  text-align: left;
}

.top__pickup__date {
  width: 100%;
  display: block;
}

/*top__labo*/
.top__labo__box {
  margin:0 0 0 15px;
  padding-left: 15px;
}

.top__labo__tit {
  font-size: 2rem;
  margin-bottom: 10px;
}
.top__labo__tit__en {
  margin-left: 0;
  display: block;
}

.top__labo__tit-center {
  font-size: 1.8rem;
  margin-bottom: 10px;
  position: relative;
  top:-1px;
}

.top__labo__tit-center::before {
  width: 15px;
  left:-15px
}

.top__labo__tit-center__en {
  margin-left: 0;
  display: block;
}

.top__labo__PLN {
  margin: 0 0 10px 60px;
}

.top__labo__list {
  position: relative;
  margin:0 0 0 15px;
  padding-bottom: 15px;
}

.top__labo__item {
  margin:0 0 10px 15px;
}

.top__labo__item::before {
  width: 15px;
  top: calc(50% - 0);
  left:-15px
}

.top__labo__item__a, .top__labo__item__a:visited {
  font-size: 1.55rem;
}

.top__labo__item__a__abb {
  font-size: 1.3rem;
  top:-.1em;
}

.top__labo__item__a__span {
  margin-left: 0;
  display: block;
}

.top__labo__item__a__arrow {
  width: 35px;
  right:10px
}

.top__labo__box::after {
  top: -75px;
  height: calc(100% - 2em);
}

.top__labo__list::after {
  top: -25px;
  height: calc(100% - 1em);
}


/*top__topics*/
.top__topics__tit {
  letter-spacing: 1em;
}

.top__topics__wrap {
  display: block;
}

.top__topics__box {
  width: 100%;
  margin:0 auto 20px;
}

.top__topics__fig img {
  height: auto!important;
}

/*top_people*/
.top__people__more {
  position: relative;
  top:auto;
  right:auto;
  text-align: center;
  margin-bottom: 1em;
}

.top__news__more {
  position: relative;
  top:auto;
  right:auto;
  text-align: center;
}

/*top__downloads*/
.top__downloads__wrap {
  flex-wrap: wrap;
}

.top__downloads__box {
  width: 47%;
  margin-bottom: 1.5em;
}

/*==============================================
about (SP)
==============================================*/
/*idx*/
._bar--about-idx {
  height: auto;
  padding:30px 0 0;
}

._bar--about-idx__wrap {
  height: auto;
}

._bar--about-idx__txt {
  min-height:auto;
}

._bar--about-idx__txt__wrap{
  position: relative;
  top:auto;
  transform: translateY(0);
  margin-bottom: -15%;
}

._bar--about-idx__txt__tit {
  font-weight: bold;
  font-style: italic;
  letter-spacing: 0.07em;
  font-size: 3rem;
  line-height: 1.25;
  margin-bottom: .5em;
}

._bar--about-idx__img {
  width: 100%;
  position: relative;
  bottom: auto;
  right:auto;
  text-align: right;
}

._bar--about-idx__img__ph {
  width: 60%;
}

.about-idx__profile {
  border:3px solid #e6e6e6;
  padding: 1.5em 1.5em .5em;
}

.about-idx__profile__time {
  float:none;
  width:100%;
}

.about-idx__profile__txt {
  margin-left:0;
  margin-bottom: 1em;
}

.about-idx__bnrs__wrap {
  display: block;
  margin: 30px 0 30px;
}

.about-idx__bnrs__box {
  width: 100%;
  margin-bottom: 1em;
}

.about-idx__bnrs__a, .about-idx__bnrs__a:visited {
  height: 120px;
}

.about-idx__bnrs__ph {
  position: absolute;
  top:0;
  left:0;
  filter: grayscale(100%) brightness(150%);
  width: 100%;
  min-height: 100%;
  transition: .3s all ease-in-out;
}

/*PLN*/
._section--about-pln {
  padding-top: 130px;
}

/*vision and mission*/
.about-vm__lead {
  text-align: left;
}

.about-vm__box {
  background: #fff;
  padding: 7%;
}

.about-vm__flex {
  display: block;
}

.about-vm__txt {
  width: 100%;
  margin-bottom: 2em;
}

.about-vm__img {
  width: 100%;
}

/*visitor*/
.about-visitor__lead {
  text-align: left;
}

.about-visitor__upperbox {
  margin-bottom: 40px;
  border-bottom: 1px dotted #0080cc;
  padding-bottom: 40px;
}

.about-visitor__box {
  background: #fff;
  padding: 7%;
}

.about-visitor__flex {
  display: block;
}

.about-visitor__txt {
  width: 100%;
  margin-bottom: 2em;
}

.about-visitor__img {
  width: 100%;
}

/*award*/
.about-award__nav-menu__item {
  width: calc(100% / 2);
}

.about-award__box {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}

.about-award__box:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.about-award__header {
  display: block;
}

.about-award__header__abb {
  font-size: 2.2rem;
  display: inline-block;
  border-width:3px;
  width: auto;
  margin-bottom: .5em;
}

.about-award__header__txt {
  width:100%;
}

.about-award__header__txt__tit {
  margin-bottom: .7em;
}

.about-award__dt {
  width:7em;
  width: 100%;
  margin-bottom: .25em;
}

.about-award__dd {
  width:calc(100% - 7em);
  width: 100%;
  margin-bottom: 1em;
}

/*過去の受賞・表彰アーカイブの調整*/
._contents--about-award-archives .about-award__archivebox {
  margin-bottom: 30px;
  padding-bottom: 30px;
}

/*==============================================
labo (SP)
==============================================*/
/*nav*/
.labo-nav {
  margin-top: 15px;
  padding:1em 0;
}

.labo-nav--single {
  margin-top: 140px;
}


.labo-nav__list {
  flex-wrap: wrap;
}

.labo-nav__item {
  margin: .2em 1.5em;
}

.labo-idx__upperbox {
  padding-bottom: 30px;
  margin-bottom: 30px;
}

/*idx*/
.labo-idx__lead {
  text-align: left;
  padding:1.5em 5% 1em;
}

.labo-idx__box:last-child {
  margin-bottom: 0;
}

.labo-idx__subtit {
  padding-left: 50px;
  padding-top: 1em;
}

.labo-idx__subtit::before {
  left: 0;
}

.labo-idx__copy {
  width: 100%;
  font-size: 1.5rem;
}

.labo-idx__name {
  width: 100%;
  font-size: 1.4rem;
}

.labo-idx__a, .labo-idx__a:visited {
  display: block;
}

.labo-idx__img {
  width: 100%;
  min-width:auto;
  padding:2em 0;
}

.labo-idx__txt {
  padding: 1.5em;
  width: 100%;
  font-size: 1.4rem;
}

.labo-idx__txt__laboname {
  font-size: 2.2rem;
}

.labo-idx__txt__en {
  font-style: italic;
  font-size: 1.4rem;
}

.labo-idx__txt__arrow {
  top:16%;
  right:2em;
  width: 18%;
}

.labo-idx__txt__arrow--top {
  top:50%;
  transform: translateY(-50%);
}

.labo-idx__txt__laboname--RESbreak {
  display: none;
}

/*single*/
._bar--labo__img {
  height: 70px;
}

._bar--labo__txt {
  top:50%;
}

._bar--labo__txt__abb {
  font-size: 4rem;
  border-width:5px;
  margin-bottom: 10px;
}

._bar--labo__txt__laboname {
  font-size: 2rem;
}

._bar--labo__txt__laboname-en {
  font-size: 1.6rem;
}

.labo__header__tit {
  font-size: 2.8rem;
}

.labo__header__line {
  width: 2px;
  height: 50px;
  margin: 1em auto 0;
  background-color:transparent;
  position: relative;
  overflow: hidden;
  opacity:1;
  z-index: 2;
}

.labo__header__line::before {
  content: '';
  width: 2px;
  height: 50px;
  margin: 0 auto 0;
  background-color: #000;
  position: absolute;
  top: -50px;
  left: 0;
  animation: arrow 2.5s ease 0s infinite normal;
}

@keyframes arrow {
  0% {transform: translate3d(0, 0, 0);}
  60% {transform: translate3d(0, 50px, 0);}
  100% {transform: translate3d(0, 50px, 0);}
}

.labo__subtit::before {
  width: 30px;
  left:-40px;
}

.labo__desc {
  margin-bottom: 40px;
}

.labo__desc__fig__size-m {
  width: 100%;
}

.labo__desc__fig__size-s {
  width: 85%;
}

.labo__people {
  margin-bottom: 30px;
}

.labo__item__cap {
  text-indent: 0;
}

.labo__fac__flex {
  display: block;
}

.labo__fac__box {
  width: 100%;
  margin-bottom: 5%;
}

.labo__fac__box:nth-last-child(2) {
  margin-bottom: 5%;
}

/*==============================================
people (SP)
==============================================*/
/*nav*/
.people-nav {
  margin-top: 15px;
  padding:1em 0;
}

.people-nav__list {
  flex-wrap: wrap;
}

.people-nav__item {
  margin: .2em 1.5em;
}

/*idx*/
.people-idx__wrap {
  flex-wrap: wrap;
  justify-content: space-between;
}

.people-idx__upperbox {
  margin-bottom: 40px;
}

.people-idx__box {
  width: 48.5%;
  margin-right: 0;
  margin-bottom: 10px;
}

.people-idx__box--top {
  margin-right: 0;
}

.people-idx__box--top:nth-of-type(4n) {
  margin-right: 0;
}

.people-idx__a {
  width:100%;
}

.people-idx__img {
  width: 100%;
  align-self: center;
}

.people-idx__txt {
  padding: 1em;
  width: 100%;
}

.people-idx__txt__copy {
  font-size: 1.2rem;
}

.people-idx__txt__abb {
  width:55%;
  font-size: 2.4rem;
}

.people-idx__txt__laboname {
  margin-bottom: .5em;
  font-size: 1.2rem;
}

.people__kv {
  height: auto;
  padding: 0;
  background: none;
}

.people__kv__bg-right,
.people__kv__bg-left {
  display: none;
}

.people__kv__sp {
  display: block;
}

.people__kv__txt {
  position: relative;
  top:auto;
  transform: translateY(0%);
  width: 100%;
  padding: 4%;
  background: #fff;
}

.people__kv__txt--reverse {
  right:auto;
}

.people__kv__txt__labo {
  width: auto;
}

.people__kv__txt__labo__abb {
  font-size: 2.5rem;
  display: block;
  border-width:4px;
  padding: .5em .3em;
}

.people__kv__txt__profile__name {
  font-size: 2.4rem;
}

.people__kv__txt__profile__name__span {
  font-size:1.4rem;
  display: block;
  margin-left: 0;
  margin-top: .2em;
}

.people__contents {
  margin-bottom: 30px;
}

.people__header {
  padding:2.5em 4% 0;
  margin-bottom: -1em;
}

.people__header__tit {
  font-size: 2.8rem;
}

.people__header__copy {
  font-size: 2rem;
}

.people__header__line {
  width: 2px;
  height: 50px;
  margin: 1em auto 0;
  background-color:transparent;
  position: relative;
  overflow: hidden;
  opacity:1;
  z-index: 2;
}

.people__header__line::before {
  content: '';
  width: 2px;
  height: 50px;
  margin: 0 auto 0;
  background-color: #000;
  position: absolute;
  top: -50px;
  left: 0;
  animation: arrow 2.5s ease 0s infinite normal;
}

@keyframes arrow {
  0% {transform: translate3d(0, 0, 0);}
  60% {transform: translate3d(0, 50px, 0);}
  100% {transform: translate3d(0, 50px, 0);}
}

.people__box {
  margin-bottom: 40px;
}

.people__fig__size-l {
  width: calc(100% + 4em);
  left:-2em;
} /*横100%用*/

.people__fig__size-m {
  width: 100%;
} /*少し小さくしたいとき用*/

.people__fig__size-s {
  width: 80%;
} /*主に縦位置用*/

.people__fig__size-xs {
  width: 60%;
} /*主に縦位置用*/

.people__msg {
  display: block;
}

.people__msg__txt {
  width: 100%;
  margin-bottom: 30px;
}

.people__msg__txt__ballon {
  border:3px solid #c8dff0;
  border-radius: 3px;
  padding:1.5em;
  position:relative;
}

.people__msg__txt__ballon:after,.people__msg__txt__ballon:before{
  border: solid transparent;
  content:'';
  height:0;
  width:0;
  pointer-events:none;
  position:absolute;
  top:100%;
  left:50%;
}
.people__msg__txt__ballon:after{
  border-color: rgba(255, 255, 255, 0);
  border-top-width:10px;
  border-bottom-width:10px;
  border-left-width:10px;
  border-right-width:10px;
  margin-left: -10px;
  margin-top: auto;
  border-top-color:#FFFFFF;
}
.people__msg__txt__ballon:before{
  border-color: rgba(200, 223, 240, 0);
  border-top-width:12px;
  border-bottom-width:12px;
  border-left-width:12px;
  border-right-width:12px;
  margin-left: -12px;
  margin-top: 2px;
  border-top-color:#C8DFF0;
}

.people__msg__ph {
  width: 40%;
  margin: 0 auto;
}

/*people__wakunami*/
.people__wakunami__timeline__box {
  flex-wrap: wrap;
}

.people__wakunami__timeline__year {
  width: 100%;
}

.people__wakunami__timeline__fig {
  width: 100%;
  margin-bottom: .5em;
}
.people__wakunami__timeline__txt {
  width: 100%;
  padding-left: 0em;
}

/*==============================================
news (SP)
==============================================*/
.news-idx__box {
  flex-wrap: wrap;
  padding:1.5em 0;
}

.news-idx__box:last-child {
  padding:1.5em 0 0;
}

.news-idx__date{
  width: 60%;
}

.news-idx__cat {
  width: 30%;
  margin-bottom: 1em;
}

.news-idx__txt {
  width: 100%;
}

.news-idx__nav-menu__item {
  width: calc(100% / 2);
}

/*過去のお知らせアーカイブの調整*/
._contents--news-idx-archives .news-idx__archivebox {
  margin-bottom: 30px;
  padding-bottom: 30px;
}

/*single*/
.news-single__box {
  margin-bottom: 3em;
}

.news-single__img__size-m {
  width: 100%;
}

.news-single__img__size-s {
  width: 80%;
}

.news-single__img__size-xs {
  width: 60%;
}

.news-single__grid,
.news-single__grid-img--sp-block {
  display: block;
}

.news-single__grid-img--sp-halfblock {
  flex-wrap: wrap;
  justify-content: center;
}

.news-single__grid > .news-single__grid__box,
.news-single__grid-img--sp-block > .news-single__grid-img__box
{
  width: 100%!important;
}
.news-single__grid-img--sp-halfblock > .news-single__grid-img__box {
  width: 48.5%!important;
  margin-right: 3%;
  margin-bottom: 4%;
}

/*直列したものを半分にしたいとき*/
.news-single__grid > .news-single__grid__box--sp-half,
.news-single__grid-img--sp-block > .news-single__grid__box--sp-half {
  width: 50%!important;
  margin: 0 auto 0!important;
}

.news-single__grid-img--sp-halfblock > .news-single__grid-img__box:nth-of-type(2n) {
  margin-right: 0;
}

.news-single__grid > .news-single__grid__box:first-child {
  margin-bottom: 4%;
}

.news-single__grid-img--sp-block > .news-single__grid-img__box,
.news-single__grid-img--sp-block > .news-single__grid-img__box:last-child {
  margin:0 0 5% 0;
}

.news-single__grid > .news-single__grid__box:last-child,
.news-single__grid-img--sp-block > .news-single__grid-img__box:last-child {
  margin-bottom: 0;
}


/*==============================================
sitemap(PC)
==============================================*/
.sitemap {
  font-size: 1.4rem;
}

.sitemap__bnrs {
  width: 100%;
  margin-bottom: 40px;
}

.sitemap__bnrs__list {
  flex-wrap: wrap;
}

.sitemap__bnrs__item {
  margin: 0;
  width: 48%;
  margin-bottom: .5em;
}

.sitemap__wrap {
  flex-wrap: wrap;
}

.sitemap__box {
  width: 48%;
}

.sitemap__box--01 {
  width: 100%;
  margin: 0 auto 20px;
  text-align: center;
}

.sitemap__logoimg {
  width: 50%;
}

.sitemap__wrap-people {
  display: block;
}

.sitemap__list {
  margin-bottom: 1em;
  padding-right: 0;
}

.sitemap__list--people {
  margin-bottom: 0;
}

/*==============================================
access(SP)
==============================================*/
.access__box {
  margin-bottom: 40px;
}

.access__minibox {
  margin-bottom: 20px;
}


/*==============================================
main (SP)
==============================================*/
.main {
  width: 100%;
  min-width: 1px;
}


/*==============================================
footer(SP)
==============================================*/
.footer {
  text-align: center;
  padding: 1.5em 5% 1.5em;
  font-size: 1.2rem;
}

.footer__wrap {
  display: block;
  margin-bottom: 10px;
}

.footer__nict {
  width: 200px;
  margin: 0 auto 10px;
}

.footer__copyright {
  font-size: 1.3rem;
}

/*==============================================
pagetop (SP)
==============================================*/
.pagetop {
  right: 20px;
  bottom: 20px;
}

/*==============================================
English(SP)
==============================================*/
.en .sitemap__box--03,
.en .sitemap__box--04,
.en .sitemap__box--05 {
  width: 48%;
}

.en .top__labo__box::after {
  top: -88px;
  height: calc(100% - 1.8em);
}

.en .top__labo__list::after {
  top: -28px;
}

.en .top__labo__list--02::after {
  top: -38px;
}

/*about*/
.en ._contents--about {
  margin-bottom: 30px;
}

/*labo*/
.en .labo-idx__txt__arrow {
  top:20%;
}

.en .footer__nict {
  width: 250px;
}

}