@charset "UTF-8";
/*==================================
    産学連携知的財産管理室ページ
    
    2021.広報連携室
===================================*/
/*
  1.全体
  2.nav
  3.トップページ
  4.policy
  5.さんち室について
  6.動画 [学内]
  7.policy [学内]
  8.event?KMS
  9.助成金?wishList?採択
  10.seeds
  */



/* ==============================================
  1.全体
============================================== */
/* ------------------------------
　base
 ------------------------------ */
 .komelist li{
	padding-left: 2.3em;
	text-indent: -2.3em;
	font-size: 1.1em;
}

.sst03 {
  background-color: #ebe4e0;
}

.exlink a {
  width: 100%;
  padding: 15px 40px 15px 15px;
  line-height: .9em;
}

.pd_sp {
  padding: 1em;
}

/* ==============================================
  2.nav
============================================== */
div#nav {
  padding: 1em;
  text-align: center;
  background-color: #d3e6ec;
  background-image: repeating-linear-gradient(-45deg, #ddeaee, #ddeaee 3px, transparent 0, transparent 6px);  
}

div#nav nav {
  width: 100%;
  margin: 0 auto;
}

div#nav nav ul{
  display: flex;
	flex-wrap: wrap;
}

div#nav nav ul li{
  position: relative;
  width: calc(100% / 3);
  min-height: 100px;
  padding: .5em;
}
div#nav nav ul li a {
  position: relative;
  display: block;
  padding: 100px .5em .5em;
  color: #555;
  text-decoration: none;
  line-height: 1.3em;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-size: auto 70px;
  background-position: center 15px;
}

div#nav nav ul li a img {	width:70%;  margin-bottom: 5px;	}

 /*　select　*/
 div#nav nav ul li.select a {
   font-weight: bold;
   color: #FFF;
   background-color: #237a94;
   background-repeat: no-repeat;
   background-size: auto 60px;
   background-position: center 15px;
   border: 0;
}

div#nav nav ul li.select::before {  display: none;  }



/* ------------------------------
　.subnav
 ------------------------------ */
 .subnav {
  width: 100%;
  height: auto;
  padding: 13px 0;
  margin: 0 0 30px 0;
  color: #FFF;
  background: #39798D;
 }
.subnav ul {
  display: flex;
  width: 90%;
  height: auto;
  margin: 4px auto;
  flex-wrap: wrap;
}

.subnav ul img {
  width: 20px;
  margin: 0 5px;
}
.subnav ul li{
  position: relative;
  padding: 2px 5px;
}

.subnav ul li::before {
  content: "●";
  margin: 0 0 0 7px;
  color: #CCC;
  position: absolute;
  left: 0;
}

.subnav ul li::after{  display: none; }

.subnav ul li a {
  font-size: 14px;
  color: #FFF;
  text-decoration: none;
  margin-left: 18px;
}

.subnav ul li a:hover {
  color: #ffff00;
}

.subnav ul li a.select{
  padding: 0;
  color: #ffff00;
  border-radius: 0;
  background: transparent;
}

/*学内専用の表記について*/
.subnav ul li a.staff::after {
  font-size: 13px;
  letter-spacing: 0;
  content:"［学内専用］";
}


#sm .subnav ul{
  position: relative;
  display: block;
  left: auto;
  width: auto;
}

#jws .subnav ul {
  position: relative;
  left: auto;
  width: auto;
}



/* ==============================================
  2.トップページ
============================================== */
#info {
    width: 100%;
    /* height: 450px; */
    margin: 0;
    padding: 1em;
    float: none;
}
#info .sst02 {
	position: relative;
	margin: 10px 0;
	padding: 8px 23px 5px;
	color: #49afd0;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #d3e6ec;
	border-radius: 0 24px 24px 0;
}

#info .sst02::before {
  width: 105px;
  background: #49afd0;
}

#info .sst02 span {
  position: absolute;
  right: 31px;
  font-size: 11px;
  top: 50%;
  transform: translateY(-50%);
  color: #49afd0;
}

.news_list {
  width: 100%;
  height: 350px;
  margin: .5em 0 1em;
  padding: 5px;
	font-size: 14px;
	border-color: #49afd0;
	border-style: solid;
	border-width: 0;
	background: #fff;
	overflow-x: hidden;
	overflow-y: visible;
  border: 1px #ccc solid;
}

