@charset "utf-8";
/* CSS Document */

html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif';	
}

header {
	margin-top: 0px;
	padding:  20px;
    border: solid ;
	border-color:#28285E;
    border-width:10px 2px 1px 2px;
}

body {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

img {
	width:100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

h1 {
	font-size: 40px;
	font-weight: 200;
	margin-bottom: 50px;
}

h2 {
	font-size: 24px;
	font-weight: 200;
	margin-bottom: 20px;
}

h3 { 
	font-size: 16px;
	font-weight: 200;
	margin-bottom: 100px;
}

h4 {
	font-size: 14px;
	font-weight: 200;
	margin-bottom: 20px;
}

p {
	font-size: 16px;
	font-weight: 200;
	margin-bottom: 30px;
}

footer {
	padding: 20px 30px;
	margin-top: 15px;
	background-color: #28285E;
	border-radius: 10px 10px 0px 0px;
}

.footer-text1 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 0px;
}

.footer-text2 {
	color: #fff;
	font-size: 13px;
	margin-bottom: 0px;
}

.footer-text3 {
	color: #fff;
	font-size: 13px;
	text-align: right;
	margin-bottom: 0px;
}


/*header and foooter adjust*/
.col{
	width: 100%;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}


/*Top logo*/
.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 375px;
}

.style-logo2 {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 400px;
}

.topimage {
    width: 100%;
}

.topimage img {
	width: 100%;
	height: 100%;
}


/*Top navi*/
/*
.style-nav ul {
	list-style-type: none;
	border: solid #28285E;
    border-width:0px 0px 5px 0px;
}

.style-nav ul li a {
	text-decoration: none;
	color: #2F322A;
	text-align: center;
	display: block;
	padding: 8px;
	border: solid #28285E;
    border-width:0px 0px 5px 0px;
	width: 150px;
	font-weight: bold;
}

.hv1:hover {
    border: solid #FDD100;
    border-width:0px 0px 5px 0px;
	border-radius: 5px;
}
*/


/*****グローバルメニュー****/
#menu{
    width: 100%;
	height: 40px;
    margin: 0px auto 10px auto;
    background: #28285E;/*７*/
}
#menu-inner{
    width: 100%;/*１*/
    height: 40px;/*２*/
    margin: 0 auto;
    background: #28285E;/*８*/
}
#menu-btn{display: none;}
#menu-content{
    padding-left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    list-style-type: none;
	display: flex;
	flex-wrap: wrap;
    justify-content: space-evenly;
	background-color: #28285E;
}
#menu-content > li{
    position: relative;
	/*
    float: left;
	margin: auto;
	*/
	width: 100px;
    height: 100%;
    text-align: center;
}
#menu-content > li > a{
    position: relative;
    display: block;
    height: 100%;
    width: 100%;/*3*/
    line-height: 40px;/*２*/
    background: #28285E;/*９*/
    color: #fff;/*10*/
    font-size: 17px;
	font-weight: bold;
    text-decoration: none;
    z-index: 2;
}
#menu-content > li > a:hover{
    background: #555;/*11*/
    color: #fff;/*12*/
	border: solid #FDD100;
    border-width:0px 0px 5px 0px;
	border-radius: 0px 0px 5px 5px;
}
#menu-content > li > a > .blogicon-chevron-down{margin-right: 5px;}
/*２階層目*/
#menu-content > li > ul.second-content{
    visibility: hidden;
    position: absolute;
    top: 0;
    margin: 0;
    padding-left: 0;
    list-style-type: none;
    z-index: -1;
}
#menu-content > li:hover > ul.second-content{
    visibility: visible;
    top: 40px;/*2*/
	left: 0px;
    z-index: 1;
    transition: all .3s;
}
#menu-content > li > ul.second-content > li{
    text-align: center;
    width: 100px;/*４*/
    height: 40px;/*５*/
}
#menu-content > li > ul.second-content > li > a{
    display: block;
    line-height: 40px;/*５*/
    background: #28285E;/*13*/
    color: #fff;/*14*/
    font-size: 15px;
    text-decoration: none;
}
#menu-content > li > ul.second-content > li > a:hover{
    background: #555;/*15*/
    color: #fff;/*16*/
}




