@charset "UTF-8";
/*
Theme Name: 九州工業大学グリーンマテリアル研究センター
Text Domain: 九州工業大学グリーンマテリアル研究センター
Version: 1.0
*/
html{
	width: 100%;
	font-size: 100%;
}

body{
	margin: 0;
	padding: 0;
	width: 100%;
	counter-reset: number;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, "メイリオ", Meiryo, sans-serif;
}

b, strong, .bold{
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Segoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
}

/* IEだけに適応 */
_:lang(x)::-ms-backdrop, .selector {
	font-family: "Segoe UI", "メイリオ", Meiryo, sans-serif;
}

img {  
  max-width: 100%;
  height: auto;
  border: 0;

}

#wrapper {
	width:100%;
	margin: 0 auto;
	padding: 0;
	min-height: 100%;
	overflow: hidden;
    background: -webkit-linear-gradient(top, #00B8D4, 80%, #5CAC0C);
    background: -o-linear-gradient(top, #00B8D4, 80%, #5CAC0C);
    background: linear-gradient(to bottom, #00B8D4, 80%, #5CAC0C);
}

#contents{
	width: 100%;
	margin: 0 auto;
	position: relative;
}

#header {
	width: 100%;
    height: 80px;
    position: fixed;
    padding: 8px 0 0 0;
}

#hd_block{
	width: 100%;
	height: auto;
	position: relative;
	z-index: 9;
}

#hd_title{
	width: 100%;
	height: auto;
    position: absolute;
    top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%); /* Safari用 */
   transform: translate(-50%, -50%);
}


h1{
	width: 100%;
	height:auto;
	text-align: center;
	display: block;
	padding: 0;
	margin: 0;
	font-size: 30px;
	font-family: "Rounded Mplus 1c";
	font-weight: 400;
}

h1 > span{
	font-size:38px; 
	display: block;
}

.catch{
	font-size: 26px;
	color:rgba(0,0,0,1.00);
	margin: 0 auto;
	text-align: center;
	font-family: "Rounded Mplus 1c";
}

.hd_block_img {
	width:100%;
	max-width: 100%;
	object-fit:contain;
	background-position : 50% 50%;
}

.hd_block_img img{
	width:100%;
	max-width: 100%;
	height: auto;
}

/*英語切り替えボタン*/
.english_block{
	width: 90px;
	height: 80px;
	margin-top: 0;
	margin-left: auto;
	margin-right: 0;
	position: relative;
}

.langs .alternate{
	width: 90px;
	height: 80px;
	background: #64AB1D;
	position: relative;
	z-index: 999;
	font-size: 16px;
	color: rgba(255,255,255,1.00);
	text-align: center;
	display: block;
	padding: 0 0.5em 0;
}

.langs ::after{
  font-family: "Font Awesome 5 Free";
  font-size: 1.8rem;
  font-weight: 900;
  content: "\f107";
  color: rgba(255,255,255,1.00);
  position: absolute;
  bottom: 0;
  left:0;
  right: 0;
}

.langs a{
	width: 90px;
	height: 80px;
	background: #64AB1D;
	position: absolute;
	top:0;
	bottom: 0;
	right: 0;
	z-index: 999999;
	font-size: 16px;
	color: rgba(255,255,255,1.00);
	text-align: center;
	display: block;
	padding: 10px 0.5em 0;
}

.langs a:hover{
	width: 90px;
	height: 80px;
	background:rgba(100,171,29,.5);
	color: rgba(255,255,255,1.00);
	transition: .4s;
}

.langs ul li a{
	list-style: none;
	text-decoration: none;
}

.langs ul li a:hover{
	list-style: none;
	text-decoration: none;
}

.current{display: none;}

#contents_block{
	max-width: 100%;
	min-height: 600px;
	margin: -4px auto 0;
	padding: 0;
}

#contents_main_block{
	max-width: 1226px;
	min-height: 600px;
	padding-top: 40px;
	padding-bottom: 80px;
	background: rgba(192,248,122,0.2);
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
}

#content_left{
	width: 300px;
	margin-left: 40px;
	-webkit-box-ordinal-group:1;
　　-ms-flex-order:1;
　　-webkit-order:1;
　　order:1;
	
}

#content_right{
	width: 100%;
	margin: 0 40px;
	box-sizing:border-box;
		-webkit-box-ordinal-group:2;
　　-ms-flex-order:2;
　　-webkit-order:2;
　　order:2;
}



/*コンテンツ用*/
#hd_content_block{
	width: 100%;
	max-height: 250px;
	position: relative;
	margin-top: 0;
}

#hd_content_title{
	max-width: 1200px;
	height: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top:-20px;
	z-index: 9;
	margin: 0 auto;
}

