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;
}
.br-sp {
    display: none;
}

@media screen and (max-width:768px) {
    .br-sp {
        display: block;
    }
}
/* header */
#header{
	position: fixed;
	top:0;
height: 100px;
	width:100%;
z-index: 100;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	box-sizing:border-box;
margin: 0 auto;
padding: 0 20px;
}

#header h1 img{
	width:400px;
}
#header a{
color:#333;
}
#header a:hover{
	color : #ff7043;
}
@media screen and (max-width:768px) {
	#header{
			position: fixed;
		height: auto;
		align-items: normal;
		display: block;
height: 120px;
	} 
#header h1{
	text-align:center;
		margin:10px auto;
		width:60%;
}
}
/* nav */
nav{
display: block;
text-align:right;
  margin: 0px 100px 0px 0px;
	width:100%;
}
nav ul{
    font-weight: bold;
    letter-spacing: 0.1em;
	margin: 0px;
	padding:0;
}
nav li{
	display: inline-block;
	white-space: nowrap;
	text-align:center;
	padding:0 1em;
}

.nav-li {
  padding-bottom: 5px;
  position: relative;
}
.nav-li::before {
  background: #d8a2d5;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: center top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.nav-li:hover::before {
  transform-origin: center top;
  transform: scale(1, 1);
}
@media screen and (max-width:768px) {
	nav{
		display: block;
		text-align:center;
		margin: 30px 0px 0.5em 0px;
		font-size:0.8em
	}

}


/*****footer *****/
#page-top {
  margin: 40px 0px;
  text-align: center;
	color: #337ab7 !important;
	font-size:1em;
}
#footer {
  margin-top: 100px;
  padding: 40px 0 20px;
  background-color: rgba(231,234,245,0.2);
border-top:4px solid #18319e;
}
.footer-con{
width:1000px;
	display: block;
margin:0px auto;
}
.copy{
  text-align: center;
  margin: 20px 0px;
}

.f-box{
    display: flex;
margin: 0px auto 0px;
    justify-content: space-around;
    flex-wrap: wrap;
width:80%;

}
.footer-con h3{
font-size:1.2em;
}

.f-box a{
color:#333;
}
@media (max-width:767px) {
	.f-box{
		width:100%;
		}
		.footer-con{
		width:100%;}
}
/*****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
	}
}
#contents_05 .heading {
  background: url("/diabetic/img/bar.png") no-repeat bottom center;
}
.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;
		}
@media screen and (max-width: 767px) {
			#contents_05 .heading::before {
				  top: 10px;
				font-size: 50px;
			}
		}
.title-h2{
  padding: 0.5em 0;
  border-top: solid 3px #8999b5;
  border-bottom: solid 3px #8999b5;
}
.con-h2 {
  border-bottom: 4px solid #8999b5;
  padding: 0.3em;
  margin: 60px 0px 40px;
  position: relative;
}
.con-h2::before {
  content: '';
  background-color: #fff;
  width: 20px;
  height: 4px;
  position: absolute;
  left: 30px;
  bottom: -4px;
}
.con-h2::after {
  content: '';
  background-color: #8999b5;
  width: 20px;
  height: 4px;
  transform: rotate(50deg);
  position: absolute;
  left: 25px;
  bottom: -10px;
}
.con-h3 {
	background-image: linear-gradient(90deg, #fff, #AAB7F2);
  background-repeat: no-repeat;
  background-position: bottom;
	background-size: 100% 100%;
	padding: 0.3em 0px 0.3em 1em;
			margin: 40px 0px 20px;
border-left: solid 5px #18319e;
  border-bottom: solid 3px #d7d7d7;
}
#all li{
line-height: 200%;
}
.fig {
  width: 80%;
  display: block;
			margin: 40px auto;
		}
@media screen and (max-width: 767px) {
			.fig {
				width: 100%;
			}
		}
.fig h5 {
  font-size: 1.125em;
  font-weight: bold;
}
.fig img{
	margin: 0px auto;
	display: block;
		}
		
/*研究業績*/
.Container {
      position: relative;
      overflow: hidden;
			margin-bottom:40px;
    }
    .Box-Container {
      display: flex;
      width: fit-content;
      transition: transform 0.3s ease;
      transform: translateX(0);
	margin:0px;

		}
    .Box {
      flex-shrink: 0;
      width: 80px;
      margin: 10px 10px 10px 0px;
padding:10px 0;
      border-radius: 10px;
      border:2px solid #8999b5;
text-align:center;
    }
		.Arrow {
display: none;
		}
		.Hide {
			display: none;
		}

			.Box-Container {
				margin:0px 0px 0px 50px;
			}
.Box-Container:last-child {
margin-right:90px;
		}
#y15{
			margin-right:90px;
		}
    .Arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 40px;
      height: 100%;
      color: #8999b5;
      font-size: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
z-index:100;
background-color:#fff;
    }
    .Arrow.left {
      left: 0;
border-right:1px solid #8999b5;
box-shadow: 10px 0px 10px -6px rgba(0, 0, 0, 0.3);
    }
    .Arrow.right {
      right: 0;
border-left:1px solid #8999b5;
  box-shadow: -10px 0px 10px -6px rgba(0, 0, 0, 0.3);
    }

/*topics*/
#contents_05 a{
			color:#333;
		}
#contents_05 dd{
			padding-bottom:1em;
		}
.topi-wp{
display: flex;
border-bottom: 1px solid #c8c8c8;
padding: 1em 0px;
}
.topi-icon img{
width: 100px;
border:1px solid #c8c8c8;
}
.topi-con {
width: calc(100% - 120px);
  margin: 0px 0px 0px 20px;
}
@media screen and (max-width: 767px){
.topi-wp{
display: block;
}
.topi-icon{
margin-bottom:1em;
}
.topi-con {
		width: 100%;
margin: 0px;
		}
}
.day{
	margin-top:0;
}
#topbox3 a{
	color:#333;
}
.topi-sp{
	margin-top:40px;
}

.topi p{
	margin-bottom:1em;
}
.topi-top{
  position: relative;
    display: inline-block;
margin:20px 0px 40px;
  padding: 0 30px;
    color: #333;
    text-decoration: none !important;
    outline: none;
}
.topi-top::before{
    content: '';
  position: absolute;
    bottom:-8px;
    right:15%;
    width: 85%;
    height: 1px;
  background:#333;
    transition: all .3s;
}

.topi-top::after{
    content: '';
  position: absolute;
    bottom:-3px;
    left:0;
    width: 15px;
    height:1px;
  background:#333;
    transform: rotate(-35deg);
    transition: all .3s;
}
.topi-top:hover::before{
    right:20%;
}

.topi-top:hover::after{
    left:-5%;
}
.topi .uk-panel{
border-top:1px solid #c8c8c8;
border-bottom:1px solid #c8c8c8;
padding:20px 0 0 0;
}
.topi .fig{
	border: 1px solid #e5e5e5;
	padding:40px;
	box-sizing:border-box;
}
.i-font {
  font-weight: bold;
  font-style: italic;
}