@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* CSS Document */

/**

1. common
2. override bootstrap
3. header
4. navi
5. toppage section
6. footer

7. breadcrumb
8. sidebar
9. main_content


main colors: 

#0E1446
#dedede


**/

/***************************************************************
 1. common
 **************************************************************/


body{
	font-family:"Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;		
	line-height:150%;
}

a:hover img{
	opacity:0.8;	
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}

.wrapper{
	width:1024px;
	margin:0px auto; 
}

.left,
.left_column{
	float:left;	
}

.right,
.right_column{
	float:right;
	padding-right: 0;
}

.current{
	background-color:#dedede;	
}

h3{
	background-color:#dedede;
	font-size:18px;
	padding:15px 8px;
	margin:30px 0px 20px 0px;	
}

h4{
	border-left:3px solid #dedede;
	padding:10px 20px;
	margin:20px 0px;
	font-size:16px;
}

h5{
	font-size:14px;
	padding:20px 10px;
	border-bottom: 1px solid #dedede;
}

ul, ol{
	padding-left:20px;
}

ul li{
	list-style:none;
	
}

p{
	padding:4px;	
}

img.center{
	display: block;
	margin:0 auto;
}

a:focus{
	color:#aaa;	
}

a.more{
	float:right;
}

.pagetop{
	border:1px solid #ccc;
	padding:5px 10px;
	float:right;
}

img.full{
width:100%;
}


table.norborder,
table.norborder th,
table.norborder td{
	border:none;
}

.alignleft {
display: block;
margin: 0 auto 0 0;
}

.aligncenter {
display: block;
margin: 0 auto;
}

.alignright {
display: block;
margin: 0 0 0 auto;
}

span.date{
	font-size: 12px;	
}

h2 .btn, h3 .btn, h4 .btn, h5 .btn
{
	float:right;
}

table tr th, table tr td {
	font-size: 14px;
}

/* font awesome */

*:before, *:after{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

*:before{
	padding-right:5px;
}

*:after{
	padding-left:5px;
}

.date:before{
	content: "\f133";
}

.location:before{
	content: "\f3c5";
}

.pagetop:before{
 	content: '\f0aa';
}


/***************************************************************
 2. override bootstrap
 **************************************************************/
 

.btn{
    border-radius: 0px;
}

.btn-info{

}

.badge{
	padding:4px;
    border-radius: 0px;
    font-size:14px;
    min-width:60px;
    font-weight: normal;
}

.table-responsive{
    padding-left:0px;
}




/***************************************************************
 3. header
 **************************************************************/

header{
	
}

header h1{
	display:none;	
}

header div#search_area{
	padding:10px 15px;
	text-align:right;
}

header div#search_area .btn-default{
	padding:4px 10px;
	border-radius:0px;
	margin-left:0px;
	float:right;
    background:#91add5;
    color:#fff;
}

header #logo_area{
	text-align: right;
    padding:5px 10px 0;
}

header #logo_area img {
	width: 85%;
}


#home header{
	
}

#sub header{

}


/*for wordpress qtranslate x*/
body.lang-en .lang-ja{
	display:none;
}

body.lang-ja .lang-en{
	display:none;
}



/***************************************************************
4 nav
***************************************************************/


nav{
	min-width:1024px;
    margin:0 0 5px 0;
}

nav div{
	margin:0;
	padding:0px;
}

nav div ul{
	margin:0px;
	padding:0px;
}

nav div ul li{
	padding:0px;
	margin:0px;
}

nav div > ul > li{
	float:left;	
}

nav div ul li a{
	display:block;
	padding:3px 56px;
	color:#000;
	font-size:14px;
	text-align:center;	
	vertical-align:middle;
}

nav div ul li{
	border-left:2px solid #adc2e0;	
	
}

nav div ul ul{
	display:none;
	position:absolute;
	z-index:100;
	background-color:#333;
	color:#fff;
	width: 150px;
}

