@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}
img{
-webkit-backface-visibility: hidden;
}

*::after,
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


a {
	color: #1c3cac;
	text-decoration: none;
	line-height: 0;
}
a:hover{
	text-decoration: underline;
}

p{
	line-height: 1.8em;
	margin: 1em 0;
}

h3{
	font-size: 140%;
	margin: 2em 0 1em 0;
}


footer{
	margin-top: 6em;
}


.inner {
	width: 980px;
	margin: 0 auto;
}
.inner:after {
	content: "";
	display: block;
}

/* header */
.bx-wrapper {
	margin-top: 70px;
	margin-bottom: 10px!important;
	
}
#top-head {
	font-size: 14px;
	position: absolute;
	width: 100%;
	margin: 100px auto 0;
	padding: 30px 0 0;
	line-height: 1;
	z-index: 1000;
}
#top-head a,
#top-head {
	color: #fff;
	text-decoration: none;
}
#top-head .inner {
	position: relative;
}
#top-head .logo {
	float: left;
	font-size: 36px;
}
#global-nav ul {
	list-style: none;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 14px;
}
#global-nav ul li {
	float: left;
	position: relative;
}
#global-nav ul li a {
	padding: 0 30px;
}



/* Btn Hover */
#global-nav ul li:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	bottom: -20px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#global-nav ul li:hover:after {
	background: #fff;
	bottom: -30px;
}


/* Fixed */
#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top: 10px;
	height: 55px;
	background: #fff;
	background: rgba(255,255,255,.7);

	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
	font-size: 24px;
	color: #333;
}
#top-head.fixed #global-nav ul li a {
	color: #333;
	padding: 0 20px;
}

/* Fixed Btn Hover */
#top-head.fixed #global-nav ul li:after {
	bottom: -10px;
}
#top-head.fixed #global-nav ul li:hover:after {
	background: #0062B8;
	bottom: -20px;
}


/* Transition */
/*
#top-head,
#top-head .logo,
#global-nav ul li,
#global-nav ul li a {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
*/



/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 18px;
	width: 40px;
	height: 42px;
	cursor: pointer;
	z-index: 101;
}

#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 5px;
	width: 100%;
	background: #fff;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}




@media screen and (max-width: 980px) {
	article {
		padding: 0 30px;
	}
	.inner {
		width: 100%;
		padding: 0 20px;
	}
	#global-nav ul li a {
		padding: 0 20px;
	}
	#top-head.fixed #global-nav ul li a {
		padding: 0 15px;
	}
}

	#top-head,
	.inner {
		width: 100%;
		padding: 0;
	}
	#top-head {
		top: 0;
		position: fixed;
		margin-top: 0;
	}
	/* Fixed reset */
	#top-head.fixed {
		padding-top: 0;
		background: transparent;
	}


	#mobile-head {
		background: #114EA0;
		width: 100%;
		height: 70px;
		z-index: 999;
		position: relative;
	}
	#top-head.fixed .logo,
	#top-head .logo {
		position: absolute;
		left: 13px;
		top: 13px;
		color: #333;
		font-size: 26px;
	}

	#global-nav {
		position: absolute;
		top: -500px;
		background: #333;
		width: 100%;
		text-align: center;
		padding: 10px 0 0 0;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		z-index: ;
		
	}
	#global-nav ul {
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
	}
	#global-nav ul li {
		float: left;
		position: static;
		width: 50%;
	}
	#global-nav ul li:after  {
		display: none;
	}
	#top-head #global-nav ul li a,
	#top-head.fixed #global-nav ul li a {
		width: 100%;
		display: block;
		color: #fff;
		padding: 50px 0;
		
	}
	.menu > li a span{
	display: block;
	font-size: 90%;
	margin-top: 1.2em;
}
li.menu__single{
	border-right: 1px solid #4A4A4A;
}
li.menu__none{
	border-right: 1px solid #4A4A4A;
	border-bottom: 1px solid #4A4A4A;
}
ul.menu__second-level li{
	border-top: 1px solid #4A4A4A;
}

	#nav-toggle {
		display: block;
	}
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	.open #global-nav {
		-moz-transform: translateY(556px);
		-webkit-transform: translateY(556px);
		transform: translateY(556px);
	}


