@charset "utf-8";
/*
Theme Name: pls_session
Theme URI: 
Author: Science Graphics
Author URI: https://wordpress.org/
Description: This template is designed by Science Graphics
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Science Graphics

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* CSS Document */

/**

1. common
2. override bootstrap
3. header
4. navi
5. toppage section
6. footer

7. breadcrumb
8. sidebar
9. main_content

20. PC
30. SP
40. print

main colors: 

#04427B    theme color
#e6f7ff    theme light color


**/

/***************************************************************
 1. common
 **************************************************************/


body{
	font-family:Arial, Helvetica, 'sans-serif';
	line-height:150%;
	font-size: 14px;
    border-top:3px solid #04427B;
}

a{
    color:#0C6A80;
}

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;	
}

.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{
	padding-left:0px;
}

ol{
	padding-left:15px;
}

ul li{
	list-style:none;
	
}

p{
	padding:4px;	
}

.full{
	width:100%;
}

a:focus{
	color:#aaa;	
}

a.more{
	float:right;
}

.pagetop{
	border:1px solid #ccc;
	padding:5px 10px;
	float:right;
}

.pagetop:before{
 	content: '\f0d8';
}

table td, table th{
	font-size:14px;
}

table.noborder,
table.noborder td,
table.noborder th{
	border:none;
}

.alignleft {
display: block;
float:left;
}

.aligncenter {
display: block;
margin: 0 auto;
}

.alignright {
display: block;
float:right;
}

span.date{
	font-size: 12px;	
}

h2 .btn, h3 .btn, h4 .btn, h5 .btn
{
	float:right;
}

table th, table td{
	font-size:14px;
}

/***************************************************************
 2. override bootstrap / fontawesome
 **************************************************************/
 
/* bootstrap */

.btn.small{
    padding:0px 5px !important;
    font-size: 14px;
}

.btn-info{
	background-color:#04427B;
	border-radius:0px;
	border:none;
}

.btn-warning{
	background-color:#E1474A;
	border-radius:0px;
	border:none;
    color:#fff;
}


.btn-info.disabled, 
.btn-info:disabled{
	background-color:#aaa;
	background-color:#aaa;
}

.badge-default{
    background-color:#ccc;
}

.label{
	padding:4px;
	background-color:#ccc;
    border-radius: 0px;
}

.label.news{
	background-color:#009e96;
}

.label.press{
    background-color:#00479d;
}

.label.events{
	background-color:#22731E;
}

.label.topics{
	background-color:#274BBF;
}

.label.research{
	background-color:#A8590B;
}

.row h1, .row h2, .row h3, .row h4, .row h5, .row h6{
	display: block;
	width: 100%;
}


/* font awesome */

*:before, *:after{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.mce-container-body *:before, .mce-container-body *:after{
    font: normal 20px/1 dashicons;
}

*:before{
	padding-right:5px;
}

*:after{
	padding-left:5px;
}

.date:before{
	content: "\f133";
}

.location:before{
	content: "\f3c5";
}


/*qtranslate x*/
body.lang-en .lang-ja{
	display:none;
}

body.lang-ja .lang-en{
	display:none;
}


.lang-en{
    display:none;
}


/* user- fronted */
.logged-in-as{
	display:none;
}

.comment-form-comment label{
	display:none;
}

.comment-form-comment textarea{
	width:100%;
}

.comments-list div.reply{
	dipslay:none;
}

main div.wpuf_add{
	display:none;
}

.logged-in main div.wpuf_add{
	display:block;
}



/* WP UserFronted */

textarea.textareafield{
	width: 80%;
}


/* zoom video conference */
.dpn-zvc-col-4 h3{
    background-color:transparent;
}

.dpn-zvc-col-8 h3{
    margin:0px;
}

.dpn-zvc-col-8{
    float:right !important;
    width:33.3% !important;
}

.dpn-zvc-col-4{
    width:66.6% !important;
}

.dpn-zvc-single-content-wrapper .deepn-zvc-single-featured-img{
    margin-bottom: 0px !important;
}

/***************************************************************
 3. header
 **************************************************************/

header{
}

#sub header{
    background-color:#fff;
}

header div#logo_area{
	padding:5px 0px;
    font-weight: bold;
}

header h1{
	display:none;	
}

header div#logo_area p{
    margin-bottom:  0px;
}

header div#search_area{
	padding:5px 10px;
	text-align:right;
}

header div#search_area ul li{
	float:right;
	padding:5px;
}
header div#search_area .btn-default{
	padding:5px 10px;
	border-radius:0px;
	margin-left:0px;
	float:right;
	color:#fff;
	background-color:#005982;
	border:none;
}