nav div ul li:nth-child(6){
    border-right:2px solid #adc2e0;
}

nav div ul li:last-child{
	
}

nav div ul li a:hover{
	background-color:#d2ddee;
	text-decoration:none;
}





/***************************************************************
5 toppage section
***************************************************************/



section#eyecatch .wrapper{
    position: relative
}

section#eyecatch .wrapper .eye_text{
    position: absolute;
    right:0;
    bottom:200px
}

section#eyecatch .wrapper .eye_text p{
    color:#fff;
    font-size:38px;
    font-weight:700;
    border-bottom:8px solid #fff;
    padding:10px 15px 10px 5px;
}

section#about{
    background: #fffaf;
    padding:20px 0;
}

section#about h2{
    color:#010203;
    font-size:24px;
    margin-bottom:25px;
    margin-top:15px;
    position: relative;
}

section#about h2:before{
    content:"";
    width:60px;
    height:3px;
    background:#010203;
    position: absolute;
    top:-5px;
    left:0;
}

section#about p{
    color:#010203;
    padding:5px 15px
}

section#research{
    background:url("images/bg.jpg");
    background-position: center;
    background-size:cover;
    padding: 30px 0;
}

section#research h2{
    color:#fff;
    font-size:24px;
    margin-bottom:25px;
    text-align: center;
    position: relative
}

section#research h2:before{
    content:"";
    width:60px;
    height:3px;
    background:#fff;
    position: absolute;
    top:-5px;
    left:47%
}

section#research .box p{
    color:#fff;
    border-bottom:1px solid #fff;
    margin-top:10px
}

section#research .box p:after{
    content:"\f061";
    float:right
}

section#news{
    background:#006600;
    padding: 10px 0;
}

section#news h2{
    color:#fff;
    font-size:24px;
    margin-bottom:25px;
    text-align: center;
    position: relative
}

section#news h2:before{
    content:"";
    width:60px;
    height:3px;
    background:#91add5;
    position: absolute;
    top:-5px;
    left:47%
}

section#news ul li{
    color:#fff;
    padding:10px 0;
    border-bottom:1px solid #fff;
    margin-right:3px;
}

.badge-info{
    background:#f6b37f;
}
.badge-award{
    background:#f19ec2;
}
.badge-media{
    background:#acd598;
}

section#news a.btn-info{
    background:transparent;
    border:0;
    border-bottom:2px solid #fff;
    padding:5px 2px
}

section#bnr{
    background:#eee;
    padding: 30px 0 20px;
}

/* autoHeight.jquery */

div.item{
	margin-bottom:10px;
	height:auto;
}

div.item div{
	border:1px solid #ccc;
	padding:2px 4px;
}

/* nivo-slider */

.theme-default .nivoSlider {
	margin-bottom: 0px;
}



/***************************************************************
6 footer
***************************************************************/

footer{
	text-align:center;
	font-size:14px;	
	padding:10px 0;
    border-top:5px solid #000
}


/***************************************************************
7 breadcrumb
***************************************************************/
/* overwrite bootstrap */
.breadcrumb{
    background-color:transparent !important;
}


/***************************************************************
8 sidebar
***************************************************************/

div#sidebar{
	border:0;
	padding:0px;
	margin-bottom:20px;
}

div#sidebar h2{
	background-color:#4c5864;
	color:#fff;
	font-size:18px;
	margin:0px;
	padding:15px 10px;	
}

div#sidebar h2 i{
	display:none;
	float:right;
	width:50px;
}

div#sidebar ul{
	margin-bottom:0px;
    padding-left:0px;
}

div#sidebar ul li{
	background-color:#fff;	
}

div#sidebar ul li a{
	display:block;
	min-height:40px;	
	padding:10px;
	border-bottom:1px solid #91add5;
	color:#666;
    padding-left:30px;
    
}