#hd_content_title{
	width: 100%;
	height: auto;
    position: absolute;
    top: 60%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%); /* Safari用 */
   transform: translate(-50%, -50%);
}


#hd_content_title h1{
	width: 100%;
	height:auto;
	text-align: center;
	display: block;
	padding: 0;
	margin: 0;
	font-size: 24px;
	font-family: "Rounded Mplus 1c";
	font-weight: 400;
}

#hd_content_title h1 > span{
	font-size:28px; 
	display: block;
}

.catch_content{
	font-size: 22px;
	color:rgba(0,0,0,1.00);
	margin: 0 auto;
	text-align: center;
	font-family: "Rounded Mplus 1c";
}

.hd_content_block_img{
	width: 100%;
	min-height: 250px;
	background-size: cover;
	background-position : 50% 50%;
}

.hd_content_block_img img{
	width: 100%;
	height: 250px;
	object-fit: cover;
}


/*メインメニュー設定*/

#mobile-head{
	width: 100%;
	height: 80px;
	margin-top: -16px;
	
}


/* メニューヘッダー */
#header-menu {
    top: 0;
    position:absolute;
    width: 100%;
	max-height: 80px;
    margin: 0;
	padding-bottom: 5px;
    line-height: 1.8;
	z-index:99;
}

#header-menu-nav a,
#header-menu-nav {
    color:rgba(255,255,255,1.00);
    text-decoration: none;
}

#header-menu-nav a:hover{
	color: #64AB1D;
	transition: .4s;
}
#header-menu .inner {
    position: relative;
	max-width: 1226px;
	margin: 0 auto;
	padding-bottom: 0;
}

#header-menu .logo {
    float: left;
	max-width: 226px;
	height: 44px;
	padding-top: 16px;
	padding-bottom: 8px;
}
#header-menu-nav ul {
    list-style: none;
	font-size: 1rem;
	font-weight: bold;
	padding: 0;
	text-align:right;
	margin-top: -60px;
	margin-right: 130px;
}
#header-menu-nav ul li {
	display: inline-block;
	padding: 0.5em;
	min-width: 120px;
　　　max-height: 80px;
	color: rgba(255,255,255,1.00);
	position:relative;
	text-align: center;
	margin: -10px 1px 0;
}
#header-menu-nav ul li a {
	color: rgba(255,255,255,1.00);
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
 
/* Fixed */
#header-menu.fixed {
    margin-top: -80px;
    top: 80px;
    position: fixed;
    min-height: 80px;
	background: -webkit-linear-gradient(top, #6FD6E5, 70%,#117ABE);
    background: -o-linear-gradient(top, #6FD6E5, 70%,#117ABE);
    background: linear-gradient(to bottom, #6FD6E5, 70%,#117ABE);/*カラー設定*/
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
}
#header-menu.fixed .logo {
    float: left;
	max-width: 226px;
	height: 44px;
	padding-top: 16px;
	padding-bottom: 8px;
}

#header-menu.fixed #header-menu-nav ul li a {
    color:rgba(255,255,255,1.00);
	text-decoration: none;
    padding: 0 10px;
}
#header-menu.fixed #header-menu-nav ul li a:hover {
	color: #64AB1D;
	transition: .4s;
}

/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background:rgba(0,0,0,1.00);
    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;
}

/*高さ調整60px*/
.ht60{
	margin-top: 60px;
}

/*ニュース設定*/
.news {
	width:100%;
	height:auto;
	position: relative;
	margin-top: 45px;
}

.news dl {
	width:100%;
	padding:1em 0 1em 0;
	color: rgba(255,255,255,1.00);
}

.news dl dt {
  clear:left;
  float: left;
  width: 7em;
  padding: 13px 0 5px 0;
  font-weight: normal;
  display: block;

}

.news dl dd {
  padding: 8px 0 14px 0;
  padding-left: 7em;
  line-height: 1.7em;
  border-bottom: #FFFFFF dotted 1px;
  margin-left: 0;
  display: block;
}

.news a {
	color: #FFFFFF;
	text-decoration:none;	
}

.news a:hover {
	color:#64AB1D;
	text-decoration:underline;
}

.news_ac {
	width: 100%;
	height: 40px;
	display: block;
}
.news_ac a{
	width: 190px;
	height: 40px;
	text-decoration: none;
	text-align: center;
	padding: 10px 0 0 0;
	color:#FFFFFF;
	border-radius: 4px;
	background-color:#64AB1D;
	font-size: 1.1rem;
	display: block;
	position: relative;
	margin-right: 0;
	margin-left: auto;
}

.news_ac a:hover{
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	opacity: 0.7;
	text-decoration: none;
	color:#FFFFFF;
	cursor: pointer;
}

