@charset "utf-8";
/* CSS Document */
.pc-only {
  display: none;
}
.header {
  position: fixed;
  z-index: 99;
  margin-top: 0px;
}
.is-animation {
  background-color: #FFF;
  transition: all .5s;
  box-shadow: 1px 1px 2px #D9D9D9;
  -webkit-box-shadow: 1px 1px 2px #D9D9D9;
}
.header__inner {
  width: 100%;
  margin: 0 auto;
}
.header__inner h1 {
  float: left;
  width: 300px;
  margin: 20px 0 20px 0;
}
@media screen and (max-width: 380px) {
  .header__inner h1 {
    float: left;
    width: 240px;
  }
}
.l-header {
  float: none;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 100;
}
.l-header + * {
  margin-top: 60px;
}
.header__inner:after {
  content: "";
  display: block;
  clear: both;
}
.main {
  position: absolute;
  top: 110px;
}
@media screen and (max-width: 380px) {
  .main {
    position: absolute;
    top: 95px;
  }
}
.hamburger {
  display: block;
  height: 60px;
  margin-left: auto;
  position: relative;
  z-index: 10;
  width: 60px;
  border: none;
  background-color: transparent;
  right: 20px;
  top: 10px;
}
.hamburger.-active .hamburger__line {
  background-color: transparent;
}
.hamburger.-active .hamburger__line::before {
  top: 0;
  transform: rotate(45deg);
}
.hamburger.-active .hamburger__line::after {
  top: 0;
  transform: rotate(-45deg);
}
.hamburger.-active .hamburger__text::before {
  content: '閉じる';
}
.hamburger__line {
  display: block;
  height: 2px;
  position: absolute;
  top: 23px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  background-color: #514097;
  transition: 0.4s;
}
.hamburger__line:before, .hamburger__line:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  background-color: #514097;
  transition: inherit;
}
.hamburger__line:before {
  top: -6px;
}
.hamburger__line:after {
  top: 6px;
}
.hamburger__text {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.hamburger__text::before {
  content: "メニュー";
  text-align: center;
  color: #514097;
  font-size: 10px;
  font-weight: 900;
}
.header {
  width: 100vw;
}
.header__nav-area {
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 9;
  height: 100vh;
  width: 100vw;
  visibility: hidden;
  padding-top: 60px;
  background-image: linear-gradient(90deg, #f3eff6, #f3eff6);
  transition: 0.4s;
}
.header__nav-area.-active {
  left: 0;
  visibility: visible;
}
.global-navigation {
  padding-top: 40px;
  padding-right: 25px;
  padding-bottom: 120px;
  padding-left: 25px;
}
.global-navigation__list > li {
  padding-bottom: 20px;
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, #b080b7, #514097) 1;
  list-style: none;
}
.global-navigation__list > li + li {
  margin-top: 20px;
}
.global-navigation__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #514097;
  font-weight: 900;
  transition: color 0.4s;
  font-size: 0.875rem;
}
.global-navigation__link.-accordion {
  position: relative;
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 0;
}
.global-navigation__link.-accordion::after {
  content: '';
  display: block;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 2px;
  background-color: #514097;
  transform: translateY(-50%);
  transition: transform 0.4s;
}
.global-navigation__link.-accordion::before {
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  background-color: #514097;
  transform: translateY(-50%);
}
.global-navigation__link.-active::after {
  transform: translateY(-50%) rotate(-90deg);
}
.accordion {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: 0.4s;
}
.accordion.-active {
  height: auto;
  padding-top: 30px;
  visibility: visible;
}
.accordion__list li {
  font-size: 0.75rem;
}
.accordion__list li + li {
  margin-top: 21px;
}
.accordion__link {
  color: #514097;
}
/*fade*/
.box {
  background-color: #999;
  padding: 25px 20px;
  width: 100px;
  text-align: center;
  margin-inline: auto;
  margin-bottom: 50px;
}
.opacityIn {
  opacity: 0;
  transition: all 1s;
}
.opacityIn.active {
  opacity: 1;
}
.fadeIn {
  opacity: 0;
  transform: translateY(120px);
  transition: all 1s;
}
.fadeIn.active {
  opacity: 1;
  transform: translateY(0);
}
.fadeIn_l {
  opacity: 0;
  transform: translateX(-120px);
  transition: all 1s;
}
.fadeIn_l.active {
  opacity: 1;
  transform: translateX(0);
}
.fadeIn_r {
  opacity: 0;
  transform: translateX(120px);
  transition: all 1s;
}
.fadeIn_r.active {
  opacity: 1;
  transform: translateX(0);
}
.h-link-link_application {
  display: none;
}
.main_visual {
  background-image: url(../images/bg-main_visual.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding: 50px 0 0 0;
  margin-top: 0px;
}
.main_visual h1 {
  width: 70%;
  margin: 0 auto;
}
.main_visual h1 img {
  width: 100%;
  height: auto;
}
.main_visual .l-model {
  width: 100%;
  margin: 50px auto 0 auto;
}
.main_visual .l-model img {
  width: 100%;
  height: auto;
}
.l-message {
  width: 90%;
  margin: 40px auto;
  padding: 0px 0;
}
.l-message h2 {
  text-align: center;
  color: #2c2d2d;
  padding: 0 0 0px 0;
}
.l-message h2 .en {
  text-transform: capitalize;
  padding: 5px 0 5px;
  margin-bottom: 0.5rem;
  background-image: repeating-linear-gradient(90deg, #b080b7, #514097);
  background-repeat: no-repeat;
  background-size: 4rem 0.2rem;
  background-position: center bottom;
  color: #2c2d2d;
  font-weight: bold;
  font-size: 2.2rem;
  text-align: center;
}
.l-message h2 .jp {
  font-size: 1rem;
}
.l-message .border {
  text-align: left;
  color: #2c2d2d;
  font-size: .9rem;
  border-bottom: 2px dotted #392589;
  padding: 20px 0px;
  line-height: 1.8rem;
}
.l-news h2 {
  text-align: center;
  color: #2c2d2d;
  padding: 0 0 15px 0;
}
.l-news h2 .en {
  text-transform: capitalize;
  padding: 5px 0 5px;
  margin-bottom: 0.5rem;
  background-image: repeating-linear-gradient(90deg, #b080b7, #514097);
  background-repeat: no-repeat;
  background-size: 4rem 0.2rem;
  background-position: center bottom;
  color: #2c2d2d;
  font-weight: bold;
  font-size: 2.2rem;
  text-align: center;
}
.l-news h2 .jp {
  font-size: 1rem;
}
.l-news ul {
  margin: 0 auto;
  width: 95%;
}
.l-news ul li {
  display: block;
  width: 95%;
  border-bottom: 2px dotted #392589;
  padding: 15px 0px;
  margin: 0 auto;
}
.l-news ul li .day {
  font-size: .9rem;
  line-height: 1.8rem;
}
.l-news ul li .title {
  font-size: .9rem;
  line-height: 1.8rem;
  padding: 2px 0 0 0px;
}
.l-about {
  margin: 80px 0;
}
.l-about h2 {
  text-align: center;
  color: #2c2d2d;
  padding: 0 0 15px 0;
}
.l-about h2 .en {
  text-transform: capitalize;
  padding: 5px 0 5px;
  margin-bottom: 0.5rem;
  background-image: repeating-linear-gradient(90deg, #b080b7, #514097);
  background-repeat: no-repeat;
  background-size: 4rem 0.2rem;
  background-position: center bottom;
  color: #2c2d2d;
  font-weight: bold;
  font-size: 2.2rem;
  text-align: center;
}
.l-about h2 .jp {
  font-size: 1rem;
}
.l-about .l-about_box {
  margin: 0 auto;
  width: 95%;
}
.l-about p {
  font-size: .9rem;
  line-height: 1.8rem;
  text-align: left;
  margin: 0 auto;
  width: 90%;
}
.l-about ul {
  margin: 50px 0;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap; /* これを指定する */
  justify-content: space-between;
}
.l-about ul li {
  width: 49%;
  height: auto;
  display: flex; /* 高さを揃えるための指定 */
  flex-direction: column; /* 高さを揃えるための指定 */
  margin: 5px 0;
}
.l-about ul li img {
  width: 100%;
  height: auto;
  flex-grow: 1;
}
.l-about .l-about_box:after {
  content: "";
  display: block;
  clear: both;
}
.l-project__list {}
.l-project__list p {
  font-size: 1rem;
  line-height: 1.8rem;
  text-align: center;
}
.l-project__list ul {
  margin: 50px 0;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap; /* これを指定する */
  justify-content: space-between;
}
.l-project__list ul li img {
  width: 100%;
  height: auto;
  flex-grow: 1;
}
.l-project__list ul li {
  width: 48%;
  height: auto;
  display: flex; /* 高さを揃えるための指定 */
  flex-direction: column; /* 高さを揃えるための指定 */
  margin: 5px 0;
}
.l-project {
  width: 95%;
  margin: 40px auto;
  padding: 0px 0px 0 0;
}
.l-project h2 {
  text-align: center;
  color: #2c2d2d;
  padding: 0 0 0px 0;
}
.l-project h2 .en {
  text-transform: capitalize;
  padding: 5px 0 5px;
  margin-bottom: 0.5rem;
  background-image: repeating-linear-gradient(90deg, #b080b7, #514097);
  background-repeat: no-repeat;
  background-size: 4rem 0.2rem;
  background-position: center bottom;
  color: #2c2d2d;
  font-weight: bold;
  font-size: 2.2rem;
  text-align: center;
}
.l-project h2 .jp {
  font-size: 1rem;
}
footer {
  padding: 10px 0 10px 0;
  background-color: #DFDBED;
}
footer nav {
  margin: 0 auto;
  width: 95%;
}
footer nav ul {
  display: flex;
  flex-wrap: wrap; /* これを指定する */
  justify-content: space-between;
  text-align: left;
}
footer nav ul li {
  margin: 10px 8%;
}
footer nav ul li a:hover {
  text-decoration: underline;
}
.f-content {
  width: 90%;
  margin: 0 auto;
  padding: 30px 0 0 0;
}
.f-content .f-logo {
  float: none;
  width: 80px;
  margin: 8px auto;
  display: block;
}
.f-content .f-logo img {
  width: 100%;
  height: auto;
}
.f-content .address {
  float: none;
  margin: 15px auto;
  display: block;
  width: 100%;
  text-align: center;
}
.f-content:after {
  content: "";
  display: block;
  clear: both;
}
.copyright {
  text-align: center;
  padding: 30px 0 100px 0;
}
/* -----------------------------------------------------------------
second / #Program
----------------------------------------------------------------- */
.common {
  background-image: url(../images/bg-sec_sp.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  height: 165px;
}
.title_box {
  width: 90%;
  margin: 0 auto 0px auto;
}
.title_box-inner {
  position: absolute;
  top: 100px;
  background-image: linear-gradient(180deg, #b080b7, #514097);
  border-radius: 20px;
  padding: 0px 20px;
  width: 240px;
  display: block;
}
.title_box-inner h1 {
  font-size: 1.4rem;
  text-align: center;
  color: #FFF;
  width: 100%;
  padding: 0 0 15px 0;
  border-bottom: 2px dotted #FFFFFF;
}
.title_box-inner .en {
  font-size: .9rem;
  text-align: center;
  color: #FFF;
  padding: 0px 0 10px 0;
  text-transform: uppercase;
}
.content-top {
  margin-top: 100px;
}
/*.right-fixed-banner {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 250px;
  margin-right: 0;
  background-color: #FFF;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  padding: 10px 15px 0 15px;
  box-shadow: 0 0px 15px 0 rgba(0, 0, 235, 0.1);
  display: flex;
  gap: 5px;
  justify-content: space-between;
  z-index: 999;
}*/
.right-fixed-banner {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 200px;
  margin-right: 0;
  background-color: #FFF;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  padding: 10px 15px 0 15px;
  box-shadow: 0 0px 15px 0 rgba(0, 0, 235, 0.1);
  display: flex;
  gap: 5px;
  justify-content: space-between;
  z-index: 999;
}
.banner-box {
  width: 40px;
  margin-bottom: 10px;
}
.banner-box a:hover {
  opacity: 0.6;
}
.l-message .name {
  text-align: right;
  margin-top: 30px;
}
.about-detail-block {
  width: 100%;
  margin: 0px auto 0 auto;
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 30px 0 0 0;
}
.about-detail-block dl {
  margin-bottom: 30px;
  font-size: .9rem;
  line-height: 1.8rem;
  letter-spacing: 0.05rem;
}
.about-detail-block p {}
.about-detail-block dt {
  margin: 0 0 10px 0;
  padding: 2px 0 2px 7px;
  font-weight: bold;
  line-height: 100%;
  color: #514097;
  border-left: 3px solid #514097;
}
.about-detail-block dd {
  margin: 0 0 20px 0;
}
.about-archive-block {
  width: 100%;
  margin: 0px auto 0 auto;
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 0;
}
.about-archive-block h2 {
  margin: 0 auto;
  padding-bottom: 15px;
}
.about-archive-block h2 img {
  width: 100%;
  height: auto;
}
.about-archive-block ul:before {
  content: "";
  display: block;
  clear: both;
}
.about-archive-block ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
.about-archive-block ul li {
  width: 47%;
  text-align: center;
  list-style: none;
  margin: 0% 1%;
}
.about-archive-block ul li img {
  margin: 0 auto;
}
.about-archive-block ul li a {
  text-decoration: none;
}
.about-archive-block li span {
  margin: 10px auto 20px auto;
  padding: 10px 20px;
  line-height: 100%;
  display: inline-block;
  color: #FFFFFF;
  background-color: #514097;
  border-radius: 5px;
  text-align: center;
}
/* ========================================
	研究所紹介
======================================== */
.laboratory-block {}
.laboratory-block h2 {
  width: 100%;
  margin: 0 auto;
}
.laboratory-block h2 img {
  width: 100%;
  height: auto;
}
.laboratory-block-inner {
  width: 95%;
  margin: 0 auto;
  padding: 30px 0;
}
.laboratory-block-wrap {
  position: relative;
  background-color: #FFF;
  border-radius: 20px;
  width: 96%;
  margin: 0 auto;
}
.laboratory-block-wrap h4 {
  padding: 25px 0;
  font-size: 20px;
  line-height: 100%;
  color: #FFFFFF;
  background-color: #a536b9;
  border-radius: 10px 10px 0 0;
  text-align: center;
}
#lab-title {
  width: 100%;
  margin-bottom: 30px;
  padding-top: 10px;
  text-align: center;
}
#lab-title span {
  padding: 7px 0 0 75px;
  font-size: 26px;
  line-height: 110%;
  letter-spacing: 2px;
  background-size: 65px;
  background-position: 0 0;
  display: inline-block;
}
#lab-title span b {
  font-size: 22px;
  display: block;
}
#lab-title span small {
  font-size: 11px;
  letter-spacing: 1px;
  display: block;
}
#lab-title-02 span {
  padding: 10px 0 40px 0px;
  font-size: 45px;
  line-height: 100%;
  letter-spacing: 3px;
  display: block;
  text-align: center;
  font-weight: 600;
}
.space {
  height: 800px;
}
#lab-about {
  margin-bottom: 30px;
  padding: 20px 20px 30px 20px;
  background-image: none;
  overflow: hidden;
  position: relative;
}
#lab-about img {
  width: 120px;
  margin-left: -60px;
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 10;
}
#lab-about .mascot {
  margin-bottom: 20px;
}
#lab-about .mascot .name {
  width: 110px;
  margin: -20px auto 30px auto;
  padding: 130px 0 20px 0;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  color: #FFFFFF;
  position: relative;
}
#lab-about .name:before {
  content: '';
  border-width: 15px 55px 0 0;
  border-style: solid;
  position: absolute;
  bottom: -15px;
  left: 0;
}
#lab-about .name:after {
  content: '';
  border-width: 0 55px 15px 0;
  border-style: solid;
  position: absolute;
  bottom: -15px;
  right: 0;
}
#lab-about .mascot .name em {
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  line-height: 100%;
  display: block;
}
#lab-about .mascot .profile {
  font-size: 11px;
  line-height: 150%;
  text-align: center;
}
#lab-about dl {
  margin: 0;
}
#lab-about dt {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
}
#lab-about dd {
  line-height: 180%;
  margin-inline-start: 0 !important;
  margin-left: 0 !important;
}
#lab-about dd a {
  margin-top: 20px;
  padding: 20px;
  color: #3E3A39;
  line-height: 100%;
  background: url(../../assets/images/blank.png) no-repeat #FFFFFF right 45px center;
  background-size: 15px;
  border-radius: 10px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
  text-align: center;
  display: block;
}
.lab-about_btn {
  width: 80%;
  margin: 50px auto 0px auto;
}
.lab-about_btn a {
  padding: 17px 6% 17px 6%;
  width: 88%;
  box-shadow: 0 4px 0 #E6F7F5;
  font-size: 15px;
  font-weight: bold;
  color: #FFF;
  line-height: 100%;
  display: inline-block;
  letter-spacing: 1px;
  background: url(../../assets/images/blank2.png) no-repeat #00B097 right 20px center;
  background-size: 15px;
  border-radius: 8px;
}
.lab-about_btn a:hover {
  opacity: 0.7;
}
#lab-anchor-navi {
  margin: 0px 0 40px 0;
  text-align: center;
}
#lab-anchor-navi ul {}
#lab-anchor-navi li {
  display: inline-block;
}
#lab-anchor-navi li a {
  margin: 10px 5px;
  padding: 5px 10px 5px 32px;
  font-size: 13px;
  color: #3E3A39;
  box-sizing: border-box;
  background-color: #F7F7F5;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  display: block;
  position: relative;
}
#lab-anchor-navi li a:before {
  content: '';
  width: 5px;
  height: 5px;
  margin-top: -4px;
  border-top: 2px solid #C5C4C4;
  border-right: 2px solid #C5C4C4;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 15px;
}
.lab-list {
  margin-bottom: 40px;
}
.lab-list h2 {
  height: 45px;
  margin-bottom: 20px;
  padding: 5px 0 0 30px;
  font-size: 21px;
  font-weight: bold;
  line-height: 100%;
  box-sizing: border-box;
  text-align: center;
}
.lab-list .lab-bar01 {
  background: url(../../assets/images/lab-bar01.png) no-repeat center top;
  background-size: auto 45px;
}
.lab-list .lab-bar02 {
  background: url(../../assets/images/lab-bar02.png) no-repeat center top;
  background-size: auto 45px;
}
.lab-list .lab-bar04 {
  background: url(../../assets/images/lab-bar04.png) no-repeat center top;
  background-size: auto 45px;
}
.lab-list ul {
  margin: 0 10px;
}
.lab-list li {
  width: 340px;
  margin: 0 auto 20px auto;
  padding: 20px;
  background-color: #F7F7F5;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  box-sizing: border-box;
  list-style: none;
}
.lab-list li img {
  margin-bottom: 19px;
  vertical-align: bottom;
}
.lab-list li em {
  height: 4.5em;
  padding-left: 15px;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  position: relative;
  display: block;
}
.lab-list li em:before {
  content: '';
  width: 3px;
  height: 26px;
  background-color: #80D8CB;
  position: absolute;
  top: -1px;
  left: 0;
}
.lab-list li em:after {
  content: '';
  border-width: 0 0 20px 20px;
  border-style: solid;
  border-color: transparent transparent #80D8CB transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}
.lab-text-list {
  margin: 0 20px 30px 20px;
  line-height: 180%;
  text-align: center;
}
.lab-text-list em {
  margin-top: 5px;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  display: block;
}
.lab-text-list img {
  width: 300px;
  margin: 15px auto;
  vertical-align: bottom;
  display: block;
}
.lab-text-list-end {
  margin-bottom: 50px;
}
.lab-content {
  margin: 0 20px 30px 20px;
}
.lab-content h3 {
  margin-bottom: 10px;
  padding: 2px 0 2px 10px;
  font-size: 20px;
  line-height: 100%;
  color: #00B097;
  border-left: 3px solid #80D8CB;
}
.lab-content-table {}
.lab-content-row {
  padding: 20px 0;
  border-bottom: 1px dotted #B3AC9E;
}
.lab-content-row-last-child {}
.lab-content-cell {}
.lab-content-cell.schedule {
  margin-bottom: 15px;
}
.lab-content-cell.schedule em {
  padding: 8px 12px;
  font-style: normal;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 100%;
  background-color: #00B097;
  border-radius: 5px;
  display: inline-block;
}
.lab-content-cell.photo {
  margin-bottom: 15px;
}
.lab-content-cell.photo img {
  width: 100px;
  margin: 0 auto;
  border-radius: 3px;
  display: block;
}
.lab-content-cell.name {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.lab-content-cell.name img {
  width: 150px;
  margin: 10px auto 0 auto;
  display: block;
}
.lab-content-cell .photo-float {
  margin-top: 10px;
  padding: 15px 0;
  background-color: #F7F7F5;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
}
.lab-content-cell .photo-float img {
  margin: 0 10px;
  display: inline-block;
  vertical-align: bottom;
}
.lab-content-cell .border {
  border: 1px solid #E3E3E3;
}
.lab-content-cell .full {
  width: 300px !important;
}
.lab-booth {}
.lab-booth h2 {
  height: 45px;
  margin: 0 20px 20px 20px;
  font-size: 21px;
  font-weight: bold;
  line-height: 100%;
  background: url(../../assets/images/lab-bar03.png) no-repeat center bottom;
  background-size: auto 45px;
  text-align: center;
}
.lab-booth h3 {
  margin: 0 20px 23px 20px;
  padding: 16px 30px 14px 35px;
  font-size: 16px;
  line-height: 100%;
  background-color: #F7F7F5;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  position: relative;
}
.lab-booth h3:before {
  content: '';
  width: 3px;
  height: 21px;
  background-color: #80D8CB;
  position: absolute;
  top: 14px;
  left: 20px;
}
.lab-booth ul {
  margin: 0 20px 30px 20px;
  list-style: none;
}
.lab-booth ul li {
  margin: 9px 0;
  padding-left: 31px;
  line-height: 140%;
  box-sizing: border-box;
  position: relative;
  list-style: none;
}
.lab-booth ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 2px solid #B3AC9E;
  border-right: 2px solid #B3AC9E;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 7px;
  left: 15px;
}
.lab-about-imr .mascot img {
  left: 70px;
}
.lab-about-idac .mascot img {
  left: 55px;
}
.lab-about-ifs .mascot img {
  left: 70px;
}
.lab-about-imram .mascot img {
  left: 70px;
}
.lab-about-irides .mascot img {
  left: 70px;
}
.lab-about-fris .mascot img {
  left: 92px;
}
.lab-about-aimr .mascot img {
  left: 70px;
}
.lab-title-imr span {
  background: url(../../assets/images/lab-imr-logo.png) no-repeat;
}
.lab-about-imr {
  background: url(../../assets/images/lab-imr-mascot02.png) no-repeat #FFEFEF right 30px bottom 30px;
}
.lab-about-imr dl dt {
  color: #FF7C7A;
}
.lab-about-imr .mascot .name {
  background-color: #FF7C7A;
}
.lab-about-imr .name:before {
  border-color: #FF7C7A transparent transparent transparent;
}
.lab-about-imr .name:after {
  border-color: transparent #FF7C7A transparent transparent;
}
.lab-title-idac span {
  background: url(../../assets/images/lab-idac-logo.png) no-repeat;
}
.lab-about-idac {
  background: url(../../assets/images/lab-idac-mascot02.png) no-repeat #E9F7FD right 30px bottom 30px;
}
.lab-about-idac dl dt {
  color: #45B9EC;
}
.lab-about-idac .mascot .name {
  background-color: #45B9EC;
}
.lab-about-idac .name:before {
  border-color: #45B9EC transparent transparent transparent;
}
.lab-about-idac .name:after {
  border-color: transparent #45B9EC transparent transparent;
}
.lab-title-ifs span {
  background: url(../../assets/images/lab-ifs-logo.png) no-repeat;
}
.lab-about-ifs {
  background: url(../../assets/images/lab-ifs-mascot02.png) no-repeat #E0F6F2 right 30px bottom 30px;
}
.lab-about-ifs dl dt {
  color: #00B097;
}
.lab-about-ifs .mascot .name {
  background-color: #00B097;
}
.lab-about-ifs .name:before {
  border-color: #00B097 transparent transparent transparent;
}
.lab-about-ifs .name:after {
  border-color: transparent #00B097 transparent transparent;
}
.lab-title-riec span {
  background: url(../../assets/images/lab-riec-logo.png) no-repeat;
}
.lab-about-riec {
  background: url(../../assets/images/lab-riec-mascot02.png) no-repeat #E8F1FB right 30px bottom 30px;
}
.lab-about-riec dl dt {
  color: #418CDC;
}
.lab-about-riec .mascot .name {
  background-color: #418CDC;
}
.lab-about-riec .name:before {
  border-color: #418CDC transparent transparent transparent;
}
.lab-about-riec .name:after {
  border-color: transparent #418CDC transparent transparent;
}
.lab-title-imram span {
  background: url(../../assets/images/lab-imram-logo.png) no-repeat;
}
.lab-about-imram {
  background: url(../../assets/images/lab-imram-mascot02.png) no-repeat #F2F3FA right 30px bottom 30px;
}
.lab-about-imram dl dt {
  color: #8F9CD8;
}
.lab-about-imram .mascot .name {
  background-color: #8F9CD8;
}
.lab-about-imram .name:before {
  border-color: #8F9CD8 transparent transparent transparent;
}
.lab-about-imram .name:after {
  border-color: transparent #8F9CD8 transparent transparent;
}
.lab-title-irides span {
  background: url(../../assets/images/lab-irides-logo.png) no-repeat;
}
.lab-about-irides {
  background: url(../../assets/images/lab-irides-mascot02.png) no-repeat #F5FBEA right 30px bottom 30px;
}
.lab-about-irides dl dt {
  color: #AFDC50;
}
.lab-about-irides .mascot .name {
  background-color: #AFDC50;
}
.lab-about-irides .name:before {
  border-color: #AFDC50 transparent transparent transparent;
}
.lab-about-irides .name:after {
  border-color: transparent #AFDC50 transparent transparent;
}
.lab-title-cneas span {
  background: url(../../assets/images/lab-cneas-logo.png) no-repeat;
}
.lab-about-cneas {
  background: url(../../assets/images/lab-cneas-mascot02.png) no-repeat #FDEEF1 right 30px bottom 30px;
}
.lab-about-cneas dl dt {
  color: #EC6D88;
}
.lab-about-cneas .mascot .name {
  background-color: #EC6D88;
}
.lab-about-cneas .name:before {
  border-color: #EC6D88 transparent transparent transparent;
}
.lab-about-cneas .name:after {
  border-color: transparent #EC6D88 transparent transparent;
}
.lab-title-fris span {
  background: url(../../assets/images/lab-fris-logo.png) no-repeat;
  background-size: 70px !important;
  background-position: left center !important;
}
.lab-about-fris {
  background: url(../../assets/images/lab-fris-mascot02.png) no-repeat #FAF0F6 right 30px bottom 30px;
}
.lab-about-fris dl dt {
  color: #D580B2;
}
.lab-about-fris .mascot .name {
  background-color: #D580B2;
}
.lab-about-fris .name:before {
  border-color: #D580B2 transparent transparent transparent;
}
.lab-about-fris .name:after {
  border-color: transparent #D580B2 transparent transparent;
}
.lab-title-aimr span {
  background: url(../../assets/images/lab-aimr-logo.png) no-repeat;
}
.lab-about-aimr {
  background: url(../../assets/images/lab-aimr-mascot02.png) no-repeat #FEF6E8 right 30px bottom 30px;
}
.lab-about-aimr dl dt {
  color: #F8B73D;
}
.lab-about-aimr .mascot .name {
  background-color: #F8B73D;
}
.lab-about-aimr .name:before {
  border-color: #F8B73D transparent transparent transparent;
}
.lab-about-aimr .name:after {
  border-color: transparent #F8B73D transparent transparent;
}
.lab-title-univ_archives span {
  padding-left: 0 !important;
}
.lab-about-univ_archives {
  background: url(../../assets/images/lab-univ_archives-mascot02.png) no-repeat #FDFAE6 right 30px bottom 30px;
}
.lab-about-univ_archives dl dt {
  color: #ECD830;
}
.lab-about-univ_archives .mascot .name {
  background-color: #ECD830;
}
.lab-about-univ_archives .name:before {
  border-color: #ECD830 transparent transparent transparent;
}
.lab-about-univ_archives .name:after {
  border-color: transparent #ECD830 transparent transparent;
}
.lab-title-dei span {
  background: url(../../assets/images/lab-dei-logo.png) no-repeat;
}
.lab-about-dei {
  background: url(../../assets/images/lab-dei-mascot02.png) no-repeat #FEF6E8 right 30px bottom 30px;
}
.lab-about-dei dl dt {
  color: #F8B73D;
}
.lab-about-dei .mascot .name {
  background-color: #F8B73D;
}
.lab-about-dei .name:before {
  border-color: #F8B73D transparent transparent transparent;
}
.lab-about-dei .name:after {
  border-color: transparent #F8B73D transparent transparent;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.application-block-wrap {
  width: 96%;
  margin: 0px auto 0 auto;
  position: relative;
  background-color: #FFF;
  border-radius: 20px;
}
.application-block-wrap h4 {
  padding: 25px 0;
  font-size: 20px;
  line-height: 100%;
  color: #FFFFFF;
  background-color: #B98035;
  border-radius: 10px 10px 0 0;
  text-align: center;
}
.application-block {
  padding-top: 100px;
}
.application-block h2 {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 40px;
}
.application-block h2 img {
  width: 100%;
  height: auto;
}
/* ========================================
	特別企画
======================================== */
.special-block-wrap {
  width: 96%;
  margin: 0px auto 0 auto;
  position: relative;
  background-color: #FFF;
  border-radius: 20px;
}
.special-block-wrap h4 {
  padding: 25px 0;
  font-size: 20px;
  line-height: 100%;
  color: #FFFFFF;
  background-color: #a536b9;
  border-radius: 10px 10px 0 0;
  text-align: center;
}
.special-block {
  padding-top: 100px;
}
.special-block h2 {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 40px;
}
.special-block h2 img {
  width: 100%;
  height: auto;
}
.special-sec-block {
  width: 96%;
  margin: 80px auto 0 auto;
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 0px;
}
.special-sec-block h2 {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 20px;
}
.special-sec-block h2 img {
  width: 100%;
  height: auto;
}
.special-program-box {
  width: 94%;
  margin: 0 auto;
  padding: 3%;
  position: relative;
}
.special-program-box .time {
  background-color: #A536B9;
  border-radius: 10px;
  font-size: 0.8rem;
  color: #FFF;
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 15px;
  font-weight: 600;
}
.special-program-box:last-child {
  border-bottom: none;
}
.special-program-box .sp-family-title {
  margin-bottom: 25px;
  overflow: hidden;
}
.special-program-box .sp-family-title em {
  margin-right: 25px;
  padding: 8px 12px;
  font-style: normal;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 100%;
  background-color: #a536b9;
  border-radius: 5px;
  display: block;
  width: 100px;
  text-align: center;
  margin-bottom: 20px;
}
.special-program-box .sp-family-title .title {
  float: left;
}
.special-program-box .sp-family-title .title span {
  font-weight: 400;
  font-size: 0.9rem;
  color: #5B5B5B;
}
.special-program-box .sp-family-t {
  border-radius: 10px;
  border: 1px solid #a536b9;
  display: inline-block;
  text-align: center;
  padding: 10px 10px;
  color: #a536b9;
  float: none;
}
.special-program-box .title {
  padding-left: 20px;
  border-left: 5px solid #a536b9;
  letter-spacing: -0.25px;
}
.special-program-box .title b {
  font-size: 20px;
  line-height: 150%;
  color: #a536b9;
  display: block;
  margin-bottom: 5px;
}
.special-program-box .title small {
  margin-top: 3px;
  font-size: 16px;
  display: block;
}
.special-program-box .title span {
  font-size: 14px;
}
.special-program-box img {
  position: absolute;
  top: 30px;
  right: 0;
}
.special-program-box p {
  padding-right: 220px;
}
.special-program-box .information {
  line-height: 1.8rem;
  font-size: 0.9rem;
  margin-bottom: 20px;
}
.sp-family-content:after {
  content: "";
  display: block;
  clear: both;
}
/*.chara-ifs {
background-image: url(../images/chara-ifs.png);
background-repeat: no-repeat;
background-position: right bottom;
background-size: 30%;}
*/ .chara-ifs {
  width: 100px;
  position: absolute;
  right: 0px;
  bottom: 260px;
  margin-top: -260px;
  animation: fuwafuwa 2s infinite;
}
.chara-ifs img {
  width: 100%;
  height: auto;
}
.chara-idac {
  width: 100px;
  position: absolute;
  right: 0px;
  bottom: 260px;
  margin-top: -260px;
  animation: fuwafuwa 2s infinite;
}
.chara-idac img {
  width: 100%;
  height: auto;
}
@keyframes fuwafuwa {
  0% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
.chara-imr, .chara-imram, .chara-fris, .chara-cneas {
  width: 100px;
  position: absolute;
  right: 0px;
  bottom: 260px;
  margin-top: -260px;
  animation: piyon 2s infinite;
}
.chara-imr img, .chara-imram img, .chara-fris img, .chara-cneas img {
  width: 100%;
  height: auto;
}
@keyframes piyon {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}
.btn--not.btn--cubic {
  border-bottom: 5px solid #C3C3C3;
  border-radius: 20rem;
  background-color: #DADADA;
  padding: 15px 30px;
  color: #909090;
}
.btn, a.btn, button.btn {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #833491;
  padding: 15px 30px;
  border-radius: 0.5rem;
}
a.btn--red.btn--cubic {
  border-bottom: 5px solid #a536b9;
  background-color: #DFB7E7;
}
a.btn--red.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #a536b9;
}
a.btn--radius {
  border-radius: 100vh;
}
.special-links {
  margin: 30px 0 15px 0;
}
.special-links li {
  margin-bottom: 20px;
  list-style: none;
}
.fa-position-right {
  position: absolute;
  top: calc(50% - .5em);
  right: 1rem;
}
.special-program-inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* --- 金属材料研究所 --- */
.laboratory-imr {
  background-color: #fbf0f0;
  padding-bottom: 80px;
  border-radius: 10px;
}
.laboratory-imr:after {
  content: "";
  display: block;
  clear: both;
}
.laboratory-imr .mascot {
  background-color: #FF7C7A;
  width: 50%;
  margin: 0 auto;
  float: none;
  padding-bottom: 50px;
}
.laboratory-imr .mascot img {
  width: 100%;
  height: auto;
}
.laboratory-imr .profile {
  color: #FFF;
  text-align: center;
  font-size: 0.8rem;
}
.laboratory-imr .detail:before {
  content: "";
  display: block;
  clear: both;
}
.laboratory-imr .detail {
  float: none;
  width: 90%;
  margin: 30px auto;
  padding-bottom: 80px;
}
.laboratory-imr .detail dl dt {
  font-size: 1.4rem;
  font-weight: 600;
  color: #FF7C7A;
  margin-bottom: 30px;
  line-height: 1.8rem;
}
.laboratory-imr .detail dl dd {
  font-size: 1rem;
  color: #000;
  line-height: 1.8rem;
}
.laboratory-imr {
  background: url(../../assets/images/lab-imr-mascot02.png) no-repeat #FFEFEF right 30px bottom 30px;
  background-size: 150px auto;
}
/*.laboratory-imr dd a {
  margin-top: 30px;
  padding: 20px 80px 20px 40px;
  color: #3E3A39;
  line-height: 100%;
  background: url(../../assets/images/blank.png) no-repeat #FFFFFF right 45px center;
  background-size: 15px;
  border-radius: 10px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
  display: inline-block;
  text-decoration: none;
}
.laboratory-imr dd a:hover {
  opacity: 0.7;
}*/
.laboratory-imr dd .btn {
  margin-top: 30px;
  padding: 20px 80px 20px 40px;
  color: #3E3A39;
  line-height: 100%;
  background: url(../../assets/images/blank.png) no-repeat #FFFFFF right 45px center;
  background-size: 15px;
  border-radius: 10px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
  display: inline-block;
  text-decoration: none;
}
.laboratory-imr dd .btn:hover {
  opacity: 0.7;
}
.laboratory-imr dd .link {
  color: #3E3A39;
  text-decoration: underline;
}
.laboratory-imr .link:hover {
  color: #3E3A39;
  text-decoration: none;
}
/* --- 加齢医学研究所 --- */
.laboratory-idac {
  background-color: #eef7fb;
  padding-bottom: 80px;
  border-radius: 10px;
}
.laboratory-idac:after {
  content: "";
  display: block;
  clear: both;
}
.laboratory-idac .mascot {
  background-color: #7ab6e2;
  width: 50%;
  margin: 0 auto;
  float: none;
  padding-bottom: 50px;
}
.laboratory-idac .mascot img {
  width: 100%;
  height: auto;
}
.laboratory-idac .profile {
  color: #FFF;
  text-align: center;
  font-size: 0.8rem;
}
.laboratory-idac .detail:before {
  content: "";
  display: block;
  clear: both;
}
.laboratory-idac .detail {
  float: none;
  width: 90%;
  margin: 30px auto;
  padding-bottom: 80px;
}
.laboratory-idac .detail dl dt {
  font-size: 1.6rem;
  font-weight: 600;
  color: #7ab6e2;
  margin-bottom: 30px;
  line-height: 2.4rem;
}
.laboratory-idac .detail dl dd {
  font-size: 1rem;
  color: #000;
  line-height: 1.8rem;
}
.laboratory-idac {
  background: url(../../assets/images/lab-idac-mascot02.png) no-repeat #eef7fb right 30px bottom 30px;
  background-size: 150px auto;
}
.laboratory-idac dd a {
  margin-top: 30px;
  padding: 20px 80px 20px 40px;
  color: #3E3A39;
  line-height: 100%;
  background: url(../../assets/images/blank.png) no-repeat #FFFFFF right 45px center;
  background-size: 15px;
  border-radius: 10px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
  display: inline-block;
  text-decoration: none;
}
.laboratory-idac dd a:hover {
  opacity: 0.7;
}
/* --- 流体科学研究所 --- */
.laboratory-ifs {
  background-color: #e7f4f2;
  padding-bottom: 80px;
  border-radius: 10px;
}
.laboratory-ifs:after {
  content: "";
  display: block;
  clear: both;
}
.laboratory-ifs .mascot {
  background-color: #68ab99;
  width: 50%;
  margin: 0 auto;
  float: none;
  padding-bottom: 50px;
}
.laboratory-ifs .mascot img {
  width: 100%;
  height: auto;
}
.laboratory-ifs .profile {
  color: #FFF;
  text-align: center;
  font-size: 0.8rem;
}
.laboratory-ifs .detail:before {
  content: "";
  display: block;
  clear: both;
}
.laboratory-ifs .detail {
  float: none;
  width: 90%;
  margin: 30px auto;
  padding-bottom: 80px;
}
.laboratory-ifs .detail dl dt {
  font-size: 1.6rem;
  font-weight: 600;
  color: #68ab99;
  margin-bottom: 30px;
  line-height: 2.4rem;
}
.laboratory-ifs .detail dl dd {
  font-size: 1rem;
  color: #000;
  line-height: 1.8rem;
}
.laboratory-ifs {
  background: url(../../assets/images/lab-ifs-mascot02.png) no-repeat #e7f4f2 right 30px bottom 30px;
  background-size: 150px auto;
}
.laboratory-ifs dd a {
  margin-top: 30px;
  padding: 20px 80px 20px 40px;
  color: #3E3A39;
  line-height: 100%;
  background: url(../../assets/images/blank.png) no-repeat #FFFFFF right 45px center;
  background-size: 15px;
  border-radius: 10px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
  display: inline-block;
  text-decoration: none;
}
.laboratory-ifs dd a:hover {
  opacity: 0.7;
}
/* --- 通研 --- */
.laboratory-riec {
  background-color: #ebf1f9;
  padding-bottom: 80px;
  border-radius: 10px;
}
.laboratory-riec:after {
  content: "";
  display: block;
  clear: both;
}
.laboratory-riec .mascot {
  background-color: #618cd0;
  width: 50%;
  margin: 0 auto;
  float: none;
  padding-bottom: 50px;
}
.laboratory-riec .mascot img {
  width: 100%;
  height: auto;
}
.laboratory-riec .profile {
  color: #FFF;
  text-align: center;
  font-size: 0.8rem;
}
.laboratory-riec .detail:before {
  content: "";
  display: block;
  clear: both;
}
.laboratory-riec .detail {
  float: none;
  width: 90%;
  margin: 30px auto;
  padding-bottom: 80px;
}
.laboratory-riec .detail dl dt {
  font-size: 1.6rem;
  font-weight: 600;
  color: #618cd0;
  margin-bottom: 30px;
  line-height: 2.4rem;
}
.laboratory-riec .detail dl dd {
  font-size: 1rem;
  color: #000;
  line-height: 1.8rem;
}
.laboratory-riec {
  background: url(../../assets/images/lab-riec-mascot02.png) no-repeat #ebf1f9 right 30px bottom 30px;
  background-size: 150px auto;
}
.laboratory-riec dd a {
  margin-top: 30px;
  padding: 20px 80px 20px 40px;
  color: #3E3A39;
  line-height: 100%;
  background: url(../../assets/images/blank.png) no-repeat #FFFFFF right 45px center;
  background-size: 15px;
  border-radius: 10px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
  display: inline-block;
  text-decoration: none;
}
.laboratory-riec dd a:hover {
  opacity: 0.7;
}
/* --- 多元物質科学研究所 --- */
.laboratory-imram {
  background-color: #F2F3FA;
  padding-bottom: 80px;
  border-radius: 10px;
}
.laboratory-imram:after {
  content: "";
  display: block;
  clear: both;
}
.laboratory-imram .mascot {
  background-color: #8F9CD8;
  width: 50%;
  margin: 0 auto;
  float: none;
  padding-bottom: 50px;
}
.laboratory-imram .mascot img {
  width: 100%;
  height: auto;
}
.laboratory-imram .profile {
  color: #FFF;
  text-align: center;
  font-size: 0.8rem;
}
.laboratory-imram .detail:before {
  content: "";
  display: block;
  clear: both;
}
.laboratory-imram .detail {
  float: none;
  width: 90%;
  margin: 30px auto;
  padding-bottom: 80px;
}
.laboratory-imram .detail dl dt {
  font-size: 1.6rem;
  font-weight: 600;
  color: #8F9CD8;
  margin-bottom: 30px;
}
.laboratory-imram .detail dl dd {
  font-size: 1rem;
  color: #000;
  line-height: 1.8rem;
}
.laboratory-imram {
  background: url(../../assets/images/lab-imram-mascot02.png) no-repeat #F2F3FA right 30px bottom 30px;
  background-size: 150px auto;
}
.laboratory-imram dd a {
  margin-top: 30px;
  padding: 20px 80px 20px 40px;
  color: #3E3A39;
  line-height: 100%;
  background: url(../../assets/images/blank.png) no-repeat #FFFFFF right 45px center;
  background-size: 15px;
  border-radius: 10px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
  display: inline-block;
  text-decoration: none;
}
.laboratory-imr dd a:hover {
  opacity: 0.7;
}
/* --- 災害科学研究所 --- */
.laboratory-irides {
  background-color: #f7fbed;
  padding-bottom: 80px;
  border-radius: 10px;
}
.laboratory-irides:after {
  content: "";
  display: block;
  clear: both;
}
.laboratory-irides .mascot {
  background-color: #bfd876;
  width: 50%;
  margin: 0 auto;
  float: none;
  padding-bottom: 50px;
}
.laboratory-irides .mascot img {
  width: 100%;
  height: auto;
}
.laboratory-irides .profile {
  color: #FFF;
  text-align: center;
  font-size: 0.8rem;
}
.laboratory-irides .detail:before {
  content: "";
  display: block;
  clear: both;
}
.laboratory-irides .detail {
  float: none;
  width: 90%;
  margin: 30px auto;
  padding-bottom: 80px;
}
.laboratory-irides .detail dl dt {
  font-size: 1.6rem;
  font-weight: 600;
  color: #9BC030;
  margin-bottom: 30px;
  line-height: 2.4rem;
}
.laboratory-irides .detail dl dd {
  font-size: 1rem;
  color: #000;
  line-height: 1.8rem;
}
.laboratory-irides {
  background: url(../../assets/images/lab-irides-mascot02.png) no-repeat #f7fbed right 30px bottom 30px;
  background-size: 150px auto;
}
.laboratory-irides dd a {
  margin-top: 30px;
  padding: 20px 80px 20px 40px;
  color: #3E3A39;
  line-height: 100%;
  background: url(../../assets/images/blank.png) no-repeat #FFFFFF right 45px center;
  background-size: 15px;
  border-radius: 10px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
  display: inline-block;
  text-decoration: none;
}
.laboratory-irides dd a:hover {
  opacity: 0.7;
}
/* --- 東北アジア研究センター --- */
.laboratory-cneas {
  background-color: #FDEEF1;
  padding-bottom: 80px;
  border-radius: 10px;
}
.laboratory-cneas:after {
  content: "";
  display: block;
  clear: both;
}
.laboratory-cneas .mascot {
  background-color: #EC6D88;
  width: 50%;
  margin: 0 auto;
  float: none;
  padding-bottom: 50px;
}
.laboratory-cneas .mascot img {
  width: 100%;
  height: auto;
}
.laboratory-cneas .profile {
  color: #FFF;
  text-align: center;
  font-size: 0.8rem;
}
.laboratory-cneas .detail:before {
  content: "";
  display: block;
  clear: both;
}
.laboratory-cneas .detail {
  float: none;
  width: 90%;
  margin: 30px auto;
  padding-bottom: 80px;
}
.laboratory-cneas .detail dl dt {
  font-size: 1.6rem;
  font-weight: 600;
  color: #EC6D88;
  margin-bottom: 30px;
  line-height: 2.4rem;
}
.laboratory-cneas .detail dl dd {
  font-size: 1rem;
  color: #000;
  line-height: 1.8rem;
}
.laboratory-cneas {
  background: url(../../assets/images/lab-cneas-mascot02.png) no-repeat #FDEEF1 right 30px bottom 30px;
  background-size: 150px auto;
}
.laboratory-cneas dd a {
  margin-top: 30px;
  padding: 20px 80px 20px 40px;
  color: #3E3A39;
  line-height: 100%;
  background: url(../../assets/images/blank.png) no-repeat #FFFFFF right 45px center;
  background-size: 15px;
  border-radius: 10px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
  display: inline-block;
  text-decoration: none;
}
.laboratory-cneas dd a:hover {
  opacity: 0.7;
}
/* --- 学際科学フロンティア研究所 --- */
.laboratory-fris {
  background-color: #D580B2;
  padding-bottom: 80px;
  border-radius: 10px;
}
.laboratory-fris:after {
  content: "";
  display: block;
  clear: both;
}
.laboratory-fris .mascot {
  background-color: #D580B2;
  width: 50%;
  margin: 0 auto;
  float: none;
  padding-bottom: 50px;
}
.laboratory-fris .mascot img {
  width: 100%;
  height: auto;
}
.laboratory-fris .profile {
  color: #FFF;
  text-align: center;
  font-size: 0.8rem;
}
.laboratory-fris .detail:before {
  content: "";
  display: block;
  clear: both;
}
.laboratory-fris .detail {
  float: none;
  width: 90%;
  margin: 30px auto;
  padding-bottom: 80px;
}
.laboratory-fris .detail dl dt {
  font-size: 1.6rem;
  font-weight: 600;
  color: #D580B2;
  margin-bottom: 30px;
  line-height: 2.4rem;
}
.laboratory-fris .detail dl dd {
  font-size: 1rem;
  color: #000;
  line-height: 1.8rem;
}
.laboratory-fris {
  background: url(../../assets/images/lab-fris-mascot02.png) no-repeat #FAF0F6 right 30px bottom 30px;
  background-size: 150px auto;
}
.laboratory-fris dd a {
  margin-top: 30px;
  padding: 20px 80px 20px 40px;
  color: #3E3A39;
  line-height: 100%;
  background: url(../../assets/images/blank.png) no-repeat #FFFFFF right 45px center;
  background-size: 15px;
  border-radius: 10px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
  display: inline-block;
  text-decoration: none;
}
.laboratory-fris dd a:hover {
  opacity: 0.7;
}
/* --- 東北大学DEI推進センター --- */
.laboratory-dei {
  background-color: #faf3ed;
  padding-bottom: 80px;
  border-radius: 10px;
}
.laboratory-dei:after {
  content: "";
  display: block;
  clear: both;
}
.laboratory-dei .mascot {
  background-color: #e7c69f;
  width: 50%;
  margin: 0 auto;
  float: none;
  padding: 0 10px 30px 10px;
}
.laboratory-dei .mascot img {
  width: 100%;
  height: auto;
}
.laboratory-dei .profile {
  color: #FFF;
  text-align: center;
  font-size: 0.8rem;
}
.laboratory-dei .detail:before {
  content: "";
  display: block;
  clear: both;
}
.laboratory-dei .detail {
  float: none;
  width: 90%;
  margin: 30px auto;
  padding-bottom: 80px;
}
.laboratory-dei .detail dl dt {
  font-size: 1.6rem;
  font-weight: 600;
  color: #DFAA6C;
  margin-bottom: 30px;
  line-height: 2.4rem;
}
.laboratory-dei .detail dl dd {
  font-size: 1rem;
  color: #000;
  line-height: 1.8rem;
}
.laboratory-dei {
  background: url(../../assets/images/lab-dei-mascot02.png) no-repeat #faf3ed right 30px bottom 30px;
  background-size: 150px auto;
}
.laboratory-dei dd a {
  margin-top: 30px;
  padding: 20px 80px 20px 40px;
  color: #3E3A39;
  line-height: 100%;
  background: url(../../assets/images/blank.png) no-repeat #FFFFFF right 45px center;
  background-size: 15px;
  border-radius: 10px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
  display: inline-block;
  text-decoration: none;
}
.laboratory-dei dd a:hover {
  opacity: 0.7;
}
/* --- 材料科学高等研究所（AIMR） --- */
.laboratory-aimr {
  background-color: #FEF6E8;
  padding-bottom: 80px;
  border-radius: 10px;
}
.laboratory-aimr:after {
  content: "";
  display: block;
  clear: both;
}
.laboratory-aimr .mascot {
  background-color: #F8B73D;
  width: 50%;
  margin: 0 auto;
  float: none;
  padding-bottom: 50px;
}
.laboratory-aimr .mascot img {
  width: 100%;
  height: auto;
}
.laboratory-aimr .profile {
  color: #FFF;
  text-align: center;
  font-size: 0.8rem;
}
.laboratory-aimr .detail:before {
  content: "";
  display: block;
  clear: both;
}
.laboratory-aimr .detail {
  float: none;
  width: 90%;
  margin: 30px auto;
  padding-bottom: 80px;
}
.laboratory-aimr .detail dl dt {
  font-size: 1.6rem;
  font-weight: 600;
  color: #F8B73D;
  margin-bottom: 30px;
  line-height: 2.4rem;
}
.laboratory-aimr .detail dl dd {
  font-size: 1rem;
  color: #000;
  line-height: 1.8rem;
}
.laboratory-aimr {
  background: url(../../assets/images/lab-aimr-mascot02.png) no-repeat #FEF6E8 right 30px bottom 30px;
  background-size: 150px auto;
}
.laboratory-aimr dd a {
  margin-top: 30px;
  padding: 20px 80px 20px 40px;
  color: #3E3A39;
  line-height: 100%;
  background: url(../../assets/images/blank.png) no-repeat #FFFFFF right 45px center;
  background-size: 15px;
  border-radius: 10px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
  display: inline-block;
  text-decoration: none;
}
.laboratory-aimr dd a:hover {
  opacity: 0.7;
}
/* --- 東北大学史料館 --- */
.laboratory-univ_archives {
  background-color: #faf3ed;
  padding-bottom: 80px;
  border-radius: 10px;
}
.laboratory-univ_archives:after {
  content: "";
  display: block;
  clear: both;
}
.laboratory-univ_archives .mascot {
  background-color: #ECD830;
  width: 50%;
  margin: 0 auto;
  float: none;
  padding-bottom: 50px;
}
.laboratory-univ_archives .mascot img {
  width: 100%;
  height: auto;
}
.laboratory-univ_archives .profile {
  color: #FFF;
  text-align: center;
  font-size: 0.8rem;
}
.laboratory-univ_archives .detail:before {
  content: "";
  display: block;
  clear: both;
}
.laboratory-univ_archives .detail {
  float: none;
  width: 90%;
  margin: 30px auto;
  padding-bottom: 80px;
}
.laboratory-univ_archives .detail dl dt {
  font-size: 1.6rem;
  font-weight: 600;
  color: #E2CA00;
  margin-bottom: 30px;
  line-height: 2.4rem;
}
.laboratory-univ_archives .detail dl dd {
  font-size: 1rem;
  color: #000;
  line-height: 1.8rem;
}
.laboratory-univ_archives {
  background: url(../../assets/images/lab-univ_archives-mascot02.png) no-repeat #faf3ed right 30px bottom 30px;
  background-size: 150px auto;
}
.laboratory-univ_archives dd a {
  margin-top: 30px;
  padding: 20px 80px 20px 40px;
  color: #3E3A39;
  line-height: 100%;
  background: url(../../assets/images/blank.png) no-repeat #FFFFFF right 45px center;
  background-size: 15px;
  border-radius: 10px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
  display: inline-block;
  text-decoration: none;
}
.laboratory-univ_archives dd a:hover {
  opacity: 0.7;
}
.lab-program-list {
  width: 100%;
  margin: 0 auto;
}
.lab-program-list ul {
  width: 100%;
  display: block;
}
.lab-program-list ul li {
  width: 100%;
  list-style: none;
  padding-top: 5px;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
.lab-program-list ul li .information ul {
  display: block;
}
.lab-program-list ul li .information ul li {
  display: block;
  width: 95%;
  margin: 0 auto;
  background-image: url(../images/ico-arrow.png);
  background-repeat: no-repeat;
  background-position: left 8px;
  padding-left: 18px;
}
.lab-program-list ul li .special-links {
  margin: 30px 0 15px 0;
}
.lab-program-list ul li .special-links {}
.lab-program-list ul li .special-links div {
  margin-bottom: 20px;
  list-style: none;
}
.lab-program-list .information {
  font-size: 0.9rem;
  line-height: 1.8rem;
  letter-spacing: 0.05rem;
  margin-bottom: 20px;
}
.lab-program-list .information a {
  color: #2DABD0;
  text-decoration: underline;
}
.lab-program-list .information a:hover {
  color: #2DABD0;
  text-decoration: none;
}
.lab-program-list .photo {
  width: 100%;
}
.lab-program-list .photo img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
/*金属材料研究所*/
.title-imr {
  background-color: #FF7C7A;
}
.dl-imr {}
.dl-imr dt {
  background-color: #FF7C7A;
  color: #FFF;
}
.title-univ_archives {
  background-color: #ECD830;
}
.dl-univ_archives {}
.dl-univ_archives dt {
  background-color: #ECD830;
  color: #FFF;
}
/*加齢医学研究所*/
.title-idac {
  background-color: #7ab6e2;
}
.dl-idac {}
.dl-idac dt {
  background-color: #7ab6e2;
  color: #FFF;
}
/*流体科学研究所*/
.title-ifs {
  background-color: #00B097;
}
.dl-ifs {}
.dl-ifs dt {
  background-color: #00B097;
  color: #FFF;
}
/*電気通信研究所*/
.title-riec {
  background-color: #418CDC;
}
.title-riec span {
  display: block;
  padding-top: 10px;
}
.title-riec a {
  color: #FFF;
}
.dl-riec {}
.dl-riec dt {
  background-color: #418CDC;
  color: #FFF;
}
/*多元物質科学研究所*/
.title-imram {
  background-color: #949dd0;
}
.dl-imram {}
.dl-imram dt {
  background-color: #949dd0;
  color: #FFF;
}
/*災害科学国際研究所*/
.title-irides {
  background-color: #bfd876;
}
.dl-irides {}
.dl-irides dt {
  background-color: #bfd876;
  color: #FFF;
}
/*東北アジア研究センター*/
.title-cneas {
  background-color: #EC6D88;
}
.dl-cneas {}
.dl-cneas dt {
  background-color: #EC6D88;
  color: #FFF;
}
/*学際科学フロンティア研究所*/
.title-fris {
  background-color: #D580B2;
}
.dl-fris {}
.dl-fris dt {
  background-color: #D580B2;
  color: #FFF;
}
/*東北大学DEI推進センター*/
.title-dei {
  background-color: #e7c69f;
}
.dl-dei {}
.dl-dei dt {
  background-color: #e7c69f;
  color: #FFF;
}
/*材料科学高等研究所（AIMR）*/
.title-aimr {
  background-color: #F8B73D;
}
.dl-aimr {}
.dl-aimr dt {
  background-color: #F8B73D;
  color: #FFF;
}
.lab-program-list ul {
  margin: 30px 0;
}
.lab-program-list ul li .title {
  width: 100%;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  display: block;
  color: #FFF;
  margin: 0px auto 15px auto;
  line-height: 1.2rem;
  padding: 2%;
}

.lab-program-list ul li .title2 {
  width: 100%;
  border-radius: 6px;
  font-size: .85rem;
  font-weight: 600;
  text-align: left;
  display: block;
  color: #FFF;
  margin: 0px auto 15px auto;
  line-height: 1.2rem;
  padding: 2%;height: 110px;
}
@media screen and (min-width: 600px) {.lab-program-list ul li .title2 {
  width: 100%;
  border-radius: 6px;
  font-size: .9rem;
  font-weight: 600;
  text-align: left;
  display: block;
  margin: 0px auto 15px auto;
  /*letter-spacing: 0.05rem;*/
  line-height: 1.4rem;
  padding: 2%;
  color: #FFF;height: 100px;
}}
.lab-program-list ul li .detail {
  width: 100%;
}
.lab-program-list ul li .detail dl {
  font-size: 0.9rem;
  width: 100%;
  margin: 0 auto;
}
.lab-program-list ul li .detail dl dt {
  text-align: center;
  border-radius: 6px;
  padding: 5px 10px;
  display: block;
  width: 100px;
  clear: left;
  float: none;
  margin-bottom: 0px;
}
.lab-program-list ul li .detail dl dd {
  display: block;
  padding-left: 15px;
  width: 100%;
  float: none;
  margin-bottom: 15px;
  padding-top: 5px;
  line-height: 1.2rem;
}
.lab-program-list ul li .detail:after {
  content: "";
  display: block;
  clear: both;
}
.lab-program-list .time {
  color: #FFF;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6rem;
  text-align: left;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 6px;
  margin-bottom: 20px;
}
.lab-program-list-b ul {
  margin: 30px 0;
}
.lab-program-list-b ul li .title {
  width: 100%;
  border-radius: 6px;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: left;
  display: block;
  color: #FFF;
  margin: 0px auto 15px auto;
  letter-spacing: 0.05rem;
  line-height: 1.8rem;
  padding: 2%;
}
.lab-program-list ul li .title span {
  display: block;
  padding-top: 10px;
}
.lab-program-list-b ul li .detail {
  width: 100%;
}
.lab-program-list-b ul li .detail dl {
  font-size: 0.9rem;
  width: 100%;
  margin: 0 auto;
}
.lab-program-list-b ul li .detail dl dt {
  text-align: center;
  border-radius: 6px;
  padding: 5px 10px;
  display: block;
  width: 80px;
  clear: left;
  float: none;
  margin-bottom: 10px;
}
.lab-program-list-b ul li .detail dl dd {
  display: block;
  padding-left: 15px;
  width: 100%;
  float: none;
  margin-bottom: 15px;
  padding-top: 5px;
}
.lab-program-list-b ul li .detail:after {
  content: "";
  display: block;
  clear: both;
}
.lab-program-list-b .time {
  color: #FFF;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 6px;
  margin-bottom: 20px;
}
.experiment {
  background-image: url(../images/icon-experiment.png);
  background-position: left top;
  background-size: 60px;
  background-repeat: no-repeat;
  padding-left: 65px;
  height: 60px;
}
.lecture {
  background-image: url(../images/icon-lecture.png);
  background-position: left top;
  background-size: 60px;
  height: 60px;
  background-repeat: no-repeat;
  padding-left: 65px;
}
.experience {
  background-image: url(../images/icon-experience.png);
  background-position: left top;
  background-size: 60px;
  height: 60px;
  background-repeat: no-repeat;
  padding-left: 65px;
}
.tours {
  background-image: url(../images/icon-tours.png);
  background-position: left top;
  background-size: 60px;
  height: 60px;
  background-repeat: no-repeat;
  padding-left: 65px;
}
.etc {
  background-image: url(../images/icon-etc.png);
  background-position: left top;
  background-size: 60px;
  background-repeat: no-repeat;
  padding-left: 65px;
  height: 60px;
}
.etc_02 {
  background-image: url(../images/icon-etc_02.png);
  background-position: left top;
  background-size: 60px;
  background-repeat: no-repeat;
  padding-left: 65px;
  height: 60px;
}
.etc span {
  line-height: 20px;
}
.application {
  width: 150px;
  display: block;
  margin: 0 auto;
  color: #FFF;
  font-weight: 600;
  letter-spacing: 0.05rem;
  border-radius: 6px;
  text-align: center;
  background-color: #D28E17;
  padding: 5px 0px;
}
.application a {
  padding: 5px 0px;
  font-size: 0.8rem;
  color: #FFF;
  text-decoration: none;
}
.application a:hover {
  opacity: 0.7;
}
.application:before {
  content: "";
  display: block;
  clear: both;
}
.icon-information {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
}
.icon-information .icon-block {
  width: 100%;
}
.icon-information .icon-block img {
  width: 100%;
  height: auto;
}
.icon-information .note {
  width: 95%;
  font-size: 0.8rem;
  margin: 20px auto 0 auto;
}
.lab-sch-list {
  width: 100%;
}
.detail-lab {
  margin: 20px 0 0 0;
}
.l-lab {
  width: 95%;
  margin: 100px auto 80px auto;
  padding: 0;
  position: relative;
  z-index: 1;
}
.link_lab_event_box {
  display: flex;
  margin-top: 30px;
}
.link_lab_event a {
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  background-image: linear-gradient(335deg, #524498, #8b5cf6);
  padding: 15px 50px;
  border-radius: 30px;
  transition: .3s;
  margin-right: 15px;
}
.link_lab_event a:hover {
  background-image: linear-gradient(335deg, #a57ae4, #9777e1);
}
.link_lab_event_end {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 40px;
  border-radius: 60px;
  transition: .3s;
  margin-right: 15px;
  width: 200px;
  background-color: #787878;
}
.link_lab_event_today {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 40px;
  border-radius: 60px;
  transition: .3s;
  margin-right: 15px;
  width: 200px;
  background-color: #EBB3B3;
}
.link_lab_event_box2 {
  margin-top: 30px;
  line-height: 1.4rem;
}
.link_lab_event2 a {
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  background-image: linear-gradient(335deg, #524498, #8b5cf6);
  padding: 10px 40px;
  border-radius: 60px;
  transition: .3s;
  margin-right: 15px;
  display: block;
  width: 100%;
}
.link_lab_event2 a:hover {
  background-image: linear-gradient(335deg, #a57ae4, #9777e1);
}
/*特別企画*/
#special-title {
  width: 100%;
  margin: 0px 0 30px 0;
  text-align: center;
}
#special-title span {
  padding: 10px;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 7px;
  display: inline-block;
  background-image: linear-gradient(to right, #524498, #8b5cf6);
  background-repeat: no-repeat;
  background-size: 100% 5%;
  background-position: bottom;
}
#special-title span small {
  font-size: 12px;
  letter-spacing: 2px;
  display: block;
}
.laboratory-special {
  background-color: #F2EBF9;
  padding-bottom: 30px;
  border-radius: 10px;
}
.dl-special dl .list {
  display: block;
}
.laboratory-special:after {
  content: "";
  display: block;
  clear: both;
}
.laboratory-special .mascot {
  background-color: #C3A5E9;
  width: 50%;
  margin: 0 auto;
  float: none;
  padding: 0 10px 30px 10px;
}
.laboratory-special .mascot img {
  width: 100%;
  height: auto;
}
.laboratory-special .profile {
  color: #FFF;
  text-align: center;
  font-size: 0.8rem;
}
.laboratory-special .detail:before {
  content: "";
  display: block;
  clear: both;
}
.laboratory-special .detail {
  float: none;
  width: 90%;
  margin: 30px auto;
  padding-bottom: 0px;
}
.laboratory-special .detail dl dt {
  font-size: 1.6rem;
  font-weight: 600;
  color: #C3A5E9;
  margin-bottom: 30px;
  line-height: 2.4rem;
}
.laboratory-special .detail dl dd {
  font-size: 1rem;
  color: #000;
  line-height: 1.8rem;
}
.title_special_02 {
  width: 100%;
  margin: 30px auto 0 auto;
}
.title_special_02 img {
  width: 100%;
  height: auto;
}
.laboratory-special {
  /*background: url(../../assets/images/lab-special-mascot02.png) no-repeat #F2EBF9 right 30px bottom 30px;*/
  background-size: 150px auto;
}
.laboratory-special dd a {
  margin-top: 30px;
  padding: 20px 80px 20px 40px;
  color: #3E3A39;
  line-height: 100%;
  background: url(../../assets/images/blank.png) no-repeat #FFFFFF right 45px center;
  background-size: 15px;
  border-radius: 10px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
  display: inline-block;
  text-decoration: none;
}
.laboratory-special dd a:hover {
  opacity: 0.7;
}
.information .character {
  float: right;
  width: 150px;
  margin: 30px auto 0 auto;
}
.information .character img {
  /*width: 100%;
  height: auto;*/
	width: 150px;
  height: 150px;
  border-radius: 50%;
}
.information .institute {
  float: none;
  width: 100%;
  padding: 5px 0px;
}
.information .institute .t-lab {
  font-size: 1rem;
  font-weight: 600;
  color: #FFF;
  text-align: center;
  background-color: #C3A5E9;
  border-radius: 10px;
  padding: 2px 0px;
  margin: 0 auto;
  width: 100%;
}
.information:after {
  content: "";
  display: block;
  clear: both;
}
.information .institute:before {
  content: "";
  display: block;
  clear: both;}
/*special*/
.title-special {
  background-color: #966EC8;
}
.dl-special {}
.dl-special dt {
  background-color: #C3A5E9;
  color: #FFF;
}
.dl-special dt {
  background-color: #C3A5E9;
  color: #FFF;
}
.special-pickup {
  background-color: #EDDDF6;
  border: 1px solid #8E48AD;
  padding: 30px;
  width: 90%;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.8rem;
  margin-top: 30px;
  border-radius: 10px;
}
.nihondenshi1 {
  font-size: 0.9rem;
  position: relative;
  top: -5px;
  line-height: 0.8rem;
}
.nihondenshi {
  font-size: 0.7rem;
  position: relative;
  top: -5px;
  line-height: 0.8rem;
}
/* ========================================
	アクセス
======================================== */
.access-block {
  padding-top: 0px;
}
.access-block h2 {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 40px;
}
.access-block h2 img {
  width: 100%;
  height: auto;
}
.access-block-inner {
  width: 90%;
  margin: 0 auto;
  padding: 30px 0;
}
.access-block-inner a {
  color: #2DABD0;
  text-decoration: underline;
}
.access-block-inner a:hover {
  color: #2DABD0;
  text-decoration: none;
}
.access-block-wrap {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-color: #FFF;
  border-radius: 20px;
}
.access-block-wrap h4 {
  padding: 25px 0;
  font-size: 20px;
  line-height: 100%;
  color: #FFFFFF;
  background-color: #a536b9;
  border-radius: 10px 10px 0 0;
  text-align: center;
}
#access-tab {}
#access-tab input[type="radio"] {
  display: none;
}
.access-tab-wrap {
  margin: 0 0px 20px 0px;
}
.access-tab-wrap label {
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 12px;
  cursor: pointer;
  transition: ease 0.2s opacity;
  display: block;
  position: relative;
}
.access-tab-wrap label:after {
  content: '';
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top: 2px solid #B3AC9E;
  border-right: 2px solid #B3AC9E;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
}
.access-tab-wrap label:hover {
  opacity: 0.7;
}
.access-tab-wrap label b {
  font-size: 12px;
  display: block;
}
.access-tab-wrap .tab1_label {
  background-color: #FFEBEB;
}
.access-tab-wrap .tab2_label {
  background-color: #FEF4E2;
}
.access-tab-wrap .tab3_label {
  background-color: #E3F5FC;
}
#access-tab .arrow {
  padding-left: 15px;
  font-size: 11px;
  position: relative;
}
#access-tab .arrow:before {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 2px solid #B3AC9E;
  border-right: 2px solid #B3AC9E;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 8px;
  left: 0;
}
.campus-map {
  margin: 15px auto 15px auto;
  width: 100%
}
.campus-map img {
  width: 100%;
  height: auto;
}
.access-timetable {
  margin: 0 20px 30px 20px;
}
.access-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0px 0px 5px 0px;
  background-color: #FFF;
}
.access-table th {
  border: 1px solid #B3AC9E;
  padding: 4px 2px;
  font-size: 13px;
  line-height: 140%;
  color: #00B097;
  text-align: center;
  background-color: #E6F7F5;
}
.access-table td {
  text-align: center;
  border: 1px solid #B3AC9E;
  padding: 2px 2px;
  font-size: 13px;
}
.access-map-wrap {
  margin-bottom: 20px;
}
.access-map-wrap iframe {
  width: 100%;
  height: 250px;
}
.access-map-wrap .tab_panel {
  display: none;
}
#tab1:checked ~ .access-map-wrap #panel1 {
  display: block;
}
#tab2:checked ~ .access-map-wrap #panel2 {
  display: block;
}
#tab3:checked ~ .access-map-wrap #panel3 {
  display: block;
}
.access-tab-notice {
  width: 90%;
  margin: 20px auto 0 auto;
}
.access-tab-notice img {
  width: 100%;
  height: auto;
}
.l-access {
  width: 90%;
  margin: 40px auto;
  padding: 0px 0px 0 0;
}
.l-access h2 {
  text-align: center;
  color: #2c2d2d;
  padding: 0 0 0px 0;
}
.l-access h2 .en {
  text-transform: capitalize;
  padding: 5px 0 5px;
  margin-bottom: 0.5rem;
  background-image: repeating-linear-gradient(90deg, #b080b7, #514097);
  background-repeat: no-repeat;
  background-size: 4rem 0.2rem;
  background-position: center bottom;
  color: #2c2d2d;
  font-weight: bold;
  font-size: 2.2rem;
  text-align: center;
}
.l-access h2 .jp {
  font-size: 1rem;
}
.l-access .border {
  text-align: center;
  color: #2c2d2d;
  font-size: 1rem;
  border-bottom: 2px dotted #392589;
  padding: 20px 0px;
  line-height: 2.2rem;
}
.l-access .detail {
  text-align: left;
  color: #2c2d2d;
  font-size: 1rem;
  padding: 20px 0px;
  line-height: 2.2rem;
}
.l-access .name {
  text-align: right;
  margin-top: 30px;
  font-size: 1rem;
}
.grad-border-block {
  background: linear-gradient(135deg, rgb(176, 128, 183) 0%, rgb(176, 128, 183) 0%, rgb(176, 128, 183) 39%, rgb(81, 64, 151) 54%, rgb(81, 64, 151) 74%, rgb(81, 64, 151) 100%);
  border-radius: 16px;
  padding: 3px;
}
.grad-border-content {
  background: #ffffff;
  border-radius: 16px;
  padding: 16px 8% 50px 8%;
}
.grad-border-content_lab {
  background: #ffffff;
  border-radius: 16px;
  padding: 16px 4% 50px 4%;
}
.grad-border-block2 {
  background: linear-gradient(135deg, rgb(176, 128, 183) 0%, rgb(176, 128, 183) 0%, rgb(176, 128, 183) 39%, rgb(81, 64, 151) 54%, rgb(81, 64, 151) 74%, rgb(81, 64, 151) 100%);
  border-radius: 16px;
  padding: 3px;
}
.grad-border-content2 {
  background: #ffffff;
  border-radius: 16px;
  padding: 16px 0% 50px 0%;
}
.grad-border-content_lab2 {
  background: #ffffff;
  border-radius: 16px;
  padding: 16px 0 50px 0%;
}
.tbl-01 {
  width: 200px;
}
.tbl-01 table {
  width: 100%;
  border-collapse: collapse;
}
.tbl-01 th, .tbl-01 td {
  border: 1px solid #9D9D9D;
  padding: 5px;
  font-size: 1rem;
  text-align: center;
  vertical-align: top;
}
.tbl-01 .start {
  background-color: #CDF7D5;
}
.tbl-01 .end {
  background-color: #FAE6D6;
}
.td-w {}
.scroll table {
  width: 100%;
  margin: 30px 0;
}
.scroll {
  overflow: auto;
  white-space: nowrap;
}
.scroll::-webkit-scrollbar {
  height: 5px;
}
.scroll::-webkit-scrollbar-track {
  background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}
.scroll .sp-only {
  font-size: 1rem;
  text-align: right;
}
/* ========================================
	お問い合わせ
======================================== */
.contact-detail b {
  font-size: 1.2rem;
  font-weight: 600;
}
.contact-detail {
  text-align: center;
  line-height: 2.4rem;
}
#contact_qa {
  margin-bottom: 0px;
  margin-top: 30px;
}
#contact_qa dl {}
#contact_qa dt {
  margin-bottom: 20px;
  padding: 0px 0 0 60px;
  font-size: 1rem;
  font-weight: bold;
  color: #00B097;
  position: relative;
}
#contact_qa dd {
  margin: 0 0 30px 0;
  padding: 0px 0 30px 60px;
  border-bottom: 1px dashed #B3AC9E;
  position: relative;
  font-size: 1rem;
}
#contact_qa dt:before, #contact_qa dd:before {
  width: 40px;
  height: 40px;
  padding-top: 0px;
  font-family: 'Trebuchet MS';
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  border-radius: 20px;
  box-sizing: border-box;
  position: absolute;
  text-align: center;
  display: block;
  top: 0;
  left: 0;
}
#contact_qa dt:before {
  content: 'Q';
  background-color: #00B097;
}
#contact_qa dd:before {
  content: 'A';
  background-color: #FF7C7A;
}
#contact_qa .contact_link {
  margin-top: 10px;
  display: block;
}
#contact_qa .contact_link a {
  padding: 10px 20px;
  color: #8A4DD7;
  background-color: #F6EBFF;
  border-radius: 10px;
  box-shadow: 0 3px 0 #AC84DF;
  display: inline-block;
  -webkit-box-shadow: 0 3px 0 #AC84DF;
  text-decoration: none;
}
#contact_qa .contact_link a:hover {
  opacity: 0.7;
  color: #8A4DD7;
}
#contact_qa a {
  color: #2DABD0;
  text-decoration: underline;
}
#contact_qa a:hover {
  color: #2DABD0;
  text-decoration: none;
}
.dl-riec a {
  color: #2DABD0;
  text-decoration: underline;
}
.dl-riec a:hover {
  color: #2DABD0;
  text-decoration: none;
}
.tr-a {
  background-color: #F5E9FC
}


