@charset "UTF-8";
/*==================================
    産学連携知的財産管理室ページ
    
    2025.広報連携室
===================================*/


/* ==============================================
  policy
============================================== */
#policy .all_area .content_area {
  height: auto;
  border: 0;
  border-top: 1px solid #909090;
}

#policy .all_area .tab_area{
  padding-left: 16px;
}

#policy .all_area .tab_area li {
  width: 230px;
}


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

.event a {
  position: relative;
  display: block;
  width: 46%;
  height: 400px;
  margin: 1.5em 2%;
  padding: 20px;
  text-decoration: none;
  border-bottom: 2px #235f83 solid;
  background: #FFF;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, .2);
  transition: 0.3s all;
}

.event a:nth-child(odd) {
  float: left;
}

.event a:nth-child(even) {
  float: right;
}

.event a .photo {
  width: 100%;
  height: 220px;
  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;
  right: 0;
  bottom: 0;
  padding: 5px 2em 3px;
  color: #FFF;
  font-size: 0.9em;
  background: #235f83;
  border-radius: 15px 0 0;
  content: "イベント開催の様子 ?";
  transition: 0.3s all;
}

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

.event a .lead {
  min-height: 70px;
  padding: 0;
  font-size: 1.15em;
  font-weight: bold;
  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_yokoku {
  padding-top: 100px;
  margin-top: -100px;
}

#event .news_list {
  height: auto;
}


/* ---------------------------------------
  KMSメディカル?アーク
---------------------------------------- */
#KMS #kakoKMS.event a {
  height: 460px;
  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: 180px;
  margin: 0 0 10px 0;
  overflow: hidden;
}

#kakoKMS.inner_02 {
  width: 900px;
  line-height: 1.8em;
}

#kakoKMS.inner_02 .sst01 {
  line-height: 1.5em;
}


/*---- 過去の開催の様子 ----*/

#medical-ark .event a {
  position: relative;
  display: block;
  width: 48%;
  height: 400px;
  margin: 1.5em .5%;
  padding: 0;
  text-decoration: none;
  border-bottom: 2px #235f83 solid;
  background: #FFF;
  box-shadow: none;
  transition: 0.3s all;
}

#medical-ark .event a .photo {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
  overflow: hidden;
}

#medical-ark .event a .lead {
  min-height: auto;
}
.event a .justify {
  line-height: 1.5em;
}
























#side_list li ul {
  margin: 3px 0 16px 0;
  display: block;
  /* border-left: 1px #eae6dd solid; */
}

#side_list li ul li a {
  position: relative;
  display: block;
  font-size: 13px;
  font-weight: normal;
  color: #6b5d40;
  letter-spacing: 0;
  text-decoration: none;
  padding: 5px 10px 0 5px;
}

#side_list li ul li.active a {
  font-weight: bold;
}



#side_list li ul li a::before {
  margin-right: 5px;
  color: #aea083;
  content: "├";
}

#side_list li ul li:last-of-type a::before {
  color: #aea083;
  content: "└";
}

#side_list li ul li.active a::before {
  color: #aea083;
}






















/* ==============================================
  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;
  text-decoration: none;
  text-align: center;
}

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

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







/*助成金用List*/
table#jyosei ul li {
  position: relative;
  padding: 0 0 .7em 1em;
  list-style: none;
  line-height: 1.2em;
}

table#jyosei ul li::before {
  position: absolute;
  display: block;
  top: 0.05em;
  left: -0.35em;
  margin-right: 0;
  color: #b9b7b7;
  font-size: 3em;
  font-weight: bold;
  content: "?";
}








#saitaku .sst03 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 8px 20px;
  background-color: #ebe2e2;
}

.tab_area li img {
  width: 25px;
  margin: -2px 3px;
}



/*折りたたみ*/
.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;
  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;
}




/*スクロールバーの横幅指定*/
.news_list.deco::-webkit-scrollbar {
  width: 15px;
}

/*スクロールバーの背景色?角丸指定*/
.news_list.deco::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #f2f2f2;
}

/*スクロールバーの色?角丸指定*/
.news_list.deco::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #09C9D9;
}




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

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


@media screen and (max-width:768px) {


  .event a {
    width: 100%;
  }

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

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

/* シーズ集 */
ul.list03 {
  margin-bottom: 0;
}

ol.list01.toimemo li {
  display: inline-block;
  margin-right: 0.5em;
}

.tablememo {
  text-align: right;
}

.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 1em;
  width: 20%;
  text-align: left;
}

.seeds tbody tr td:nth-of-type(3) {
  padding: 0.5em;
  width: 78%;
  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, .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, .3) inset;
}

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

.is-hide {
  display: none;
}

/*検索*/
#search {
  margin: 1em 0 2em;
}

.report .imglist li {
  width: 50%;
}


/*KMS*/
.KMS_p li {
  width: 260px;
  padding: 3px;
  float: left;
}

.KMS_p li img {
  width: 100%;
}

.KMS_p2 li {
  width: 260px;
  height: 346px;
  padding: 3px;
  float: left;
}

.KMS_p2 li img {
  width: 100%;
}

/*--- KMS マッチング報告 ---*/

#matching .imglist li {
  display: inline-block;
  width: 25%;
  padding: 0 5px 20px;
  letter-spacing: normal;
  vertical-align: inherit;
  line-height: 1.3em;
}

#matching .imglist li div {
  padding: 0 10px 20px;
  line-height: 1.5em;
  background: #f4f4f4;
}

#matching .imglist li .txt_b {
  padding: 5px 0 0;
  text-indent: -.5em;
}

/*-- 画像とキャプチャ ---*/
#matching .imglist li img {
  margin-bottom: 5px;
}

#matching .imglist li span {
  display: inline-block;
  font-size: .8em;
  line-height: 1.5em;
}







.list04 li {
  padding: 5px 0 5px 20px;
}

.list04 li::before {
  top: 10px;
}

#wishlist .linkLine a {
  display: inline-block;
  padding-right: 20px;
}

#wishlist .linkLine a.btn-icon-window::after {
  right: 0;
}