.news_ac a::after { 
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
  color: rgba(255,255,255,1.00);
	position: absolute;
	right: 0.5em;
	top:0.5em;
}


/*ニュースアーカイブ*/
#news_block_old{
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 0 2em 3em;
}

#news_block_old dl {
	width:100%;
	color: rgba(0,0,0,1.00);
}

#news_block_old dl > div {
	border-bottom: rgba(0,0,0,1.00) dotted 1px;
	padding-bottom: 10px;
	padding-top: 10px;
}

#news_block_old dt {
  padding: 0.5em 0;
  margin: 0;
  font-size: 120%;
  font-weight: 900;

}

#news_block_old dd {
  padding: 0 0 10px 0;
  margin: 0;
  line-height: 1.7em;
}

#news_block_old dl a {
	color:#64AB1D;
	margin-top: 0em;
	text-decoration:underline;
}

#news_block_old dl a:hover {
	opacity: 0.5;
	text-decoration:underline;
}


/*トップページおもな研究内容*/
.kenkyu{
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.kenkyu ol {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0.5em;
}

.kenkyu ol li{
  position: relative;
  width: 92%;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 60px;
  border: #FFFFFF solid 1px;
  color: #FFFFFF;
  margin: 10px 0;
}

.kenkyu li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display:inline-block;
  background: #FFFFFF;
  color: #6CBAD9;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:nomal;
  font-size: 25px;
  left: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  /*以下上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.kenkyu_ac {
	width: 100%;
	height: 40px;
	display: block;
}
.kenkyu_ac a{
	width: 423px;
	height: 40px;
	text-decoration: none;
	text-align: center;
	padding: 10px 0 0 0;
	color:#FFFFFF;
	border-radius: 4px;
	background-color:#1D84AB;
	font-size: 1.1rem;
	display: block;
	position: relative;
	margin-right: 0;
	margin-left: auto;
}

.kenkyu_ac a:hover{
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	opacity: 0.7;
	text-decoration: none;
	color:#FFFFFF;
	cursor: pointer;
}

.kenkyu_ac a::after { 
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
  color: rgba(255,255,255,1.00);
	position: absolute;
	right: 0.5em;
	top:0.5em;
}

/*左カラム用お問い合わせ*/

.contact_block{
	max-width: 300px;
	height: auto;
	padding: 0;
	margin: 0 auto 40px auto;
	font-size: 20px;
}

/*マージントップマイナス20*/
.margin_top20{
	margin-top: -20px;
}


/*リンク*/

.bnn_block{
	max-width: 300px;
	height: auto;
	padding: 0;
	margin: 0 0 40px 0;
}

.bnn_block ul{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	list-style: none;
}

.bnn_block li{
	width: 300px;
	height: auto;
	padding: 0;
	margin: 10px 0;
	text-align: center;
}

.bnn_block li:hover {
	opacity: .7;
	transition: .4s;
}

.bnn_block img {
	width: 300px;
	height: auto;
}

/*フッター*/
#footer_block{
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
}

#footer_block_img{
	width: 100%;
	max-height: 250px;
	background-size:contain;
	background-position : 50% 50%;
}

#footer_block_img img{
	width: 100%;
	max-height: 250px;
	object-fit: cover;
}

#footer_block_title{
    position: absolute;
    top: 38%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%); /* Safari用 */
   transform: translate(-50%, -50%);
}

.footer_block_title_txt{
	width: 100%;
	height:auto;
	text-align: center;
	display: block;
	padding: 0;
	margin: 0;
	font-size: 24px;
	font-family: "Rounded Mplus 1c";
	font-weight: 400;
}

.footer_block_title_txt > span{
	font-size:30px; 
	display: block;
}

.footer_block_title_txt_catch{
	font-size: 20px;
	color:rgba(0,0,0,1.00);
	margin: 0 auto;
	text-align: center;
	font-family: "Rounded Mplus 1c";
}

.footer_block_bottom{
	width: 100%;
	height: 80px;
	background: #5CAC0C;
	display:block;
}
.copyright{
	width: 100%;
	text-align: center;
	color:rgba(255,255,255,1.00);
	font-size: 1em;
	padding: 30px 0 0 0;
}

/*ページトップ*/
#fixedTop {
    right: 40px;
    bottom: 0;
    width: 120px;
    height: 80px;
    line-height: 90px;
    color:rgba(255,255,255,1.00);
    font-size: 20px;
    text-align: center;
    display: none;
	background-color: #2F9FCB;
    position: fixed;
    z-index: 9999;
    border-radius: 0;
    -webkit-transform: translateZ(0);
}
#fixedTop:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
	transition: .4s;
}