.menu li a{
	border-bottom: 1px solid #292929;

}

ul.menu__second-level li{
	background: #4A4A4A;
}
#container{
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
/* Sidebar */

.side{
	order: 10;
	width: 100%;
	margin-top: 3em;
}
.side p{
	text-align: center;

}

.side-title{
	background: #114EA0;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: .4em 0;
	margin: 1em 0 0 0 ;
}

.side-box{
	margin: 1em 0;
	background: #fff;
	padding: 3px;
}
.side-box-inner{
	background: #F2F2EF;
	padding: .5em;
}

.side-box-inner h4 a{
	color: #333;
	border-left: 5px solid #333;
	padding: 0 0 0 .5em;
	font-size: 110%;
}
.side-list{
	list-style: none;
	background: #fff;
	padding: 0 0 0 0;
	margin: .5em 0;
}
.side-list li{
	border-bottom: 1px solid #cecece;
	padding-left: 1em;
}
.side-list li:last-child{
	border: none;
}
.side-list li a{
	display: block;
	color: #333;
	padding: 1em 0 ;
}
.side-list li a:before{
	content:url(../images/vector.png);
}
li.side-vector:before{
	content:url(../images/vector.png);
	color: #333;
}
.side-vector{
	color: #333;
	padding: 1em 0 ;
}
.link {
	text-align: center;
}
.side-box .link a{
	color: #333;
	text-decoration: none;
	display: block;
	padding: 1em;	
	background: #fff;
	
}

/*トップ*/

.top-cmt{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	line-height: 1.8em;
	padding: 1em;
}
.top-cmt img{
	display: none;
}

/* 概要 */
.hoshin h4,.bukyoku h4,.taikai h3{
  border-bottom: solid 3px #cce4ff;
  position: relative;
  margin: 1.5em 0;
  font-size: 120%;
  padding: 0 0 .5em 0;
}
.hoshin h4:after ,.bukyoku h4:after,.taikai h3:after{
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #5472cd;
  bottom: -3px;
  width: 30%;
}
.gaiyo-link{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 3em;
}
.gaiyo-link a{
	display: block;
	width: 150px;
	height: 150px;
	text-align: center;
	border: 1px solid #333;
	line-height: 10em;
	margin: 1em;
	text-decoration: none;
	color: #333;
}
.gaiyo-link a:hover{
	background: #333;
	color: #fff;
}

/* 各部紹介 */
.bukyoku-link{
	text-align: right;
}
.bukyoku-link a{
	background: #114EA0;
	color: #fff;
	padding: .4em 2em;
	text-decoration: none;
	font-size: 95%;
}

/* About */

.about-table table{
	width: 100%;
}
.about-table table td{
	border-bottom: 1px solid #eaeaea;
	padding: 1em;
}
.about-left{
	width:120px;
}

hr{
	margin: 1em 0;
}
/* Footer */

footer{
	margin-top: 3em;
	background: #114EA0;
	font-size: 90%;
	width: 100%;
}
.ft-inner{
	width: 100%;
	margin: 0 auto;
	padding: 2em 1em;
	color: #fff;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
}
.ft-title{
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 1em 0;
}
.ft-access a{
	color: #333;
	background: #fff;
	padding: .2em 3em;
	text-align: center;
}
.ft-1{
	order:3;
}
.ft-2,.ft-3{
	display: none;
}
.ft-2{
}
.ft-list{
	list-style: none;
	color: #fff;
	margin-bottom: 2em;
}
.ft-list a{
	color: #fff;	
}

.ft-list-main{
	font-weight: bold;
	margin-bottom: .5em;
}
.ft-list-sub{
	padding-left: 1em;
}

.ft-copy{
	background: #585858;
	text-align: center;
	color: #fff;
	font-size: 90%;
	padding: .2em 0;
}



.main{
	width: 100%;
}

.title-bar{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #114EA0;
	color: #fff;
	width: 100%;
	padding: .4em 1em; 
}
.title-bar .title-bar1{
	border-left: 5px solid yellow;
	font-size: 110%;
	padding: 0 .8em; 
}
.title-bar2{
	line-height: 0;
}
.title-bar2 img{
	display: none;
}

ul.top-list{
	list-style: none;
	padding: 1em ;
}
.top-list li{
	border-bottom: 1px dotted #eee;
	margin-bottom: .8em;
	padding: .6em 0;
}

