@charset "UTF-8";
/* CSS Document */


body {
	margin: 0;
	padding: 0;
	background-color:#FFF;
	line-height:1.9;
	color: #333333;
	font-family:"メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Osaka","ＭＳ Ｐゴシック",sans-serif;
    letter-spacing: .1em;
}

a:link  {
	color: #009fd6;
	text-decoration:underline;
}


a:visited {
	color: #009fd6;
	text-decoration:underline;
}

a:active {
	color:#aecf04;
	text-decoration:underline;
}

a:hover {
	color:#aecf04;
	text-decoration:underline;
}

 .del {
   color: #cc0000;
   text-decoration : line-through ;
 }
 .del span {
   color: #000;
 }


#contents, footer {
width: 100%;
}

footer {
    clear: both;
    margin: 40px 0 0;
    padding: 20px 0;
    background-color: #333333;
    color: #FFFFFF;
}

footer p.copyright {
    font-size: 0.8rem;
    text-align: right;
    margin: 0 50px;
    line-height: 1;
}


.container {
margin: 0 auto;
max-width: 800px;
padding: 30px 0;
}

.title-box {
margin: 0 auto;
max-width: 1000px;
}

.title {
background: url(../img/title.png)   50% 50% no-repeat;
background-size: contain;
padding-top: 50.5%;
margin: 0 auto;
height: 0;
}

.title h1 {
 text-indent:100%;
 white-space: nowrap;
 overflow: hidden;
}

h2 {
  position: relative;
  padding: 0.5rem 1rem calc(0.5rem + 10px);
  background: #e5f1a4;
  margin: 30px 0;
  font-size: 1.3rem;
  letter-spacing: .2em;
}

h2:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 2px solid #000;
  border-radius: 3px;
}


/*
.btn-form {
  display: inline-block;
  padding: 1.3em 6em;
   margin: 10px 10px 30px;
  text-decoration: none;
  background-color: #00b7ee;
  color: #ffffff;
  border-bottom: solid 5px #0090bb;
  border-radius: 3px;
  letter-spacing: .2em;
}

.btn-form:link  {
	color: #ffffff;
    text-decoration: none;
}
.btn-form:visited {
	color: #ffffff;
}
.btn-form:active {
color: #ffffff;
}
.btn-form:hover {
 -webkit-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
 border-bottom: solid 2px #0090bb;
  color: #ffffff;
}
*/

.btn-border-notactive {
 padding: 1em 4em;
  margin: 20px 10px 30px;
  border: 2px solid #000;
  border-radius: 0;
  background: #cccccc;
  color: #000000;
  -webkit-box-shadow: 4px 4px 0 #000;
  box-shadow: 4px 4px 0 #000;
  text-decoration: none;
  width: 35%;
  text-align: center;
}

a.btn-border {
 display: inline-block;
 padding: 1em 4em;
  margin: 20px 10px 30px;
  border: 2px solid #000;
  border-radius: 0;
  background: #93def8;
  color: #000000;
  -webkit-box-shadow: 4px 4px 0 #000;
  box-shadow: 4px 4px 0 #000;
  text-decoration: none;
}

a.btn-border:hover {
  -webkit-box-shadow: -4px -4px 0 #000;
  box-shadow: -4px -4px 0 #000;
}




/* top/outline */

.outline table {
border-top:1px solid #999999;
border-left:1px solid #999999;
border-collapse: collapse;
width:100%;
margin: 30px 0;
}

.outline table th, .outline table td {
border-right:1px solid #999999;
border-bottom:1px solid #999999;
padding: 1em 0.5em;
font-weight: normal;
letter-spacing: .08em;
}

.outline table th {
background-color: #000000;
border-bottom:1px solid #999999;
color: #ffffff;
white-space: nowrap;
padding: 1em;
}

.outline h3 {
margin-bottom: 0;
}
.outline p.details {
margin: 0 0 2em ;
}


.outline  dl {
margin: 3em 0 0;
}
.outline  dt {
float: left;
width: 1.5em;
}
.outline  dd {
margin-left: 2em;
}


.box-topics {
   margin: 3em 0;
   border: 1px #000000 solid;
}

h3.topics {
  position: relative;
  padding: 0 1rem 1rem;
  font-size: 130%;
}

h3.topics:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.outline dl.topics {
	margin: 40px 0 50px;
}

.outline dl.topics dt {
	float:left;
    font-weight: bold;
	width:11em;
    letter-spacing: normal;
    margin-left: 1em;
    padding-bottom: 0.5em;
}