/*文字セット*/

p {
    line-height: 1.8em;
	margin: 0;
	padding: 0;
	text-align: left;
	margin: 0.5em 0;
	color: #FFFFFF;
}

h2 {
	font-size: 26px;
	color:#FFFFFF;
	font-weight: normal;
	text-align: center;
	width: 100%;
	height: auto;
	margin: 0 auto 40px;
	clear: both;
	padding: 0.3em;
	background: #64AB1D;
	font-family: "Rounded Mplus 1c";
	font-weight: 400;
}

h3 {
  max-width: 500px;
  font-size: 22px;
  padding: 0.2em;
  line-height: 1.5em;
  margin: 40px auto 40px;
  padding-bottom: 5px;
  color:rgba(255,255,255,1.00);
  border-bottom: #FFFFFF solid 1px;
  text-align: center;
  clear: both;
	font-weight: 400;
}

h4 {
	min-width: 280px;
	font-size: 20px;
	text-align:center;
	padding: 0.5em;
	color:rgba(255,255,255,1.00);
	background: #1D84AB;
	clear: both;
	margin: 40px auto 40px;
	line-height: 1.5em;
	border-radius: 10px;
	font-weight: normal;
}

h5 {
	font-size: 1.2rem;
	font-weight:normal;
	text-align:left;
	padding: 0.2em 1em 0.2em 1em;
	color:#FFFFFF;
	clear: both;
	border-left:  #2699FB solid 10px;
	line-height: 1.5em;
}

/*囲み*/

.box_border{
	width: 100%;
	height: auto;
	border: rgba(255,255,255,1.00) solid 1px;
	padding: 0em 2em 1em;
	margin: 1em 0;
}

/*テーブル設定*/
table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  table-layout: fixed;
   margin-top: 60px;
  margin-bottom: 60px;
}

table tr {
  padding: .35em;
}

table th,
table td {
  padding: 1em 10px 1em 1em;
}

/*リスト設定*/
.content_list ul {
   margin-top: 20px;
  margin-bottom: 20px;
}

.content_list li {
	line-height:1.2em;
	padding:5px 0;
	color:#FFFFFF;
}

/*キャプション*/
.caption{
	margin: 0;
	padding: 0.2em 0;
	line-height: 1.3em;
	font-size: .8em;
	text-align: center;
}

/*文字センター*/
.text_center{
	text-align: center;
	margin: 0 auto;
}

/*文字センター*/
.text_right{
	text-align:right;
}

/*文字センター*/
.text_lefts{
	text-align:left;
}

/*高さ設定*/

/*パディング系*/

.h10{
	padding-top: 10px;
}/*高さ10px*/

.h20{
	padding-top: 20px;
}/*高さ20px*/

.h30{
	padding-top: 30px;
}/*高さ30px*/

.h40{
	padding-top: 30px;
}/*高さ40px*/

.h50{
	padding-top: 40px;
}/*高さ50px*/

.h60{
	padding-top: 60px;
}/*高さ60px*/

/*左パディング系*/

.hl10{
	padding-left: 10px;
}/*左10px*/

.hl20{
	padding-left: 20px;
}/*左20px*/

.hl30{
	padding-left: 30px;
}/*左30px*/

.hl40{
	padding-left: 30px;
}/*左40px*/

.hl50{
	padding-left: 40px;
}/*左50px*/

.hl60{
	padding-left: 60px;
}/*左60px*/

/*右パディング系*/

.hre10{
	padding-right: 10px;
}/*右10px*/

.hre20{
	padding-right: 20px;
}/*右20px*/

.hre30{
	padding-right: 30px;
}/*右30px*/

.hre40{
	padding-right: 30px;
}/*右40px*/

.hre50{
	padding-right: 40px;
}/*右50px*/

.hre60{
	padding-right: 60px;
}/*右60px*/

/*下パディング系*/

.hbo10{
	padding-bottom: 10px;
}/*下10px*/

.hbo20{
	padding-bottom: 20px;
}/*下20px*/

.hbo30{
	padding-bottom: 30px;
}/*下30px*/

.hbo40{
	padding-bottom: 30px;
}/*下40px*/

.hbo50{
	padding-bottom: 40px;
}/*下50px*/

.hbo60{
	padding-bottom: 60px;
}/*下60px*/


/*上マージン系*/
.mh10{
	margin-top: 10px;
}/*高さ10px*/

.mh20{
	margin-top: 20px;
}/*高さ20px*/

.mh30{
	margin-top: 30px;
}/*高さ30px*/

.mh40{
	margin-top: 40px;
}/*高さ40px*/

.mh50{
	margin-top: 50px;
}/*高さ50px*/

.mh60{
	margin-top: 60px;
}/*高さ60px*/

