@charset "UTF-8";

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  font-family: "Montserrat", "UD デジタル 教科書体 NK", "游ゴシック", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MSゴシック", "Roboto", "Noto Sans JP", "Helvetica Neue", "Arial", monospace, sans-serif;
  font-weight: 300;
}
main {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-weight: 400;
}

/* //////////Header////////// */
.header-container {
  margin: 0 auto;
  padding: 0;
  width: 960px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
h1 {
  margin: 24px 0;
  width: 50%;
  line-height: .6;
}
h1 a {
  display: block;
  transition: all 300ms 0s ease;
}
.header-sub {
  width: 276px;
  line-height: .6;
}
.header-sub a {
  display: block;
  transition: all 300ms 0s ease;
}
.header-sub a img {
  width: 100%;
}
.header-sub a img:hover {
  opacity: 0.4;
}
.header-sub ul {
  margin: 0;
  box-sizing: border-box;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
}

/* Header（英語）Japaneseボタン */
.header-sub-en {
  width: 276px;
  line-height: .6;
}
.header-sub-en a {
  display: block;
  transition: all 300ms 0s ease;
}
.header-sub-en a img {
  width: 100%;
}
.header-sub-en a img:hover {
  opacity: 0.4;
}
.header-sub-en ul {
  margin: 0;
  box-sizing: border-box;
  list-style-type: none;
  display: flex;
  justify-content: right;
}
/* Header（英語）Japaneseボタン終わり */

.header-button {
  margin: 0;
  padding: 4px 0 0;
  vertical-align: middle;
}
.header-button li a {
  display: block;
  width: 134px;
  height: 28px;
  text-decoration: none;
  line-height: 28px;
  transition: all 300ms 0s ease;
}
.access-button a {
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  background-color: #5a4498;
  border-radius: 100px;
}
.access-button a:hover {
  color: #5a4498;
  background-color: #A99CCE;
}
.english-button a {
  box-sizing: border-box;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  background-color: #6f7393;
  border-radius: 100px;
}
.english-button a:hover {
  color: #6f7393;
  background-color: #c6c3cf;
  border: none;
}

/* ハンバーガーメニュー */
.hamburger {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 30px;
  cursor: pointer;
  z-index: 90;
}
.hamburger span {
  display: block;
  height: 3px;
  width: 100%;
  background-color: #5a4498;
  margin: 5px 0;
  transition: 0.4s;
}

/* バツ印に変化するスタイル */
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
  background-color: #fff;
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
  background-color: #fff;
}

/* PC用Navメニュー */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 100;
}

.nav-container ul {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style-type: none;
  display: flex;
  text-align: center;
  background-color: #5a4498;
  align-items: center;
  justify-content: center;
}
.nav-container ul li {
  font-size: 1.8rem;
  border-right: 1px solid #48347a;
}
.nav-container ul li:nth-child(5) {
  border-right: none;
}
.nav-container ul li a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  padding: 12px 26px 11.5px;
  line-height: 1;
  transition: all 300ms 0s ease;
}
.nav-container ul li a:hover {
  background-color: rgba(255,255,255,0.2);
}
.small-title {
  font-size: 1.2rem;
}

/* //////////Footer////////// */
/* 上に戻るボタン（PC） */
html{
  scroll-behavior: smooth;
}
.button-to-top {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
.button-to-top a img {
  width: 48px;
  height: 48px;
  position: absolute;
  right: 0px;
  top: -54px;
  z-index: 70;
  transition: all 300ms 0s ease;
}
.button-to-top a img:hover {
  filter: brightness(125%);
}

footer {
  margin: 0;
  padding: 32px 0;
  box-sizing: border-box;
  background-color: #6f7393;
  text-align: center;
}
footer a {
  display: block;
}
footer img {
  height: 46px;
}
footer p {
  margin: 0;
  padding-top: 8px;
  color: #fff;
}
footer p small {
  display: block;
}

/* Footer固定 (PC) */
html, body{
  height:100%;
}
div#wrap {
    position: relative;
    height:auto !important; /*IE6対策*/
    height: 100%; /*IE6対策*/
    min-height: 100vh;
    padding-bottom: 134px;
    box-sizing: border-box;
}
footer {
  width: 100%;
  position: absolute;
  bottom: 0;
}


