@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:#1b2870
}
.date:before{
	content: "\f073";
    color:#1b2870
}

.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{
    background:#1b2870
}

header h1{
	display:none;	
}

header div#search_area{
	padding:10px 0;
	text-align:right;
}

header div#search_area ul {
	margin-bottom: 0;
}

header div#search_area ul li{
	float:right;
	padding:5px;
}
header div#search_area .btn-default{
	text-align: center;
	background:#7ecaf4;
    color:#fff;
    border-radius: 50%;
    padding:8px 10px;
}

header div#search_area .btn-sns{
	text-align: center;
	background:#40a1a1;
    color:#fff;
    border-radius: 50%;
    padding:8px 6px 8px 12px;
}

header div#search_area input[type=text]{
	height:30px;
	margin-right:0px;
	float:right;
}

header #logo_area{
	padding:10px 5px;
}

header #logo_area img {
	width: 100%;
}


#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{
	background-color:#1b2870;
}

nav div{
	margin:0px;
	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:10px 60px;
	color:#fff;
	font-size:14px;
	text-align:center;	
	vertical-align:middle;
}

nav div ul li a:after{
	content: "\f105";
    margin-left:10px
}

nav div > ul > li{
	border-left:0
	
}

nav div ul ul{
	display:none;
	position:absolute;
	z-index:100;
	background-color:#333;
	color:#fff;
	width: 150px;
}

nav div ul li:nth-child(7n) a{
	border-right:1px solid #dedede;
}

nav div ul ul li:last-child a{
	border:none;
}

nav div ul li a:hover{
	background-color:#fff;
	color:	#1b2870;
	text-decoration:none;
}





/***************************************************************
5 toppage section
***************************************************************/



section#eyecatch{
	background-color:#efefef;
}

section#eyecatch .wrapper{
	width:1200px
}

section#about{
	background-color:#7ecaf4;
    padding:0 0 40px;
    padding-top:30px
}

section#about .w_box{
	background-color:#fff;
    padding:20px;
    position: relative;
    margin-top:-100px;
    z-index: 99
}

section#about h2{
	color:#b2b2b2;
    font-size:24px;
    font-weight:bold;
    display: flex;
    align-items: center;
}

section#about h2:after{
    border-top: 3px solid #084fa1;
  content: "";
  width: 87%;
    margin-left:10px 
}

section#about h3{
	background:#fff;
    font-size:18px;
    margin:5px 0;
    padding:0;
    color:#084fa1
}

section#about .w_box a.btn-info{
	background-color:#1b2870;
    padding:10px 11px 10px 20px;
    position: absolute;
    right:0;
    bottom:0;
}

section#research{
	background:url("images/bg.jpg");
    background-position: center;
    background-size:cover;
    padding:30px 0 0px;
}

section#research h2{
    color:#fff;
    font-size:24px;
    text-align: center;
    margin-bottom:30px
}

section#research .col-md-3 a{
    color:#000;
}
section#research .col-md-3 a:hover{
    text-decoration: none
}

section#research .r_box p.line{
    color:#1b2870;
    font-weight:bold;
   border-bottom:2px solid #fff;
    margin-bottom: 0
}
section#research .r_box p.line span{
    font-size:26px
}

section#research .obi{
    background:#1b2870;
    padding:10px 0;
    text-align: center
}

section#research .obi a.btn{
    color:#fff;
}
section#research .obi a.btn i{
    color:#7ecaf4;
}

section#news{
	background:url("images/bg_news.jpg");
    background-position: center;
    background-size:cover;
    padding:30px 0 0px;
}

section#news h2{
    color:#1b2870;
    font-size:24px;
    text-align: center;
    margin-bottom:30px;
    font-weight: bold
}

section#news .obi{
    background:#1b2870;
    padding:10px 0;
    text-align: center
}
section#news .obi a.btn{
    color:#fff;
}
section#news .obi a.btn i{
    color:#7ecaf4;
}

section#news ul{
    margin-bottom:30px
}