/*Language navi*/
.lang-nav ul {
	list-style-type: none;
	text-align: right;
	margin-bottom: 10px;
}

.lang-nav ul li {
		display: inline-block;
}

.lang-nav ul li a {
	text-decoration: none;
	color: #2F322A;
	text-align: center;
	display: block;
	padding: 8px;
	width: 100px;
	font-weight: bold;
}
	

/*パンくずリスト*/
.breadcrumb {
   margin: 5px 0px 0px 5px;
   list-style-type: none;
   text-align: left;
   }


/*slick*/
.container {
  margin: 15px auto;
  padding: 5px 5px;
  color: #333;
  background: #28285E;
  overflow: hidden;
}

.slide-item img {
  /*width: 300px;*/
  margin: 0 auto;
  padding: 0;
}


/*News*/
.news {
	overflow: hidden;
	margin-left: 0px;
	margin-right: 0px;
}

.newstop {
	color: #fff;
	background-color: #003f76;
	border-radius: 10px 10px 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.newstop h1{
	font-size: 130%;
	margin-bottom: 0px;
	padding-top: 3px;
	text-indent: 30px;
}
	
.newsframe {
	position: relative;
	margin-bottom: 10px;
    padding-bottom: 20%;
	width: 100%;
    overflow: hidden;
	background-color: #eeeeee;
	border-radius: 0px 0px 10px 10px;
	text-decoration:none;
}

.newsframe iframe {
     position: absolute;
     margin: 0;
	 padding: 0;
     width: 100%;
     height: 100%;
	 display: block;
}



/*syunin.html*/
.headpattern1 {
	margin-top: 20px;
	margin-bottom: 5px;
	padding: 5px 0px;
	border-radius: 5px;
	text-indent: 20px;
	font-size: 20px;
	font-weight: bold;
	background-color: #28285E;
	color: #fff;
}

.flex_test-box {
	display: flex; 
    background-color: #eeeeee; 
    padding:  10px; 
}
 
.flex_test-item {
    padding: 10px;
    color:  #fff;
    margin:  10px;
    border-radius:  5px;  
}
 
.flex_test-item:nth-child(1) {
	min-width: 200px;
    background-color:  #28285E;
}
 
.flex_test-item:nth-child(2) {
	text-align: justify;
	line-height:175%;
	color: #000;
    background-color:  #fff;
}


/*Fade in labs.html*/
.ex1 {
    display: flex;
	flex-wrap: wrap;
    justify-content: space-evenly;
}
.ex1 div {
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
	margin-top: 25px;
    width: 300px;
    height: 200px;
    background-color: #fff;
	border: solid  1px #28285E;
}

.flex_pattern2 {
	text-indent: 15px;
	text-align: justify;
	line-height:175%;
	color: #000;
    background-color:  #eeeeee;

}

/*Photos in labs.html*/
.profname {
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 3px 0px;
	border-radius: 0px 0px 0px 0px;
	text-indent: 20px;
	font-size: 15px;
	font-weight: bold;
	background-color: #28285E;
	color: #fff;
}

.profphoto {
    padding: 5px;
}

.profphoto img {
	width: 120px;
	min-width: 120px;
	border: solid white;
}

/*
.profintro {
    margin: 5px 0px;
    padding: 0px 5px;
	background-color: #fff;
}
*/

.profintro ul {
	list-style-type: none;
	/*font-weight: bold;*/
	/*border: solid #28285E;*/
    /*border: solid #FDD100;*/
    /*border-width:0px 0px 5px 0px;*/
}

.profintro ul li a {
	text-decoration: none;
	color: #2F322A;
    font-weight: bold;
	text-align: center;
	display: block;
	/*padding: 8px;*/
	/*border: solid #28285E;*/
    /*border-width:0px 0px 5px 0px;*/
	/*width: 150px;*/
}


/*path.html*/
.flex_pattern3 {
	text-align: justify;
	line-height:175%;
	color: #000;
    background-color: #eeeeee;
}

.pathlist ul {
	list-style-type: none;
}

.pathlist ul li {
  position: relative;
  padding: 0px 20px;
}
.pathlist ul li::after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: 0em;
  width: 6px;
  height: 6px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*classes.html*/
.flex_pattern4 {
    padding: 10px;
    margin:  10px;
	text-align: justify;
	line-height:175%;
	color: #000;
    background-color:  #fff;
    border-radius:  5px;
}


/*Media Query スマホ用*/
@media screen and (max-width: 768px) {
	
   /*	
   .style-nav {
      display: none;
   }
   */	
	
   #menu{
	  display: none;
   }	
	
	
	#menu-content > li{
	width: 100px;
	}

	#menu-content > li > ul.second-content > li{
    width: 100px;/*４*/
	}		
	
	#menu-content > li:hover > ul.second-content{
	left: 0px;
}
	
	
   .flex_test-box {
	  display: block; 
   }	

	
   .ex1 div {
    width: 400px;
    height: 267px;
   }
	
	.ex1 table {
		margin: auto;
	}	
	
   .profphoto img {
	  width: 170px;
	  min-width: 170px;
	  border: solid white;
   }
	
   .topimage {
    display: none;
   }	
	
}