/* ------------Home（PC）------------ */
.main-fig {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  margin: 163px 0 0;
  padding: 0;
  background-image: url(images/dbml_header.png);
  background-repeat: repeat;
  background-position: top;
  background-size: contain;
  text-align: center;
  z-index: -1;
  animation-name: main-fig;
  animation-duration: 2s;
}
@keyframes main-fig {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.main-title {
  width: 100%;
  text-align: center;
}
.main-text {
  display: inline-block;
  z-index: 10;
  margin: 48rem 0 30rem;
  padding: 0 8px;
  color: #5a4498;
  font-size: 4.8rem;
  font-weight: 300;
  word-break: break-all;
  background-color: rgba(255,255,255,0.6);
  animation-name: main-text;
  animation-duration: 2.5s;
}
@keyframes main-text {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.break-words-h2 {
  display: none;
}

.home-news-container {
  width: 780px;
  margin: 0 auto 180px;
  padding: 18px 0;
  background: rgba(255,255,255,0.8);
}
.title-home-news {
  width: 100%;
  text-align: center;
}
.home-news-container h3 {
  display: inline-block;
  font-size: 3.2rem;
  font-weight: 300;
  color: #5a4498;
  margin: 0 0 32px 0;
  padding-bottom: 8px;
  border-bottom: 3px solid #5a4498;
}
.home-news-list {
  margin: 0 auto;
  width: 720px;
  height: 480px;
  box-sizing: border-box;
  border: 1px solid #5a4498;
  background: #fff;
  padding: 20px 32px 0;
  overflow: hidden scroll;
}
.home-news-list dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.6rem;
  margin: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #5a4498;
}
.home-news-list dl:last-child {
  border-bottom: none;
}
.home-news-list dt {
  display: inline;
  width: 20%;
}
.home-news-list dd {
  margin: 0;
  width: 80%;
  line-height: 1.5;
  text-align: justify;
}
.home-news-list dd a {
  text-decoration: none;
  color: #5a4498;
  transition: all 100ms 0s ease;
}
.home-news-list dd a:hover {
  color:#6f7393;
}
.home-news-container p {
  width: 720px;
  margin: 12px auto 0;
  text-align: right;
  font-size: 1.6rem;
}
.home-news-container p a {
  text-decoration: none;
  color: #5a4498;
  transition: all 300ms 0s ease;
}
.home-news-container p a:hover {
  color: #A99CCE;
}

.banner-list {
  padding: 38px 0;
  box-sizing: border-box;
  border-top: 3px solid #5a4498;
  background: #fff;
}
.banner-list ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.banner-list ul li {
  padding: 0 16px;
  list-style-type: none;
}
.banner-list ul li a {
  display: inline-block;
}
.banner-list ul li a img {
  height: 40px;
  transition: all 300ms 0s ease;
}
.banner-list ul li a img:hover {
  opacity: 0.4;
}
/* ------------全ページ共通（PC）------------ */

/* ------------サブページ共通（PC）------------ */
.subpage-container {
  width: 720px;
  margin: 260px auto 140px;
  text-align: justify;
}
.subpage-title h3 {
  margin: 0 0 48px 0;
  font-size: 3.2rem;
  font-weight: 300;
  color: #5a4498;
  padding-bottom: 14px;
  border-bottom: 2px solid #5a4498;
  text-align: center;
}
.small-h3 {
  font-size: 1.8rem;
  vertical-align: middle;
  padding-left: 1.4rem;
}
.subpage-text p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: justify;
}
.subpage-text figure {
  margin: 8px 0 28px;
  box-sizing: border-box;
  border: 1px solid #000000;
  text-align: center;
}
.subpage-text figure img {
  padding: 16px 0;
  width: 95%;
  vertical-align: middle;
}
.small-p {
  font-size: 1.4rem;
}
.subpage-text ul {
  margin: 24px 0;
  padding-left: 22px;
  font-size: 1.6rem;
  color: #5a4498;
  line-height: 2;
  text-align: justify;
}
.subpage-text li {
  margin-bottom: .4rem;
}
.subpage-text ul span {
  color: #000000;
}