/*右マージン系*/
.mr10{
	margin-right: 10px;
}/*右10px*/

.mr20{
	margin-right: 20px;
}/*右20px*/

.mr30{
	margin-right: 30px;
}/*右30px*/

.mr40{
	margin-right: 40px;
}/*右40px*/

.mr50{
	margin-right: 50px;
}/*右50px*/

.mr60{
	margin-right: 60px;
}/*右60px*/

/*左マージン系*/
.ml10{
	margin-left: 10px;
}/*左10px*/

.ml20{
	margin-left: 20px;
}/*左20px*/

.ml30{
	margin-left: 30px;
}/*左30px*/

.ml40{
	margin-left: 40px;
}/*左40px*/

.ml50{
	margin-left: 50px;
}/*左50px*/

.ml60{
	margin-left: 60px;
}/*左60px*/

/*下マージン系*/
.mbo10{
	margin-bottom: 10px;
}/*下10px*/

.mbo20{
	margin-bottom: 20px;
}/*下20px*/

.mbo30{
	margin-bottom: 30px;
}/*下30px*/

.mbo40{
	margin-bottom: 40px;
}/*下40px*/

.mbo50{
	margin-bottom: 50px;
}/*下50px*/

.mbo60{ 
	margin-bottom: 60px;
}/*下60px*/


/*ボタン設定*/

.more_link_bt {
	width: 100%;
	height: 40px;
	display: block;
	margin-top: 1.5em;
	position: relative;
}
.more_link_bt a{
	width: 250px;
	height: 40px;
	text-decoration: none;
	text-align: center;
	padding: 10px 0 0 0;
	color:#FFFFFF;
	border-radius: 4px;
	background-color:#3399CC;
	font-size: 1.1rem;
	display: block;
	position: absolute;
	right: 0;
}

.more_link_bt a:hover{
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	background-color:#3399CC;
	text-decoration: none;
	opacity: 0.5;
}

.clear {
clear: both;
}

hr {
margin: 60px 0;
border: none;

}

/*サブメニュー*/
.sub_menu{
	width: 300px;
	max-height: auto;
	margin-right: 30px;
	padding-bottom: 0;
	background: #FFFFFF;
	margin-bottom: 60px;
}

.sub_menu_title{
	width: 300px;
	height: 40px;
	background:#1D84AB;
	padding: 10px;
	margin: 0 0 0 0;
	font-size: 20px;
	text-align: center;
	color: #FFFFFF;
}

.sub_menu ul{
	width: 300px;
	padding: 0;
	margin: 0;
	list-style: none;
	margin-bottom: 30px;
}

.sub_menu li{
	background: #FFFFFF;
	border-bottom: #000000 dotted 1px;
	color: #000000;
}

.sub_menu li a{
	color: #000000;
	text-decoration: none;
	width: auto;
	padding: 1.2em 1em;
	display: block;
	text-align: left;
	background: #FFFFFF;
}

.sub_menu li a:hover{
	color:#FFFFFF;
	background: #3A96C2;
	text-decoration: none;
	width: auto;
	display: block;
	text-align: left;
}

@media screen and (max-width : 780px ){
	
/*コンテンツエリア2カラム*/

#contents_block{
	max-width: 100%;
	min-height: 600px;
	margin: -4px auto 0;
	padding: 0;
}

#contents_main_block{
	max-width: 100%;
	min-height: 600px;
	padding-top: 40px;
	padding-bottom: 80px;
	padding-left: 10px;
	padding-right: 10px;
	background: rgba(192,248,122,0.2);
	margin: 0 auto;
	flex-direction: column;
}

#content_left{
	width: 100%;
	margin-left: 0;
	
}

#content_right{
	width: 100%;
	margin: 0 0;
	box-sizing:border-box;
}
	
.order1 {
  order: 1;
-ms-flex-order:1;
-webkit-order:1;
}
.order2 {
  order: 2;
-ms-flex-order:2;
-webkit-order:2;
}
	
#hd_title{
	position: absolute;
    top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%); /* Safari用 */
   transform: translate(-50%, -50%);
}
	
#header {
    background: #fff;
    height: 60px;
    position: fixed;
    width: 100%;
    padding: 8px 0 0 0;
}

#hd_block{
	max-width: 100%;
	height: 500px;
	position: relative;
	margin-top: 0;
}
	
#hd_title{
	width: 95%;
	height: auto;
    position: absolute;
    top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%); /* Safari用 */
   transform: translate(-50%, -50%);
}


h1{
	min-width: 100%;
	height:auto;
	text-align: center;
	display:block;
	padding: 0;
	margin: 0;
	font-size: 20px;
	font-family: "Rounded Mplus 1c";
	font-weight: 400;
}