.top-link{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 2em 0;
}

.top-link-box{
	margin: .2em;
	text-align: center;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	justify-content: center;
	width: 150px;
	height: 100px;

}
.top-link-box a{
	display: block;
	border: 1px solid #eee;
	padding: 2em;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;

}
.top-link-box a:hover{
	display: block;
	border: 1px solid #0C215B;
	padding: 2em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background: #0C215B
}

.up_ymd {
	margin-right: 1em;
}


/*page*/
.page-head{
	margin: 70px 0 0 0;
}
.page-head-mobile{
	margin: 3em 0 1em 0;
	position: relative
}
.page-head-text{
	position: absolute;
    top: 14%;
    left: 0;
    transform: translate(0, -14%));
    -webkit-transform: translate(0, -14%);
    -ms-transform: translate(0, -14%));
	background: #114EA0;
	font-weight: bold;
	font-size: 120%;
	padding: .5em ;
	color: #fff;
	letter-spacing: .2em;
	width: 100%;
	text-align: center;
}
.page{
	padding: 1em;
}
h2{
	margin: 1em 0 .5em .5em;
	font-size: 130%;
  position: relative;
  line-height: 1.4;
  padding:0.25em 1em;
  display: inline-block;
  top:0;
}

h2:before, h2:after { 
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}
h2:before {
  border-left: solid 1px black;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  left: 0;
}
h2:after {
  content: '';
  border-top: solid 1px black;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
  right: 0;
}



.ichiran {
	text-align: center;
}
.ichiran a{
	display: block;
	text-decoration: none;
	color: #333;
	transition: all .2s ease-in;
	border: 1px solid #eee;
	padding: 1em;
	
}
.ichiran a:hover{
	background: #333;
	color: #fff;
}


/*各部・活動*/
.bu-head{
	text-align: center;
}
.bu-head1{
	font-size: 120%;
}
.bu-head2{
	font-size: 160%;
	font-weight: bold;
	margin: 1em 0;
}
.bu-box{
	border: 1px solid #BEBEBE;
	margin-bottom: 2em;
}
.bu-box-inner{
	background: #E5EFFC;
	padding: .6em;
	font-weight: bold;
	font-size: 110%;
}
.bu-box p{
	padding: 1em;

}
.bu-box table{
	font-size: 90%;
	width: 100%;
}
.bu-box table td{
	border-bottom: 1px solid #eee;
	padding: 1em .5em;
}
.t-left{
	width: 100px;
}
.t-right ul{
	list-style: none;
}


/*新着情報*/
/* clearfix */
.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.clearfix { display:inline-block; }

/* for macIE \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }

ul#newsList{
	padding:.5em 0;
}
ul#newsList li{
	padding:1em .5em;
	border-bottom: 1px solid #eee;
}


.catName{
	display:none;
}
.newMark{
	display:inline-block;
	border:1px solid #F00;
	padding:1px 4px;
	font-size:11px;
	line-height:100%;
	background:#F00;
	color:#fff;
}
.comment{
	display:block;
	padding:3px 0;
	float:left;
	overflow:hidden;
	width:500px;/* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
}
.thumbNailWrap{
	display:block;
	width:110px;
	float:left;
	height:80px;
	overflow:hidden;
}

#up_ymd{
	text-align:right;
	font-size:13px;
	margin:5px 10px;
}
#detail{
	padding:  1em .6em;
}
.detailUpfile{
	margin:5px 0 35px;
	text-align:center;
}
.backORcloseBtn{
	text-align:center;
	line-height:100%;
	margin-top:15px;
}
.backORcloseBtn a{
	padding:.2em 3em;
	border:1px solid #aaa;
	border-radius:3px;
	text-decoration:none;
	font-size: 90%;
}
.detailUpfile img{
	max-width:100%;
	height:auto;
}
.pNav{
	margin-bottom: 2em;
}

/*パンくず*/