/* ------------About Us（PC）------------ */
/* Research Projects */
.r-subpage-container {
  width: 720px;
  margin: 0 auto 180px;
}
.r-subpage-container dl {
  margin: 0;
}
.research-list {
  width: 100%;
  display: flex;
  margin: 80px 0 ;
}
.box-container {
  width: 12px;
}
.box {
  width: 12px;
  height: 12px;
  background: #5a4498;
  margin-top: .6rem;
}
.research-container {
  width: 100%;
  margin-left: 8px;
}
.research-container dl {
  margin-top: 0;
}
.research-container dt {
  font-size: 1.8rem;
  font-weight: 600;
  padding-bottom: 1.4rem;
  line-height: 1.4;
}
.research-container dd {
  margin: 0;
  padding-bottom: 14px;
  font-size: 1.6rem;
  line-height: 1.6;
}
.research-links {
  font-size: 1.6rem;
  word-break: break-all;
  text-indent: -1.6rem;
  padding-left: 1.6rem;
}
.research-links a {
  text-decoration: none;
  color: #5a4498;
  transition: all 300ms 0s ease;
}
.research-links a:hover {
  color:#A99CCE
}
.break-words-title {
  display: none;
}

/* ------------About Us（PC/英語）------------ */
.about-container-en p {
  margin-bottom: 32px;
}
.about-container-en ul {
  padding: 0;
  list-style-type: none;
  color: #000;
}
.about-container-en ul li {
  margin-bottom: 32px;
  padding-left: 2rem;
  text-indent: -2rem;
  line-height: 1.6;
  text-align: justify;
}
.about-date p {
  text-align: right;
}


/* ------------members（PC）------------ */
.members-time {
  margin: -36px 0 14px;
  padding: 0;
  text-align: right;
  font-size: 1.4rem;
}
.members-name {
  margin: 48px 0 20px;
  display: flex;
}
.members-name img {
  width: 64px;
}
.members-name h4 {
  margin: 0;
  padding-left: 16px;
  font-weight: 400;
  font-size: 2.4rem;
}
.members-name-s {
  font-size: 1.4rem;
  vertical-align: middle;
}
.members-list dt {
  margin: 14px 0;
  border-bottom: 1px solid #5a4498;
  font-size: 1.8rem;
  color: #5a4498;
}
.members-list dd {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: justify;
}
.members-list p {
  font-size: 1.6rem;
  line-height: 2;
}
.members-list p a {
  padding: 3px 6px 4px;
  font-size: 1.3rem;
  text-decoration :none;
  color: #fff;
  background: #5a4498;
  border-radius: 4px;
  transition: all 300ms 0s ease;
}
.members-list p a:hover {
  background: #A99CCE;
}
.double-line {
  display: block;
  padding-top: 48px;
  margin-bottom: 36px;
  border-bottom: double 3px #5a4498;
}

/* ------------Members（PC/英語）------------ */
.members-container-en {
  margin: 0;
  padding: 160px 0;
  box-sizing: border-box;
}
.members-container-en p {
  text-align: center;
  font-size: 4rem;
  color: #6f7393;
}


/* ------------News（PC）------------ */
.news-list {
  margin: 0;
}
.news-list dt {
  margin: 72px 0 18px;
  border-left: 6px solid #5a4498;
  font-size: 1.8rem;
  padding: 4px 0 4px 16px;
}
.news-list p {
  text-align: right;
  font-size: 1.4rem;
  margin-top: -24px;
}
.news-list dd {
  overflow: hidden;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: justify;
}
.news-list dd a {
  text-decoration: none;
  color: #5a4498;
}
.news-list dd a:hover {
  color:#A99CCE
}
.subpage-text p.readmore {
  margin: 0;
  text-align: right;
  vertical-align: middle;
  font-size: 1.6rem;
}
.readmore a {
  text-decoration: none;
  color: #5a4498;
  transition: all 300ms 0s ease;
}
.readmore a:hover {
  color: #A99CCE;
}

/* ------------Graduate School（PC）------------ */
.graduate-list {
  width: 100%;
  display: flex;
  margin-bottom: 96px;
}
.graduate-list-2 {
  width: 100%;
  display: flex;
  margin-bottom: 0;
}
.graduate-container {
  width: 100%;
  margin-left: 8px;
}
.graduate-container p {
  margin: 0;
}
.graduate-text {
  margin: 0;
  padding-bottom: 28px;
  font-size: 1.6rem;
  line-height: 1.6;
}
.graduate-container dl {
  margin: 24px 0 0;
  font-size: 1.6rem;
  line-height: 1.6;
}
.graduate-container dd {
  margin-left: 14px;
  display: block;
}
.graduate-container dd a {
  text-decoration: none;
  color: #5a4498;
  transition: all 300ms 0s ease;
}
.graduate-container dd a:hover {
  color:#A99CCE
}
.graduate-container ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #000;
  line-height: 1.8;
}
.graduate-container li {
  margin: 0;
  padding: 0;
}
.break-alls2 {
  display: none;
}