h1 > span{
	font-size:24px; 
	display: block;
}

.catch{
	font-size: 16px;
	color:rgba(0,0,0,1.00);
	margin: 0 auto;
	text-align: center;
}

.hd_block_img {
	width: 100%;
	height: 500px;
	background-size:cover;
	background-position : 50% 50%;
}

.hd_block_img img{
	width: 100%;
	height: 500px;
	object-fit: cover;
}
	
/*コンテンツ用*/
#hd_content_block{
	width: 100%;
	max-height: 300px;
	position: relative;
	margin-top: 0;
}

#hd_content_title{
	max-width: 1200px;
	height: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top:-20px;
	z-index: 9;
	margin: 0 auto;
}

#hd_content_title{
	width: 100%;
	height: auto;
    position: absolute;
    top: 60%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%); /* Safari用 */
   transform: translate(-50%, -50%);
}


#hd_content_title h1{
	width: 100%;
	height:auto;
	text-align: center;
	display: block;
	padding: 0;
	margin: 0;
	font-size: 22px;
	font-family: "Rounded Mplus 1c";
	font-weight: 400;
}

#hd_content_title h1 > span{
	font-size:24px; 
	display: block;
}

.catch_content{
	font-size: 16px;
	color:rgba(0,0,0,1.00);
	margin: 0 auto;
	text-align: center;
	font-family: "Rounded Mplus 1c";
}

.hd_content_block_img{
	width: 100%;
	height: 300px;
	background-size:cover;
	background-position : 50% 50%;
}

.hd_content_block_img img{
	width: 100%;
	height: 300px;
	object-fit: cover;
}

/* メニューヘッダー */
	
#mobile-head{
	width: 100%;
	height: 60px;
	margin-top: 0;
	
}
	
#header-menu {
    top: 0;
    position:absolute;
    width: 100%;
	height: 60px;
    margin: 0;
	padding-bottom: 5px;
    line-height: 1.8;
	z-index:99;
}
	
#header-menu-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -406px;
        background:rgba(255,255,255,1.0);
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
	    z-index: 99999;
}

#header-menu-nav a,
#header-menu-nav {
    color:rgba(0,0,0,1.00);
    text-decoration: none;
}

#header-menu-nav a:hover{
	color:rgba(107,229,208,1.00);
	background: #48C2FF;
	transition: .4s;
	border-bottom:none;
	padding: 0.5em;
}
#header-menu .inner {
    position: relative;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 0;
	padding-top: 40px;
}

#header-menu .logo {
    float: left;
	max-width: 200px;
	height: auto;
	padding-top: 10px;
	padding-bottom: 0;
	margin-top: 0px;
	margin-left: 108px;
}
	
#header-menu-nav ul {
	width: 100%;
	height: 40px;
    list-style: none;
	font-size: 1rem;
	font-weight: bold;
	padding: 0;
	text-align:center;
	margin-top: -95px;
	margin-right: 0;
}
#header-menu-nav ul li {
	display:inline-block;
	position:relative;
	background: #2D77E3;
	padding: 0;
	line-height: 35px;
	width: 100%;
	height: auto;
	color: rgba(255,255,255,1.00);
	text-align: center;
	margin: 0 0 0;
	border-bottom: 1px dotted rgba(255,255,255,1.0);
}

#header-menu-nav ul li a {
     background: #2D77E3;
	color: rgba(255,255,255,1.00);
	display: block;
	padding: 0.5em;
	 position:static;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Fixed */

#header-menu.fixed {
    top: 60px;
    position: fixed;
    min-height: 60px;
	margin-top: -60px;
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
		background: -webkit-linear-gradient(top, #6FD6E5, 70%,#117ABE);
    background: -o-linear-gradient(top, #6FD6E5, 70%,#117ABE);
    background: linear-gradient(to bottom, #6FD6E5, 70%,#117ABE);/*カラー設定*/
}
	
#header-menu.fixed .logo {
	max-width: 239px;
	height: 47px;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 10px;
	margin-left: 108px;

}

#top-head #header-menu-nav ul li a,
#top-head.fixed #header-menu-nav ul li a {
        color: rgba(255,255,255,1.0);
    }

#header-menu.fixed #header-menu-nav ul li a {
    color:rgba(255,255,255,1.00);
	text-decoration: none;
    padding: 8px 15px;
}
#header-menu.fixed #header-menu-nav ul li a:hover {
	color:rgba(255,255,255,1.00);
    padding: 8px 15px;
}
	
#nav-toggle {
        display: block;
		margin-top: 4px;
    }
    /* #nav-toggle 切り替えアニメーション */
    .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);
    }
    /* #global-nav スライドアニメーション */
    .open #header-menu-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
	
	#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background:rgba(0,0,0,1.00);
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
	
