@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{
	color:#0d97b3
}

.date:before{
	content: "\f073";
}

.location:before{
	content: "\f073";
}

.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{
	background-color:rgba(255,255,255,0.8);
    position: relative;
    z-index: 99;
    box-shadow:1px 1px 2px #999
}

header h1{
	display:none;	
}

header div.lang{
	padding:1px 0 1px;
	text-align:right;
}

header div.lang a{
	color:#0d97b3
}

#sub header div.lang a{
	color:#fff
}

header #logo_area{
	padding:10px 0 0
}

header #logo_area img {
	width: 100%;
}


#home header{
	
}

#sub header{
    background: url("images/sub_head.jpg");
    background-size: cover;
}


/*for wordpress qtranslate x*/
body.lang-en .lang-ja{
	display:none;
}

body.lang-ja .lang-en{
	display:none;
}



/***************************************************************
4 nav
***************************************************************/


nav{
	padding:0 0 5px
}

nav div{
	margin:0px;
	padding:0px;
}

nav ul{
	margin:0px;
	padding:0px;
}

nav ul li{
	padding:0px;
	margin:0px;
}

nav ul > li{
	float:left;	
}

nav ul li a{
	display:block;
	padding:5px 21px;
	color:#000;
	font-size:16px;
	text-align:center;	
	vertical-align:middle;
    position: relative;
    font-weight: bold
}

nav ul li a:after{
    content:"/";
    color:#bdbdbd;
    position: absolute;
    right:1px;
}

nav ul > li{
	border-right:0;	
	
}

nav ul ul{
	display:none;
	position:absolute;
	z-index:100;
	background-color:#333;
	color:#fff;
	width: 150px;
}

nav ul li:nth-child(6){
	border-right:0;
    
}

nav ul li:nth-child(6) a:after {
	content:none
}

nav ul li:last-child a{
	border:none;
}

nav div ul ul li:last-child a{
	border:none;
}

nav ul li a:hover{
	color:	#0d97b3;
	text-decoration:none;
}





/***************************************************************
5 toppage section
***************************************************************/



section#eyecatch{
    margin-top:-100px;
    background: #daece8
}
section#eyecatch .wrapper{
	width:1200px;
    position: relative
}

section#eyecatch .wrapper .caption{
    background: rgba(13,151,179,0.95);
    padding:30px 25px 20px;
    width:500px;
    position: absolute;
    z-index: 99;
    top:40%;
    left:30%
}

section#eyecatch .caption table{
    width:100%
}

section#eyecatch .caption table tr{
    border-bottom:3px solid #fff
}
section#eyecatch .caption table tr td{
    color:#fff;
    padding:5px
}

section#eyecatch .caption table tr td span{
    font-size: 30px
}

section#eyecatch .caption p.eng{
    font-size: 31px;
    color:#fff;
    margin-top:5px
}

section#about{
    padding:20px 0;
    background: #daece8
}

section#about h2{
    text-align: center;
    color: #59aec0;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
    position: relative
}

section#about h2:before{
    content:"";
    position: absolute;
    width:100px;
    height:6px;
    background: #0d97b3;
    top:56px;
    left:0;
    z-index: 99
}

section#about .whiteback{
    padding:20px 20px;
    background: #fff;
    height:550px
}
section#about .whiteback p.title{
    padding-left:20px;
    margin-bottom:5px
}
section#about .whiteback p.title span{
    font-weight: bold;
    font-size: 20px
}

section#about .whiteback a{
    width:55%;
    display: block;
    color: #000;
    padding-left:10px
}
section#about .whiteback a:hover{
    text-decoration: none
}

section#about .whiteback a i{
    color:#0d97b3
}

section#about .whiteback hr{
    height: 3px;
 background-color: #eee;
    margin:5px 0;
}

section#about .col-md-7{
    position: relative;
}
section#about .box{
    position: absolute;
    right:0;
    top:100px
}

section#about .box img{
    width:800px
}

section#research{
    padding:20px 0;
    background: url("images/research_bg.jpg");
    background-position: top;
    background-size: cover
}

section#research .wrapper{
    width:900px;
    margin: 0 auto
}

section#research h2{
    text-align: center;
    color: #59aec0;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px
}

section#research .r_box{
    width: 35%;
    float: left;
}

section#research .r_box2{
    width: 30%;
    float: left;
    text-align: center;
    padding-top:50px
}

section#research .r_box2 img{
    width: 90%
}

section#research .r_box img{
    height:120px;
    margin-top:10px;
    margin-left:60px
}

section#research .r_box img.second{
    height:120px;
    margin-top:10px;
     margin-left:20px
}

section#research .obi{
    background:#0d97b3;
    vertical-align: middle;
    padding:5px 5px 5px 15px;
    height:60px;
    position: relative
}

section#research .obi:after{
    content:"\f105";
    color:#fff;
    position: absolute;
    right:5px;
    top:20px
}
section#research .obi a{
    color:#fff;
    display: block;
    height:100%
}

section#research p.r_title{
    color:#6995e5;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
    text-align: left;
    margin-top:20px
}

section#research p.r_title span{
    font-size: 24px
}

section#research ol{
    list-style-type: lower-latin;
    font-size: 14px;
    line-height: 130%
}