div#sidebar ul li a:hover{
	background-color:#d6e1f2;
	text-decoration:none;	
}

div#sidebar ul li a:before{
 	content: '';
    width:5px;
    height:20px;
    background:#00184b;
    margin-right:10px;
    margin-left:-20px;
}
div#sidebar ul li a:after{
 	content: '\f054';
    float:right
}

div#sidebar ul ul{
    padding-left:20px;
}

div#sidebar ul li ul li{

}

div#sidebar ul li ul li a{
	background-color:#efefef;	
	min-height:40px;
	padding:10px 10px 10px 20px;
	border-bottom:1px solid #ccc;
	color:#666;	
}

div#sidebar ul li ul li a:hover{
	background-color:#FFF6E8;
	text-decoration:none;		
}





/***************************************************************
9 main_content
***************************************************************/


div#main_content{
	padding:0px;
}


div#main_content h1{
	background:#91add5;
	padding:10px 10px 10px 20px;
	margin-top:0px;
	font-size:24px;
	color: #fff;
}

div#main_content div#content_area{
	padding:10px 0px;	
	min-height:500px;
}


div#main_content h2{
	font-size:20px;
	margin:20px 0px 0px;
	padding:10px 10px;
	border:1px solid #91add5;	
}

div#main_content h2:nth-child(n+2){
	margin-top:40px	
}

div#main_content h3{
	border-left:6px solid #4c5864;
	font-size:18px;
	padding:5px 8px;
	margin:25px 0px 20px 0px;
    background:#fff;
}

div#main_content h4{
	border-left:3px solid #ccc;
	padding:10px 20px;
	margin:20px 0px;
	font-size:16px;
}

div#main_content h5{
	font-size:14px;
	padding:20px 10px 10px 10px;
	border-bottom: 1px solid #ccc;
}

div#main_content p.name{
	font-size:16px;
	font-weight: 600;
}


div#main_content div.clearfix{
	margin-bottom:30px;	
}

div#main_content table tr td{
	border:1px solid #ccc;
	padding:5px 10px;
}

div#main_content table tr th{
	background-color: #999;
	color:#fff;
	padding:5px 10px;	
	border-bottom:1px solid #fff;
}

div#main_content table tr:nth-child(2n)
{
	background-color:#efefef;
}

div#main_content ul li:before{
 	content: '\f0da';
    padding-right: 10px;
    margin-left:-15px;
}


div#main_content ul li ul{
	margin-left:20px;	
}


div#main_content table.responsive{
	
}

div#main_content table.responsive th,
div#main_content table.responsive td{
	padding: 6px 2px;
	text-align:center;
}

div#main_content table.responsive th,
div#main_content table.toggle_next th,
div#main_content table.toggle_nextall th{
	font-weight:bold;
	border-bottom:1px solid #fff;
	border-right: 1px solid #fff;
}



div#main_content table.toggle_next tr td,
div#main_content table.toggle_next tr th,
div#main_content table.toggle_nextall tr td,
div#main_content table.toggle_nextall tr th  {
    padding: 5px 20px;
}

div#main_content table.toggle_next th,
div#main_content table.toggle_nextall th{
	text-align:center;
}

div#main_content table.toggle_next .toggle,
div#main_content table.toggle_nextall .toggle{
	cursor:pointer;
}


div#main_content div.slider-wrapper{
	width:50%;
	margin:10px auto;
}

div#main_content div.slider-wrapper div.nivo-controlNav{
	display:none;	
}

div#main_content ul.news{
    margin-right:15px
}

div#main_content ul.news li{
    border-bottom:1px solid #91add5;
    padding:10px 0;
}

div#main_content ul.news li:before{
    content:none
}

i {
	font-style: italic;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

/********************************************************************
10 PC
********************************************************************/

@media (min-width: 768px) {
	
	.sp_none{
		
	}
	
	.pc_none{
		display:none;
	}
	
	body{
		min-width:1024px;
	}
	
	div#sp_menu{
		display:none;	
	}
}


