@charset "UTF-8";
/* ========================================
	common
======================================== */
/*.fade .animation-bg {
content: "";
position: fixed;
z-index: 999;
top: 0;
left: 0;
width: 100%;
height: 100vh;
animation-name: PageAnime-fade;
animation-duration: 0.1s;
animation-delay: 0.3s;
animation-timing-function: ease-in-out;
animation-fill-mode: forwards;
pointer-events: none;
background-image: url(../images/fade.png);
background-repeat: repeat-x;
}
@keyframes PageAnime-fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}*/
.inner {
  margin: 0 auto;
  width: 1100px;
  position: relative;
}
.disnon {
  display: none;
}
.disblock {
  display: block;
}
/* ========================================
	#header
======================================== */
.header-wrapper {}
.header-wrapper {
  text-align: center;
  width: 1100px;
  margin: 0 auto;
  position: absolute;
  left: 15vw;
}
@media screen and (min-width: 1400px) {
  .header-wrapper {
    text-align: center;
    width: 1200px;
    margin: 0 auto;
    position: absolute;
    left: 20vw;
  }
}
@media screen and (max-width: 1200px) {
  .header-wrapper {
    text-align: center;
    width: 1200px;
    margin: 0 auto;
    position: absolute;
    left: 5vw;
  }
}
.gnavi_logo {
  position: relative;
  z-index: 99;
}
/* ========================================
	#header-logo
======================================== */
header {
  background-color: #FFF;
  height: 100px;
  width: 100%;
  position: fixed;
  z-index: 99;
}
#header {
  background-repeat: repeat-x;
  background-position: center top repeat-x;
  background-image: url(../images/header_bg01.png);
  position: fixed;
  margin: 70px auto;
  width: 100%;
  top: 0;
  z-index: 99;
  height: 80px;
}
.header-inner ul {}
.header-inner ul li {
  list-style: none;
}
.contents-wrap {
  background-repeat: no-repeat;
  background-image: url(../images/bg.png);
  position: relative;
  bottom: -100px;
  margin-bottom: 100px;
  padding-bottom: 100px;
  background-color: #d6eefb;
  background-size: 100% auto;
}
.contents-inner {
  width: 1100px;
  margin: 0 auto;
}
.contents-inner .about-sec-block h2 {
  width: 400px;
  margin: 0 auto;
}
.contents-inner .about-sec-block h2 img {
  width: 100%;
  height: auto;
}
.about-sec-block .icon {
  width: 150px;
  position: relative;
  margin: 0 auto -100px auto;
  bottom: 400px;
  left: -350px;
}
.about-sec-block .icon img {
  width: 100%;
  height: auto;
}
.greeting-block .icon {
  width: 200px;
  position: relative;
  margin: 0 auto -150px auto;
  bottom: 0px;
  left: -350px;
}
.greeting-block .icon img {
  width: 100%;
  height: auto;
}
/* ========================================
	#gnavi
======================================== */
.gnavi_logo, .gnavi01, .gnavi02, .gnavi03, .gnavi04, .gnavi05, .gnavi06, .gnavi07 {
  position: absolute;
  top: 0;
  z-index: 4;
}
.gnavi_logo {
  top: -10px;
  left: -80px;
  width: 200px;
  position: absolute;
  z-index: 999;
}
.gnavi01 {
  left: 160px;
}
.gnavi02 {
  left: 340px;
}
.gnavi03 {
  left: 500px;
}
.gnavi04 {
  left: 650px;
}
.gnavi05 {
  left: 790px;
}
.gnavi06 {
  left: 900px;
}
.gnavi07 {
  left: 900px;
}
#header li .gnink {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.no-js #header li .gnink {
  display: none;
}
#header li .gntext {
  position: relative;
  z-index: 10;
}
/* ========================================
	#contents
======================================== */
#wrapper {
  margin: 0 auto;
  width: 100%;
  position: relative;
}
#container {
  width: 100%;
}
/* ========================================
	#footer
======================================== */
footer {
  width: 100%;
  height: 200px;
  position: relative;
  background-image: url("../images/foot_bg-sec.png");
  background-repeat: repeat-x;
  background-position: center bottom;
}
.footer-inner ul {
  text-align: center;
  margin: 0 auto;
  font-size: 0.8rem;
  position: relative;
  top: 150px;
}
.footer-inner ul li {
  display: inline-block;
  border-right: 1px solid #FFFFFF;
  padding: 0 15px
}
.footer-inner ul li a {
  color: #FFF;
  text-decoration: none;
}
.footer-inner ul li:first-child {
  border-left: 1px solid #FFFFFF;
}
/* ========================================
	#popup
======================================== */
#coverLayer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  height: auto;
  height: 100%;
  min-height: 100%;
  width: 100%;
  background: #DBDBDB;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
  cursor: pointer;
}
.copyright {
  padding: 30px 0;
}
.copyright-sec {
  padding: 30px 0;
}
/* ========================================
	片平まつりとは
======================================== */
.contents-inner .about-sec-block .about-sec-inner {
  width: 700px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 60px;
}
.contents-inner .about-sec-block .about-sec-inner img {
  width: 100%;
  height: auto;
}
.greeting-block {
  width: 1000px;
  margin: 0 auto;
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 50px;
}
.greeting-block:after {
  content: "";
  display: block;
  clear: both;
}
.greeting-block h2 {
  width: 500px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.greeting-block h2 img {
  width: 100%;
  height: auto;
}
.greeting {
  width: 600px;
  float: left;
  font-size: 1rem;
  line-height: 2.4rem;
  letter-spacing: 0.05rem;
}
.greeting-block .photo {
  width: 300px;
  float: left;
}
.greeting-block .photo img {
  width: 100%;
}
.greeting-block .name {
  text-align: center;
  font-weight: bold;
  padding-top: 20px;
}
.about-detail-block {
  width: 1000px;
  margin: 80px auto 0 auto;
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 50px;
}
.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: #00c9b4;
  border-left: 3px solid #00c9b4;
}
.about-detail-block dd {
  margin: 0 0 20px 0;
}
.detail-lab {
  margin: 20px 0 0 0;
}
.about-archive-block {
  width: 1000px;
  margin: 80px auto 0 auto;
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 50px;
}
.about-archive-block h2 {
  width: 500px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.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;
}
.about-archive-block ul li {
  width: 29%;
  text-align: center;
  list-style: none;
  margin: 0 2%;
}
.about-archive-block ul li a {
  text-decoration: none;
}
.about-archive-block li span {
  margin: 10px auto 20px auto;
  padding: 10px 0;
  line-height: 100%;
  color: #FFFFFF;
  background-color: #FF7BAC;
  border-radius: 5px;
  text-align: center;
  display: block;
}
/* ========================================
	特別企画
======================================== */
.special-sec-block {
  width: 1000px;
  margin: 80px auto 0 auto;
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 50px;
}
.special-sec-block h2 {
  width: 500px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.special-sec-block h2 img {
  width: 100%;
  height: auto;
}
.special-program-box {
  margin: 0 10px;
  padding: 40px;
  position: relative;
  width: 48%;
}
.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 20px;
  color: #a536b9;
  float: left;
  margin-right: 10px;
}
.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;
}
.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: 150px;
  position: absolute;
  right: 0px;
  bottom: 280px;
  margin-top: -280px;
  animation: fuwafuwa 2s infinite;
}
.chara-ifs img {
  width: 100%;
  height: auto;
}
.chara-idac {
  width: 150px;
  position: absolute;
  right: 0px;
  bottom: 340px;
  margin-top: -340px;
  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: 150px;
  position: absolute;
  right: 0px;
  bottom: 250px;
  margin-top: -250px;
  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--red.btn--imr {
  border-bottom: 5px solid #FF7C7A;
  background-color: #fbf0f0;
  color: #FF7C7A;
}
a.btn--red.btn--imr:hover {
  margin-top: 3px;
  border-bottom: 2px solid #FF7C7A;
}
a.btn--red.btn--idac {
  border-bottom: 5px solid #7ab6e2;
  background-color: #eef7fb;
  color: #7ab6e2;
}
a.btn--red.btn--idac:hover {
  margin-top: 3px;
  border-bottom: 2px solid #7ab6e2;
}
a.btn--red.btn--ifs {
  border-bottom: 5px solid #68ab99;
  background-color: #e7f4f2;
  color: #68ab99;
}
a.btn--red.btn--ifs:hover {
  margin-top: 3px;
  border-bottom: 2px solid #68ab99;
}
a.btn--red.btn--riec-hp {
  border-bottom: 5px solid #418CDC;
  background-color: #E8F1FB;
  color: #418CDC;
}
a.btn--red.btn--riec-hp:hover {
  margin-top: 3px;
  border-bottom: 2px solid #418CDC;
}
a.btn--red.btn--imram {
  border-bottom: 5px solid #8F9CD8;
  background-color: #F2F3FA;
  color: #8F9CD8;
}
a.btn--red.btn--imram:hover {
  margin-top: 3px;
  border-bottom: 2px solid #8F9CD8;
}
a.btn--red.btn--irides {
  border-bottom: 5px solid #bfd876;
  background-color: #f7fbed;
  color: #bfd876;
}
a.btn--red.btn--irides:hover {
  margin-top: 3px;
  border-bottom: 2px solid #bfd876;
}
a.btn--red.btn--cneas {
  border-bottom: 5px solid #EC6D88;
  background-color: #FDEEF1;
  color: #EC6D88;
}
a.btn--red.btn--cneas:hover {
  margin-top: 3px;
  border-bottom: 2px solid #EC6D88;
}
a.btn--red.btn--fris {
  border-bottom: 5px solid #D580B2;
  background-color: #FAF0F6;
  color: #D580B2;
}
a.btn--red.btn--fris:hover {
  margin-top: 3px;
  border-bottom: 2px solid #D580B2;
}
a.btn--red.btn--dei {
  border-bottom: 5px solid #e7c69f;
  background-color: #faf3ed;
  color: #e7c69f;
}
a.btn--red.btn--dei:hover {
  margin-top: 3px;
  border-bottom: 2px solid #e7c69f;
}
a.btn--red.btn--aimr {
  border-bottom: 5px solid #F8B73D;
  background-color: #FEF6E8;
  color: #F8B73D;
}
a.btn--red.btn--aimr:hover {
  margin-top: 3px;
  border-bottom: 2px solid #F8B73D;
}
a.btn--red.btn--univ_archives {
  border-bottom: 5px solid #ECD830;
  background-color: #FEF6E8;
  color: #ECD830;
}
a.btn--red.btn--univ_archives:hover {
  margin-top: 3px;
  border-bottom: 2px solid #ECD830;
}
a.btn--radius {
  border-radius: 100vh;
}
.special-links-b {
  text-align: center;
  margin-top: 30px;
}
.special-links {
  display: flex;
  margin: 30px 0 15px 0;
}
.special-links ul {}
.special-links li {
  margin-right: 20px;
  list-style: none;
}
.fa-position-right {
  position: absolute;
  top: calc(50% - .5em);
  right: 1rem;
}
.special-program-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.special-program-inner .information {
  margin-bottom: 30px;
  font-size: 0.9rem;
  line-height: 1.8rem;
  letter-spacing: 0.05rem;
}
.special-program-inner .photo {
  width: 100%;
}
.special-program-inner .photo img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.application-block-wrap {
  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: 500px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.application-block h2 img {
  width: 100%;
  height: auto;
}
.special-block-wrap {
  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: 500px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.special-block h2 img {
  width: 100%;
  height: auto;
}
/* ========================================
	アクセス
======================================== */
.access-block {
  padding-top: 100px;
}
.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-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: 8px;
  left: 0;
}
.campus-map {
  width: 100%;
  margin: 60px 0px 60px 0px;
}
.campus-map img {
  width: 100%;
  height: auto;
}
.access-title {
  margin-bottom: 40px;
  padding: 7px 0 7px 30px;
  font-size: 25px;
  background: url(../img/sp-bar01.png) no-repeat left top;
}
.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: 500px;
  height: 310px;
  position: absolute;
  top: 0;
  right: 0;
}
.access-map-wrap iframe {
  width: 500px;
  height: 310px;
}
.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;
}
/* ========================================
	お問い合わせ
======================================== */
.contact-block {
  padding-top: 100px;
}
.contact-block h2 {
  width: 500px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.contact-block h2 img {
  width: 100%;
  height: auto;
}
.contact-block-inner {
  width: 95%;
  margin: 0 auto;
  padding: 30px 0;
}
.contact-block-wrap {
  position: relative;
  background-color: #FFF;
  border-radius: 20px;
}
.contact-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;
}
.contact-detail b {
  font-size: 1.2rem;
  font-weight: 600;
}
.contact-detail {
  text-align: center;
  line-height: 2.4rem;
}
#contact_to {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px dashed #B3AC9E;
}
#contact_to b {
  font-size: 16px;
}
#contact_qa {
  margin-bottom: 50px;
}
#contact_qa dl {}
#contact_qa dt {
  margin-bottom: 20px;
  padding: 10px 0 0 60px;
  font-size: 16px;
  font-weight: bold;
  color: #00B097;
  position: relative;
}
#contact_qa dd {
  margin: 0 0 30px 0;
  padding: 10px 0 30px 60px;
  border-bottom: 1px dashed #B3AC9E;
  position: relative;
}
#contact_qa dt:before, #contact_qa dd:before {
  width: 40px;
  height: 40px;
  padding-top: 7px;
  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: #FF7C7A;
  background-color: #FFEBEB;
  border-radius: 10px;
  box-shadow: 0 3px 0 #FFD1D0;
  display: inline-block;
}
#contact_qa .contact_link a:hover {
  opacity: 0.7;
}
/* ========================================
	研究所紹介
======================================== */
.laboratory-block {
  padding-top: 100px;
}
.laboratory-block h2 {
  width: 500px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.laboratory-block h2 img {
  width: 100%;
  height: auto;
}
.laboratory-block-inner {
  width: 95%;
  margin: 0 auto;
  padding: 30px 0 0 0;
}
.laboratory-block-wrap {
  position: relative;
  background-color: #FFF;
  border-radius: 20px;
}
.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;
}
.movie-block-wrap {
  position: relative;
  background-color: #FFF;
  border-radius: 20px;
}
.movie-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;
}
.movie-block-inner {
  padding: 30px 0 0 0;
}
.youtube {
  position: relative;
  width: 80%;
  padding-top: 56.25%;
  margin: 0 auto;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.title-digest {
  width: 400px;
  margin: 0 auto;
}
.title-digest img {
  width: 100%;
  height: auto;
}
#forest {
  width: 1000px;
}
#forest .forest-head {
  width: 1000px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin: 0px 0px 50px 0px;
}
#forest-friends {
  width: 1000px;
}
#forest-friends:after {
  content: "";
  display: block;
  clear: both;
}
#forest-friends ul.friend-list {
  width: 1100px;
  margin: 0px auto 10px auto;
  display: flex;
  flex-wrap: wrap;
}
#forest-friends ul.friend-list li {
  width: 310px;
  height: auto;
  list-style: none;
  margin: 18px;
}
#forest-friends ul.friend-list li img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
#forest-friends ul.friend-list li a:hover {
  opacity: 0.7;
}
/* ========================================
	研究所紹介　詳細
======================================== */
#lab-navi {
  margin: -30px 0 70px 0;
}
#lab-navi ul {
  margin: 0 -5px;
  overflow: hidden;
}
#lab-navi li {
  width: 25%;
  float: left;
}
#lab-navi li a {
  margin: 3px 6px;
  padding: 5px 10px 5px 32px;
  font-size: 13px;
  color: #3E3A39;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border-radius: 5px;
  display: block;
  position: relative;
}
#lab-navi li a:hover {
  opacity: 0.7;
}
#lab-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-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-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: 85px;
  padding: 35px 35px 35px 75px;
  background-size: 120px;
  overflow: hidden;
  position: relative;
}
#lab-about img {
  width: 200px;
  position: absolute;
  top: 0px;
  z-index: 10;
}
#lab-about .mascot {
  float: left;
}
#lab-about .mascot .name {
  width: 190px;
  margin: 0px 0 0px 0;
  text-align: center;
  padding: 210px 0 210px 0;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
}
/*#lab-about .name:before {
	content: '';
	border-width: 30px 95px 0 0;
	border-style: solid;
	position: absolute;
	bottom: -30px;
	left: 0;
}
#lab-about .name:after {
	content: '';
	border-width: 0 95px 30px 0;
	border-style: solid;
	position: absolute;
	bottom: -30px;
	right: 0;
}*/
#lab-about .mascot .name em {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  line-height: 100%;
  display: block;
}
#lab-about .mascot .profile {
  font-size: 12px;
  line-height: 150%;
  text-align: center;
}
#lab-about dl {
  width: 620px;
  margin: 0 0 0 60px;
  float: left;
}
#lab-about dt {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: bold;
  line-height: 150%;
}
#lab-about dd {
  line-height: 180%;
  margin-inline-start: 0 !important;
  margin-left: 0 !important;
}
#lab-about 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;
}
#lab-about dd a:hover {
  opacity: 0.7;
}
.lab-about_btn {
  width: 50%;
  margin: 50px auto 0px auto;
}
.lab-about_btn a {
  padding: 25px 8% 25px 8%;
  width: 84%;
  box-shadow: 0 4px 0 #E6F7F5;
  font-size: 19px;
  font-weight: bold;
  color: #FFF;
  line-height: 100%;
  display: inline-block;
  letter-spacing: 1px;
  background: url(../../assets/images/blank2.png) no-repeat #00B097 right 50px center;
  background-size: 20px;
  border-radius: 10px;
}
.lab-about_btn a:hover {
  opacity: 0.7;
}
#lab-anchor-navi {
  margin: -30px 0 50px 0;
  text-align: center;
}
#lab-anchor-navi ul {
  margin: 0 -5px;
}
#lab-anchor-navi li {
  display: inline-block;
}
#lab-anchor-navi li a {
  margin: 3px 6px;
  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:hover {
  opacity: 0.7;
}
#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: 30px;
}
.lab-list h2 {
  height: 56px;
  margin-bottom: 20px;
  padding: 5px 0 0 60px;
  font-size: 30px;
  font-weight: bold;
  line-height: 100%;
  box-sizing: border-box;
}
.lab-list .lab-bar01 {
  background: url(../../assets/images/lab-bar01.png) no-repeat left top;
}
.lab-list .lab-bar02 {
  background: url(../../assets/images/lab-bar02.png) no-repeat left top;
}
.lab-list .lab-bar04 {
  background: url(../../assets/images/lab-bar04.png) no-repeat left top;
}
.lab-list ul {
  margin: 0 -10px;
}
.lab-list li {
  width: 320px;
  margin: 0 10px 20px 10px;
  padding: 20px;
  background-color: #F7F7F5;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  box-sizing: border-box;
  float: left;
  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-bottom: 50px;
  line-height: 180%;
}
.lab-text-list em {
  margin-top: 5px;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  display: block;
}
.lab-text-list img {
  margin: 15px 0;
  vertical-align: bottom;
  display: block;
}
.lab-text-list-end {
  margin-bottom: 50px;
}
.lab-content {
  margin-bottom: 50px;
}
.lab-content h3 {
  margin-bottom: 20px;
  padding: 2px 0 2px 10px;
  font-size: 20px;
  line-height: 100%;
  color: #00B097;
  border-left: 3px solid #80D8CB;
}
.lab-content-table {
  width: 100%;
  display: table;
}
.lab-content-row {
  display: table-row;
}
.lab-content-row-last-child .lab-content-cell {
  border-bottom: none;
}
.lab-content-cell {
  padding: 25px 0;
  border-bottom: 1px dotted #B3AC9E;
  display: table-cell;
  vertical-align: top;
}
.lab-content-cell.schedule {
  width: 145px;
}
.lab-content-cell.schedule em {
  margin-right: 25px;
  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 {
  width: 130px;
}
.lab-content-cell.photo img {
  width: 100px;
}
.lab-content-cell.name {
  width: 725px;
  font-size: 16px;
  font-weight: bold;
}
.lab-content-cell.name img {
  margin-top: 10px;
  display: block;
}
.lab-content-cell .photo-float {
  overflow: hidden;
}
.lab-content-cell .photo-float img {
  margin-right: 15px;
  float: left;
}
.lab-content-cell .border {
  border: 1px solid #E3E3E3;
}
.lab-booth {}
.lab-booth h2 {
  height: 56px;
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: bold;
  line-height: 100%;
  background: url("../../assets/images/lab-bar03.png") no-repeat center bottom;
  text-align: center;
}
.lab-booth h3 {
  margin-bottom: 23px;
  padding: 16px 30px 14px 35px;
  font-size: 17px;
  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-bottom: 40px;
  overflow: hidden;
}
.lab-booth ul li {
  width: 50%;
  margin: 2px 0;
  padding-left: 31px;
  box-sizing: border-box;
  position: relative;
  float: left;
  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: 10px;
  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 {
  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 {
  background-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;
}
/* --- 金属材料研究所 --- */
.laboratory-imr {
  background-color: #fbf0f0;
}
.laboratory-imr:after {
  content: "";
  display: block;
  clear: both;
}
.laboratory-imr .mascot {
  background-color: #FF7C7A;
  width: 250px;
  float: left;
  padding-bottom: 60px;
}
.laboratory-imr .mascot img {
  width: 100%;
  height: auto;
}
.laboratory-imr .profile {
  color: #FFF;
  text-align: center;
  font-size: 0.8rem;
}
.laboratory-imr .detail {
  float: right;
  width: 750px;
  padding: 50px 0 0 0;
}
.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 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-idac {
  background-color: #eef7fb;
}
.laboratory-idac:after {
  content: "";
  display: block;
  clear: both;
}
.laboratory-idac .mascot {
  background-color: #7ab6e2;
  width: 250px;
  float: left;
  padding-bottom: 90px;
}
.laboratory-idac .mascot img {
  width: 100%;
  height: auto;
}
.laboratory-idac .profile {
  color: #FFF;
  text-align: center;
  font-size: 0.8rem;
}
.laboratory-idac .detail {
  float: right;
  width: 750px;
  padding: 50px 0 0 0;
}
.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;
}
.laboratory-ifs:after {
  content: "";
  display: block;
  clear: both;
}
.laboratory-ifs .mascot {
  background-color: #68ab99;
  width: 250px;
  float: left;
  padding-bottom: 260px;
}
.laboratory-ifs .mascot img {
  width: 100%;
  height: auto;
}
.laboratory-ifs .profile {
  color: #FFF;
  text-align: center;
  font-size: 0.8rem;
}
.laboratory-ifs .detail {
  float: right;
  width: 750px;
  padding: 50px 0 0 0;
}
.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;
}
.laboratory-riec:after {
  content: "";
  display: block;
  clear: both;
}
.laboratory-riec .mascot {
  background-color: #618cd0;
  width: 250px;
  float: left;
  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 {
  float: right;
  width: 750px;
  padding: 50px 0 0 0;
}
.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;
}
.laboratory-imram:after {
  content: "";
  display: block;
  clear: both;
}
.laboratory-imram .mascot {
  background-color: #949dd0;
  width: 250px;
  float: left;
  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 {
  float: right;
  width: 750px;
  padding: 50px 0 0 0;
}
.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;
}
.laboratory-irides:after {
  content: "";
  display: block;
  clear: both;
}
.laboratory-irides .mascot {
  background-color: #bfd876;
  width: 250px;
  float: left;
  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 {
  float: right;
  width: 750px;
  padding: 50px 0 0 0;
}
.laboratory-irides .detail dl dt {
  font-size: 1.6rem;
  font-weight: 600;
  color: #bfd876;
  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-irides dd a:hover {
  opacity: 0.7;
}
/* --- 東北アジア研究センター --- */
.laboratory-cneas {
  background-color: #FDEEF1;
}
.laboratory-cneas:after {
  content: "";
  display: block;
  clear: both;
}
.laboratory-cneas .mascot {
  background-color: #EC6D88;
  width: 250px;
  float: left;
  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 {
  float: right;
  width: 750px;
  padding: 50px 0 0 0;
}
.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;
}
.laboratory-fris:after {
  content: "";
  display: block;
  clear: both;
}
.laboratory-fris .mascot {
  background-color: #D580B2;
  width: 250px;
  float: left;
  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 {
  float: right;
  width: 750px;
  padding: 50px 0px 0 0;
}
.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;
}
.laboratory-dei:after {
  content: "";
  display: block;
  clear: both;
}
.laboratory-dei .mascot {
  background-color: #e7c69f;
  width: 250px;
  float: left;
  padding-bottom: 140px;
}
.laboratory-dei .mascot img {
  width: 100%;
  height: auto;
}
.laboratory-dei .profile {
  color: #FFF;
  text-align: center;
  font-size: 0.8rem;
}
.laboratory-dei .detail {
  float: right;
  width: 730px;
  padding: 50px 20px 0 0;
}
.laboratory-dei .detail dl dt {
  font-size: 1.6rem;
  font-weight: 600;
  color: #e7c69f;
  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;
}
.laboratory-aimr:after {
  content: "";
  display: block;
  clear: both;
}
.laboratory-aimr .mascot {
  background-color: #F8B73D;
  width: 250px;
  float: left;
  padding-bottom: 70px;
}
.laboratory-aimr .mascot img {
  width: 100%;
  height: auto;
}
.laboratory-aimr .profile {
  color: #FFF;
  text-align: center;
  font-size: 0.8rem;
}
.laboratory-aimr .detail {
  float: right;
  width: 730px;
  padding: 50px 20px 20px 0;
}
.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;
}
.laboratory-univ_archives:after {
  content: "";
  display: block;
  clear: both;
}
.laboratory-univ_archives .mascot {
  background-color: #ECD830;
  width: 250px;
  float: left;
  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 {
  float: right;
  width: 730px;
  padding: 50px 20px 0px 0;
}
.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 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 a:hover {
  opacity: 0.7;
}
.bg-002 .space {
  height: 200px;
}
.lab-program-list {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 50px;
  margin-top: 60px;
}
.lab-program-list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.lab-program-list ul li {
  width: 48%;
  /*background-image: url(../images/about-bg.png);
  background-repeat: no-repeat;
  background-size: cover;*/
  list-style: none;
  padding-bottom: 20px;
}
.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: 1.2rem;
  font-weight: 600;
  text-align: left;
  display: block;
  margin: 0px auto 15px auto;
  letter-spacing: 0.05rem;
  line-height: 1.8rem;
  padding: 2%;
  color: #FFF;
}
.lab-program-list .information {
  font-size: 0.9rem;
  line-height: 1.8rem;
  letter-spacing: 0.05rem;
  margin-bottom: 20px;
}
.lab-program-list .photo {
  width: 100%;
}
.lab-program-list .photo img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.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-right: 20px;
  list-style: none;
}
.lab-program-list-b {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 50px;
  margin-top: 60px;
}
.lab-program-list-b ul {
  width: 100%;
}
.lab-program-list-b ul li {
  width: 48%;
  margin: 0 auto;
  /*background-image: url(../images/about-bg.png);
  background-repeat: no-repeat;
  background-size: cover;*/
  list-style: none;
  padding-bottom: 20px;
}
.lab-program-list-b ul li .information ul {
  display: block;
}
.lab-program-list-b 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-b ul li .title {
  width: 100%;
  border-radius: 6px;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: left;
  display: block;
  margin: 0px auto 15px auto;
  letter-spacing: 0.05rem;
  line-height: 1.8rem;
  padding: 2%;
  color: #FFF;
}
.lab-program-list-b .information {
  font-size: 0.9rem;
  line-height: 1.8rem;
  letter-spacing: 0.05rem;
  margin-bottom: 20px;
}
.lab-program-list-b .photo {
  width: 100%;
}
.lab-program-list-b .photo img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.lab-program-list-b ul li .special-links {
  margin: 30px 0 15px 0;
}
.lab-program-list-b ul li .special-links {}
.lab-program-list-b ul li .special-links div {
  margin-right: 20px;
  list-style: none;
}
/*金属材料研究所*/
.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 ul li .title span {
  display: block;
  padding-top: 10px;
}
.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: 80px;
  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;
}
.lab-program-list ul li .detail:after {
  content: "";
  display: block;
  clear: both;
}
.lab-program-list .time {
  color: #FFF;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 6px;
  margin-bottom: 20px;
}
.lab-program-list-b ul li .detail {
  width: 100%;
}
.lab-program-list-b ul li .title span {
  display: block;
  padding-top: 10px;
}
.lab-program-list-b ul li .title a {
  color: #FFF;
}
.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: left;
  margin-bottom: 10px;
}
.lab-program-list-b ul li .detail dl dd {
  display: block;
  padding-left: 15px;
  width: 75%;
  float: left;
  margin-bottom: 10px;
  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 span {
  line-height: 40px;
}
.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: 400px;
}
.icon-information .icon-block img {
  width: 100%;
  height: auto;
}
.icon-information .note {
  width: 500px;
  font-size: 0.8rem;
}
.special-block-wrap .note {
  width: 800px;
  margin: 30px auto 0 auto;
  ;
  font-size: 0.8rem;
  text-align: center;
}
.lab-sch-list {
  width: 100%;
}
.lab-sch-list-block {
  float: left;
  width: 20%;
  margin-top: 20px;
}
.lab-sch-list-block .special-links {
  display: flex;
  margin: 0px 0 15px 0;
}
.lab-sch-list-block .special-links li {
  margin-right: 20px;
  width: 100%;
  list-style: none;
}
.lab-sch-list-block .time {
  color: #FFF;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 6px;
  margin-bottom: 20px;
}
.lab-sch-list .title span {
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 600;
  padding-top: 15px;
  display: block;
}
.lab-sch-list-block .detail {
  width: 100%;
}
.lab-sch-list .title {
  padding: 10px;
  border-radius: 6px;
}
.lab-sch-list-block .title span {
  display: block;
  padding-top: 10px;
}
.lab-sch-list .photo {
  width: 25%;
  float: right;
  margin-top: 20px;
}
.lab-sch-list .detail dl {
  font-size: 0.9rem;
  width: 70%;
  margin: 15px auto 20px auto;
  float: left;
}
.lab-sch-list .detail dl dt {
  text-align: center;
  border-radius: 6px;
  padding: 5px 10px;
  display: block;
  width: 80px;
  clear: left;
  float: left;
  margin-bottom: 5px;
}
.lab-sch-list .detail dl dd {
  display: block;
  padding-left: 15px;
  width: 75%;
  float: left;
  margin-bottom: 10px;
  padding-top: 0px;
}
.lab-sch-list .detail:after {
  content: "";
  display: block;
  clear: both;
}
.event-list table {
  width: 100%;
}
.event-list th, .event-list td {
  width: 300px;
  height: 100px;
  vertical-align: middle;
  padding: 0 15px;
  border: 1px solid #ccc;
}
.fixed01, .fixed02 {
  position: sticky;
  top: 0;
  left: 0;
  color: #fff;
  background: #333;
}
.fixed02:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
}
.fixed01 {
  z-index: 2;
}
.fixed02 {
  z-index: 1;
}
.slider {
  overflow-y: auto;
  width: 95%;
  margin: 30px auto;
}
.slider table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 30px;
  width: 100%;
}
.slider td {}
.slider .sakura {
  width: 100px;
}
.slider .imr {
  width: 100px;
}
.slider .idac {
  width: 100px;
}
.slider .ifs {
  width: 100px;
}
.slider .riec {
  width: 100px;
}
.slider .imram {
  width: 100px;
}
.slider .irides {
  width: 100px;
}
.slider .cneas {
  width: 100px;
}
.slider .aimr {
  width: 100px;
}
.slider .fris {
  width: 100px;
}
.slider .dei {
  width: 100px;
}
.slider .univ_archives {
  width: 100px;
}
.slider .time {
  width: 10%;
}
.slider th, .slider td {
  border: 1px solid #999;
  padding: 6px;
  vertical-align: middle;
  color: #000;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
}
.slider th {
  background-color: #D8D8D8;
}
.slider tr:first-child th, .slider tr th:first-child {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: D8D8D8;
}
.slider tr:first-child th:first-child {
  z-index: 10;
}
.slider tr:first-child th:before, .slider tr th:first-child:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border: 1px solid #999;
}
.text-right {
  text-align: right;
  padding: 0 0 20px 0;
  font-size: 0.8rem;
}
.special-block-wrap .note:after, .lab-sch-list-block:before, .application-block-wrap:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.btn-links {
  padding-top: 15px;
  padding-left: 55px;
}
.btn-00 {
  left: -9px;
  position: relative;
}
.lab-pdf {
  margin: 20px auto 0 auto;
  position: relative;
  left: -10px;
}
.lab-pdf a {
  background-image: url(../images/icon-lab_pdf.png);
  background-size: 27px 20px;
  background-repeat: no-repeat;
  background-position: right center;
}
.special-pickup {
  background-color: #EDDDF6;
  border: 1px solid #8E48AD;
  padding: 30px;
  width: 70%;
  margin: 0 auto;
  font-size: 0.9rem;
  line-height: 1.8rem;
  margin-top: 30px;
  border-radius: 10px;
}
.movie-pickup {
  background-color: #F8E8DD;
  border: 1px solid #5d3518;
  padding: 30px;
  width: 80%;
  margin: 0 auto;
  font-size: 0.9rem;
  line-height: 1.8rem;
  margin-top: 30px;
  border-radius: 10px;
}
.movie-list-inner {
  width: 80%;
  margin: 0 auto;
  padding: 30px 0 0 0;
}
.movie-list-inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.movie-list-inner ul li {
  list-style-type: none;
  width: 49%;
  margin-bottom: 30px;
}
.movie-list-inner ul li iframe {
  width: 100%;
}
.btn-special {
  width: 300px;
  padding-left: 80px;
  padding-top: 10px;
}
.btn-special img {
  width: 300px;
}
.btn-special a:hover {
  opacity: 0.7;
}
.btn-youtube {
  width: 495px;
  margin: 0 auto;
  padding-bottom: 80px;
  padding-top: 30px;
}
.btn-youtube img {
  width: 100%;
  height: auto;
}
.btn-youtube a:hover {
  opacity: 0.7;
}