/*Media Query タブレット用*/
@media (min-width: 768px){
	
	body {
		max-width: 778px;
	}
	
	header {
	padding:  10px 0px 0px 0px;
	}
	
	.style-logo {
	width: 600px;
    }
	
	.style-logo2 {
	width: 650px;
    }
	
	/*
	.style-nav {
		background-color: #28285E;
	}
	
	.style-nav ul li {
		display: inline-block;
	}
	
	.style-nav ul {
		text-align: center;
	}
	
	.style-nav ul li a{
		color: white;
	}
	*/
	
	#menu{
	height: 40px;
	}
	
	#menu-content > li{
	width: 100px;
	}

	#menu-content > li > ul.second-content > li{
    width: 130px;/*４*/
	}	

	#menu-content > li:hover > ul.second-content{
	left: -15px;
}	
	
	h1 {
	font-size: 30px;
	margin-bottom: 90px;
	}
	
	.col-md-half{
	width: 50%;
	}

	.col{
		float: left;
		padding: 0px 7px 14px;
	}
	
	.slide-caption{
		  color: #fff;
		  text-align: center;
		  margin-top: 8px;
		  margin-bottom: 0;
	}
	.slide-item img {
 		 width: 800px;
     	 height: 565px;
  		 margin: 0 auto;
 		 padding: 0;
	}
	
	.topimage {
    width: 100%;
    }

    .topimage img {
	width: 100%;
	height: 100%;
    }
	
}


/*Media Query デスクトップ用*/
@media (min-width: 1024px){

	body {
		max-width: 1000px;
	}
	
	header {
	padding:  30px 10px 10px 10px;
	}
	
	.style-logo {
		float: left;
		width: 550px;
	}
	
	.style-logo2 {
		float: left;
		width: 650px;
	}
	
	/*
	.style-nav {
		clear: both;
		background-color: #28285E;
		margin-top: 40px;
	}
	
	.style-nav ul li {
		display: inline-block;
	}
	
	.style-nav ul {
		text-align: center;
	}
	
	.style-nav ul li a{
		color: white;
	}
	*/
	
	#menu{
	height: 40px;
	}

	#menu-content > li{
	width: 130px;
	}

	#menu-content > li > ul.second-content > li{
    width: 130px;/*４*/
	}	
	
	#menu-content > li:hover > ul.second-content{
	left: 0px;
}		
	
	.slide-caption{
		  color: #fff;
		  text-align: center;
		  margin-top: 8px;
		  margin-bottom: 0;
	}
	.slide-item img {
 		 width: 800px;
     	 height: 565px;
  		display: block;
  		 margin: 0 auto;
 		 padding: 0;
	}
	
	.topimage {
    width: 100%;
    }

    .topimage img {
	width: 100%;
	height: 100%;
    }
	
}