/********************************************************************
10 SP
********************************************************************/

@media (max-width: 767px) {
	
	.sp_none{
		display:none;
	}
	
	.pc_none{
		
	}
	
	header div#search_area{
		display:none;
	}
	
	header div#logo_area{
		padding:10px;
        text-align: left;
	}
	
	header div#logo_area img{
		width:85%;
        
	}
	
	
	.row{
		margin-left:0px;
		margin-right:0px;
	}
	
	nav{
		display:none;	
		min-width:100%;
		background-image:none;
		z-index:1000;
		position:absolute;
        top: 50px;
        left:0;
	}
	
	nav ul{
		width:100%;	
		height: auto;
		background-color:#000;
	}

	nav ul li{
		float:left;
        width:100%;
	}
    
    nav > div > ul > li{
        border-bottom:1px dashed #fff;
    }
    
    nav div ul ul{
        padding-left:20px;
        position: relative;
        display: block;
        width:100%;
    }
    
    nav div ul li ul li{
        display: block;
        position: relative;
        
    }
	
    nav div ul li a{
        text-align: left;
        padding:10px 0 10px 20px;
        color:#fff;
    }
    
    nav div ul li{
	border-left:0;	
	
}
    
    nav div ul li:nth-child(6){
    border-right:0;
}
	
	.wrapper{
		width:100% !important;	
		min-width:100% !important;
	}
	
	
	div#main_content{
		border:none;
		padding:0px;
	}
	
	div#main_content div#content_area{
		padding:0px;
	}
	
    div#main_content h1{
	padding:10px 10px 10px 10px;
	font-size:22px;
}
    
    div#main_content h2{
	font-size:20px;
}

	.left, .right, .left_column, .right_column{
		float:none !important;
		margin:0px auto;	
	}
    
    section#eyecatch .wrapper .eye_text{
    position: absolute;
    right:0;
    bottom:30px
}

section#eyecatch .wrapper .eye_text p{
    font-size:20px;
    font-weight:500;
    border-bottom:6px solid #fff;
    padding:10px 15px 5px 5px;
}


	section#about{
		padding:20px 10px
	}
    
    section#research h2:before{
    left:42%
}
    
    section#news{
    padding:20px 10px
}
    section#news h2:before{
    left:42%
}
    
    section#bnr {
    padding:10px 5px;
}
    
     section#bnr ul{
    margin:0;
        padding:10px;
}
    
    section#bnr ul li{
    margin:0;
        padding:0;
}


	div#sp_menu{
		position:absolute;
		right:15px;
		top:10px;
		display:block;	
	}
    
    div.right_column{
        margin-right:15px;
    }

	div#sidebar ul{
		display:none;	
	}
	
	div#sidebar h2{
		cursor:pointer;	
	}
	
	div#sidebar h2 i{
		display:inherit;
	}
	

}



/********************************************************************
41 Print
********************************************************************/


@media print {
	

	a[href]:after{
	content: ""!important;
	}

	abbr[title]:after{
	content: ""!important;
	} 	
	
	.row{
		display:block;
	}
	
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
	

  .sp_none{
	display:block !important;
  }
	
  .pc_none{
	display:none !important;
  }
	
  .wrapper{
	width:1024px !important;	
	min-width:1024px !important;
  }	
	
  nav{
	display:block !important;
	float:none !important;
	position:relative !important;
  }
	
  nav ul li{
	width:auto !important;
  }

  div#search_area{
	display:block !important;
  }	
	
  div#sp_menu{
	display:none;	
  }
	
  div#search_area{
	display:block;
  }
	
  div#sidebar ul{
	display:block !important;	
	position: relative;
  }
	
  div#sidebar h2 i{
    display:none !important;
  }	
	
  .left, .left_column{
	float:left !important;
  }
	
  .right, .right_column{
	float:right !important;
  }	
	
}