/* ------------Graduate School（PC/英語）------------ */
.Graduate-container-en p {
  padding-bottom: 24px;
}
.Graduate-container-en p:nth-child(2) {
  padding-bottom: 0;
}
.Graduate-container-en dl {
  margin: 0;
  font-size: 1.6rem;
}
.Graduate-container-en dt {
  margin: 36px 0 0;
  padding-bottom: 8px;
  text-indent: -1.6rem;
  padding-left: 1.6rem;
  line-height: 1.4;
}
.Graduate-container-en dd {
  margin: 0 0 8px 14px;
}
.Graduate-container-en dd a {
  text-decoration: none;
  color: #5a4498;
  transition: all 300ms 0s ease;
}
.Graduate-container-en dd a:hover {
  color: #A99CCE;
}


/* ------------Contact Us（PC）------------ */

/* ------------Access（PC）------------ */
p.address-text {
  margin: 0 0 24px;
  padding:0;
  font-size: 1.8rem;
  line-height: 1.7;
  text-align: center;
}
.contact-button {
  margin: 0 0 40px;
  padding: 0;
  vertical-align: middle;
}
.contact-button a {
  margin: 0 auto;
  padding: 8px;
  display: block;
  width: 134px;
  height: 28px;
  text-decoration: none;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  line-height: 28px;
  background-color: #5a4498;
  border-radius: 100px;
  transition: all 300ms 0s ease;
}
.contact-button a:hover {
  color: #5a4498;
  background-color: #A99CCE;
}
.access-link dt {
  font-size: 1.6rem;
  padding-bottom: 4px;
  line-height: 1.6;
}
.access-link dd {
  font-size: 1.6rem;
  margin: 0;
}
.access-link dd a {
  text-decoration: none;
  color: #5a4498;
  transition: all 300ms 0s ease;
}
.access-link a:hover {
  color:#A99CCE
}

.map-container h4 {
  width: 100%;
  margin: 56px 0 16px;
  padding: 6px 0;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 300;
  text-align: center;
  background: #6f7393;
}
.small-h4 {
  font-size: 14px;
  vertical-align: center;
  padding-left: 6px;
}
.map-container img {
  width: 100%;
  display: block;
  object-fit: cover;
}




/* **************メディアクエリ************** */
/* PC */
@media screen and (min-width: 980px) {
/* //////////Header////////// */
  .hamburger {
    display: none;
  }
  .sp-only {
    display: none;
  }
}

