@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}
body{
	color: #333;
	line-height: 1.6em;
	font-size: 95%;
}
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;
}



.inner {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}

/* header */
#top-head {
	font-size: 14px;
	width: 100%;
	margin:  0;
	padding: .6em 0;
	position: absolute;
	z-index: 999;
	transition: top 0.65s ease-in;
}
#top-head a,#top-head {
	color: #fff;
	text-decoration: none;
	transition: top 0.65s ease-in;
	background: #114EA0;
	display: block;
}
#top-head .inner {
  display: flex;
  align-items: center;

}
#top-head .logo {
	font-size: 140%;
}
nav {
  margin-left: auto;
	text-align: center;
}
.menu {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
		list-style: none;
	display: flex;
}

.menu > li {
    width: 9em;
    border-right: 1px dotted #fff;
}
.menu > li:last-child {
    border-right: none;
}
.menu > li a {
    display: block;
    color: #fff;
}

.menu > li a:hover {
	background: none;
}
.menu > li a span{
	display: block;
	font-size: 80%;
	margin-top: 1.2em;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
	list-style: none;

}
.menu > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;

}

.menu__second-level li {
		-webkit-transition: all .5s;
		transition: all .5s;
	padding: 1.6em 0;
	border-bottom: 1px solid #17327E;
}
.menu__second-level li:hover {
	background: #000;
}



.menu > li.menu__single {
    position: relative;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    width: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
		background: #0C215B;
	margin-top: 16px;
}

li.menu__single:hover ul.menu__second-level {
    visibility: visible;
    opacity: .9;
}







/* Fixed */
#top-head.fixed a{
		background: none!important;
}
#top-head.fixed {
	margin-top: 0;
	position: fixed;
	background: #fff;
	background: rgba(17,78,160,.9);
	padding: .5em 0;
}
#top-head.fixed a:hover {
}
#top-head.fixed .logo {
	background: none!important;
}
#top-head.fixed #global-nav ul li a {
  color: #fff;
  }



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


/* 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;
}
*/









#container{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}
/* Sidebar */

.side{
	width: 250px;
	min-width: 250px
}

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

.side-box{
	border: 1px solid #CECECE;
	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;
}
.side-list li:last-child{
	border: none;
}
.side-list li a{
	display: block;
	color: #333;
	padding: .8em .8em;
}
.side-list li a:before{
	content:url(../images/vector.png);
}
li.side-vector:before{
	content:url(../images/vector.png);
	color: #333;
	padding: .8em 0em .8em .8em;

}

ul.side-list-chid {
list-style-type: none;
padding-left: 1em;
}

li.side-list-chid-2{
	list-style-type: none;
	padding-left: 2em;

}
.link {
	text-align: center;
}
.side-box .link a{
	color: #333;
	text-decoration: none;
	display: block;
	padding: 1em;	
	background: #fff;
}

/*トップ*/

.top-cmt{
	display: flex;
	justify-content: space-between;
}
.top-cmt img{
	margin-top: -100px;
}

/* 概要 */
.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;
	margin: 0 0 20px 0;
}
.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: 200px;
}

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

footer{
	margin-top: 6em;
	background-color:  rgba(17,78,160,.9);
	height: 400px;
	font-size: 90%;
	width: 100%;
}
.ft-inner{
	width: 80%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 1.5em 0 0 0;
	display: flex;
	justify-content: space-around;
	color: #fff;
	text-align: left;
}
.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-list a:before{
	content: url(../images/vector-ft.png);
}
li.ft-list-00:before{
	content: url(../images/vector-ft.png);
	padding-left:1em;

}
.ft-1{
	width: 40%;
}
.ft-2,.ft-3{
	width: 30%;
	padding: 0 3em;
}
.ft-2{
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.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: 80%;
	padding: 0 2em;
}

.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;
}


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

.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-bottom: 1em;
	position: relative
}
.page-head-text{
	position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -60%);
    -webkit-transform: translate(-50%, -60%);
    -ms-transform: translate(-50%, -60%);
	background: #114EA0;
	font-weight: bold;
	font-size: 160%;
	padding: .5em 5em;
	color: #fff;
	letter-spacing: .2em;
}
.page{
	padding: 1em;
}
h2{
	margin: 1em 0;
	font-size: 140%;
  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: 140%;
}
.bu-head2{
	font-size: 180%;
	font-weight: bold;
	margin: 1em 0;
}
.bu-box{
	border: 1px solid #BEBEBE;
	margin-bottom: 2em;
	text-align: justify;
}
.bu-box-inner{
	background: #E5EFFC;
	padding: .6em;
	margin-bottom: 1em;
	font-weight: bold;
	font-size: 110%;
}

.bu-box ol{
	padding: 2em;
}

.bu-box p{
	padding: 1em;

}
.bu-box table{
	font-size: 90%;
	width: 100%;
}
.bu-box table td{
	border-bottom: 1px solid #eee;
	padding: 1em 2em;
}
.t-left{
	width: 40%;
}
.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{
	margin:0 0 15px;
	padding:0 0 1em 0;
}
ul#newsList li{
	padding: 1em;
	border-bottom: 1px dotted #eee;
}

.catName{
	display:inline-block;
	padding:3px 8px;
	border:1px solid #ccc;
	line-height:100%;
	margin:0 1em 0 0;
}
.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;
}
.detailText{
	padding:1em 0 1em 0;
}
.detailText p{
}
.detailUpfile{
	padding:0 0 2em 0;
	text-align:center;
	border-bottom: 1px dotted #eee;

}
.detailUpfile a{
	border: 1px solid #eee;
	display: block;
	padding: .5em;
	width: 40%;
}
.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;
}
#detail{
	padding: 1em;
}
.detailText ol{
	padding: 2em 3em;
}
/*パンくず*/

.pankuzu-box *, .pankuzu-box *:after, .pankuzu-box *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.pankuzu-box {
	margin: 1em auto;
	padding: .3em 2em;
	background-color: #E3DFD6;
	border-radius: 0.2em;
}
.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: 80%;
	margin: 0 auto;
}
.taikai-syushi{
	height: 300px;
	overflow-y: scroll;
	border: 1px solid #eee;
}

.taikai-table1{
	width: 15%;
	background: #e6e6e6;
	text-align: center;
}
.taikai-table2{
	width: 33%;
	background: #e6e6e6;
	text-align: center;	
}
.taikai-table3{
	background: #e6e6e6;
	text-align: center;
}

.taikai-table4{
	width: 10%;
	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; }

/*********************pager***************************/

p.pager{
	width: 50%;
	margin: 2em 0;
}
.pager a{
	border: 1px solid #114EA0;
	padding: .2em .4em;
	margin: .2em;
	transition: .2s ease-in;
	border-radius: 3px;
}
.pager a:hover{
	background: #114EA0;
	color: #fff ;
	text-decoration: none;
}

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

ol.list-kakko{
  counter-reset:cnt;
  padding:0 0 0 1em;
  margin:0;
  text-align: justify;
}
 
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) ") ";
}
ul li{
	line-height: 1.8em;
}
/*********************○数字リスト***************************/
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;
}