/*英語切り替えボタン*/
.english_block{
	max-width: 80px;
	height: 64px;
	margin-top: -60px;
	margin-left: 0;
	margin-right: auto;
	position: relative;
}

.langs .alternate{
	width: 80px;
	height: 64px;
	background: #64AB1D;
	position: relative;
	z-index: 999;
	font-size: 14px;
	color: rgba(255,255,255,1.00);
	text-align: center;
	display: block;
	padding: 0 0.5em 0;
}

.langs ::after{
  font-family: "Font Awesome 5 Free";
  font-size: 1.8rem;
  font-weight: 900;
  content: "\f107";
  color: rgba(255,255,255,1.00);
  position: absolute;
  bottom: -10px;
  left:0;
  right: 0;
}

.langs a{
	width: 80px;
	height: 64px;
	background: #64AB1D;
	position: absolute;
	top:0;
	bottom: 0;
	right: 0;
	z-index: 999999;
	font-size: 14px;
	color: rgba(255,255,255,1.00);
	text-align: center;
	display: block;
	padding: 10px 0.5em 0;
}

.langs a:hover{
	width: 80px;
	height: 64px;
	background:rgba(100,171,29,.5);
	color: rgba(255,255,255,1.00);
	transition: .4s;
}

.langs ul li a{
	list-style: none;
	text-decoration: none;
}

.langs ul li a:hover{
	list-style: none;
	text-decoration: none;
}

.current{display: none;}
	
	/*サブメニュー*/
.sub_menu{
	width: 100%;
	max-height: auto;
	margin-right: 0;
	padding-bottom: 0;
	background:#FFFFFF;
	margin-bottom: 0;
	margin-top: 40px;
}

.sub_menu_title{
	width: 100%;
	height: 40px;
	background:#1D84AB;
	padding: 10px;
	margin: 0 0 0 0;
	font-size: 20px;
	text-align: center;
	color: #FFFFFF;
}

.sub_menu ul{
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	margin-bottom: 2px;
	display:flex;
	display: -webkit-flex;
    display: -ms-flex;
	display: -moz-flex;
	display: -o-flex;
	flex-wrap:wrap;
	flex-wrap:-ms-wrap;
	flex-wrap:-webkit-wrap;
	flex-wrap:-moz-wrap;
	flex-wrap:-o-wrap;
	justify-content: flex-start;
	align-items:center;

}

.sub_menu li{
	width: 50%;
	height: auto;
	background: #FFFFFF;
	border-bottom: #000000 dotted 1px;
	color: #000000;
	padding-right: 2px;
}

.sub_menu li a{
	color: #000000;
	text-decoration: none;
	width: auto;
	padding: 1.2em 1em;
	display: block;
	text-align: left;
	background: #FFFFFF;
}

.sub_menu li a:hover{
	color:#FFFFFF;
	background: #3A96C2;
	text-decoration: none;
	width: auto;
	display: block;
	text-align: left;
}
	
/*フッター*/
#footer_block{
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
}

#footer_block_img{
	width: 100%;
	height: 350px;
	background-size:cover;
	background-position : 50% 50%;
}

#footer_block_img img{
	width: 100%;
	height: 350px;
	object-fit: cover;
}

#footer_block_title{
	width: 100%;
	height: auto;
    position: absolute;
    top: 38%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%); /* Safari用 */
   transform: translate(-50%, -50%);
}

.footer_block_title_txt{
	width: 100%;
	height:auto;
	text-align: center;
	display: block;
	padding: 0;
	margin: 0;
	font-size: 20px;
	font-family: "Rounded Mplus 1c";
	font-weight: 400;
}

.footer_block_title_txt > span{
	font-size:24px; 
	display: block;
}

.footer_block_title_txt_catch{
	font-size: 16px;
	color:rgba(0,0,0,1.00);
	margin: 0 auto;
	text-align: center;
	font-family: "Rounded Mplus 1c";
}

.footer_block_bottom{
	width: 100%;
	height: 80px;
	background: #5CAC0C;
	display:block;
}
.copyright{
	width: 100%;
	text-align: center;
	color:rgba(255,255,255,1.00);
	font-size: 14px;
	padding: 30px 0 0 0;
}
	
	.text_block_sp{
		width:100%;
		margin:0 auto;
		text-align:center;
	}
	
h2 {
	font-size: 20px;
	color:#FFFFFF;
	font-weight: normal;
	text-align: center;
	width: 100%;
	height: auto;
	margin: 0 auto;
	clear: both;
	padding: 0.3em;
	background: #64AB1D;
	font-family: "Rounded Mplus 1c";
	font-weight: 400;
}