/* \\\\\\\\\\\\\\\\タブレット\\\\\\\\\\\\\\\\ */
@media screen and (max-width: 979px) {
/* //////////Header////////// */
  body {
    width: 100%;
  }
  .header-container {
  width: 100%;
  border-bottom: 3px solid #5a4498;
  }
  h1 {
    width: 55%;
    padding-left: 24px;
  }
  .header-sub {
    display: none;
  }
  .header-sub-en {
    display: none;
  }
  /* タブレット用Navメニュー*/
.nav-container {
  position: fixed;
  top: 0;
  right: -100%; /* 初期状態では画面の外に隠れている */
  width: 40vw;
  height: 100%;
  background-color: #5a4498;
  transition: right 0.3s ease; /* スライドインのアニメーション */
  padding: 24px;
  box-sizing: border-box;
  z-index: 80;
}
/* メニューが開いているとき */
.nav-container.open {
  right: 0;
}
/* メニューリストのスタイル */
.nav-container ul {
  display: block;
  list-style-type: none;
  padding: 0;
  margin-top: 36px;
}
.nav-container ul li {
  border-right: none;
  border-bottom: 1px solid #48347a;
  font-size: 2rem;
}
.small-title {
  font-size: 1.4rem;
}
.nav-container ul li a {
  width: 100%;
  padding: 16px 0;
}
.nav-container ul li:last-child {
  background-color: #6f7393;
}
.nav-container ul li:nth-last-child(-n+2) {
  border-bottom: none;
}

/* ------------Home（タブレット）------------ */
main {
  width: 100%;
}
.main-fig {
  width: 100%;
  height: 100%;
  margin-top: 106px;
}
.main-text {
  margin: 42rem 0 30rem;
  font-size: 6rem;
}
.break-words-h2 {
  display: inline-block;
}


.home-news-container {
  width: 90vw;
  /* margin: 16px 48px 80px; */
}
.home-news-container p {
  width: 100%;
  margin: 12px 0 0;
  text-align: center;
}
.title-home-news {
  width: 100%;
  text-align: center;
}
.home-news-list {
  width: 90%;
}

.banner-list {
  width: 100%;
  padding: 32px 0;
}
.banner-list ul li:first-child {
  padding: 0 30vw 16px;
}
.banner-list ul li:nth-child(n+2) a img {
  height: 34px;
}

/* ------------About Us（タブレット）------------ */
.subpage-container {
  width: 84%;
  margin: 156px auto 64px;
}
.subpage-title h3 {
  margin: 0 0 28px 0;
}
.subpage-text figure {
  margin: 8px 0 18px;
}
.subpage-text ul {
  margin: 36px 0;
  padding-left: 20px;
  line-height: 1.2;
}
.subpage-text li {
  margin-bottom: 1.2rem;
}

.r-subpage-container {
  width: 84%;
  margin: 84px auto 64px;
}
h3.research-title {
  margin: 0 0 72px 0;
}

/* ------------About Us（タブレット/英語）------------ */
.about-container-en p {
  word-break: break-all;
}
.about-container-en ul {
  padding: 0;
  word-break: break-all;
}
.about-container-en ul li {
  padding-left: 1.6rem;
  text-indent: -1.6rem;
}

/* ------------members（タブレット）------------ */
.members-time {
  margin: -20px 0 14px;
}
/* ------------members（タブレット/英語）------------ */
.members-container-en p {
  font-size: 2.4rem;
}

/* ------------News（タブレット/英語）------------ */
.news-list dd {
  word-break: break-all;
}

/* ----------Graduate School（タブレット）---------- */
.graduate-text {
  padding: 0;
}
.graduate-container ul {
  padding: 0;
}
.break-alls2 {
  display: none;
}

/* ----------Graduate School（タブレット/英語）---------- */
.Graduate-container-en p {
  word-break: break-all;
}
.Graduate-container-en dt {
  word-break: break-all;
}

/* ------------Contact Us（タブレット）------------ */

/* 上に戻るボタン（タブレット） */
.button-to-top {
  width: 100%;
}
.button-to-top a img {
  right: 18px;
  top: -48px;
}
footer {
  padding: 24px 0;
}
footer p {
  padding-top: 4px;
}
  /* Footer固定 (タブレット)*/
  div#wrap {
    position: relative;
    height:auto !important; /*IE6対策*/
    height: 100%; /*IE6対策*/
    min-height: 100vh;
    padding-bottom: 114px;
    box-sizing: border-box;
}
}