section#news ul li{
    padding:10px 0;
    border-bottom:2px solid #1b2870;
    position: relative
}

section#news ul li a{
    color:#000;
    display: block
}

section#news ul li:after{
    content:"\f105";
    color:#1b2870;
    position: absolute;
    right:2px;
}

.badge{
    padding:3px 15px;
}
.badge-info{
    background:#acd598
}

.badge-paper{
    background:#8c97cb;
    color:#fff;
  /* 20251002 追加 START */
    display: inline-block;       /* インライン要素として扱う */
    padding: 0.25em 0.6em;       /* 適度な余白 */
    white-space: nowrap;         /* 改行を防ぐ（任意） */
    max-width: fit-content;      /* 幅を必要最小限に */
  /* 20251002 追加 END */
}

section#recruit{
    padding:30px 0 20px;
}

section#recruit h2{
    color:#1b2870;
    font-size:24px;
    font-weight: bold
}

section#recruit p{
    margin-top:10px;
    margin-bottom:0;
}

section#recruit a.btn-info{
    padding:5px 50px;
    background:#1b2870;
    color:#fff;
    border:0;
}

section#recruit a.btn-info:after{
    content:"\f35a";
    color:#7ecaf4;
    margin-left:10px
}

section#bnr{
	background:url("images/bg_bnr.jpg");
    background-position: center;
    background-size:cover;
    padding:20px 0px 10px;
}

section#bnr ul li{
	margin:5px 0
}

section#contact{
	background:#1b2870;
    padding:20px 0px;
    color:#fff
}

section#contact img{
	width:250px
}

section#contact p{
	margin-bottom:5px
}
section#contact p.name{
	font-size:28px
}

section#contact .inner{
	padding-top:30px
}

/* 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:#1b2870;
	color:#fff;
	text-align:center;
	font-size:14px;	
	padding:6px;
}


/***************************************************************
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 dashed #4c5864;
	color:#666;
    
}

div#sidebar ul li a:hover{
	background-color:#FFF6E8;
	text-decoration:none;	
}

div#sidebar ul li a:after{
 	content: '\f0da';
    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{
	border-left:0;
	padding:10px 10px 10px 20px;
	margin-top:0px;
	font-size:24px;
	color: #fff;
    background:#1b2870
}

div#main_content div#content_area{
	padding:10px 0px;	
	min-height:500px;
}


div#main_content h2{
	font-size:20px;
	margin:20px 0px;
	padding:10px 10px;
	border:1px solid #1b2870;	
}

div#main_content h2:nth-child(n+2){
	margin-top:40px	
}

div#main_content h3{
	background-color:#fff;
    border-left:5px solid #1b2870;
	font-size:18px;
	padding:5px 8px;
	margin:30px 0px 10px 0px;	
}

div#main_content h4{
	border-left:0;
	padding:5px;
	margin:20px 0px 10px;
	font-size:16px;
    border-bottom:1px dashed #1b2870
}

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 li{
 	padding:10px 0;
    border-bottom:1px solid #000
}

div#main_content ul.news li:before{
 	content: none;
    padding-right: 0px;
    margin-left:0px;
}


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 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;
        height:45px
	}
	
	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;
        background:transparent
	}
	
	nav ul{
		width:100%;	
		height: auto;
	}

	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-top:10px;
        background: #1b2870;
            padding-left:15px;
    }
	
	.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 .wrapper{
	width:100%
}
    
    section#about{
    padding-top:0px;
        padding:0;
}
    
section#about .w_box{
    padding:20px 10px;
    margin-top:0
}
    
    section#news{
    padding:20px 0px;
}
    
    section#news ul{
    padding:0 10px;
}
    
    section#recruit{
    padding:10px 0 20px;
}

section#recruit h2{
    margin-top:0;
}

section#recruit p{
    margin-top:10px
}
    
    section#bnr ul{
        padding:0;
    }
    
    section#contact .inner{
	padding-top:0px
}

	div#sp_menu{
		position:absolute;
		right:10px;
		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;
  }	
	
}