section#research a.btn-info{
    background:transparent;
    border:0;
    color:#000;
    border-bottom:3px solid #0d97b3;
    padding:5px 40px;
    position: relative
}
section#research a.btn-info:after{
    content:"\f061";
    position: absolute;
    right:5px
}

section#news{
    padding:30px 0;
    background:#faf6f1
}

section#news h2{
    font-size: 24px;
    border-left:6px solid #0d97b3;
    padding:5px 8px;
    margin-bottom:30px
}

section#news ul{
    margin-right:15px
}

section#news ul li{
    background:#fff;
    padding:10px 5px;
    border-bottom:1px solid #0d97b3
}
section#news ul li a{
    color:#000
}

section#news a.btn-info{
    padding:5px 40px;
    position: relative
}
section#news a.btn-info:after{
    content:"\f061";
    position: absolute;
    right:5px
}

section#info{
    padding:30px 0 10px;
    background:url("images/info_bg.jpg");
    background-size: cover;
    color:#fff
}

section#info h2{
    font-size: 24px;
    border-left:6px solid #fff;
    padding:5px 8px;
    margin-bottom:20px;
    color:#fff;
}

section#bnr{
    padding:30px 0 20px;
    background:#dcdcdc
}

/* 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{
	background-color:#fff;
	color:#000;
	text-align:center;
	font-size:14px;	
	padding:10px;
    border-top:5px solid #0d97b3
}


/***************************************************************
7 breadcrumb
***************************************************************/
/* overwrite bootstrap */
.breadcrumb{
    background-color:transparent !important;
}


/***************************************************************
8 sidebar
***************************************************************/

div#sidebar{
	padding:0px;
	margin-bottom:20px;
}

div#sidebar h2{
	background-color:#0e98bc;
	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 dashed #ccc;
	color:#666;
    padding-left:10px;
    position: relative
    
}

div#sidebar ul li a:hover{
	background-color:#FFF6E8;
	text-decoration:none;	
}

div#sidebar ul li a:after{
 	content: '\f105';
    color:#0e98bc;
    position: absolute;
    right:5px
}

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:#0e98bc;
	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 10px;
	padding:5px 10px;
	border:0;
    border-left:5px solid #0e98bc
}

div#main_content h2:nth-child(n+2){
	margin-top:40px
}

div#main_content h3{
	background-color:#daece8;
	font-size:18px;
	padding:15px 8px;
	margin:30px 0px 20px 0px;	
}

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 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.news {
 	margin-right:15px
}

div#main_content ul.news li{
 	padding:10px 0;
    border-bottom:1px solid #000
}

div#main_content ul.news li:before{
 	content: none;
}


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 div.grape{
	padding:5px 10px;
    background:#d9e4f3;
    margin-bottom:10px
}
div#main_content div.grape p{
	margin-bottom:0px
}

div#main_content span.tuyomi{
	background:#eee;
    padding:2px 15px;
    border-radius: 10px;
}

div#main_content ol li{
	padding:10px 0;
}

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:5px;
	}
	
	header div#logo_area img{
		width:80%;
	}
    
    header div.lang{
	display: none
}
	
	
	.row{
		margin-left:0px;
		margin-right:0px;
	}
	
	nav{
		display:none;	
		min-width:100%;
		background-image:none;
		z-index:1000;
		position:absolute;
        top: 20px;
        left:0;
	}
	
	nav ul{
		width:100%;	
		height: auto;
		background-color:#000;
	}

	nav ul li{
		float:left;
        width:100%;
	}
    
    nav > ul > li{
        border-bottom:1px dashed #fff;
    }
    
    nav ul ul{
        padding-left:20px;
        position: relative;
        display: block;
        width:100%;
    }
    
    nav ul li ul li{
        display: block;
        position: relative;
    }
	
    nav ul li a{
        text-align: left;
        padding-top:10px;
        color:#fff
    }
    
    nav ul li a:after{
    content:none;
}
	
	.wrapper{
		width:100% !important;	
		min-width:100% !important;
	}
	
	
	div#main_content{
		border:none;
		padding:0px;
	}
	
	div#main_content div#content_area{
		padding:0px;
	}
	

	.left, .right, .left_column, .right_column{
		float:none !important;
		margin:0px auto;	
	}

    section#eyecatch{
    margin-top:0px;
}

	section#eyecatch .wrapper .caption{
    display: none
}
    
    section#about h2:before{
    content:none
}

section#about .whiteback{
    padding:20px 10px;
    height:auto
}

section#about .whiteback a{
    width:100%;
}
    
    section#about .box{
    position: initial;
}

section#about .box img{
    width:100%
}
    
    section#research .r_box{
    width: 100%;
}

section#research .r_box2{
    width: 100%;
    text-align: center;
    padding-top:0px
}
    section#research .r_box2 img{
    width: 80%;
}
    
    section#research{
    padding:20px 10px;
}

section#research .wrapper{
    width:100%;
}

    section#news{
    padding:30px 10px;
}
    section#bnr{
    padding:5px;
}
    
    section#bnr ul li{
    padding:5px;
}
    
    section#bnr ul{
    padding:0;
        margin:0;
}
    
    section#info{
    padding:20px 10px 10px;
}

	div#sp_menu{
		position:absolute;
		right:20px;
		top:10px;
		display:block;
        z-index: 999
	}
    
    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;
  }	
	
}