.news_list::before {	display: none;	}

.news_list dt {
  margin-bottom: 0;
  padding: 0 10px;
  color: #aeaeae;
  font-size: 12px;
  font-weight: 500;
  font-family: 'Roboto';
}

.news_list dd {
  position: relative;
  margin-bottom: 10px;
  padding: 0 10px 5px;
  color: #4f4e4f;
  font-size: 14px;
  line-height: 1.5em;
}


/*-- 附箋メニュー --*/
#Rightnav {
  width: 100%;
  padding: 20px;
  float: none;
}

#Rightnav ul li {
  display: inline-block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 2px 0;
  overflow: visible;
}

#Rightnav ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 30px;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  transition: .5s all;
  background: #fff;
}

#Rightnav ul li:first-of-type a   { background: #49afd0; }
#Rightnav ul li:nth-of-type(2) a  { background: #b97ac5; }
#Rightnav ul li:nth-of-type(3) a  { background: #2189d6; }
#Rightnav ul li:nth-of-type(4) a  { background: #f57a6d; }
#Rightnav ul li:nth-of-type(5) a  { background: #fba566; }

#Rightnav ul li:first-of-type a::before   { background: #068bb6; }
#Rightnav ul li:nth-of-type(2) a::before  { background: #9c42ad; }
#Rightnav ul li:nth-of-type(3) a::before  { background: #0360a5; }
#Rightnav ul li:nth-of-type(4) a::before  { background: #f43b3b; }
#Rightnav ul li:nth-of-type(5) a::before  { background: #f26c38; }

#Rightnav ul li a::before {  
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 100%;
  content:"";
  transition: .5s all;
 }

 /*スマホでは影を付箋に付けない*/
 #Rightnav ul li a::after{  display: none; }

 #Rightnav ul li a span {
   position: relative;
   z-index: 1;
 }

 #Rightnav ul li a span img.key {
  position: absolute;
  width: auto;
  height: 22px;
  right: -40px;
  top: -2px;
}

#Rightnav ul li a:hover::before  {
  width: 100%;
} 

#TOP .inner_02 {	padding: 1em;	}


/* ==============================================
  5.さんち室について
============================================== */
#sanchi .justify.clearfix{
	width: 95%;
	margin: 0 auto;
  padding: 1em;
	line-height: 1.8em;
}

#sanchi .photo_box.fr {
  margin-left: 0;
  width: auto;
  float: none;
}

#sanchi .photo_box.fr img{
  width: auto;
}

#sanchi .exlink.align_r.staff.m_b50{  padding: 0 1em;  }


/* ==============================================
  6.動画 [学内]
============================================== */
#movie iframe {
  width: 100%;
  height: 600px;
}

#movie .Marea {
  width: 100%;
  padding: 0 1em;
  overflow: hidden;
}

#movie iframe {
  width: 120%;
  height: auto;
  min-height: 300px;
  margin-left: -10%;
}


/* ==============================================
  7.policy [学内]
============================================== */
#policy_staff table {
  margin-top: -3em;
  border: 0;
}
#policy_staff table th {
  display: block;
  width: 100%;
  margin: 3em 0 0 0;
  border: 0;
  background: #efefef;
  float: left;
}

#policy_staff table td {
  display: block;
  width: 100%;
  font-size: 13px;
  text-align: left;
  border: 0;
  float: left;
}

#policy_staff table::after{
  display: block;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  clear: both;
  content:"";
}




/* ==============================================
  8.event?KMS
============================================== */
.event {
display: block;
}

.event a {
  position: relative;
  display: block;
  width: 100%;
  height: 330px;
  margin: 1.5em 2%;
  padding: 20px;
  text-decoration: none;
  border: 1px #235f83 solid;
  background: #FFF;
  box-shadow: none;
  transition: 0.3s all;
}

.event a:nth-child(odd), .event a:nth-child(even) {	float: none;	}


.event a .photo {
  width: 100%;
  height: 160px;
  margin: 0 0 10px 0;
  overflow: hidden;
}

