body{
    font-family: sans-serif;
	color: #333;
	font-size:1rem;
	line-height:1.85;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%; 
	word-wrap: break-word;
	margin: 0px;
	padding: 0px;
}
a{
	color: #333;
	text-decoration: none;
    outline: none;
}
a:hover{
	color : #ff7043;
	text-decoration: none;
}
.clear {
	clear: both;
}
hr{
	border-top: 1px solid rgba(203,203,203,.6);
	border-bottom: 1px solid #fff;
	margin:40px 0px;
}
.sma{
    display: none;
}

@media screen and (max-width:768px) {
    .sma{
        display: block;
    }
}
/*****header *****/
header{
  position: absolute;
	top:0;
height: 100px;
	width:100%;
z-index: 100;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
  font-weight: 500;
	font-style: normal;
	box-sizing:border-box;
margin: 0 auto;
padding: 0 20px;
background-color: #fff;
}
.e-header{
	background-color: #00233D;
}
header h1 img{
	width:400px;
}
header a{
color:#333;
}
header a:hover{
	color : #ff7043;
}
@media screen and (max-width: 1024px) {
	header{
		height: auto;
		position: fixed;
		display: block;
		text-align:center;
	}
	header h1{	
		margin-bottom:0;
		margin-top:10px;
	}
}
	
@media screen and (max-width: 768px) {
header{
		height: auto;
		position: fixed;
				text-align:center;
	}
header h1 img{
	width:90%;
	}
header h1{
	width:100%;
	}
}
/* nav */
.navi-pc{
	display: block;
text-align:center;
	padding:10px 0;
	margin-right:100px;
}

.navi-pc a {
	padding: 8px 0.5em;
  position: relative;
}
.navi-pc a::before {
  background: #2c878c;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.navi-pc a:hover::before {
  transform-origin: center top;
  transform: scale(1, 1);
}
.navi-pc ul{
    letter-spacing: 0.1em;
    margin: 0 20px 0 0;
}
.navi-pc li{
    display: inline-block;
}
.navi-pc a:hover{
	color : #2c878c;
	text-decoration: none;
}
.navi-sma{
display:none;
}
.navi-sma ul{
font-weight: bold;
text-align:center;
    margin: 0;
	padding:0;
	list-style:none;
	display:block;
	}
	.navi-sma li a{
display:block;
color:#333;
width:100%;
padding:8px 0;
	}

	.navi-sma li a:hover{
color:#34465e;
background-color:#c2d0d9;
}
.e-navi-pc a {
  color: #fff;
}
.e-navi-pc ul{
    letter-spacing: 0;

}
.e-navi-sma .uk-icon {
color:#fff !important;
}
@media screen and (max-width: 768px) {
.navi-pc{
display:none;
}
nav ul li:not(:last-child):after{
    content: none;
}
.navi-sma{
		display:block;
		text-align:right;
		margin:-30px 0 20px;
	}
	nav li{
    display: block;
}
}
.uk-navbar-nav > li > a{
  padding: 0 0;
  color: #fff;
}
.uk-navbar-toggle {
  color: #fff;
}
.uk-navbar-toggle:hover {
  color: #fff;
}
.switch a {
    background: #eee;
    border-radius: 8px;
    position:absolute;
    display:block;
    justify-content: space-around;
    align-items: center;
    margin: 18px 20px 0 0;
    padding: 0.5em 2em 0.5em 0.5em;
    color: #313131;
    transition: 0.3s ease-in-out;
top:10px;
	right:0px;
}
.switch a:hover {
    background: #2c878c;
    color: #FFF;
}
.switch a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #313131;
    border-right: 3px solid #313131;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.switch a:hover:after {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
}
@media screen and (max-width: 768px) {
.switch a {
		position:relative;
		width:25%;
		margin: 0 10px 10px auto;
right:50px;

	}
}

/*****footer *****/
#page-top {
  margin: 40px 0px;
  text-align: center;
	color: #337ab7 !important;
	font-size:1em;
}
#footer {
  font-size: 0.8em !important;
  clear: both;
  margin-top: 60px;
  padding: 20px 0 20px;
  background-color: #a6aaba;
text-align:center;
}
/* f-box */
.f-box {
  display: flex;
  margin: 0px auto 0px;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 1200px;
    align-items: center;
}

.f-box article {
  width: 30%;
  margin-bottom: 20px;
  display: block;
text-align:center;
}
.f-logo {
width:120px;
margin:0 auto 0px;

}
.f-icon img{
width:32px !important;
margin:0 0.5em;
}

.copy {
  text-align: center;
  margin: 10px 0px;
	color:#132f71;
	font-size:1.2em;
font-weight:500;
}

@media screen and (max-width: 992px) {
.f-box {
		display: block;
		  width: 100%;
	}
.f-box article {
  width: 100%;
	}
}
	
/* heading */
.heading{
	position: relative;
	width:100%;
  padding: 50px 0px;
  font-size: 26px;
  text-align: center;
	margin:0px 0px 40px;
	color:#fff;
	}

.heading span {
	position: relative;
	z-index: 2;
}
.heading::before {
	content: attr(data-en);
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba( 255,255,255,0.2);
  font-size: 80px;
  font-style: italic;
font-family: "Cormorant Garamond", serif;
  letter-spacing: -0.07em;
}
/* e-heading */

.e-heading {
font-family: "Caveat", cursive, sans-serif;
	position: relative;
	width:100%;
  padding: 30px 0px 30px;
  font-size: 80px;
  text-align: center;
	margin:0px 0px 40px;
	font-weight:800;
color:rgba(255,255,255,0.7);
}
@media screen and (max-width: 767px) {
.e-heading {
  font-size: 40px;
  top: 10px;
}
}
/* content */
#all{
  width: 1000px;
  margin: 100px auto 0;
	padding: 20px 20px 40px;
background-color:#fff;
}
@media (max-width: 1020px) and (min-width: 768px) {
	#all{
		box-sizing: border-box;
		width: 100%;
		padding:0 1em;
	}
}
@media screen and (max-width: 767px) {
	#all{
		box-sizing: border-box;
		width: 100%;
			padding:0 1em;
margin: 120px auto 0;
	}
		}
		
#all h2 {
  font-size:24px ;
  color: #333337;
margin:80px 0 40px;
  padding: 0.5em 1em;
  box-shadow: 3px 5px 0  rgba(71,126,193,0.6);
  border: 3px double #646464;
	}
@media screen and (max-width: 767px) {
		#all h2 {
			margin:40px 0 40px;
		}
	}
.researchmap {
  width: 120px;
  border: 1px solid #c8c8c8;
  padding: 0.5em;
  vertical-align: middle;
  background-color: #fff;
		}
		
#all h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	text-align: center;
}

#all h3::before,
#all h3::after {
	content: '';
	width: 3px;
	height: 40px;
	background-color: #3fc1c9;
}

#all h3::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
#all h3::after {
	margin-left: 30px;
	transform: rotate(35deg)
}
#all h4 {
  font-size: 1.5em;
  font-weight: normal;
  text-shadow: 2px 2px 3px #3fc1c9;
  margin: 20px 0px 20px 0px;
			}
.blank{
width:1em;
margin-left:4px;
}