header div#search_area input[type=text]{
	margin-right:0px;
	float:right;
}



#home header{
	
}

#sub header{

}

/*qtranslate x*/
header.lang-en li.lang-en{
	display:none;
}

header.lang-ja li.lang-ja{
	display:none;
}



/***************************************************************
4 nav
***************************************************************/


nav{
	height:50px;
	margin:0px 0px 0px 0px;
	padding:0px;
}

nav ul{
	margin:0px;
	padding:0px;
}

nav > ul > li{
	height:70px;
	padding:0px;
	margin:0px;
}

nav > ul > li,
nav > div > ul > li{
	float:left;	
}

nav ul li a{
	margin:0px 2px;
	display:inline-block;
	min-width:120px;
	padding:25px 8px 10px 8px;
	color:#000;
	font-size:14px;
	text-align:center;	
	height:64px;
	vertical-align:middle;
}

nav > ul > li > a{
	border-bottom:4px solid #ccc;
	border-right:1px solid #ccc;
}

nav ul ul{
	display:none;
	position:absolute;
	z-index:100;
	background-color:#fff;
	color:#fff;	
}
nav ul ul li{
	width:100%;
	height:40px;
}
nav ul ul li a{
	text-align: left;
	width:100%;
	height:40px;
	padding-top:10px;
	border-bottom:1px dashed #ccc;
	background-color:#eee;
}


nav > ul li.menu-item-has-children > a:after{
    content:"\f107";
    float:right;
}

nav > ul > li > ul > li.menu-item-has-children > a:after{
    content:"\f105";
    float:right;
}

nav ul li:last-child a{
	border-right:none;
}

nav ul li a:hover,
nav ul li.current-menu-item a{
	background-color:#ccc;
	text-decoration:none;
}


nav ul ul ul{
    position:absolute;
    left:100%;
    top:0px;
    min-width:100%;
}

nav ul#menu-main_ja > li:last-child a:before{
	content:"\f023";
}





/***************************************************************
5 toppage section
***************************************************************/



section#eyecatch{
	background-color:#efefef;
	background-size: auto 480px;
	background-position:center top;
    overflow-y: hidden;
}


div#eyecatch p{
	padding:0px;
	margin-bottom:0px;
}

section#eyecatch div#slider_text{
	display:none;
}

section#about h2,
section#materials h2{
    background-color:#999;
    padding:10px 20px;
    text-align: center;
    font-size:18px;
    color:#fff;
}

section#about a.toggle{
	background-color:#efefef;
	padding:5px;
	display: inline-block;
	border-radius: 5px;
	cursor: pointer;
}

section#about a.toggle.closed span.span_closed{
	display: inherit;
}

section#about a.toggle.opened span.span_closed{
	display: none;
}

section#about a.toggle.closed span.span_opened{
	display: none;
}

section#about a.toggle.opened span.span_opened{
	display: inherit;
}


section#about a.toggle.closed:before{
    content:"\f150";
}

section#about a.toggle.opened:before{
    content:"\f151";
}






section#news ul.posts_archive li.row{
    border-bottom:1px dotted #fff;
    padding-bottom:3px;
    margin-bottom:5px;
}

section#materials h3 a.btn,
section#materials h4 a.btn{
    margin-top:-8px;
}

section#about div#about_area,
section#materials div#materials_area{
    padding:20px 0px;
}


section#materials h4 a.toggle{
    cursor: pointer;
}

section#materials h4 a.toggle.opened span.button:before{
    content:"\f151";
}

section#materials h4 a.toggle.closed span.button:before{
    content:"\f150";
}

section#materials h4 a.subcategory span.button{
	background-color:#efefef;
	padding:5px;
	border-radius: 5px;
}

section#materials h4 a.toggle.opened small.help{
	display:none;
}

section#materials h4 a.toggle.closed small.help{
	display:inherit;
}

section#materials ul{
    
}

section#materials ul li.row{
    margin-left:40px;
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
	margin-bottom: 5px;
}


section#materials span.gray{
	color:#999;
}


section#about div#about{
    
}

section#about ul.list-group-flush li i{
    float:right;
}


section#event{
    
}



div#zoom_area{
    padding:15px 0px;
}

div#zoom_area h3{
    background-color:transparent;
    padding:5px;
    font-size: 14px;
    margin:5px 0px;
}

div#zoom_area ul{
    margin:10px 30px;
}

div#zoom_area ul li.selforganized img{
    border:5px solid #04427B;
}

div#zoom_area ul li.coorganized img{
    border:5px solid #efefef; 
}

div#zoom_area ul li{
    border-bottom:1px dashed #aaa;
    padding:15px 0px;
}