.event a .photo img {  width: 100%; background: #fff; }

.event a .date {	color: #a4a4a4;	}

.event a::after {
  position: absolute;
  display: block;
  width: auto;
  right: 10px;
  bottom: 5px;
  padding: 5px 1.5em 3px;
  color: #235f83;
  font-size: 0.9em;
  text-align: center;
  background: #D8E2F0;
  border-radius: 16px;
  content: "イベント開催の様子 ?";
  transition: 0.3s all;
}

.event a:hover::after {	opacity: .9;	}

.event a .lead {
  min-height: 70px;
  padding: 0;
  font-size: 1em;
  font-weight: normal;
  text-align: left;
  line-height: 1.4em;
}

.event a .justify {
	padding-top: 0.5em;
	font-size: 0.9em;
}

.event a:hover img {
  opacity: 0.8;
}

.event::after {
	display: block;
	content:"";
	width: 0;
	height: 0;
	clear: both;
	margin: 0;
	padding: 0;
}

/* ---------------------------------------
  KMS
---------------------------------------- */
#KMS .event {
  display: block;
  width: 90%;
  height: auto;
  margin: 0 auto 50px;
}

#KMS .event .photo_box.fl.w50 {
  width: 100% !important;
  float: none;
}
#KMS .event a {
  height: auto;
  min-height: 250px;
  text-decoration: none;
  transition:  .5s all;
}

#KMS .event a:hover {  opacity: .8; }

#KMS .event a .lead {
  min-height: auto;
  font-size: 1.2em;
  font-weight: bold;
  padding: 0;
}

#KMS .event a::after {   
  display: none;
 }

 #KMS .event a .photo {
  width: 100%;
  height: 130px;
  margin: 0 0 10px 0;
  overflow: hidden;
}

/*KMS過去分*/
#KMS #kakoKMS.event a {
  height: auto;
  text-decoration: none;
  transition:  .5s all;
}

#KMS #kakoKMS.event a .lead {
  min-height: auto;
  margin-bottom: .5em;
}

#KMS #kakoKMS.event a .photo {
  width: 100%;
  height: 130px;
  margin: 0 0 10px 0;
  overflow: hidden;
}


/*KMS記事*/
#kakoKMS.inner_02 {
  width: 100%;
  padding: 1em 1.5em;
  line-height: 1.8em;
}

#kakoKMS.inner_02 .photo_box.fr,
#kakoKMS.inner_02 .photo_box.fl {
  margin: 5px 0;
  float: none;
}

#kakoKMS.inner_02 .photo_box img {
  max-width: 100%;
  width: auto;
}

/*KMS*/
.KMS_p li{	width: 50%;}
.KMS_p2 li{	width: 50%;	height:auto;}

/*KMS マッチング報告*/
.list_faq.sanchi dt::before, .list_faq.sanchi dd::before {  display: none;  }
.list_faq.sanchi dt {   padding-left: 0;	padding-right: 30px;	text-align: justify; }



/* ==============================================
  9.助成金?wishList?採択
============================================== */
#jws .tab_area {
	width: 100%;
	margin: 0;
}


#jws .jyosei_all .tab{
  display: flex;
  border-bottom: 3px solid #126c87;
}

#jws .jyosei_all .tab li {
  position: relative;
  width: calc(100% / 3);
  margin: 0 8px 0 0;
  font-size: 15px;
	background-color: #126c87;
	background-image: none;
	border-top: 0;
  border-radius: 10px 10px 0 0;
  box-shadow: -10px -10px 15px rgba(0,0,0,.1) inset;
}

#jws .jyosei_all .tab li.select {
  border: 3px solid #126c87;
  border-bottom: 0;
  background-color: #fff;
  box-shadow: none;
}

#jws .jyosei_all .tab li.select::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 5px;
  bottom: -5px;
  left: 0;
  content: "";
  background: #fff;
}


#jws .jyosei_all .tab li a.staff::after {
  letter-spacing: 0;
  content: "［学内専用］";
}

#jws .jyosei_all .tab li a {
  display: block;
  padding: 1em;
  color: #fff; 
  font-size: 13px;
  line-height: 1.5em;
  text-decoration: none;
  text-align: center;
}


#jws .jyosei_all .tab li.select a {  	color: #126c87;  }

#jws .jyosei_all div.tab_content {
  padding: 30px 10px 30px 2px;
	background: #ffffff;
}


/*助成金一覧
-------------------------------*/
#jyoseilist {
	overflow: auto;
	height: 700px;
  white-space: normal;
  border: 5px #e6e4e4 solid;
}