/* \\\\\\\\\\\\\\\\スマートフォン\\\\\\\\\\\\\\\\ */
@media screen and (max-width: 540px) {
/* //////////Header////////// */
body {
  width: 100%;
}
.header-container {
  width: 100%;
  }
  h1 {
    width: 75vw;
    margin: 12px 0;
    padding-left: 12px;
  }
  .nav-container ul li {
    font-size: 1.8rem;
  }
  .small-title {
    font-size: 1.2rem;
  }
  .nav-container {
    padding: 16px;
  }
  .nav-container ul li a {
    padding: 12px 0;
  }

  /* ------------Home（スマホ）------------ */
  main {
    width: 100vw;
  }
  .main-fig {
    width: 100vw;
    height: 100vh;
    margin-top: 63px;
    background-image: url(images/dbml_header-sp.png);
    background-repeat: repeat;
    background-position: top;
    background-size: contain;
    text-align: center;
  }
  .main-text {
    font-size: 3.2rem;
    margin: 34rem 0 26rem;
  }
  .home-news-container {
    width: 100%;
    margin: 16px auto 80px;
  }
  .home-news-container h3 {
    font-size: 2.4rem;
    margin: 0 0 18px;
    padding-bottom: 6px;
  }
  .home-news-list {
    width: 84vw;
    padding: 0 16px;
  }
  .home-news-list dl {
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .home-news-list dt {
    display: inline-block;
    width: 100%;
    padding-bottom: 8px;
    font-size: 1.4rem;
  }
  .home-news-list dd {
    display: block;
    width: 100%;
    font-size: 1.4rem;
  }
  .banner-list {
    padding: 24px 0;
  }
  .banner-list ul {
    display: block;
  }
  .banner-list ul li:first-child {
    padding: 0 0 14px;
  }
  .banner-list ul li {
    padding: 0;
    text-align: center;
    padding-bottom: 14px;
  }
  .banner-list ul li:nth-child(n+2) a img {
    height: 40px;
  }
  .banner-list ul li:last-child {
    padding-bottom: 0;
  }

/* ------------About Us（スマホ）------------ */
.subpage-container {
  width: 84vw;
  margin: 96px auto 36px;
}
.subpage-title h3 {
  margin: 0 0 18px;
  font-size: 2.8rem;
  padding-bottom: 8px;
}
.subpage-text p {
  font-size: 1.4rem;
  line-height: 1.6;
}
.small-h3 {
  font-size: 1.6rem;
  padding-left: .6rem;
}
.subpage-text ul {
  margin: 24px 0;
  padding-left: 20px;
  font-size: 1.4rem;
  line-height: 1.4;
}
.subpage-text li {
  margin-bottom: 1.4rem;
}

/* ------------About Us（スマホ/英語）------------ */
.about-container-en ul {
  padding: 0;
}
.about-container-en ul li {
  padding-left: 1.3rem;
  text-indent: -1.3rem;
}

/* Research Projects（スマホ） */
.r-subpage-container {
  width: 84%;
  margin: 72px auto 0;
}
h3.research-title {
  margin: 0 0 32px 0;
}
.research-list {
  margin: 0 0 64px;
}
.research-links {
  margin: 0;
}
.break-words-title {
  display: inline;
}


/* ------------members（スマホ）------------ */
.members-time {
  margin: -14px 0 0;
}
.members-name {
  margin: 36px 0 16px;
}
.double-line {
  padding-top: 36px;
  margin-bottom: 36px;
  border-bottom: double 3px #5a4498;
}
/* ------------members（スマホ/英語）------------ */
.members-container-en p {
  font-size: 2rem;
}


/* ------------Research Projects（スマホ）------------ */
.subpage-title h3.research-title {
  font-size: 2.4rem;
}

/* ------------News（スマホ/英語）------------ */
.news-list dd {
  height: 100%;
  word-break: break-all;
}

/* ------------Graduate School（スマホ）------------ */
.graduate-list {
  margin-bottom: 48px;
}
.box {
  width: 10px;
  height: 10px;
  background: #5a4498;
  margin-top: .6rem;
}
.graduate-container {
  width: 100%;
  margin-left: 2px;
}
.graduate-text {
  padding-bottom: 18px;
}
.graduate-container dt {
  margin-left: 1.3rem;
  text-indent: -1.4rem;
}
.graduate-container dd {
  margin-left: 1.3rem;
  font-size: 1.4rem;
  line-height: 1.3;
  text-indent: -1.4rem;
}
.break-alls2 {
  display: inline-block;
}
.graduate-container ul {
  margin: 0;
  padding: 0;
  color: #000;
  line-height: 1.5;
}
.small-note {
  font-size: 1.2rem;
  margin-left: -0.3rem;
}
.graduate-container li {
  margin: 0;
}
/* ------------Graduate School（スマホ/英語）------------ */
.Graduate-container-en dt {
  margin-left: 0;
  padding-left: 1.4rem; 
  text-indent: -1.4rem;
}
.Graduate-container-en dd {
  margin-left: 1.4rem;
  font-size: 1.4rem;
  line-height: 1.3;
  text-indent: -1.4rem;
  word-break: break-all;
}

/* ------------Contact Us（スマホ）------------ */

/* ------------Access（スマホ）------------ */
.map-container img {
  padding-bottom: 24px;
}
p.address-text {
  margin: 24px 0 24px;
  font-size: 1.8rem;
}
.map-container h4 {
  margin: 48px 0 10px;
}


/* 上に戻るボタン（スマホ） */
.button-to-top {
  width: 100%;
}
.button-to-top a img {
  width: 42px;
  height: 42px;
  right: 20px;
  top: -42px;
}
  footer {
    padding: 24px 0;
  }
  footer a img {
    height: 36px;
  }
  footer p {
    font-size: 1.2rem;
  }

  /* Footer固定 (スマートフォン)*/
  div#wrap {
    position: relative;
    height:auto !important; /*IE6対策*/
    height: 100%; /*IE6対策*/
    min-height: 100vh;
    padding-bottom: 104px;
    box-sizing: border-box;
}
}