h3 {
  max-width: 100%;
  font-size: 20px;
  padding: 0.2em;
  line-height: 1.5em;
  margin: 20px auto;
  padding-bottom: 5px;
  color:rgba(255,255,255,1.00);
  border-bottom: #FFFFFF solid 1px;
  text-align: center;
  clear: both;
	font-family: "Rounded Mplus 1c";
	font-weight: 400;
}

h4 {
	min-width: 280px;
	font-size: 18px;
	text-align:center;
	padding: 0.2em;
	color:rgba(255,255,255,1.00);
	background: #1D84AB;
	clear: both;
	margin: 40px auto 40px;
	line-height: 1.5em;
	border-radius: 10px;
	font-weight: normal;
}
	
/*リンク*/

.bnn_block{
	max-width: 100%;
	height: auto;
	padding: 0;
	margin: 60px auto 40px auto;
}

.bnn_block ul{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
	flex-wrap:wrap;
	justify-content: center;
	
}

.bnn_block li{
	width: 150px;
	height: auto;
	padding: 0;
	margin: 10px 10px;
	text-align: center;
}

.bnn_block li:hover {
	opacity: .7;
	transition: .4s;
}

.bnn_block img {
	width: 150px;
	height: auto;
}
	
/*トップページおもな研究内容*/
.kenkyu{
	width: 92%;
	height: auto;
	margin: 0 auto;
	margin-top: -20px;
}

.kenkyu ol {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0.5em;
}

.kenkyu ol{
  position: relative;
  width: 96%;
  line-height: 1.5em;
  padding: 0.5em 0 0.5em 0;
  border: none;
  color: #FFFFFF;
  margin: 10px 0;
}
	
.kenkyu li{
  width: 96%;
  line-height: 1.5em;
  padding: 0.5em 0 0.5em 0;
  border: #FFFFFF solid 1px;
  color: #FFFFFF;
  margin: 10px 0;
}
.kenkyu_ac {
	width: 100%;
	height: 40px;
	display: block;
}
.kenkyu_ac a{
	width: 100%;
	height: 40px;
	text-decoration: none;
	text-align: center;
	padding: 10px 0 0 0;
	color:#FFFFFF;
	border-radius: 4px;
	background-color:#1D84AB;
	font-size: 20px;
	display: block;
	position: relative;
	margin-right: 0;
	margin-left: auto;
}

.kenkyu_ac a:hover{
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	opacity: 0.7;
	text-decoration: none;
	color:#FFFFFF;
	cursor: pointer;
}

.kenkyu_ac a::after { 
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
  color: rgba(255,255,255,1.00);
	position: absolute;
	right: 0.5em;
	top:0.5em;
}

}

/*アニメーション設定*/
.fadein{
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
  opacity: 0;
}
.fadein.active{
  opacity: 1;
}

.fadein-bottom{
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
}
.fadein-bottom.active{
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}

.fadein-left{
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
  opacity: 0;
}
.fadein-left.active{
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.zoomin{
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  font-size: 20%;
}
.zoomin.active{
  font-size: 100%;
}

.text-fadein span{
  display: inline-block;
  position: relative;
}
.text-fadein span:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.text-fadein.active span:before {
  width: 0%;
}

.blur-fadein{
    text-align: center;
    color: transparent;
}
.blur-fadein.active{
    animation: blurFadeIn .3s ease-in forwards;
}
@keyframes blurFadeIn {
    0% {
        opacity: 0;
        text-shadow: #000 1px 0px 20px ;
    }
    50% {
        opacity: 0.5;
        text-shadow: #000 1px 0px 10px ;
    }
    100% {
        opacity: 1;
        text-shadow: #000 0px 0px 0px ;
    }
}

.loop_imgs {
  position: relative;
  display: -webkit-flex;
  display: flex;
  width: 100vw;
  height: 300px;
  left: 50%;
  margin-left: -50vw;
  overflow: hidden;
}

.loop_imgs img {
  width: auto;
  height: 100%;
}

/* 1つ目の画像 */
.loop_imgs img:first-child {
  -webkit-animation: loop 50s -25s linear infinite;
  animation: loop 50s -25s linear infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}

/* 2つ目の画像 */
.loop_imgs img + img {
  -webkit-animation: loop2 50s  linear infinite;
  animation: loop2 50s linear infinite;
}

/*アニメーション*/
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
.font_mail{
		font-size:14px;
		}

.link_p a{
	color:#000000;
}
.link_p a:hover{
	color:#FFFFFF;
}

.name_title_color{
	color:#000000;
	background:#A8D7E9;
	padding:10px 10px;
	border-bottom:solid 3px #1D84AB;
}