.pankuzu-box *, .pankuzu-box *:after, .pankuzu-box *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.pankuzu-box {
	margin: 0 auto 1em auto;
	padding: .3em 1em;
	background-color: #E3DFD6;
	font-size: 90%;
}
.pankuzu-box a {
	text-decoration: none;
}
.pankuzu-box .pankuzu {
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.pankuzu-box li {
	display: inline-block;
	position: relative;
	padding-right: calc(16px + 8px);
	margin-right: 8px;
}
.pankuzu-box li::before {
	content: '›';
	width: 1em;
	height: 1em;
	line-height: 1;
	text-align: center;
	font-size: 1em;
	color: inherit;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.pankuzu-box li:last-child {
	margin-right: 0;
	padding-right: 0;
}
.pankuzu-box li:last-child::before {
	content: normal;
}
/*********************2021研究大会***************************/
#container-taikai{
	width: 100%;
	margin: 0 auto;
	padding: 0 .2em;
}
#container-taikai img{
	width: 100%;
}
.taikai-syushi{
	height: 300px;
	overflow-y: scroll;
	
}
.taikai-table1{
	background: #e6e6e6;
	text-align: center;
}
.taikai-table2{
	background: #e6e6e6;
	text-align: center;	
}
.taikai-table3{
	background: #e6e6e6;
	text-align: center;
}

.taikai-table4{
	background: #e6e6e6;
	text-align: center;	
}
.taikai-bunkakai{
	font-size: 90%;	
	border: 1px solid #eee;
    border-collapse:  collapse;     /* セルの線を重ねる */
	
}
.taikai-bunkakai td{
	border: 1px solid #eee;
	padding: .4em;
}



/*Scroll Top*/
#page-top {
	position: fixed; bottom: 20px; right: 20px; font-size: 77%; }
 #page-top a
  { background: #666; text-decoration: none; color: #fff; width: 100px; padding: 30px 0; text-align: center; display: block; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; } #page-top a:hover { text-decoration: none; background: #999; }

/*********************カッコリスト***************************/

ol.list-kakko{
  counter-reset:cnt;
  padding:0 0 0 1em;
  margin:0;
}
 
ol.list-kakko li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
  line-height: 1.8em;
  margin-bottom: 1em;
  padding-right: 1em;
}
ol.list-kakko li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
}
/*********************○数字リスト***************************/
ol.maru {
  counter-reset: cnt;
  list-style: none;
  padding: 0;
  margin-top: 1em;
}

ol.maru li {
  margin-bottom: 10px;
  counter-increment: cnt;
  padding-left: 3em;
  position: relative;
}
ol.maru li:before {
  background-color: #fff;
  display: block;
  float: left;
  line-height: 16px;
  margin-left: -20px;
  margin-top: 5px;
  text-align: center;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  border: 1px solid #333;
  content: "" counter(cnt) "";
}



/*********************ggmap***************************/

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*********************マージン・パッディング***************************/
.ta-c{text-align: center;}

p{text-align: justify;
	line-height: 1.8em;
}


.mt-1{margin-top:10px;}
.mt-2{margin-top:20px;}
.mt-3{margin-top:30px;}
.mt-4{margin-top:40px;}
.mt-5{margin-top:50px;}

.ml-1{margin-left:10px;}
.ml-2{margin-left:20px;}
.ml-3{margin-left:30px;}
.ml-4{margin-left:40px;}
.ml-5{margin-left:50px;}

.mr-1{margin-right:10px;}
.mr-2{margin-right:20px;}
.mr-3{margin-right:30px;}
.mr-4{margin-right:40px;}
.mr-5{margin-right:50px;}


.mb-1{margin-bottom:10px;}
.mb-2{margin-bottom:20px;}
.mb-3{margin-bottom:30px;}
.mb-4{margin-bottom:40px;}
.mb-5{margin-bottom:50px;}

.pt-1{padding-top:10px;}
.pt-2{padding-top:20px;}
.pt-3{padding-top:30px;}
.pt-4{padding-top:40px;}
.pt-5{padding-top:50px;}

.pb-1{padding-bottom:10px;}
.pb-2{padding-bottom:20px;}
.pb-3{padding-bottom:30px;}
.pb-4{padding-bottom:40px;}
.pb-5{padding-bottom:50px;}

strong{
font-weight: bold;
background: linear-gradient(transparent 50%, yellow 50%);


}
.color-red{
	color: red;
}

.alignright {
float: right;
display: inline;
}
.alignleft {
float: left;
display: inline;
padding: 4px;
}
