@charset "utf-8";
@import "reboot.css";
html {
  overflow-y: scroll;
  height: 100% !important;
}
body {
  height: 100% !important;
  color: #000;
  font-size: 15px;
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  background-color: #fff;
  margin: 0;
}
@media all and (-ms-high-contrast:none) {
  body {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  }
}
a:link, a:visited {
  color: #000e68;
  text-decoration: underline;
}
a:active, a:hover {
  color: #000e68;
  text-decoration: underline;
  opacity: .6;
  transition: all 0.5s ease;
}
a:focus {
  outline: none;
}
img {
  width: 100%;
  height: auto;
}
#sb-site {
  width: 100%;
  height: 100% !important;
  text-align: center;
  background: url("../image/back.jpg") no-repeat center 150px;
  background-size: 100% 600px;
}
.sp {
  display: none !important;
}
#toggle, .sb-slidebar {
  display: none;
}
#wrapper {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: table;
}
aside {
  width: 245px;
  height: 100%;
  background-color: #015da6;
  display: table-cell;
}
#mainWapper {
  width: 955px;
  height: 100%;
  display: table-cell;
  vertical-align: top;
}
#logo {
  width: 217px;
  margin: 30px auto;
  padding: 0;
  height: auto;
}
#logo img {
  width: 100%;
}
#lang {
  width: 217px;
  margin: 30px auto;
}
#lang img {
  width: 100%;
}
/* header */
header {
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
  border-bottom: 10px solid #015da6;
  text-align: left;
}
header h1 {
  width: 100%;
  margin: 3px 0 4px;
  padding: 0;
}
header h1 img {
  height: 100px;
  width: auto;
}
#form_search {
    height: 30px;
    width: auto;
	 white-space: nowrap;
}
header h1 a:active, header h1 a:hover {
  opacity: 1;
  transition: none;
}
/* nav */
nav {
  margin: 0;
  padding: 0;
}
ul#menu {
  margin: 0 14px 70px;
  padding: 0;
  list-style: none;
  border-top: 1px solid #FFF;
}
ul#menu li {
  margin: 0;
  padding: 0;
  text-align: left;
  border-bottom: 1px solid #FFF;
}
ul#menu li a {
  padding: 20px 5px;
  line-height: 1;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  display: block;
  color: #fff;
}
ul#menu ul {
  margin: 0;
  padding: 0 0 5px;
  list-style: none;
}
ul#menu ul li {
  margin: 1px 0;
  padding: 0 0 0 20px;
  border: none;
}
ul#menu ul li a {
  padding: 10px 8px;
  font-size: 15px;
  background: #fff;
  color: #015da6;
}
.filtering-list-cont li {
  padding: 0 0 15px !important;
  border-bottom: 1px solid #808080;
}
ul.sub {
  display: none;
}
.filtering1, .filtering2 {
  overflow-y: visible !important;
}
ul#banner {
  width: 217px;
  margin: 30px auto 50px;
  padding: 0;
  list-style: none;
}
ul#banner li {
  margin: 0 0 20px;
  padding: 0;
}
ul#banner li a {
  background-image: none;
}
address {
  margin: 40px 23px 15px;
  padding: 20px 15px 15px;
  text-align: left;
  line-height: 1.5;
  background-color: #6ea8d5;
  color: #FFF;
  font-size: 13px;
  font-weight: 600;
}
address p span {
  margin: 10px 0 20px;
  font-size: 16px;
}
/* footer */
footer {
  margin: 0 33px;
  padding: 19px 0 30px;
  text-align: left;
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
}
/* ページトップへ戻る */
#page-top {
  display: block;
  position: fixed;
  z-index: 9999;
  bottom: 10px;
  right: 10px;
  width: 70px;
  height: 45px;
  padding: 15px 10px 10px;
  background: #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  line-height: 20px;
  clear: both;
  opacity: .7;
}
#page-top:hover {
  opacity: .8;
}
.arrow {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  border-left-color: #fff;
  border-top-color: #fff;
  top: 20px;
  left: 26px;
  transform: rotate(45deg);
}
@media print {
  #page-top {
    display: none;
  }
}
/* top */
#mainvisual {
  width: 790px;
  margin: 15px auto 50px;
  padding: 20px 0 0;
}
#mainvisualTop, #mainvisualBottom {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
#mainvisualTop img {
  width: auto;
  height: 220px;
}
#mainvisualBottom img {
  width: auto;
  height: 260px;
}
#mainvisualCenter {
  width: 100%;
  margin: 0;
}
#mainvisualCenter img {
  width: 100%;
}
img#Comment {
  width: 100%;
  margin: 24px 0 13px;
}
.menuWrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.topMenu {
  width: 447px;
  margin: 0 30px 30px 0;
  background-color: #efefef;
}
.topMenu a {
  text-decoration: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  align-items: flex-start;
  color: #000;
}
.topMenu img {
  width: 209px;
  height: 125px;
}
.topMenuList {
  width: 238px;
  padding: 17px 0 0 20px;
  text-align: left;
}
.topMenuList p {
  margin: 8px 0;
  padding: 0;
  line-height: 1.4;
  font-weight: 600;
  font-size: 16px;
}
.topMenu2 {
  width: 447px;
  margin: 0 30px 30px 0;
  background-color: #efefef;
}
.topMenu2 a {
  text-decoration: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.topMenu2 img {
  width: 447px;
}
#newsWrapper {
  width: 955px;
  display: flex;
  justify-content: space-between;
}
#news {
  width: 447px;
  margin: 0 30px 0 0;
  padding: 30px 0 0;
}
#news h2 {
  margin: 0;
  padding: 13px 0 12px 50px;
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  text-align: left;
  line-height: 25px;
  background: url("../image/ic_news.png") no-repeat 12px 12px;
  background-size: 30px 25px;
  background-color: #023a66;
  border-radius: 10px 10px 0 0;
}
#newsNav {
  height: 48px;
  margin: 0 auto;
  padding: 0 0 10px;
  border-bottom: 1px solid #023a66;
}
#newsNav ul {
  margin: 0 auto;
  padding: 0;
  display: flex;
  list-style: none;
  justify-content: start;
}
#newsNav ul li {
  margin: 0 20px 0 0 !important;
  padding: 0;
  display: block;
  background-image: none;
}
#newsNav ul li span {
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  display: block;
  color: #023a66;
  cursor: pointer;
}
#newsNav ul li span:hover {
  opacity: .6;
  transition: all 0.5s ease;
}
#news ul {
  margin: 0 auto 30px;
  padding: 25px 15px 0 5px;
  list-style: none;
  text-align: left;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 480px;
  width: 100%;
  line-height: 1.5;
  word-wrap: break-word;
}
#news ul li {
  margin: 0 0 15px;
  padding: 0;
  background-image: none;
}
#news ul li::before {
  display: none;
}
#news ul li p {
  margin: 0;
}
.date {
  font-size: 14px;
  font-weight: 600;
  color: #aeaeae;
}
.news {
  width: 110px;
  margin: 0 0 0 8px;
  padding: 2px 0 1px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  background-color: #023a66;
  text-align: center;
  display: inline-block;
  line-height: 1;
}
#report {
  width: 447px;
  margin: 0 30px 0 0;
  padding: 30px 0 0;
}
#report h2 {
  margin: 0;
  padding: 13px 0 12px 50px;
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  text-align: left;
  line-height: 25px;
  background: url("../image/ic_info.png") no-repeat 12px 12px;
  background-size: 30px 25px;
  background-color: #015da5;
  border-radius: 10px 10px 0 0;
}
#reportNav {
  height: 48px;
  margin: 0 auto;
  padding: 0 0 10px;
  border-bottom: 1px solid #015da5;
}
#reportNav ul {
  margin: 0 auto;
  padding: 0;
  display: flex;
  list-style: none;
  justify-content: start;
}
#reportNav ul li {
  margin: 0 20px 0 0 !important;
  padding: 0;
  display: block;
  background-image: none;
}
#reportNav ul li span {
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  display: block;
  color: #015da5;
  cursor: pointer;
}
#reportNav ul li span:hover {
  opacity: .6;
  transition: all 0.5s ease;
}
#report ul {
  margin: 0 auto 30px;
  padding: 25px 15px 0 5px;
  list-style: none;
  text-align: left;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 480px;
  width: 100%;
  line-height: 1.5;
  word-wrap: break-word;
}
#report ul li {
  margin: 0 0 15px;
  padding: 0;
  background-image: none;
}
#report ul li::before {
  display: none;
}
#report ul li p {
  margin: 0;
}
.report {
  width: 110px;
  margin: 0 0 0 8px;
  padding: 2px 0 1px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  background-color: #015da5;
  text-align: center;
  display: inline-block;
  line-height: 1;
}
/* main */
#mainWrapper {
  width: calc(100% - 200px);
  height: 100%;
}
main.contents {
  width: 98%;
  background: #fff;
  text-align: left;
  margin: 0 1% 0 0;
  padding: 0 0 35px;
  min-height: 800px;
}
#h1Wrapper {
  background: #0b3e65;
  padding: 4px 0;
  margin: 0 0 30px;
}
main h1 {
  margin: 0;
  padding: 15px 25px 13px;
  font-size: 22px;
  color: #fff;
  line-height: 1;
  font-weight: 900;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
main h2 {
  margin: 30px 5px 20px;
  padding: 12px 15px 10px;
  font-size: 18px;
  line-height: 1.3;
  clear: both;
  color: #fff;
  background: #015da5;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
main h2 a {
  color: #fff !important;
  text-decoration: none !important;
}
main h3 {
  margin: 25px 15px 15px;
  padding: 8px 0 6px 15px;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 900;
  clear: both;
  background: #efefef;
  color: #0b3e65;
  border-left: 2px solid #0b3e65;
}
main h4 {
  margin: 15px 30px 10px;
  padding: 5px 0 0;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 900;
}
main p {
  margin: 10px 40px;
  padding: 0;
}
/* list */
main ul {
  margin: 15px 10px 20px 15px;
  padding: 0;
}
main ul li {
  list-style: none;
  padding: 2px 0 2px 18px;
  margin: 0 0 0 30px;
  position: relative;
}
main ul li::before {
  position: absolute;
  top: 14px;
  left: 0;
  content: "";
  width: 10px;
  height: 2px;
  background: #015da5;
}
main ul ul, main ol ul {
  margin: 0;
}
main ul ul li {
  list-style: disc;
  margin: 0 0 0 20px;
  padding: 0;
}
main ul ul li::before {
  display: none;
}
main ol ul li {
  padding: 2px 0 2px 18px;
  margin: 0;
}
main ol {
  margin: 10px 10px 15px 60px;
  padding: 0;
}
main ol li {
  margin: 0;
  padding: 2px 0;
}
main ol li ol {
  margin: 5px 0 0 20px;
}
/* table */
table {
    padding: 0;
    margin: auto;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 1px;
	border:1px solid #dedede;
}
table th {
  padding: 5px 10px 3px;
  text-align: left;
  background-color: #015da5;
  border: none;
  font-weight: 900;
  color: #fff;
}
table td {
  padding: 5px 10px 3px;
  border: 0;
  vertical-align: middle;
}
table.noborder th {
  border: none;
}
table.noborder td {
  border: none;
}
td ul, td li {
  margin: 0 0 0 5px !important;
  line-height: 1.3;
}
td li::before {
  top: 11px !important;
}
/* figure */
figure {
  margin: 20px 15px;
}
figure.center {
  margin: 20px auto;
}
figure.fr {
  float: right;
  margin: 0 45px 15px 15px;
  position: relative;
  z-index: 9999;
}
figure.fl {
  float: left;
  margin: 0 15px 15px 45px;
  position: relative;
  z-index: 9999;
}
figure img, video {
  margin: 3px 0;
  width: 100%;
  z-index: 9999;
}
figcaption {
  font-size: 1em;
  line-height: 1.1;
  padding: 0 5px;
}
/* utility */
a[target="_blank"] {
  background-image: url(../image/ic_blank.png);
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 22px;
  background-size: 18px 17px;
}
a[href$=".pdf"] {
  background: url(../image/ic_pdf.png);
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 24px;
  background-size: 20px 20px;
}
a[href$=".doc"], a[href$=".docx"] {
  background: url(../image/ic_doc.png);
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 24px;
  background-size: 20px 18px;
}
a[href$=".xls"], a[href$=".xlsx"] {
  background: url("../image/ic_xls.png");
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 24px;
  background-size: 20px 18px;
}
.no_icon, a.no_icon {
  background-image: none !important;
  padding-right: 0;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb05 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mt05 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.w05 {
  width: 5%;
}
.w10 {
  width: 10%;
}
.w15 {
  width: 15%;
}
.w20 {
  width: 20%;
}
.w25 {
  width: 25%;
}
.w24 {
  width: 24%;
}
.w30 {
  width: 30%;
}
.w35 {
  width: 35%;
}
.w40 {
  width: 40%;
}
.w45 {
  width: 45%;
}
.w50 {
  width: 50%;
}
.w55 {
  width: 55%;
}
.w60 {
  width: 60%;
}
.w70 {
  width: 70%;
}
.w75 {
  width: 75%;
}
.w80 {
  width: 80%;
}
.w90 {
  width: 90%;
}
.w95 {
  width: 95%;
}
.w100 {
  width: 100%;
}
.clear {
  clear: both;
}
.center {
  text-align: center;
  text-indent: 0;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.small {
  font-size: 0.85em;
}
.red {
  color: red;
}
hr {
  border: 0;
  height: 1px;
  margin: 35px 25px;
  clear: both;
  background: linear-gradient(to right, #fff, #015da5, #fff);
}
blockquote {
  margin: 5px 0 5px 25px;
}
.youtube {
  position: relative;
  width: 94%;
  padding-top: 56.25%;
  margin: 40px 3% 0;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.map {
  position: relative;
  width: 90%;
  height: 0;
  margin: 30px auto;
  padding-top: 56.25%;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*コンテンツメニュー*/
#contentsMenu {
  display: flex;
  flex-wrap: wrap;
  margin: 25px auto;
  width: 96%;
  padding: 0;
}
#contentsMenu li {
  margin: 5px 1%;
  padding: 0;
  width: 23%;
  position: relative;
}
#contentsMenu.threeRows li {
  margin: 5px 1%;
  width: calc(100%/3 - 2%);
}
#contentsMenu li::before {
  display: none;
}
#contentsMenu li a {
  display: block;
  text-decoration: none;
  background: #FF9A2A;
  color: #fff;
  padding: 3px 10px;
  text-align: center;
  border-radius: 20px;
}
#contentsMenu li ul {
  position: absolute;
  top: 33px;
  left: 0;
  z-index: 99999;
  width: 100%;
}
#contentsMenu li ul li {
  list-style: none;
  width: calc(100% - 4px) !important;
}
#contentsMenu li ul li a {
  background: #fff;
  color: #FF9A2A;
  border: 1px solid #FF9A2A;
}
#contentsMenu li ul li a:hover {
  opacity: 1;
}
/*フローチャート*/
.flow {
  padding: 20px;
  margin: 20px auto;
  width: 90%;
  background: #fff;
}
.flow li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.flow li::before {
  display: none;
}
.flow dd {
  margin-left: 0;
}
.flow > li {
  position: relative;
}
.flow > li:not(:last-child) {
  margin-bottom: 40px;
}
.flow > li dl {
  width: 100%;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  border: 2px solid #015da5;
  border-radius: 10px;
  position: relative;
}
.flow > li:not(:last-child) dl::before, .flow > li:not(:last-child) dl::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.flow > li:not(:last-child) dl::before {
  border-width: 22px;
  border-top-color: #015da5;
}
.flow > li:not(:last-child) dl::after {
  border-width: 20px;
  border-top-color: #fff;
}
.flow > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: #015da5;
  flex-basis: 30%;
  margin-right: 2vw;
  text-align: center;
}
.flow > li dl dt .icon {
  font-size: 12px;
  color: #fff;
  background: #FF9A2A;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: block;
  border-radius: 20px;
  position: relative;
  z-index: 100;
}
.flow > li dl dd {
  width: 70%;
}
.flow > li dl dd ul {
  margin: 0 0 0 10px;
}
/*論文リスト*/
.publication {
  width: 90%;
  margin: 10px auto;
}
/*コンテンツバナー*/
.contentsBanner {
  margin: 20px auto;
  padding: 0;
  width: 92%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.contentsBanner li {
  margin: 10px 1%;
  padding: 0;
  width: calc(100%/3 - 2%);
  display: flex;
  flex-direction: column;
}
.contentsBanner li::before {
  display: none;
}
.contentsBanner a {
  color: #fff;
  display: block;
  text-decoration: none;
  line-height: 1;
}
.contentsBanner img {
  object-fit: cover;
  width: 100%;
  height: 150px;
}
/*Exchange Program*/
dl.information {
  margin: 10px 10px 10px 40px;
  padding: 0;
  height: 300px;
  overflow: auto;
}
dl.information dt {
  float: left;
  margin: 0 0 10px;
  padding: 0;
  font-weight: 500;
}
dl.information dd {
  margin: 0 0 10px 10em;
  padding: 0;
}
@media all and (-ms-high-contrast:none) {
  .contentsBanner {
    display: block;
    min-height: 500px;
  }
  .contentsBanner li {
    width: 265px;
    float: left;
  }
  .contentsBanner img {
    width: 100%;
    height: 150px;
  }
}
.contentsBanner p {
  margin: 0;
  padding: 10px;
  background: #015da5;
  min-height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
/*目的別ページ*/
.purpose {
  display: flex;
  align-items: flex-start;
  width: 90%;
  margin: 0 auto;
}
.purpose img {
  width: 30%;
  margin: 20px 0 0;
}
/*スライドショー*/
ul#slider1 {
  overflow: hidden;
  margin: 10px auto 30px;
  padding: 0;
  width: 640px;
  height: 480px;
  z-index: 1;
  list-style: none;
  position: relative;
}
ul#slider1 li {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  background-image: none;
  width: 640px;
  height: 480px;
}
ul#slider2 {
  overflow: hidden;
  margin: 10px auto 30px;
  padding: 0;
  width: 603px;
  height: 423px;
  z-index: 1;
  list-style: none;
  position: relative;
}
ul#slider2 li {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  background-image: none;
  width: 603px;
  height: 423px;
}
ul#slider1 li img, ul#slider2 li img {
  object-fit: cover;
}
ul#slider1 li::before, ul#slider2 li::before {
  display: none;
}
/*photo*/
.photo {
  display: flex;
  flex-wrap: wrap;
  margin: 10px auto;
  width: 90%;
}
.photo a {
  width: 23%;
  margin: 10px 1%;
}
/*staff*/
.staff {
  display: flex;
  align-items: flex-start;
  width: 90%;
  margin: 10px auto;
}
.staff > img {
  width: 25%;
}
.staff2 {
  display: flex;
  flex-wrap: wrap;
  width: 98%;
  margin: 10px auto;
}
.staff2 figure {
  width: 48%;
  margin: 5px 1%;
}
/*notice*/
.notice {
  border: 1px solid #222222;
  width: 90%;
  margin: 20px auto;
  padding: 10px 20px;
}
@media only screen and (max-width: 480px) {
  body {
    min-width: initial;
    min-width: auto;
    font-size: 3.5vw;
    width: 100% !important;
  }
  #sb-site {
    display: block; /*overflow: hidden;*/
    background-position: center 26vw;
    background-size: 100vw 80vw;
    width: 100vw !important;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  #wrapper {
    width: 100vw !important;
    height: 100%;
  }
  aside {
    display: none !important;
  }
  #mainWapper {
    width: 100vw !important;
  }
  header {
    margin: 0;
    border-bottom: 8px solid #015da6;
  }
  header h1 {
    width: 66vw;
    margin: 1vw 2vw 1.5vw;
  }
  header h1 img {
    width: 110%;
    height: auto;
	 position: relative;
	 top: 10px;
  }
  nav {
    display: none;
  }
  ul#sp_menu {
    width: 100%;
    margin: 15px auto 40px;
    padding: 0;
    list-style-type: none;
    border-top: 1px solid #FFF;
  }
  ul#sp_menu li {
    margin: 8px 0;
    padding: 0;
    text-align: center;
    display: block;
    background-image: none;
    border-bottom: 1px solid #FFF;
  }
  ul#sp_menu li a {
    padding: 9px 0 17px;
    margin: 0;
    line-height: 1;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: block;
    color: #FFF;
  }
  ul#sp_menu.en li a {
    font-size: 15px;
  }
  ul#sp_menu ul {
    margin: 0;
    padding: 0 0 5px;
    list-style: none;
  }
  ul#sp_menu ul li {
    margin: 1px 0;
    padding: 0 10px;
    border: none;
  }
  ul#sp_menu ul li a {
    padding: 10px 8px;
    font-size: 15px;
    background: #fff;
    color: #015da6;
  }
  #sp_logo {
    width: 90%;
    margin: 20px 5%;
  }
  #sp_lang {
    width: 96%;
    margin: 5vw 2%;
  }
  #sp_banner {
    width: 96%;
    margin: 0 2% 20px;
  }
  address {
    margin: 20px 3% 25px;
    padding: 20px 15px 15px;
    text-align: left;
    line-height: 1.5;
    background-color: #6ea8d5;
    color: #FFF;
    font-size: 13px;
    font-weight: 600;
  }
  footer {
    margin: 0 5% 30px;
    padding: 0;
  }
  #toggle {
    display: block;
    position: absolute;
    top: 6vw;
    right: 3%;
    background: #015da5;
    padding: 3px 0 2px;
    cursor: pointer;
    z-index: 9999;
  }
  #toggle ul {
    margin: 0;
    padding: 0;
  }
  #toggle ul li {
    margin: 0;
    padding: 0;
    background: none;
    list-style: none;
  }
  .sb-slidebar {
    display: block;
    background: #015da5 !important;
    text-align: left;
  }
  .css-bar {
    display: inline-block;
    position: relative;
    margin: 0 6px 3px;
    padding: 0;
    background: #fff;
  }
  .css-bar, .css-bar:before, .css-bar:after {
    width: 30px;
    height: 3px;
  }
  .css-bar:before, .css-bar:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background: #fff;
  }
  .css-bar:before {
    margin-top: -8px;
  }
  .css-bar:after {
    margin-top: 5px;
  }
  html.sb-active #sb-site, .sb-toggle-left, .sb-toggle-right, .sb-open-left, .sb-open-right, .sb-close {
    cursor: pointer;
  }
  #toggle p {
    margin: 2px auto 2px;
    padding: 0;
    font-size: 11px;
    color: #fff;
    text-indent: 0;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1;
    text-align: center;
  }
  main.top {
    width: 100%;
    padding: 0;
    height: calc(100% - 24vw);
  }
  #mainvisual {
    width: 100vw;
    margin: 0 0 10vw;
    padding: 20px 0 0;
  }
  #mainvisualTop img {
    height: 25vw;
  }
  #mainvisualBottom img {
  height: 30vw;
}
  .menuWrapper {
    width: 100vw;
    flex-direction: column;
  }
  .topMenu {
    width: 96%;
    margin: 0 auto 8px;
  }
  .topMenu img {
    width: 40%;
    height: auto;
    margin: 0;
  }
  .topMenuList {
    width: 60%;
    margin: 0;
    padding: 5px 0 0 20px;
  }
  .topMenuList p {
    font-size: 14px;
    margin: 5px 0;
  }
  .topMenu2 {
    width: 96%;
    margin: 0 auto 8px;
  }
  .topMenu2 img {
    width: 100%;
  }
  #newsWrapper {
    width: 100vw;
    flex-direction: column;
  }
  #news {
    width: 98%;
    margin: 0 auto;
    padding: 3vw 0 0;
  }
  #newsNav {
    height: auto;
  }
  #newsNav ul {
    margin: 0 !important;
    height: auto !important;
  }
  #newsNav ul li {
    margin: 0 10px 0 0 !important;
  }
  #news ul {
    height: 100vw;
  }
  #report {
    width: 98%;
    margin: 0 auto;
    padding: 3vw 0 0;
  }
  #reportNav {
    height: auto;
  }
  #reportNav ul {
    margin: 0 !important;
    height: auto !important;
  }
  #reportNav ul li {
    margin: 0 10px 0 0 !important;
  }
  #report ul {
    height: 100vw;
  }
  main.contents {
    width: 100vw !important;
    margin: 0 auto;
    padding: 2vw 0 3vw;
  }
  #h1Wrapper {
    padding: 1vw 0;
    margin: 0 0 3vw;
  }
  main h1 {
    padding: 3vw 2%;
    font-size: 5vw;
  }
  main h2 {
    width: 98%;
    margin: 4vw auto 3vw;
    font-size: 4.5vw;
  }
  main h3 {
    width: 98%;
    margin: 4vw 1% 3vw;
    padding: 6px 2%;
    font-size: 4vw;
  }
  main h4 {
    width: 98%;
    margin: 3vw 1% 2vw;
    font-size: 4vw;
  }
  main p {
    margin: 2vw 2%;
  }
  main ul {
    margin: 3vw 2%;
  }
  main ul li {
    padding: .4vw 0 .4vw 5vw;
    margin: 0 0 0 3%;
  }
  main ul li::before {
    top: 3vw;
    width: 3vw;
    height: .7vw;
  }
  main ol {
    margin: 5px 2% 5px 9%;
  }
  table {
    width: 95%;
    margin: 5px auto 10px;
  }
  table td {
    word-break: break-all;
  }
  td ul, td li {
    margin: 0 !important;
  }
  td li::before {
    top: 2vw !important;
  }
  figure {
    width: 60%;
    margin: 10px auto;
  }
  figure.fl, figure.fr, figure.center {
    float: none;
    width: 90%;
    margin: 10px auto;
    text-align: center;
  }
  figure img, video {
    width: 95%;
    margin: 0 auto 3px;
  }
  figcaption {
    padding: 0 2%;
  }
  .mb0sp {
    margin-bottom: 0 !important;
  }
  .mb05sp {
    margin-bottom: 5px !important;
  }
  .mb10sp {
    margin-bottom: 10px !important;
  }
  .mb15sp {
    margin-bottom: 15px !important;
  }
  .mb20sp {
    margin-bottom: 20px !important;
  }
  .mb25sp {
    margin-bottom: 25px !important;
  }
  .mb30sp {
    margin-bottom: 30px !important;
  }
  .mb40sp {
    margin-bottom: 40px !important;
  }
  .mt0sp {
    margin-top: 0 !important;
  }
  .mt05sp {
    margin-top: 5px !important;
  }
  .mt10sp {
    margin-top: 10px !important;
  }
  .mt15sp {
    margin-top: 15px !important;
  }
  .mt20sp {
    margin-top: 20px !important;
  }
  .mt25sp {
    margin-top: 25px !important;
  }
  .mt30sp {
    margin-top: 30px !important;
  }
  .w05sp {
    width: 05% !important;
  }
  .w10sp {
    width: 10% !important;
  }
  .w15sp {
    width: 15% !important;
  }
  .w20sp {
    width: 20% !important;
  }
  .w25sp {
    width: 25% !important;
  }
  .w30sp {
    width: 30% !important;
  }
  .w35sp {
    width: 35% !important;
  }
  .w40sp {
    width: 40% !important;
  }
  .w45sp {
    width: 45% !important;
  }
  .w50sp {
    width: 50% !important;
  }
  .w55sp {
    width: 55% !important;
  }
  .w60sp {
    width: 60% !important;
  }
  .w65sp {
    width: 65% !important;
  }
  .w70sp {
    width: 70% !important;
  }
  .w75sp {
    width: 75% !important;
  }
  .w80sp {
    width: 80% !important;
  }
  .w85sp {
    width: 85% !important;
  }
  .w90sp {
    width: 90% !important;
  }
  .w95sp {
    width: 95% !important;
  }
  .w98sp {
    width: 98% !important;
  }
  .w100sp {
    width: 100% !important;
  }
  #page-top {
    bottom: 25px;
    right: 10px;
  }
  .xscroll {
    overflow: auto !important;
    white-space: nowrap;
    width: 100vw !important;
  }
  .xscroll table {
    width: auto;
    margin: 2vw;
  }
  hr {
    margin: 5vw 5%;
  }
  .map {
    width: 98%;
    margin: 5vw auto;
  }
  /*コンテンツメニュー*/
  #contentsMenu {
    margin: 0 auto 5vw;
    width: 98%;
  }
  #contentsMenu li {
    margin: 1vw 1%;
    width: 48%;
  }
  #contentsMenu li a {
    padding: 1.5vw 2% 1vw;
    border-radius: 3vw;
  }
  /*フローチャート*/
  .flow {
    padding: 3vw;
    margin: 2vw auto;
    width: 98%;
  }
  .flow > li:not(:last-child) {
    margin-bottom: 8vw;
  }
  .flow > li dl {
    width: 100%;
    padding: 3vw;
    flex-direction: column;
    border-radius: 3vw;
  }
  .flow > li dl dt {
    font-size: 6vw;
    flex-basis: 80%;
    width: 80%;
    margin-right: 0;
  }
  .flow > li dl dt .icon {
    font-size: 4vw;
    padding: 1vw 2vw;
    margin-bottom: 2vw;
    border-radius: 4vw;
  }
  .flow > li dl dd {
    width: 90%;
  }
  /*論文リスト*/
  .publication {
    width: 98%;
    margin: 3vw auto;
  }
  /*コンテンツバナー*/
  .contentsBanner {
    margin: 3vw auto;
    width: 98%;
  }
  .contentsBanner li {
    margin: 1vw 1%;
    width: 48%;
  }
  .contentsBanner img {
    height: 30vw;
  }
  .contentsBanner p {
    padding: 3vw;
    min-height: 10vw;
  }
  /*Exchange Program*/
  dl.information {
    margin: 2vw;
    width: 96%;
    height: 50vw;
  }
  dl.information dt {
    margin: 0 0 2vw;
  }
  dl.information dd {
    margin: 0 0 2vw 25vw;
  }
  /*目的別ページ*/
  .purpose {
    width: 98%;
    flex-direction: column;
  }
  .purpose img {
    width: 50%;
    margin: 0;
  }
  .purpose ul {
    width: 100%;
  }
  /*スライドショー*/
  ul#slider1 {
    margin: 3vw auto 5vw;
    width: 98vw;
    height: 73.5vw;
  }
  ul#slider1 li {
    width: 98vw;
    height: 73.5vw;
  }
  ul#slider2 {
    margin: 3vw auto 5vw;
    width: 98vw;
    height: 68.7vw;
  }
  ul#slider2 li {
    width: 98vw;
    height: 68.7vw;
  }
  /*staff*/
  .staff {
    width: 98%;
  }
  .staff > img {
    width: 40vw;
    margin: 0 2vw 0 0;
  }
  .staff2 {
    margin: 2vw 1%;
  }
  .staff2 figure {
    width: 98%;
    margin: 1vw;
  }
  .staff2 figure img {
    width: 100%;
    margin: 0;
  }
  /*notice*/
  .notice {
    width: 96%;
    margin: 5vw auto;
    padding: 3vw;
  }
  input[type="text"] {
   width: 100%;
   height: 80%;
	font-size: small;  
 }
	input[type="submit"] {
	    -webkit-appearance: button;
	  font-size: small;
	  padding: inherit;
  }

}