.outline dl.topics dd {
	margin-left:11em;
	margin-bottom:20px;
    margin-right: 1em;
    padding-bottom: 0.5em;
}




/* invitation */


.invitation h3 {
font-weight: bold;
margin: 30px 0 0;
letter-spacing: .1em;
}


.invitation p {
margin: 0 0 0 2em;
}

.invitation dl {
margin: 0 0 0 2em;
}
.invitation dt {
float: left;
width: 2em;
}
.invitation dd {
margin-left: 2.5em;
}

.invitation ul {
margin: 0 0 0 2em;
}
.invitation li {
}
.invitation p.kform {
 margin: 30px 10px;
 padding: 20px;
 border: solid 2px #1eb9ef;
 width: 50%;
 text-align: center;
}




/* entry */

.entry p {
margin: 10px 0;
}

.entry p.entryb {
 margin: 30px 10px;
 padding: 20px;
 border: solid 2px #1eb9ef;
 width: 50%;
 text-align: center;
}

.entry dl {
}
.entry dt {
float: left;
width: 4.5em;
}
.entry dd {
margin-left: 5.5em;
}

.entry ul {
margin: 2em 0;
}
.entry li {
}


/* contact */

.contact h3 {
font-weight: bold;
margin: 30px 0;
letter-spacing: .1em;
}


.contact p {
margin: 0 0 0 2em;
}



/* program */


.flex_text-box {
margin-top: 0;
display: flex;
justify-content: flex-start;
}

.flex_text-item {
padding-right: 20px;
text-align: center;
}



h3.prog {
  position: relative;
  padding: 1.5rem 0.5rem 0.5rem;
  font-size: 130%;
}

h3.prog:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}



.p-date {
margin: 3em 0 0;
}


.prog-sp {
   margin: 0 0 2em;
   border-collapse: collapse;
   width:100%;
   border: 2px solid #999999;
}
.prog-sp th {
   width:20%;
   border-bottom: #999999 1px dashed;
   text-align: left;
   padding: 10px;
   font-weight: normal;
   background: #f2f8fd;
}
.prog-sp th.prog-title {
   background: #1eb9ef;
   color: #ffffff;
   }

.prog-sp td {
   width:80%;
   border-bottom: 1px dashed #ccc;
   text-align: left;
   padding: 5px;
   font-weight: bold;
}
.prog-sp td.name {
   text-align: right;
   font-weight: normal;
   font-size: 90%;
}

h4.day {
   margin: 0 0 1em;
   position: relative;
   padding: 0.5rem 0 0.5rem 100px;
   border-bottom: 3px solid #000;
}

h4.day span {
   font-family: 'Roboto', sans-serif;
   font-size: 1.5em;
   line-height: 1;
   position: absolute;
   bottom: 0.5em;
   left: 0;
}

table.note{
   margin: 3em 0 2em;
   font-size: 70%;
}
table.note td{
   padding: 1px;
   width: 15%;
   white-space: nowrap;
   text-align: center;
}

table.day1 {
   margin: 0 0 3em;
}
table.day1 td, th {
	padding: 3px;
    letter-spacing: normal;
}
table.day1 th {
	background: #000000;
    width: 1%;
    color: #ffffff;
    font-size: 70%;
}
table.day1 td {
   height: 60px;
}
table.day1 td.zoom {
   width: 33%;
   text-align: center;
   background: #666666;
   color: #ffffff;
   font-weight: bold;
}

table.day1 td.zoomurl {
   width: 33%;
   text-align: center;
   background: #1eb9ef;
   font-weight: bold;
}
table.day1 td.zoomurl a {
   color: #ffffff;
}
table.day1 td.zoomurl a:hover {
   color: #fff08f;
}

table.day1 td.chair {
   text-align: right;
   color:#999999;
   font-size: 80%;
   line-height: normal;
   vertical-align: bottom;
   padding-bottom: 0;
}
table.day1 td.details {
   word-break : break-all;
   line-height: 125%;
   font-size: 90%;
   vertical-align: top;
}

