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;
}

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;
	}
header h1 img{
	width:80%;
	}
header h1{
	width:100%;
	}
}
/* nav */
.navi-pc{
	display: block;
text-align:center;
padding:10px 0;
}

nav ul{
    letter-spacing: 0.1em;
    margin: 0 20px 0 0;
}
nav li{
    display: inline-block;
}
nav li a{
	color:#333;	
}
nav ul li:not(:last-child):after{
    content: "|";
    margin: 0 5px;
color:#333;	
}
.navi-sma{
display:none;
}

@media screen and (max-width: 768px) {
.navi-pc{
display:none;
}
nav ul li:not(:last-child):after{
    content: none;
}
.navi-sma{
display:block;
}
}
.uk-navbar-nav > li > a{
  padding: 0 0;
  color: #fff;
}
.uk-navbar-toggle {
  color: #fff;
}
.uk-navbar-toggle:hover {
  color: #fff;
}

/*****footer *****/
#page-top {
  margin: 40px 0px;
  text-align: center;
	color: #337ab7 !important;
	font-size:1em;
}
#footer {
	font-size:0.8em;
  clear: both;
  margin-top: 60px;
  padding: 40px 0 20px;
  background-color: #a6aaba;
color:#fff;
}
.copy{
  text-align: center;
  margin: 20px 0px;
}

/* 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;
}
/* content */
#all{
  width: 1000px;
  margin: 120px auto 0;
	padding: 0px 0 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: 80px 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;
}