@charset "utf-8";
/* CSS Document */
.sp-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: 100vw;
  margin: 0 auto;
}
.header__inner h1 {
  position: absolute;
  top: 20px;
  margin: 0;
  width: 300px;
  float: left;
}
@media screen and (max-width: 1300px) {
  .header__inner h1 {
    position: absolute;
    top: 20px;
    margin: 0;
    width: 250px;
    float: left;
  }
}
.header__inner h1 img {
  width: 100%;
  height: auto;
}
.l-header {
  float: right;
  z-index: 100;
  width: 70%;
  padding-right: 0;
}
@media screen and (max-width: 1300px) {
  .l-header {
    float: right;
    z-index: 100;
    width: 73%;
    padding-right: 0;
  }
}
.l-header + * {
  margin-top: 60px;
}
/* 親メニュー - Parent nav */
.p-navigation-global__list {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  gap: 35px;
}
@media screen and (max-width: 1300px) {
  .p-navigation-global__list {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    font-size: 0.8rem;
  }
}
.p-navigation-global__list-item a {
  font-weight: 700;
  padding: 20px 5px;
}
.p-megaMenu.is-open .p-megaMenu__navigation {
  -webkit-clip-path: inset(0 -50vw);
  clip-path: inset(0 -50vw);
  visibility: visible;
}
.p-megaMenu.is-open .p-megaMenu__open::after {
  rotate: 180deg;
}
.p-megaMenu__open {
  gap: 0.5em;
  align-items: center;
  cursor: pointer;
  display: flex;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  padding: 20px 5px;
}
.p-megaMenu__open::after {
  content: "›";
  padding-bottom: 0.2em;
  margin-top: 2px;
  transition: rotate 0.3s;
  font-size: 12px;
  rotate: 90deg;
}
.p-megaMenu__navigation {
  position: absolute;
  top: 100%;
  transition: all 0.4s;
  visibility: hidden;
  width: 20%;
  background-color: #EFEFEF;
  /*border-radius: 10px;*/
}
.p-megaMenu__list-item a {
  gap: 0.5em;
  width: 100%;
  align-items: center;
  display: inline-flex;
  padding: 5px 10px;
  border-bottom: 1.5px dotted #FFFFFF;
}
.p-megaMenu__list-item a::before {
  background-color: currentColor;
  content: "";
  display: block;
  height: 1px;
  width: 0.5em;
}
@media (min-width: 768px) and (hover: hover) {
  .p-megaMenu:hover .p-megaMenu__navigation, .p-megaMenu:focus-within .p-megaMenu__navigation {
    -webkit-clip-path: inset(0 -50vw);
    clip-path: inset(0 -50vw);
    visibility: visible;
  }
  .p-megaMenu:hover .p-megaMenu__open::after, .p-megaMenu:focus-within .p-megaMenu__open::after {
    rotate: 90deg;
  }
}
@media (hover: hover) {
  .p-navigation-global__list-item a:hover {
    text-decoration: none;
    background-color: #E9DFEF;
    border-radius: 5px;
  }
}
.main {
  position: relative;
  padding-top: 100px;
}
/*fade*/
.content-top {
  position: relative;
  padding-top: 80px;
  padding-bottom: 40px;
}
.box {
  background-color: #999;
  padding: 0px;
  width: 200px;
  height: 200px;
  line-height: 200px;
  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);
}
/*clearfix*/
.main:before, .header__inner:after {
  content: "";
  display: block;
  clear: both;
}
.h-link-link_application {
  width: 340px;
  float: right;
}
.h-link-link_application img {
  width: 100%;
  height: auto;
}
.h-link-link_application_clear {
  width: 1px;
  height: 110px;
  float: right;
}
.h-link-link_application img {
  width: 100%;
  height: auto;
}
.main_visual {
  background-image: url(../images/bg-main_visual.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding: 100px 0 0 0;
  margin-top: 12px;
}
.main_visual h1 {
  width: 850px;
  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 {
  max-width: 1200px;
  width: 90%;
  margin: 40px auto;
  padding: 0px 0px 0 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: center;
  color: #2c2d2d;
  font-size: 1rem;
  border-bottom: 2px dotted #392589;
  padding: 20px 0px;
  line-height: 2.2rem;
}
.l-message .detail {
  text-align: left;
  color: #2c2d2d;
  font-size: 1rem;
  padding: 20px 0px;
  line-height: 2.2rem;
}
.l-message .name {
  text-align: right;
  margin-top: 30px;
  font-size: 1rem;
}
@media screen and (max-width: 1300px) {
  .grad-border-content {
    background: #ffffff;
    border-radius: 16px;
    padding: 16px 2% 50px 2%;
  }
  .l-message .border {
    text-align: center;
    color: #2c2d2d;
    font-size: .9rem;
    border-bottom: 2px dotted #392589;
    padding: 20px 0px;
    line-height: 2.2rem;
  }
  .l-message .detail {
    text-align: left;
    color: #2c2d2d;
    font-size: .9rem;
    padding: 20px 0px;
    line-height: 2.2rem;
  }
  .l-message .name {
    text-align: right;
    margin-top: 30px;
    font-size: .9rem;
  }
}
@media screen and (max-width: 1200px) {
  .grad-border-content {
    background: #ffffff;
    border-radius: 16px;
    padding: 16px 1% 50px 1%;
  }
  .l-message .border {
    text-align: center;
    color: #2c2d2d;
    font-size: .9rem;
    border-bottom: 2px dotted #392589;
    padding: 20px 0px;
    line-height: 2.2rem;
  }
  .l-message .detail {
    text-align: left;
    color: #2c2d2d;
    font-size: .9rem;
    padding: 20px 0px;
    line-height: 2.2rem;
  }
}
.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 {
  max-width: 1200px;
  margin: 0 auto;
  width: 95%;
}
.l-news ul li {
  display: flex;
  width: 100%;
  border-bottom: 2px dotted #392589;
  padding: 15px 30px;
}
.l-news ul li .day {
  font-size: 1rem;
  line-height: 1.8rem;
}
.l-news ul li .title {
  font-size: 1rem;
  line-height: 1.8rem;
  padding: 2px 0 0 20px;
}
@media screen and (max-width: 1300px) {
  .l-news ul {
    margin: 0 auto;
    width: 90%;
  }
  .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 20px;
  }
}
.l-about {
  max-width: 1200px;
  width: 90%;
  margin: 80px auto;
  padding: 0px 0px 0 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 {
  max-width: 1200px;
  margin: 0 auto;
  width: 95%;
}
.l-about p {
  font-size: 1rem;
  line-height: 1.8rem;
  text-align: center;
}
.l-about ul {
  margin: 50px 0;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap; /* これを指定する */
  justify-content: space-between;
}
.l-about ul li {
  width: 290px;
  height: auto;
  display: flex; /* 高さを揃えるための指定 */
  flex-direction: column; /* 高さを揃えるための指定 */
  margin: 5px 0;
}
.l-about ul li img {
  width: 100%;
  height: auto;
  flex-grow: 1;
}
@media screen and (max-width: 1300px) {
  .l-about ul li {
    width: 24%;
    height: auto;
    display: flex; /* 高さを揃えるための指定 */
    flex-direction: column; /* 高さを揃えるための指定 */
    margin: 5px 0;
  }
}
.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 {
  width: 290px;
  height: auto;
  display: flex; /* 高さを揃えるための指定 */
  flex-direction: column; /* 高さを揃えるための指定 */
  margin: 5px 0;
}
.l-project__list ul li img {
  width: 100%;
  height: auto;
  flex-grow: 1;
}
@media screen and (max-width: 1300px) {
  .l-project__list ul li {
    width: 24%;
    height: auto;
    display: flex; /* 高さを揃えるための指定 */
    flex-direction: column; /* 高さを揃えるための指定 */
    margin: 5px 0;
  }
}
.l-project {
  max-width: 1200px;
  width: 90%;
  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: 30px 0 10px 0;
  background-color: #DFDBED;
}
footer nav {
  max-width: 1200px;
  margin: 0 auto;
  width: 95%;
}
footer nav ul {
  display: flex;
  text-align: center;
  justify-content: space-between;
}
footer nav ul li a:hover {
  text-decoration: underline;
}
.f-content {
  width: 420px;
  margin: 0 auto;
  padding: 30px 0 0 0;
}
.f-content .f-logo {
  float: left;
  width: 80px;
  margin-top: 8px;
  display: block;
}
.f-content .f-logo img {
  width: 100%;
  height: auto;
}
.f-content .address {
  float: left;
  margin-left: 30px;
  display: block;
}
.f-content:after {
  content: "";
  display: block;
  clear: both;
}
.copyright {
  text-align: center;
  padding: 50px 0 0 0;
}
/* -----------------------------------------------------------------
second / #Program
----------------------------------------------------------------- */
.common {
  background-image: url(../images/bg-sec.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  height: 315px;
  margin-top: 12px;
}
.title_box {
  width: 1200px;
  margin: 0 auto;
}
.title_box-inner {
  position: absolute;
  top: 345px;
  background-image: linear-gradient(180deg, #b080b7, #514097);
  border-radius: 20px;
  padding: 5px 20px;
  width: 380px;
  display: block;
  z-index: 2;
}
.title_box-inner h1 {
  font-size: 1.6rem;
  text-align: center;
  color: #FFF;
  width: 100%;
  padding: 0 0 20px 0;
  border-bottom: 2px dotted #FFFFFF;
}
.title_box-inner .en {
  font-size: 1.1rem;
  text-align: center;
  color: #FFF;
  padding: 0px 0 15px 0;
  text-transform: uppercase;
}
/*.right-fixed-banner {
  position: fixed;
  bottom: 40%;
  right: 0;
  width: 50px;
  margin-right: 0;
  background-color: #FFF;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 15px 10px 10px 10px;
  box-shadow: 0 0px 15px 0 rgba(0, 0, 235, 0.1);
  z-index: 999;
}*/
.right-fixed-banner {
  position: fixed;
  top: 450px;
  right: 0;
  width: 50px;
  margin-right: 0;
  background-color: #FFF;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 15px 10px 10px 10px;
  box-shadow: 0 0px 15px 0 rgba(0, 0, 235, 0.1);
  z-index: 999;
}
.banner-box {
  width: 40px;
  margin-bottom: 10px;
}
.banner-box a:hover {
  opacity: 0.6;
}
.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: 1rem;
  line-height: 2.4rem;
  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: 24%;
  text-align: center;
  list-style: none;
  margin: 0%;
}
.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;
}
.about-archive-block li .close {
  margin: 10px auto 20px auto;
  padding: 10px 20px;
  line-height: 100%;
  display: inline-block;
  color: #FFFFFF;
  background-color: #5C5C5C;
  border-radius: 5px;
  text-align: center;
}
/* ========================================
	アクセス
======================================== */
.access-block {
  padding-top: 0px;
  margin-bottom: 50px;
}
.access-block h2 {
  width: 500px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.access-block h2 img {
  width: 100%;
  height: auto;
}
.access-block-inner {
  width: 95%;
  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 {
  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 {
  position: relative;
}
#access-tab input[type="radio"] {
  display: none;
}
.access-tab-wrap {
  width: 470px;
  margin-bottom: 20px;
}
.access-tab-wrap label {
  margin-bottom: 10px;
  padding: 20px;
  font-size: 13px;
  cursor: pointer;
  transition: ease 0.2s opacity;
  display: block;
  position: relative;
}
.access-tab-wrap label:before {
  content: 'マップを切り替える';
  height: 30px;
  margin-top: -15px;
  padding: 9px 25px 0 15px;
  font-size: 11px;
  line-height: 100%;
  background-color: #FFFFFF;
  border-radius: 15px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
}
.access-tab-wrap label:after {
  content: '';
  width: 5px;
  height: 5px;
  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: 35px;
}
.access-tab-wrap label:hover {
  opacity: 0.7;
}
.access-tab-wrap label b {
  font-size: 18px;
  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 {
  margin-top: 10px;
  padding-left: 15px;
  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: 12px;
  left: 0;
}
.campus-map {
  width: 100%;
  margin: 60px 0px 0px 0px;
}
.campus-map img {
  width: 100%;
  height: auto;
}
.access-title {
  margin-bottom: 40px;
  padding: 7px 0 7px 30px;
  font-size: 25px;
}
.access-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0px 0px 5px 0px;
  background-color: #FFF;
}
.access-table th {
  border: 1px solid #B3AC9E;
  padding: 12px 8px;
  color: #00B097;
  text-align: center;
  background-color: #E6F7F5;
  line-height: 140%;
}
.access-table td {
  text-align: center;
  border: 1px solid #B3AC9E;
  padding: 8px 8px;
}
.access-map-wrap {
  width: 55%;
  height: 33px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1300px) {.access-map-wrap {
  width: 50%;
  height: 33px;
  position: absolute;
  top: 0;
  right: 0;
}}
@media screen and (max-width: 1150px) {.access-map-wrap {
  width: 40%;
  height: 33px;
  position: absolute;
  top: 0;
  right: 0;
}}
.access-map-wrap iframe {
  width: 100%;
  height: 330px;
}
.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: 50%;
  margin-top: 20px;
}
.l-access {
  max-width: 1200px;
  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;
}
/* ========================================
	お問い合わせ
======================================== */
.contact-detail b {
  font-size: 1.2rem;
  font-weight: 600;
}
.contact-detail {
  text-align: center;
  line-height: 2.4rem;
}
#contact_qa {
  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;
}
/* ========================================
	研究所紹介
======================================== */
.laboratory-block {}
.laboratory-block h2 {
  width: 500px;
  margin: 0 auto;
}
.laboratory-block h2 img {
  width: 100%;
  height: auto;
}
.laboratory-block-wrap {}
/* ========================================
	研究所紹介　詳細
======================================== */
#lab-title {
  width: 100%;
  margin: 30px 0;
  text-align: center;
}
#lab-title span {
  padding: 10px 0 0 110px;
  font-size: 45px;
  line-height: 100%;
  letter-spacing: 7px;
  background-size: 90px;
  background-position: 0 0;
  display: inline-block;
}
#lab-title span small {
  font-size: 12px;
  letter-spacing: 2px;
  display: block;
}
.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 {
  background-color: #FF7C7A;
}
.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 {
  background-color: #45B9EC;
}
.lab-about-idac .mascot .name {
  background-color: #45B9EC;
}
.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;
}
/* --- 金属材料研究所 --- */
.laboratory-imr {
  background-color: #fbf0f0;
  border-radius: 10px;
}
.laboratory-imr:after {
  content: "";
  display: block;
  clear: both;
}
.laboratory-imr .mascot {
  background-color: #FF7C7A;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  width: 250px;
  float: left;
  padding-bottom: 80px;
}
.laboratory-imr .mascot img {
  width: 100%;
  height: auto;
}
.laboratory-imr .profile {
  color: #FFF;
  text-align: center;
  font-size: 0.8rem;
}
.laboratory-imr .detail {
  float: left;
  width: 70%;
  padding: 50px 0 0px 5%;
}
@media screen and (max-width: 1200px) {
  .laboratory-imr .mascot {
    background-color: #FF7C7A;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    width: 250px;
    float: left;
    padding-bottom: 270px;
  }
  .laboratory-imr .detail {
    float: left;
    width: 70%;
    padding: 50px 0 0px 5%;
  }
}
.laboratory-imr .detail dl dt {
  font-size: 1.6rem;
  font-weight: 600;
  color: #FF7C7A;
  margin-bottom: 30px;
}
.laboratory-imr .detail dl dd {
  font-size: 1rem;
  color: #000;
  line-height: 1.8rem;
  padding-right: 30px;
}
.laboratory-imr {
  background: url(../../assets/images/lab-imr-mascot02.png) no-repeat #FFEFEF right 30px bottom 30px;
  background-size: 150px auto;
}
.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;
  border-radius: 10px;
}
.laboratory-idac:after {
  content: "";
  display: block;
  clear: both;
}
.laboratory-idac .mascot {
  background-color: #7ab6e2;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  width: 250px;
  float: left;
  padding-bottom: 80px;
}
@media screen and (max-width: 1200px) {
  .laboratory-idac .mascot {
    background-color: #7ab6e2;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    width: 250px;
    float: left;
    padding-bottom: 150px;
  }
}
.laboratory-idac .mascot img {
  width: 100%;
  height: auto;
}
.laboratory-idac .profile {
  color: #FFF;
  text-align: center;
  font-size: 0.8rem;
}
.laboratory-idac .detail {
  float: left;
  width: 70%;
  padding: 50px 0 0px 5%;
}
.laboratory-idac .detail dl dt {
  font-size: 1.6rem;
  font-weight: 600;
  color: #7ab6e2;
  margin-bottom: 30px;
}
.laboratory-idac .detail dl dd {
  font-size: 1rem;
  color: #000;
  line-height: 1.8rem;
  padding-right: 30px;
}
.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;
  border-radius: 10px;
}
.laboratory-ifs:after {
  content: "";
  display: block;
  clear: both;
}
.laboratory-ifs .mascot {
  background-color: #68ab99;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  width: 250px;
  float: left;
  padding-bottom: 380px;
}
.laboratory-ifs .mascot img {
  width: 100%;
  height: auto;
}
.laboratory-ifs .profile {
  color: #FFF;
  text-align: center;
  font-size: 0.8rem;
}
.laboratory-ifs .detail {
  float: left;
  width: 75%;
  padding: 50px 0 0px 5%;
}
@media screen and (max-width: 1200px) {
  .laboratory-ifs .mascot {
    background-color: #68ab99;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    width: 250px;
    float: left;
    padding-bottom: 600px;
  }
  .laboratory-ifs .detail {
    float: left;
    width: 70%;
    padding: 50px 0 90px 5%;
  }
}
.laboratory-ifs .detail dl dt {
  font-size: 1.6rem;
  font-weight: 600;
  color: #68ab99;
  margin-bottom: 30px;
}
.laboratory-ifs .detail dl dd {
  font-size: 1rem;
  color: #000;
  line-height: 1.8rem;
  padding-right: 30px;
}
.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;
  border-radius: 10px;
}
.laboratory-riec:after {
  content: "";
  display: block;
  clear: both;
}
.laboratory-riec .mascot {
  background-color: #618cd0;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  width: 250px;
  float: left;
  padding-bottom: 80px;
}
.laboratory-riec .mascot img {
  width: 100%;
  height: auto;
}
.laboratory-riec .profile {
  color: #FFF;
  text-align: center;
  font-size: 0.8rem;
}
.laboratory-riec .detail {
  float: left;
  width: 70%;
  padding: 50px 0 0px 5%;
}
@media screen and (max-width: 1200px) {
  .laboratory-riec .mascot {
    background-color: #618cd0;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    width: 250px;
    float: left;
    padding-bottom: 180px;
  }
  .laboratory-riec .detail {
    float: left;
    width: 70%;
    padding: 50px 0 0px 5%;
  }
}
.laboratory-riec .detail dl dt {
  font-size: 1.6rem;
  font-weight: 600;
  color: #618cd0;
  margin-bottom: 30px;
}
.laboratory-riec .detail dl dd {
  font-size: 1rem;
  color: #000;
  line-height: 1.8rem;
  padding-right: 30px;
}
.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: #f2f3f9;
  border-radius: 10px;
}
.laboratory-imram:after {
  content: "";
  display: block;
  clear: both;
}
.laboratory-imram .mascot {
  background-color: #949dd0;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  width: 250px;
  float: left;
  padding-bottom: 180px;
}
.laboratory-imram .mascot img {
  width: 100%;
  height: auto;
}
.laboratory-imram .profile {
  color: #FFF;
  text-align: center;
  font-size: 0.8rem;
}
.laboratory-imram .detail {
  float: left;
  width: 70%;
  padding: 50px 0 0px 5%;
}
@media screen and (max-width: 1200px) {
  .laboratory-imram .mascot {
    background-color: #949dd0;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    width: 250px;
    float: left;
    padding-bottom: 280px;
  }
  .laboratory-imram .detail {
    float: left;
    width: 70%;
    padding: 50px 0 120px 5%;
  }
}
.laboratory-imram .detail dl dt {
  font-size: 1.6rem;
  font-weight: 600;
  color: #949dd0;
  margin-bottom: 30px;
}
.laboratory-imram .detail dl dd {
  font-size: 1rem;
  color: #000;
  line-height: 1.8rem;
  padding-right: 30px;
}
.laboratory-imram {
  background: url(../../assets/images/lab-imram-mascot02.png) no-repeat #f2f3f9 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-imram dd a:hover {
  opacity: 0.7;
}
/* --- 災害科学国際研究所 --- */
.laboratory-irides {
  background-color: #f7fbed;
  border-radius: 10px;
}
.laboratory-irides:after {
  content: "";
  display: block;
  clear: both;
}
.laboratory-irides .mascot {
  background-color: #bfd876;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  width: 250px;
  float: left;
  padding-bottom: 80px;
}
@media screen and (max-width: 1200px) {
  .laboratory-irides .mascot {
    background-color: #bfd876;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    width: 250px;
    float: left;
    padding-bottom: 100px;
  }
}
.laboratory-irides .mascot img {
  width: 100%;
  height: auto;
}
.laboratory-irides .profile {
  color: #FFF;
  text-align: center;
  font-size: 0.8rem;
}
.laboratory-irides .detail {
  float: left;
  width: 70%;
  padding: 50px 0 0px 5%;
}
.laboratory-irides .detail dl dt {
  font-size: 1.6rem;
  font-weight: 600;
  color: #9BC030;
  margin-bottom: 30px;
}
.laboratory-irides .detail dl dd {
  font-size: 1rem;
  color: #000;
  line-height: 1.8rem;
  padding-right: 30px;
}
.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-imram dd a:hover {
  opacity: 0.7;
}
/* --- 東北アジア研究センター --- */
.laboratory-cneas {
  background-color: #FDEEF1;
  border-radius: 10px;
}
.laboratory-cneas:after {
  content: "";
  display: block;
  clear: both;
}
.laboratory-cneas .mascot {
  background-color: #EC6D88;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  width: 250px;
  float: left;
  padding-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .laboratory-cneas .mascot {
    background-color: #EC6D88;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    width: 250px;
    float: left;
    padding-bottom: 100px;
  }
}
.laboratory-cneas .mascot img {
  width: 100%;
  height: auto;
}
.laboratory-cneas .profile {
  color: #FFF;
  text-align: center;
  font-size: 0.8rem;
}
.laboratory-cneas .detail {
  float: left;
  width: 70%;
  padding: 50px 0 0px 5%;
}
.laboratory-cneas .detail dl dt {
  font-size: 1.6rem;
  font-weight: 600;
  color: #EC6D88;
  margin-bottom: 30px;
}
.laboratory-cneas .detail dl dd {
  font-size: 1rem;
  color: #000;
  line-height: 1.8rem;
  padding-right: 30px;
}
.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: #FAF0F6;
  border-radius: 10px;
}
.laboratory-fris:after {
  content: "";
  display: block;
  clear: both;
}
.laboratory-fris .mascot {
  background-color: #D580B2;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  width: 250px;
  float: left;
  padding-bottom: 100px;
}
@media screen and (max-width: 1200px) {
  .laboratory-fris .mascot {
    background-color: #D580B2;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    width: 250px;
    float: left;
    padding-bottom: 150px;
  }
}
.laboratory-fris .mascot img {
  width: 100%;
  height: auto;
}
.laboratory-fris .profile {
  color: #FFF;
  text-align: center;
  font-size: 0.8rem;
}
.laboratory-fris .detail {
  float: left;
  width: 70%;
  padding: 50px 0 0px 5%;
}
.laboratory-fris .detail dl dt {
  font-size: 1.6rem;
  font-weight: 600;
  color: #D580B2;
  margin-bottom: 30px;
}
.laboratory-fris .detail dl dd {
  font-size: 1rem;
  color: #000;
  line-height: 1.8rem;
  padding-right: 30px;
}
.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;
  border-radius: 10px;
}
.laboratory-dei:after {
  content: "";
  display: block;
  clear: both;
}
.laboratory-dei .mascot {
  background-color: #e7c69f;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  width: 250px;
  float: left;
  padding-bottom: 80px;
}
@media screen and (max-width: 1200px) {
  .laboratory-dei .mascot {
    background-color: #e7c69f;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    width: 250px;
    float: left;
    padding-bottom: 100px;
  }
}
.laboratory-dei .mascot img {
  width: 100%;
  height: auto;
}
.laboratory-dei .profile {
  color: #FFF;
  text-align: center;
  font-size: 0.8rem;
}
.laboratory-dei .detail {
  float: left;
  width: 70%;
  padding: 50px 0 0px 5%;
}
.laboratory-dei .detail dl dt {
  font-size: 1.6rem;
  font-weight: 600;
  color: #DFAA6C;
  margin-bottom: 30px;
}
.laboratory-dei .detail dl dd {
  font-size: 1rem;
  color: #000;
  line-height: 1.8rem;
  padding-right: 30px;
}
.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;
  border-radius: 10px;
}
.laboratory-aimr:after {
  content: "";
  display: block;
  clear: both;
}
.laboratory-aimr .mascot {
  background-color: #F8B73D;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  width: 250px;
  float: left;
  padding-bottom: 80px;
}
@media screen and (max-width: 1200px) {
  .laboratory-aimr .mascot {
    background-color: #F8B73D;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    width: 250px;
    float: left;
    padding-bottom: 100px;
  }
}
.laboratory-aimr .mascot img {
  width: 100%;
  height: auto;
}
.laboratory-aimr .profile {
  color: #FFF;
  text-align: center;
  font-size: 0.8rem;
}
.laboratory-aimr .detail {
  float: left;
  width: 70%;
  padding: 50px 0 0px 5%;
}
.laboratory-aimr .detail dl dt {
  font-size: 1.6rem;
  font-weight: 600;
  color: #F8B73D;
  margin-bottom: 30px;
}
.laboratory-aimr .detail dl dd {
  font-size: 1rem;
  color: #000;
  line-height: 1.8rem;
  padding-right: 30px;
}
.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;
  border-radius: 10px;
}
.laboratory-univ_archives:after {
  content: "";
  display: block;
  clear: both;
}
.laboratory-univ_archives .mascot {
  background-color: #ECD830;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  width: 250px;
  float: left;
  padding-bottom: 140px;
}
.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 {
  float: left;
  width: 70%;
  padding: 50px 0 0px 5%;
}
@media screen and (max-width: 1200px) {
  .laboratory-univ_archives .mascot {
    background-color: #ECD830;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    width: 250px;
    float: left;
    padding-bottom: 180px;
  }
  .laboratory-univ_archives .detail {
    float: left;
    width: 70%;
    padding: 50px 0 0px 5%;
  }
}
.laboratory-univ_archives .detail dl dt {
  font-size: 1.6rem;
  font-weight: 600;
  color: #E2CA00;
  margin-bottom: 30px;
}
.laboratory-univ_archives .detail dl dd {
  font-size: 1rem;
  color: #000;
  line-height: 1.8rem;
  padding-right: 30px;
}
.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;
  padding-bottom: 50px;
  margin-top: 30px;
}
.lab-program-list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.lab-program-list ul li {
  width: 48%;
  list-style: none;
  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 .title {
  width: 100%;
  border-radius: 6px;
  font-size: 1rem;
  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;
}
.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: 135px;
}
@media screen and (max-width: 1300px) {.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: 130px;
}}
.lab-program-list .information {
  font-size: 1rem;
  line-height: 1.8rem;
  letter-spacing: 0.05rem;
  margin: 0 0 20px 0;
}
.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 {
  margin-bottom: 15px;
}
.lab-program-list .photo img {
  border-radius: 10px;
}
/*金属材料研究所*/
.title-imr {
  background-color: #FF7C7A;
}
.dl-imr {}
.dl-imr dt {
  background-color: #FF7C7A;
  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;
}
.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;
}
/*東北大学DEI推進センター*/
.title-aimr {
  background-color: #F8B73D;
}
.dl-aimr {}
.dl-aimr dt {
  background-color: #F8B73D;
  color: #FFF;
}
/*東北大学史料館*/
.title-univ_archives {
  background-color: #ECD830;
}
.dl-univ_archives {}
.dl-univ_archives dt {
  background-color: #ECD830;
  color: #FFF;
}
.lab-program-list ul li .detail {
  width: 100%;
}
.lab-program-list .title span {
  padding-top: 10px;
  display: block;
}
.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: 120px;
  clear: left;
  float: left;
  margin-bottom: 10px;
}
.lab-program-list ul li .detail dl dd {
  display: block;
  padding-left: 15px;
  width: 75%;
  float: left;
  margin-bottom: 10px;
  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;
  line-height: 1.6rem;
  font-weight: 600;
  text-align: left;
  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: 0;
}*/
.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%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.icon-information .icon-block {
  width: 500px;
}
.icon-information .icon-block img {
  width: 100%;
  height: auto;
}
.icon-information .note {
  width: 520px;
  font-size: 0.8rem;
}
.detail-lab {
  margin-top: 30px;
}
.l-lab {
  max-width: 1200px;
  width: 95%;
  margin: 120px 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: 0px;
  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: 15px 50px;
  border-radius: 60px;
  transition: .3s;
  margin-right: 15px;
  display: block;
  width: 400px;
  margin: 50px auto 0 auto;
}
.link_lab_event2 a:hover {
  background-image: linear-gradient(335deg, #a57ae4, #9777e1);
}
/*特別企画*/
#special-title {
  width: 100%;
  margin: 30px 0 60px 0;
  text-align: center;
}
#special-title span {
  padding: 10px;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 7px;
  display: inline-block;
  background-image: linear-gradient(to right, #524498, #8b5cf6);
  background-repeat: no-repeat;
  background-size: 100% 10%;
  background-position: bottom;
}
#special-title span small {
  font-size: 12px;
  letter-spacing: 2px;
  display: block;
}
.laboratory-special {
  background-color: #F2EBF9;
  border-radius: 10px;
}
.laboratory-special:after {
  content: "";
  display: block;
  clear: both;
}
.laboratory-special .mascot {
  background-color: #C3A5E9;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  width: 250px;
  float: left;
  padding-bottom: 150px;
}
.laboratory-special .mascot img {
  width: 100%;
  height: auto;
}
.laboratory-special .profile {
  color: #FFF;
  text-align: center;
  font-size: 0.8rem;
}
.laboratory-special .detail {
  float: left;
  width: 70%;
  padding: 0px 0 0px 5%;
}
@media screen and (max-width: 1200px) {
  .laboratory-special .mascot {
    background-color: #C3A5E9;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    width: 250px;
    float: left;
    padding-bottom: 250px;
  }
  .laboratory-special .detail {
    float: left;
    width: 70%;
    padding: 50px 0 0px 5%;
  }
}
.laboratory-special .detail dl dt {
  font-size: 1.6rem;
  font-weight: 600;
  color: #C3A5E9;
  margin-bottom: 30px;
}
.laboratory-special .detail dl dd {
  font-size: 1rem;
  color: #000;
  line-height: 1.8rem;
  padding-right: 30px;
}
.title_special_02 {
  width: 600px;
  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;
}
.dl-special dl .list {
  display: flex;
}
.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;
}
.information .character img {
  /*width: 100%;
  height: auto;*/width: 150px;
  height: 150px;
  border-radius: 50%;
}
.information .institute {
  float: left;
  width: 70%;
  padding: 5px 0px;
}
@media screen and (max-width: 1300px) {
  .information .institute {
    float: left;
    width: 65%;
    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 20px;
}
.information:after {
  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: 70%;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.8rem;
  margin-top: 30px;
  border-radius: 10px;
}
.nihondenshi {
  font-size: 0.8rem;
  position: relative;
  top: -10px;
}
.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 2% 50px 2%;
}
.grad-border-content_lab2 {
  background: #ffffff;
  border-radius: 16px;
  padding: 16px 2% 50px 2%;
}
.access-block-inner .tbl-01 table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 30px;
}
.access-block-inner .tbl-01 td {}
.access-block-inner .tbl-01 th, .access-block-inner .tbl-01 td {
  border: 1px solid #9D9D9D;
  padding: 10px 5px;
  font-size: 1rem;
  text-align: center;
  vertical-align: top;
}
.access-block-inner .tbl-01 .start {
  background-color: #CDF7D5;
}
.access-block-inner .tbl-01 .end {
  background-color: #FAE6D6;
}
.access-block-inner .tbl-01-01 {
  margin: 20px 0 0 0;
}
.access-block-inner .tbl-01-01 td {
  padding: 0px 10px;
  font-size: 1rem;
  line-height: 1.8rem;
  text-align: left;
  vertical-align: top;
}
.access-block-inner .tbl-01-01 .start {
  background-color: #CDF7D5;
  width: 60px;
  height: 20px;
  font-size: 1rem;
}
.access-block-inner .tbl-01-01 .end {
  background-color: #FAE6D6;
  width: 60px;
  height: 20px;
  font-size: 1rem;
}
.td-w {
  width: 100px;
}
#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;
}
.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: 70%;}
.information-detail-block .information-character {float: right;width: 150px;}

.information-detail-block .information-character img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}




.fix-movie {position: fixed;
  top: 200px;
  right: 0;
  width: 50px;
  margin-right: 0;
  background-color: #FFF;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 10px 0px 10px 5px;
  box-shadow: 0 0px 15px 0 rgba(0, 0, 235, 0.1);
  z-index: 999;}

.fix-movie img {width: 100%;height: auto;}