table.day1 td.details  strong {
   text-decoration: underline;
}
table.day1 td.details a {
   font-size: 75%;
   text-decoration: none;
   letter-spacing: normal;
   line-height: 0.5;
}
table.day1 td.t-line {
   border-right: 1px dashed #999999;
}
table.day1 td.greeting {
   background: #37b4bc;
   color: #ffffff;
}
table.day1 td.sp,table.note td.sp {
   border: 4px solid #2b73a9;
}
table.day1 td.c01,table.note td.c01 {
   background: #d9f2fe;
}
table.day1 td.c02,table.note td.c02 {
   background: #e3f8f2;
}
table.day1 td.c03,table.note td.c03 {
   background: #fdf4b9;
}
table.day1 td.c04,table.note td.c04 {
   background: #fde8e9;
}
table.day1 td.c05,table.note td.c05 {
   background: #efe5f8;
}
table.day1 td.c06,table.note td.c06 {
   background: #f0e7d1;
}
table.day1 td.c07,table.note td.c07{
   background: #eef6d2;
}
table.day1 td.c08,table.note td.c08 {
   background: #fdf4b9;
}
table.day1 td.c09,table.note td.c09 {
   background: #fde5ae;
}
.time {
   margin: 0 0 5px;
   padding-left: 5px;
   color: #ffffff;
   background: #666666;
   font-size: 80%;
}
.tag-r {
   background: #ffffff;
   color: #ef5457;
   font-size: 80%;
}
.tag-v {
   background: #ffffff;
   color: #00a0ea;
   font-size: 80%;
}
.tag-stud {
   background: #666666;
   color: #ffffff;
   font-size: 75%;
}
.v-num {
   font-size: 80%;
}


/* program-zoomurl */

.request {
   width: 80%;
   text-align: center;
   background: #1eb9ef;
   font-weight: bold;
   padding: 10px;
   margin: 0 auto 1em;
}
.request a {
   color: #ffffff;
}
.request a:hover {
   color: #fff08f;
}

a.jump_bt {
   display: block;
   width: 60%;
   text-align: center;
   background:#FF9F40;
   font-weight: bold;
   padding: 15px;
   margin: 0 auto 1em;
   color: #ffffff;
   text-decoration: none;
   border-radius: 10px; 
}

a.jump_bt:hover {
   background:#FFD494;
}


/* report */

h3.rep {
  position: relative;
  padding: 1.5rem 0.5rem 0.5rem;
  font-size: 130%;
}

h3.rep:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}


.report dl {
margin: 0 0 5em;
float: left;
width: 60%;
}
.report dt {
float: left;
width: 6em;
margin-bottom: 1em;
}
.report dd {
margin-left: 6.5em;
margin-bottom: 1em;
}

.report dl.presenter {
margin: 0 0 3em 1em;
}
.report dl.presenter dt {
float: left;
width: 6em;
margin-bottom: 0;
}
.report dl.presenter dd {
margin-left: 6.5em;
margin-bottom: 0;
}

.pic-l {
margin: 0 0 2em;
float: left;
text-align: center;
font-size: 85%;
}
.pic-r {
margin: 0 0 2em;
float: right;
text-align: center;
font-size: 85%;
}
.pic-cen {
margin: 0 0 2em;
text-align: center;
font-size: 85%;
}


.report-pic-container {
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.report-pic-container item {
  margin-left: 10px;
}






/* header */



#title_logo {
float: left;
}

.inner {
/*
width: 980px;
*/
  margin: 0 auto;
  position: relative;
}

.inner:after {
  content:"";
  clear: both;
  display: block;
}

/*--------header-----------*/

#top-head {
/*
  top: -100px;
  margin: 100px auto 0;
  position: absolute;
  padding: 30px 0 0;
*/
  width: 100%;
  margin: 0 auto 0;
  padding: 0;
  line-height: 1;
  z-index: 999;
  border-bottom:1px solid #EEE;
}

#top-head a,
#top-head {
    color: #333;
    text-decoration: none;
}


#top-head .logo {
    float: left;
    position: relative;
    font-weight: normal;
    padding:0;
    font-size: 1.5rem;
    height: 45px;
    /*width:175px;*/
    margin: 20px;
}

#top-head img {
margin-right: 0.5em;
}


#top-head .logo a.jamlogo:hover,
#top-head .logo a.jamlogo:active {
/*
    filter: grayscale(0);
    opacity: 1;
    transition: filter 0.2s ease-in;
    transition: opacity 0.2s ease-in;
*/
}

#global-nav ul {
    list-style: none;
    position: absolute;
    right: 20px;
    top: 10px;
/*
    top: 20px;
font-size: 14px;
*/
}
#global-nav ul li {
    float: left;
    padding:0 ;
/*
border-left: 1px solid #000;
*/
}
#global-nav ul li a {
    padding: 10px 15px;
    position: relative;
    display: inline-block;
    letter-spacing: .1em;
    font-weight: normal;
    font-size: 110%;
}