.cookie-consent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, .7);
  padding: 1.2em;
  box-sizing: border-box;
  z-index: 99999999;
  visibility: hidden;
}
.cookie-consent.is-show {
  visibility: visible;
}
.cookie-consent a {
  color: #fff !important;
}
.cookie-agree {
  color: #fff;
  background: dodgerblue;
  padding: .5em 1.5em;
}
.cookie-agree:hover {
  cursor: pointer;
}
/* メディアクエリ */
@media screen and (max-width: 600px) {
  .cookie-consent {
    flex-direction: column;
  }
  .cookie-text {
    width: 90%;
    line-height: 2rem;
    margin: 0 auto 1em auto;
  }
  .cookie-text a {
    text-decoration: underline;
  }
}

.cc-hide1 {
  display: none;
}
.cc-hide2 {
  animation: hide 1s linear 0s;
  animation-fill-mode: forwards;
}
.cookie-text a {
  text-decoration: underline;
}
@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
.information-detail-block {margin-bottom: 15px;}
.information-detail-block:after {
  content: "";
  display: block;
  clear: both;}
.information-detail-block .information-detail {float: left;width: 60%;}

@media screen and (max-width: 450px) {
.information-detail-block .information-detail {float: left;width: 50%;}}


.information-detail-block .information-character {float: right;width: 150px;}

.information-detail-block .information-character img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}



.fix-movie {width: 170px; position: fixed;bottom:00px;left: 0;
  background-color: #FFF;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 0px;
  padding: 10px 10px 10px 10px;
  box-shadow: 0 0px 15px 0 rgba(0, 0, 235, 0.1);
  z-index: 999;}

.fix-movie img {width: 100%;height: auto;}