table#jyosei {
	width: 1059px;
	color: #333;
	font-size: 13px;
}

table#jyosei td {  width: auto; text-align: left; }
table#jyosei td a{
	color: #555;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px #555 dashed;
}




/*採択*/
#saitaku .sst01 {
  margin-bottom: 15px;
}

.kms2021 .dList04 dd {
  padding-left: 120px;
}


#detail article {
  display: none;
}

#detail article.selected {
  display: block;
}


/* シーズ集 */
ul.list03 {
	margin-bottom: 0;
}
ol.list01.toimemo li {
	display: inline-block;
	margin-right: 0.5em;
}

.tablememo {
	text-align: left;
}



/*折りたたみ*/
.list_faq#kako { margin: 0 0 100px; }

.list_faq#kako dt {
  position: relative;
  margin-bottom: 10px;
  padding: 10px 10px 10px 1.5em;
  color: #3a5570;
  font-size: 19px;
  font-weight: bold;
  text-indent: 0;
  border: 1px solid #ccc;
  border-radius: 7px;
  box-shadow: -5px -5px 22px rgba(0,0,0,.1) inset;
}

.list_faq#kako dt:before {
  position: absolute;
  display: block;
  width: 5px;
  height: 30px;
  margin-right: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 100;
  line-height: 36px;
  text-align: center;
  content: ' ';
  left: 12px;
  border-radius: 2px;
  background: #3a5570;
}

.list_faq#kako dt:after {
  display: block;
  font: normal normal normal 14px/1 FontAwesome;
  font-family: "Font Awesome 5 Free";
  font-size: 24px;
  font-weight: bold;
  color: #3a5570;
  top: 12px;
  right: 20px;
  content: "\f107";
  position: absolute;
}

.list_faq#kako dt.active:after { content: "\f106"; }

.list_faq#kako dd:before {
 display: none;
}

.list_faq#kako dd {
  text-indent: 0;
  margin-bottom: 40px;
  padding: 10px;
}



/* ==============================================
  10.seeds
============================================== */
.seeds, .seeds td, .seeds th{
	border: 0;
}
.seeds{	margin-bottom: 5em;	}
.seeds th {
	border: 2px #FFF solid;
}
.seeds thead th {
    background: #ddd5d5;
}

.seeds tbody tr{
	border-bottom: 1px #999 solid;
}
.seeds tbody tr td:first-of-type {
	padding: 0;
	width: 12%;
	text-align: center;
	}

.seeds tbody tr td:nth-of-type(2) {
	padding: 0.5em 2em;
	width: 28%;
	text-align: left;
	}

.seeds tbody tr td:nth-of-type(3) {
	padding: 0.5em;
	width: 60%;
	text-align: left;
	}

.seeds a {
	display: block;
	width: 100%;
	padding: 1em;
	}

.seeds a:hover {
    color: #608ac8;
	}
.d_no {display: none;	width: 0;	height: 0;}
/*分野別*/
.search span {
	margin: 0 auto;
	padding: 0.2em 5px;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
		}

.seeds tbody tr td:first-of-type span {
	display: block;
	width: 35px;
	height: 35px;
	margin: 0 auto;
	padding: 0.2em 0;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
		}

.type-all {	background: #999898;	}
.type-c {	background: #c42c33;	}
.type-m {	background: #7db026;	}
.type-i {	background: #2c80c4;	}
.type-b {	background: #ec902b;	}


/*絞り込み*/
.search {
	margin-bottom: 2em;
}

.search p{
	display: inline-block;
	margin: 2px;
	width: 148px;
	height: 50px;
	padding: 0.8em 0;
	text-align: center;
	box-shadow: 5px 5px 3px rgba(0,0,0,0.2);
}
.search_item {
	cursor: pointer;
	color: #FFF;
	border-radius: 5px;
}
.search_item.is-active {
	display: inline-block;
	box-shadow: 5px 5px 15px rgba(0,0,0,0.3) inset;
}

.search_item.is-active span{
	color: #FFF;
}
.is-hide {
    display: none;
}

/*検索*/
#search {
	margin: 1em 0;
	width: 90%;
}


/*文字の折り返し対応*/
.exlink a {
  width: auto;
  padding: 15px 60px 15px 15px;
  line-height: .9em;
}