div#zoom_area ul li p{
    margin-bottom:0px;
}

section#zoom{
    background-color:#efefef;    
}



section#news{
    background-color:#CDD9D8;
}

div#news_area{
	padding:15px 0px;
}

div#zoom_area h2,
div#news_area h2{
	border-left: 22px solid #04427B;
	color:#000;
	font-size:18px;
	padding:2px 6px;
	margin:10px 0px;
}

div#news_area li div div{
    padding:2px 10px;
}

div#news_area li div div.date:before{
    content:"\f073";
    color:#04427B;
}
div#news_area li div div.title:after{
    content:"\f30b";
    float:right;
}

section#sitemap{
    background-color:#e6f7ff;
    padding:30px 0px;
}

div#sitemap_area > div{
    padding:5px !important;
    
}

/* 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;
}

.nivoSlider p{
	margin: 0px;
	padding: 0px;
}

.nivo-control{
    display:none;
}

.nivo-controlNav{
    padding:0px;
}

.nivo-caption{
	position:absolute;
	top:30px;
	left:auto;
    right:30px;
	bottom:auto;
	width:500px;
	padding:20px;
    background-color:rgba(0,0,0,0.6);
    font-family:"Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;		
}

.nivo-caption h2{
    font-size:20px;
    
}

.nivo-caption a.btn-default{
	color:#333;
}

/***************************************************************
6 footer
***************************************************************/

footer{
	background-color:#04427B;
	color:#fff;
	text-align:center;
	font-size:12px;	
	padding:6px;
}


/***************************************************************
7 breadcrumb
***************************************************************/

#breadcrumb{
padding:15px 0px;
}
#breadcrumb ul li{
	float:left;
	margin:0px 10px;
}

#breadcrumb ul li a{
	color:#000;
}

/***************************************************************
8 sidebar
***************************************************************/

div#sidebar{
	border:1px solid #04427B;
	padding:0px;
	margin-bottom:20px;
}

div#sidebar h2{
	background-color:#04427B;
	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;
}

div#sidebar ul li{
	background-color:#fff;	
}

div#sidebar ul li a{
	display:block;
	min-height:40px;	
	padding:10px;
	border-bottom:1px solid #ccc;
	color:#666;
}

div#sidebar ul li a:hover{
	background-color:#efefef;
	text-decoration:none;	
}

div#sidebar ul li a:before{
 	content: '\f105';
}


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
***************************************************************/


img#sub_eyecatch{
    position:absolute;
    top:0px;
    left:0px;
    right:0px;
    margin:auto;
    max-width: 1400px;
    z-index: -1;
}

div#main_content{
	padding:0px;
	min-height: 500px;
    margin-bottom: 30px;
}


div#main_content h1{
	font-size:24px;
	padding:12px 10px 12px 30px;
	margin-top:0px;
	font-size:24px;
	color: #fff;
	background-color:#04427B;
}

div#main_content h1 span{
	border-left:6px solid #fff;
	padding-left:15px;
}

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 #999;	
}

div#main_content h3{
	background-color:#eee;
	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 h3 div.clearfix{
	margin-bottom:0px;
}

div#main_content table,
section table{
	margin-bottom:15px;
}

div#main_content table tr td,
section table tr td{
	border:1px solid #ccc;
	padding:10px 15px;
}

div#main_content table tr th,
section table tr th{
	background-color:#84A3B1;
	color:#fff;
	padding:10px 15px;	
	border-bottom:1px solid #fff;
}

div#main_content table tr:nth-child(2n),
section table tr:nth-child(2n)
{
	background-color:#efefef;
	clear:both;
}

div#main_content ul{
    padding-left:12px;
}


div#main_content ul.userlist li a{
	background-color:#f6f6f6;
	margin-bottom:15px;
	padding:15px;
	text-decoration: none;
}

div#main_content ul.userlist li a:hover{
	background-color:#C8D9E0;
	text-decoration: none;
}

div#main_content ul.userlist h2{
	margin:0px;
}

div#main_content ul.userlist h3{
	background-color:transparent;
	margin-top:10px;
}

div#main_content ul.userlist img{
	border-radius:50%;
}

div#main_content div#user_profile img{
	border-radius: 50%;
}

div#main_content div#user_profile h2{
	border:none;
}

div#main_content div.item{
    margin-bottom:40px;
}

/*div#main_content ul li:before{
 	content: '\f105';
    margin-left: -12px;
}
*/

body.archive div#main_content ul,
body.category div#main_content ul,
body.search div#main_content ul{
	margin-top:30px;
}