#global-nav ul li a::after {
   content: '';
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 7px;
   -webkit-transform: scaleX(0);
   -ms-transform: scaleX(0);
   transform: scaleX(0);
   background-color: #1eb9ef;
   -webkit-transition: all .1s ease;
   transition: all .1s ease;
}

#global-nav ul li a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

#global-nav ul li a.active::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}



nav span{
    background:#666;
    height:2px;
    display:block;
    position:relative;
    width:50px;
    left:0;
}


/*--------固定化されたときのCSS-----------*/

#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 0;
    background: #fff;
    background: rgba(255,255,255,.8);
    transition: top 0.5s ease-in;
    -webkit-transition: top 0.5s ease-in;
    -moz-transition: top 0.5s ease-in;
}

#top-head.fixed .logo {
  position: relative;
/*    font-size: 24px;
*/
    color: #333;
}

#top-head.fixed .logo a {
  width: 100%;
/*
  position: absolute;
height: 30px;
*/
}


#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 10px 15px;
    padding-bottom: 10px;
}




/*-----------スマホのトグルボタンのCSS-------------*/

#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: #000;
    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;
}



/*---------gnav sp--------------*/
/*-----------スマホ-------------*/
/*PCで改行無効化*/
@media screen and (min-width: 768px){
.br-sponly { 
    display:none;
}
}



@media screen and (max-width: 1024px) {


body {
font-size: 90%;
letter-spacing: 0;
}

.top_title h1 img {
width:100%;
max-width:400px;
}
.container {
width: 90%;
}

.prog_num, .regist_num, .regist_date {
white-space: normal;
}

.venture_main table.offshoretable th img {
width:100%;
}

.top_patent_container {
width:45%;
}

table.list td.date {
white-space: normal;
}



#contents {
margin-top:70px;
}

    .head-inner {
      display: none;
    }

    .slick-next {
      right: 0;
    }

    #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: #fff;
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }
#top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        height: 45px;
      margin:15px 50px;
/*
left: 13px;
        height: 50px;
        top: 15px;
        color: #333;
        font-size: 26px;
*/
}



h2 {
  font-size: 1.1rem;
}
h3 {
    font-size: 1rem;
}


    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -1000px;
        background: #000;
        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;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
        padding: 18px 0;
        color: #fff;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #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 #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(1056px);
        -webkit-transform: translateY(1056px);
        transform: translateY(1056px);
    }
    

table.note {
   margin-left: auto;
   margin-right: auto;
   width: 100%;
}
table.note td{
   display: block;
   width: 100%;
}


.outline dl.topics dt {
	float:none;
}

.outline dl.topics dd {
	margin-left:1em;
	margin-bottom:20px;
}


.pic-l {
float: none;
}
.pic-r {
float: none;
}
    
}

/*------------タブレット用------------------*/

@media screen and (max-width: 1200px) {

#contents {
margin-top:70px;
}
.container {
width: 90%;
}
.prog_num, .regist_num, .regist_date {
white-space: normal;
}

table.list td.date {
white-space: normal;
}


  .head-inner {
    display: none;
  }

  .slick-next {
    right: 0;
  }

  #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: #fff;
      width: 100%;
      height: 70px;
      z-index: 999;
      position: relative;
  }
  #top-head.fixed .logo,
  #top-head .logo {
      position: absolute;
      height: 45px;
      margin:15px 20px;
/*
left: 13px;
      height: 50px;
      top: 15px;
      color: #333;
      font-size: 26px;
*/
}
  #global-nav {
      position: absolute;
      /* 開いてないときは画面外に配置 */
      top: -1000px;
      background: #000;
      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;
  }
  #global-nav ul {
      list-style: none;
      position: static;
      right: 0;
      bottom: 0;
      font-size: 14px;
      padding-left:0;
  }
  #global-nav ul li {
      float: none;
      position: static;
      padding: 13px 0;
      color: #fff;
  }
  #top-head #global-nav ul li a,
  #top-head.fixed #global-nav ul li a {
      width: 100%;
      display: block;
      color: #fff;
      padding: 13px 0;
  }
  #nav-toggle {
      display: block;
      right: 25px;
      top: 20px;
  }
  /* #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 #global-nav {
      /* #global-nav top + #mobile-head height */
      -moz-transform: translateY(1056px);
      -webkit-transform: translateY(1056px);
      transform: translateY(1056px);
  }


}