body.archive div#main_content ul li:before,
body.category div#main_content ul li:before,
body.search div#main_content ul li:before{
 	content: '';
	padding-right: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;	
}



body.archive div#main_content ul li:before{
	padding-right:0px;
	content:"";
}

div#main_content div.navigation{
	margin-bottom:30px;
	text-align: center;
}

div#main_content div#pagetop{
    position:absolute;
    bottom:0px;
    right:0px;
}


div#main_content li.wpuf-el.postdate{
	display: none;
}
div#main_content li.wpuf-el.sendto{
	display: none;
}

div#main_content p.mailto{
	background-color:#efefef;
	color:#666;
	padding-left:10px;
}
div#main_content p.mailto span{
	display:inline-block;
	font-weight: bold;
}

/********************************************************************
20 PC
********************************************************************/

@media (min-width: 768px) {
	.pc_none{
		display:none;	
	}
	
	.sp_none{
	}
	
	body{
		min-width:1024px;
	}
	
	div#sp_menu{
		display:none;	
	}
    
    section#eyecatch{
        height:340px;
    }
}


/********************************************************************
30 SP
********************************************************************/

@media (max-width: 767px) {
	
	.pc_none{
	}
	
	.sp_none{
		display:none;
	}
	
	header div#search_area{
		display:none;
	}
	
	header div#logo_area{
		padding:10px 5px 5px;
	}
	
	header div#logo_area img{
		width:80%;
	}
    
    img#sub_eyecatch{
        position:relative;
    }	
	
	nav{
		display:none;	
		min-width:100%;
		background-image:none;
		z-index:1000;
		position:absolute;
		background-color:#FFA400;
	}
	
	nav ul{
		width:100%;	
		height:auto;
	}

	nav ul li{
		width:100%;	
        min-height: 30px;
        height:auto;
        border-top:1px solid #fff;
	}
	
	nav > ul > li, nav > div > ul > li{
		float:none; 
	}	
	
	nav ul ul{
        display: block;
        background-color:transparent;
        position: relative;
	}
    
    nav ul ul li{
        display:block;
        border-top:1px dashed #fff;

    }
    
    nav ul li a{
        display:block;
        color:#fff;
        text-align: left;
		margin:0px; 
    }
    
    nav > ul > li > a:before{
        content:"";
    }
    
    nav ul ul li a{
        padding-left:40px;
    }
	
    nav > ul li.menu-item-has-children > a:after{
        float:none;
    }

    nav > ul > li > ul > li.menu-item-has-children > a:after{
        float:none;
    }    
	
	
	
	.wrapper{
		width:100% !important;	
		min-width:100% !important;
	}
	
	section#eyecatch{
		background:none;
	}
	
	div#news_area{
		float:none;
		margin-top:5px;
		width:100%;
		height: auto;
		overflow-y:auto;
		padding:15px;
	}
	
	div#main_content{
		border:none;
		padding:0px;
	}
	
	div#content_area{
		padding:0px !important;
	}

	
	
	.left, .right, .left_column, .right_column{
		float:none !important;
		margin:0px auto;	
	}



	div#sp_menu{
		position:absolute;
		right:20px;
		top:10px;
		display:block;	
	}


	div#sidebar h2:before{
		content:"\f0ca";
	}
	
	div#sidebar h2:after{
		content:"\f055";
        float:right;
	}
		
	
	div#sidebar ul{
		display:none;	
	}
	
	div#sidebar h2{
		cursor:pointer;	
	}
	
	div#sidebar h2 i{
		display:inherit;
	}
	
	.nivo-caption{
		left:auto;
		top:auto;
		width: 100%;
	}
	
	table td, table th{
		padding:10px 5px !important;
		line-height: 140% !important;
	}
		
	table.sp tr,
	table.sp th,
	table.sp td{
		display:block;
	}
	
	

	/* stylesheet for large width table */
	table.widetable{
		border:none !important;
	}
	table.widetable tr{
		border:1px solid #ccc;
		margin-bottom:20px;
	}
	table.widetable td{
		border:none !important;
	}
	
	table.widetable th{
		display:none;
	}
	
	table.widetable tr, table.widetable td{
		display: list-item;
		background-color:transparent !important;
		list-style: none;
	}
	/* stylesheet for large width table */

	
    div#main_content div#pagetop{
        position:fixed;
        background-color:#fff;
        right:20px;
    }
	
    footer{
        padding-bottom:80px;
    }
	
	
}



/********************************************************************
40 Print
********************************************************************/


@media print {
	

	a[href]:after{
	content: ""!important;
	}

	abbr[title]:after{
	content: ""!important;
	} 	

  .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;
  }		
}


