@charset "UTF-8";
/* COLOR
* --------------------------------------- */
/* Reset CSS
* --------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, textarea, p, blockquote, th, td {
  padding: 0;
  margin: 0; }

a {
  text-decoration: none; }

table {
  border-spacing: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-weight: normal;
  font-style: normal; }

strong {
  font-weight: bold; }

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
  margin: 0;
  padding: 0;
  color: #444; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0; }

/* Custom CSS
* --------------------------------------- */
html {
  overflow-y: scroll; }

body {
  font-family: メイリオ, meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
  color: #fff;
  font-size: 100%;
  background-color: #000;
  width: 100%;
background: rgb(0,6,12);
background: linear-gradient(90deg, rgba(0,6,12,1) 0%, rgba(0,49,104,1) 50%, rgba(0,6,12,1) 100%);
}

a {
/*color:#0f70bb;*/
color:#2fc2ff;
transition:0.5s ease;
}

a:hover {
  /*text-decoration: underline;*/
color:#e3b602;
}

.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden; }

.clearfix {
  display: inline-block; }

* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* header and footer.
* --------------------------------------- */
#header {
  position: fixed;
  top: 0;
  display: block;
  width: 100%;
  height: 50px;
  z-index: 9999;
  text-align: center;
  background-color: #000; }

footer {
  clear: both;
  width: 100%;
  padding: 20px 0;
  color: #ffffff;
  font-size: 80%;
  text-align: center;
  border-top: 1px solid #333; }
  footer li {
    display: inline;
    margin: 0 10px; }
  footer li a {
    color: #ffffff; }

#menu .toplogo {
  display: none;
  float: left;
  margin-top: 2.5px;
  overflow: hidden; }
  #menu .toplogo img {
    height: 45px;
    vertical-align: bottom; }
#menu ul {
  float: right; }
#menu li {
  position: relative;
  float: left; }
  #menu li::before {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    width: 0;
    height: 2px;
    background: #700090;
    background: -moz-linear-gradient(left, #700090 0%, #ac007d 100%);
    background: -webkit-linear-gradient(left, #700090 0%, #ac007d 100%);
    background: linear-gradient(to left, #700090 0%, #ac007d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$purple', endColorstr='#ac007d',GradientType=1 );
    transition: 0.5s width; }
  #menu li:hover::before {
    width: 100%; }
  #menu li a {
    position: relative;
    z-index: 10;
    color: #fff;
    display: block;
    padding: 15px 15px 0;
    height: 35px; }
    #menu li a:hover {
      text-decoration: none; }
  #menu li.apply {
    background: #700090;
    background: -moz-linear-gradient(left, #700090 0%, #ac007d 100%);
    background: -webkit-linear-gradient(left, #700090 0%, #ac007d 100%);
    background: linear-gradient(to left, #700090 0%, #ac007d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$purple', endColorstr='#ac007d',GradientType=1 ); }
    #menu li.apply::before {
      height: 100%;
      background: #700090; }
#menu .sns-btn {
  float: right;
  margin-top: 5px; }
  #menu .sns-btn .btn-fb, #menu .sns-btn .btn-tw {
    float: left;
    width: 40px;
    height: 35px;
    margin-left: 5px;
    padding-top: 5px;
    border-radius: 3px;
    background-color: #3e5a94;
    text-align: center; }
  #menu .sns-btn .btn-tw {
    background-color: #55acee; }

#menu-inner {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1000px; }

/* layout */


  #contents .contents-inner {
    max-width: 1000px;
    height: 100%;
    padding: 0 50px;
    margin: 0 auto;
}

@keyframes bganime1 {
  100% {
    opacity: 1; } }
.col50-r {
  width: 50%;
  float: right; }

.col70 {
  width: 70%;
  margin: auto; }

.mgb30 {
  margin-bottom: 30px; }


/* 見出し */

h2 {
  position: relative;
  z-index: 50;
  margin-bottom: 30px;
  color: #fff;
  font-size: 200%;
  text-align: center;
/*background-color:rgba(0,0,0,0.4);*/
padding:15px 0;
}

  h2 span {
    position: relative;
    display: block;
}

h2:before,
h2:after{
content:"";
position:absolute;
width:30%;
height:1px;
background-color:#0f70bb;
/*background-color:#2fc2ff;*/
}

h2:before{
top:50%;
left:0;
}

h2:after{
top:50%;
right:0;
}








/* effect */
.show-left, .show-right, .show-up {
  position: relative;
  display: none; }

/* --------------------------------------------
TOP PAGE
-------------------------------------------- */


#contents {
  margin-top: 50px;
  overflow: hidden;
  background: url(../images/image_main.jpg) center 0 no-repeat;
/*background: url(../images/image_main2.jpg) center -20px no-repeat;*/
/*background: url(../images/image_main3.jpg) center 0 no-repeat;*/
  /*background-size: contain;*/
  opacity: 0;
  animation: bganime1 2.0s linear 0s 1 forwards normal;
}


/* hero */
#hero {
  height: 300px;

}
  #hero .logo {
    width: 350px;
    margin-top:20px;
}
    #hero .logo img {
      width: 100%;
}

.ttl-main {
  position: relative;
  top: 40px;
}

  .ttl-main h1 {
    font-size: 300%;
    color: #fff;
}


.ttl-main h1 span{
display:block;
    opacity: 0;
    left: 0;
}

.ttl-main h1 span.ttl01{
    left: 0;
    animation: anime1 0.5s linear 1.0s 1 forwards normal;
    margin-top:15px;
}

.ttl-main h1 span.ttl02{
    left: 0;
    animation: anime1 0.5s linear 1.4s 1 forwards normal;
    margin-top:15px;
}

.ttl-main h1 span.ttl03{
    left: 0;
    animation: anime1 0.5s linear 1.8s 1 forwards normal;
    margin-top:15px;
display:inline;
}


.ttl-main h1 span.number{
display:inline;
font-size:140%;
/*background-color:#00ad9b;*/
background-color:#d3341d;
margin:0 10px 0 0;
padding:0 20px;
border-radius:2px;
transform:rotate(-15deg);
/*animation: anime1 0.5s linear 1.5s 1 forwards normal;*/
}

.ttl-main h1 span.number small{
tranform:none !important;
}

.ttl-main p {
    position: relative;
    font-size: 250%;
    opacity: 0;
    left: -15px;
    animation: anime1 0.5s linear 2.5s 1 forwards normal;
    margin-top:15px;
}

.ttl-main p.date {
    font-size: 250%;
    letter-spacing: 0.05em;
    left: -15px;
    color: #fff;
    animation: anime1 0.5s linear 2.5s 1 forwards normal;
    font-family: Impact,Tahoma,Verdana, Arial,sans-serif;
}


.ttl-main p.place {
    font-size: 200%;
    letter-spacing: 0.05em;
    left: -15px;
    color: #fff;
    animation: anime1 1.0s linear 3.0s 1 forwards normal;
}




@keyframes anime1 {
  100% {
    opacity: 1;
    left: 0; } }



/* top lead */


#lead {
position: relative;
margin: 150px auto;
/*padding: 80px 0 100px;*/
opacity: 0;
animation: anime1 1.0s linear 3.2s 1 forwards normal;
}

#lead .contents-inner{
background:rgba(15,112,187,0.2);
/*background:rgba(255,255,255,0.2);*/
padding:2% 0;
/*max-width:95%;*/
}

#lead p {
position: relative;
z-index: 50;
margin-bottom: 15px;
color: #fff;
font-size:120%;
padding:0 3%;
}


/* summary */
#summary {
  padding: 150px 0;
  /*background-color: rgba(0, 0, 0, 0.6);*/
background:#000 url(../images/image_background.png) center center fixed;
}
  #summary table {
    width: 100%;
    border-collapse: collapse;
}
    #summary table th, #summary table td {
      padding: 15px 5px;
      border-bottom: 1px dotted #666; }
    #summary table th {
      width: 20%; }
  #summary table.price {
    margin-top: 10px;
    background-color: rgba(255, 255, 255, 0.3); }
    #summary table.price tr {
      margin-top: 1px; }
    #summary table.price th, #summary table.price td {
      border: 1px solid #000; }

/* program */
#program {
  overflow: hidden;
  padding: 100px 0;
  /*background-color: #222;*/
}
 


/*#program .box-link {
    width: 28%;
    float: left;
    margin: 0 1.5% -0px;
    padding: 1%;
    background: url(../images/img_program.jpg) no-repeat center center;
    background-size: cover; }
    #program .box-link a {
      position: relative;
      display: block;
      width: 100%;
      height: 150px;
      padding-top: 120px;
      color: #fff;
      font-size: 160%;
      text-align: center;
      opacity: 0.6;
      background: #700090;
      background: -moz-linear-gradient(top, #700090 0%, #ac007d 100%);
      background: -webkit-linear-gradient(top, #700090 0%, #ac007d 100%);
      background: linear-gradient(to top, #700090 0%, #ac007d 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$purple', endColorstr='#ac007d',GradientType=1 );
      transition: 1.5s opacity;
}
      #program .box-link a::before {
        position: absolute;
        top: 50%;
        right: 35px;
        display: block;
        content: "";
        width: 30px;
        height: 30px;
        margin-top: -10px;
        background: url(../images/icon_arrow.png) 0 0 no-repeat;
        opacity: 0;
        transition: 1s right, 1s opacity; }
      #program .box-link a:hover {
        text-decoration: none;
        opacity: 1.0; }
        #program .box-link a:hover::before {
          right: 20px;
          opacity: 1.0; }
  #program .box-link.exh {
    background: url(../images/img_exhibition.jpg) no-repeat center center; }
    #program .box-link.exh a {
      background: #4500ac;
      background: -moz-linear-gradient(top, #4500ac 0%, #7f0092 100%);
      background: -webkit-linear-gradient(top, #4500ac 0%, #7f0092 100%);
      background: linear-gradient(to top, #4500ac 0%, #7f0092 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$lilac', endColorstr='#7f0092', GradientType=1); }
  #program .box-link.speaker {
    background: url(../images/img_speaker.jpg) no-repeat center center; }
    #program .box-link.speaker a {
      background: #0075ac;
      background: -moz-linear-gradient(top, #000cac 0%, #0075ac 100%);
      background: -webkit-linear-gradient(top, #000cac 0%, #0075ac 100%);
      background: linear-gradient(to top, #000cac 0%, #0075ac 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000cac', endColorstr='$blue',GradientType=1 ); }
*/


/* sponsor */
#sponsor {
  padding: 70px 0;
  background-color: #fff; }
  #sponsor h2 {
    color: #333; }
  #sponsor h3 {
    font-size: 180%;
    text-align: center; }
  #sponsor .list-logo {
margin-top:15px;
    margin-bottom: 50px;
    text-align: center;


}
    #sponsor .list-logo.logo-l {
      margin-bottom: 20px;
}


      #sponsor .list-logo.logo-l li {
        /*width: 30%;*/
        margin: 0 5% 25px;
      display: inline-block;
}

      #sponsor .list-logo li{
      width: 20%;
      display: inline-block;
}


      #sponsor .list-logo li img {
        width: 100%;
}

/* inquiry */
#inquiry {
  padding: 100px 0;
  background-color: rgba(0, 0, 0, 0.4);
background:#000 url(../images/image_background.png) center center fixed;
}

/* --------------------------------------------
PROGRAM PAGE
-------------------------------------------- */
#contents.page-program,
#contents.page-speaker {
  background: #000;
  animation: none;
  opacity: 1.0; }
  #contents.page-program #hero,
  #contents.page-speaker #hero {
    position: relative;
    background: url(../images/img_main.jpg) 100% -80px no-repeat fixed;
    background-size: auto 750px; }
    #contents.page-program #hero .ttl-main h1,
    #contents.page-speaker #hero .ttl-main h1 {
      animation: none; }
  #contents.page-program #program,
  #contents.page-program #exhibition,
  #contents.page-program #speaker,
  #contents.page-speaker #program,
  #contents.page-speaker #exhibition,
  #contents.page-speaker #speaker {
    background-color: #fff; }
    #contents.page-program #program h2,
    #contents.page-program #exhibition h2,
    #contents.page-program #speaker h2,
    #contents.page-speaker #program h2,
    #contents.page-speaker #exhibition h2,
    #contents.page-speaker #speaker h2 {
      color: #333; }


/* --------------------------------------------
top program 201811
-------------------------------------------- */

table.schedule {
  width: 100%;
  table-layout: fixed;
  margin-top: 10px;
}
  table.schedule tr:nth-child(even) td {
    background: rgba(0,0,0,0.3);
}
  table.schedule th, table.schedule td {
    border: 1px solid #fff;
}
  table.schedule th {
text-align:center;
    padding: 10px;
    background: rgba(0,0,0,0.4);
    color: #fff;
}
    table.schedule th.time {
      width: 15%;
 }
  table.schedule td {
    position: relative;
    vertical-align: top;
    background-color: rgba(0,0,0,0.4);
padding:25px;
}
    table.schedule td.ready {
      padding: 10px;
}



table.schedule td .session{
/*color:#0f70bb;*/
color:#fff;
border-bottom:1px dotted #666;
margin-bottom:25px;
padding-bottom:15px;
font-size:130%;
position:relative;
}

table.schedule td .session .icon{
position:absolute;
top:-13px;
right:0;
}


table.schedule td .session .icon_b{
float:left;
margin-top:-15px;
margin-right:10px;
margin-left:-5px;
/*position:absolute;
top:0;
left:0;*/
}



table.schedule td h3 {
font-size: 130%;
/*font-weight: bold;*/
margin-bottom: 40px;
color:#e3b602;
}


table.schedule td .session-contents{
/*overflow:hidden;*/
/*border-top:1px dotted #004086;*/
margin-top:25px;
}




table.schedule td .summary {
margin:0 0 10px;
/*color:#fe9e6f;*/
/*color:#fff5cd;*/
color:#faebb0;
font-size:80%;
float:right;
width:51%;
background:rgba(0,0,0,0.25);
padding:2%;
border-radius:3px;
line-height:1.8;
}


table.schedule td .summary-b{
padding:2%;
height:400px;
}

table.schedule td .speaker{
margin:0 0 10px;
font-size: 85%;
color: #fff;
line-height:1.6;
float:left;
width:42%;
}

table.schedule td .no-float{
float:none;
}


table.schedule td .speaker img{
float:left;
width:120px;
margin-right:15px;
margin-bottom:15px;
}


table.schedule td .speaker span{
display:block;
font-size:100%;
}


table.schedule td .speaker_profile{
cursor:pointer;
/*background-color:rgba(15,112,187,0.5);*/
background-color:rgba(47,194,255,0.3);
display:block;
width:120px;
margin-bottom:20px;
/*margin:10px 0 5px 130px;*/
padding:4px 0;
text-align:center;
font-size:85%;
clear:both;
}

table.schedule td .profile_open{
color:#fff;
/*margin:0 0 10px 135px;*/
margin:0;
font-size:85%;
line-height:1.6;
}


/*20181122 add*/
.gift{
width:98%;
background-color:#fed516;
margin:20px auto 60px;
padding:15px 1%;
color:#333;
font-weight:bold;
text-align:center;
}



/*
table.schedule td .modal {
      height: 100%;

}
table.schedule td .modal > a {
      position: relative;
      display: block;
      padding: 10px;
      transi4tion: 0.5s background;

}
table.schedule td .modal > a:hover {
        text-decoration: none;
}
*/




/* --------------------------------------------
EXHIBITION PAGE
-------------------------------------------- */
.box-company {
  clear: both;
  padding: 20px 0;
  border-top: 1px solid #ccc;
  color: #333; }
  .box-company a {
    color: #0075ac; }
  .box-company .img-area {
    float: left;
    width: 200px;
    margin: 0 20px 20px 0; }
    .box-company .img-area img {
      width: 100%; }
  .box-company .company-name {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold; }
  .box-company .summary {
    margin: 0 0 15px 220px; }

/* --------------------------------------------
SPEAKER PAGE
-------------------------------------------- */
#exhibition,
#speaker {
  padding: 100px 0;
  background-color: #fff; }
  #exhibition h3,
  #speaker h3 {
    clear: both;
    padding: 50px 0 10px;
    font-size: 200%; }
  #exhibition .list-speaker,
  #speaker .list-speaker {
    display: flex;
    flex-wrap: wrap; }
    #exhibition .list-speaker .box-speaker,
    #speaker .list-speaker .box-speaker {
      box-sizing: border-box;
      width: 25%;
      margin: 0 0 15px;
      padding: 0 5px 15px;
      border-bottom: 1px solid #ccc; }
      #exhibition .list-speaker .box-speaker .modal,
      #speaker .list-speaker .box-speaker .modal {
        height: 100%; }
        #exhibition .list-speaker .box-speaker .modal a,
        #speaker .list-speaker .box-speaker .modal a {
          -webkit-backface-visibility: hidden;
          /* 追加 */
          backface-visibility: hidden;
          /* 追加 */
          position: relative;
          display: block;
          height: 100%;
          color: #333;
          transition: 0.5s box-shadow; }
          #exhibition .list-speaker .box-speaker .modal a:hover,
          #speaker .list-speaker .box-speaker .modal a:hover {
            text-decoration: none;
            -webkit-box-shadow: 0 0 5px #999;
            -moz-box-shadow: 0 0 5px #999;
            box-shadow: 0 0 5px #999; }
        #exhibition .list-speaker .box-speaker .modal .img-area,
        #speaker .list-speaker .box-speaker .modal .img-area {
          width: 100%;
          margin-bottom: 15px;
          overflow: hidden;
          background-color: #000; }
          #exhibition .list-speaker .box-speaker .modal .img-area img,
          #speaker .list-speaker .box-speaker .modal .img-area img {
            width: 100%;
            opacity: 0.8;
            transition: 0.5s opacity;
            vertical-align: bottom; }
        #exhibition .list-speaker .box-speaker .modal a:hover .img-area img,
        #speaker .list-speaker .box-speaker .modal a:hover .img-area img {
          opacity: 1.0; }
        #exhibition .list-speaker .box-speaker .modal .session-num,
        #exhibition .list-speaker .box-speaker .modal .speaker,
        #speaker .list-speaker .box-speaker .modal .session-num,
        #speaker .list-speaker .box-speaker .modal .speaker {
          padding: 0 15px; }
        #exhibition .list-speaker .box-speaker .modal .speaker,
        #speaker .list-speaker .box-speaker .modal .speaker {
          padding-bottom: 15px;
          font-size: 14px; }
          #exhibition .list-speaker .box-speaker .modal .speaker span,
          #speaker .list-speaker .box-speaker .modal .speaker span {
            display: block;
            margin-top: 10px;
            font-size: 16px;
            font-weight: bold; }
      #exhibition .list-speaker .box-speaker .modal-window .img-area,
      #speaker .list-speaker .box-speaker .modal-window .img-area {
        width: 150px;
        float: left;
        margin: 0 15px 15px 0; }
        #exhibition .list-speaker .box-speaker .modal-window .img-area img,
        #speaker .list-speaker .box-speaker .modal-window .img-area img {
          width: 100%; }
      #exhibition .list-speaker .box-speaker .modal-window .session-num,
      #speaker .list-speaker .box-speaker .modal-window .session-num {
        display: inline;
        margin: 0;
        padding: 0 5px;
        font-size: 100%; }
      #exhibition .list-speaker .box-speaker .modal-window .speaker,
      #speaker .list-speaker .box-speaker .modal-window .speaker {
        margin-bottom: 15px;
        padding: 10px 0;
        font-size: 14px; }
        #exhibition .list-speaker .box-speaker .modal-window .speaker span,
        #speaker .list-speaker .box-speaker .modal-window .speaker span {
          display: block;
          margin-top: 5px;
          font-size: 16px;
          font-weight: bold; }
      #exhibition .list-speaker .box-speaker .modal-window .summary,
      #speaker .list-speaker .box-speaker .modal-window .summary {
        clear: both;
        padding-top: 10px;
        border-top: 1px solid #ccc; }

/* modal */
.modal-window {
  width: 50%;
  height: 60%;
  overflow: auto;
  position: fixed;
  left: 0;
  right: 0;
  top: -100%;
  bottom: 0;
  z-index: 100;
  margin: 0 auto 50px;
  padding: 60px 30px 30px;
  transition: 0.5s top;
  background: white;
  color: #333;
  border-radius: 5px;
}

.modal-window .session{
text-align:center;
}


  /*.modal-window .session-num {
    margin: -60px -30px 30px;
    padding: 10px 0;
    text-align: center;
    background-color: #700090;
    color: #fff !important;
    font-size: 250%;
    font-weight: bold;

}*/
    /*.modal-window .session-num span {
      font-size: 16px;
      font-weight: normal; 
}*/
 
/*.modal-window h3 {
    margin-bottom: 15px;
}*/

/*#tabs-2 .modal-window .session-num {
  background-color: #4500ac;
}*/

.modal-window.block {
  top: 70px;
}

.modal-window .close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0 !important;
  z-index: 2; }
  .modal-window .close:hover {
    cursor: pointer;
    background: none !important; }
  .modal-window .close::before, .modal-window .close::after {
    position: absolute;
    top: 10px;
    left: 0;
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background-color: #aaa;
    transform: rotate(45deg); }
  .modal-window .close::after {
    top: 10px;
    transform: rotate(-45deg); }

#modal-overlay {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.2);
z-index:1;
}




/* btn */
.btn-area {
  clear: both;
  margin:45px auto 20px !important;
    position: relative;
    width: 60%;
    margin: auto;
    text-align: center;
}



.btn-area a {
      position: relative;
      z-index: 10;
      display: block;
      padding: 30px 0;
      font-size: 180%;
      color: #fff;
      text-decoration: none;
      /*background: #00ad9b;*/
background:#0f70bb;
/*border:8px solid #00ad9b;*/
border:4px solid #0f70bb;
  transition:0.4s ease;
}


.btn-area a:hover{
background:rgba(0,0,0,0.3);
/*border:8px solid #00ad9b;*/
border:4px solid #0f70bb;
}


  .btn-area p {
    text-align: center;
    color: #d3341d;
    font-weight: bold;
}



.btn-shine {
  display: inline-block;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  border: 5px solid transparent;
  outline: 5px solid;
  outline-color: rgba(15, 112, 187, 0.5);
  outline-offset: 0px;
  text-shadow: none;
  transition: all 1.2s cubic-bezier(0.3, 1, 0.3, 1);
}

.btn-shine:hover {
  border-color: #fff;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0), 0 0 20px rgba(255, 255, 255, 0.3);
  outline-color: transparent;
  outline-offset: 15px;
  /*text-shadow: 2px 2px 3px #000;*/
}


/*個人情報*/


.privacy-area{
border:1px solid #666;
margin:50px auto 0;
padding:2%;
height:100px;
overflow:auto;
}

.privacy-area p{
font-size:50%;
line-height:2.0;
color:#ccc;
}

.privacy-area p.content{
font-size:80%;
margin:15px auto;
text-align:center;
}






/* pagetop link */


#page-top {
  position: fixed;
  z-index: 500;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
}
  #page-top a {
    display: block;
    width: 30px;
    height: 30px;
    padding: 10px;
    text-indent: -9999px;
    /*background-image: url(../images/icon_arrow.png);
    background-repeat: no-repeat;
    background-position: center center;*/
    /*background-color: rgba(211, 52, 29, 1);*/
background-color:#d3341d;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease-out;
    -ms-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
position:relative;
}

#page-top a:hover {
      text-decoration: none;
      /*background-color: rgba(211, 52, 29, 0.65);*/
background-color:#e3b602;
}

#page-top a:after{
content:"";
position:absolute;
top:14px;
left:12px;
width: 0;
height: 0;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
border-bottom: 17px solid #fff;
}




/*---------------------------------------------------
RESPONSIVE
---------------------------------------------------*/
@media screen and (max-width: 800px) {
  #menu #menu-inner {
    padding: 0; }
    #menu #menu-inner .toplogo {
      margin-left: 10px; }
    #menu #menu-inner .sns-btn {
      position: absolute;
      /*left: 180px;*/
right:10px;

}
      #menu #menu-inner .sns-btn .btn-fb,
      #menu #menu-inner .sns-btn .btn-tw {
        width: 35px;
        height: 30px; }

  #contents {
    background-position: center top;
    -webkit-background-size: 150%;
    background-size: 150%;

}
    #contents .contents-inner {
      padding:15px;
}



.ttl-main h1 span.number{
padding:0 10px;
}

#lead p{
padding:0;
font-size:90%;
}
h2 {
    font-size: 150%;

}
h2 span {
      padding: 10px 0; 

}



 h2:before,
 h2:after{
width:15%;
}

  th, td {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box; }

  #hero {
    height: auto; }
    #hero .logo {
      width: 50%;
}

#hero .logo{
margin-top:0;
}

#hero .ttl-main {
font-size: 60%;
top:0;
}

#lead {
    margin: 0;
    padding: 15px 0;
    background-color: #051e40;
}

#lead .contents-inner{
background:none;
}
    #lead::before {
      display: none; }

  #summary {
    padding: 0;
}
    #summary table th {
      border-bottom: none; }
    #summary table.price tr {
      border-bottom: 10px solid #000; }
    #summary table.price th,
    #summary table.price td {
      border: none; }


#summary table th{
text-align:center;
background:rgba(15,112,187,0.3);
padding:5px 0;
}

#summary table td{
border-bottom:none;
}


  #program {
    padding: 30px 0; }
    #program .box-link {
      float: none;
      width: auto;
      margin-bottom: 15px; }
      #program .box-link a {
        height: auto;
        padding: 15px 0; }

  #sponsor .list-logo li {
    width: 30%; }
  #sponsor .list-logo.logo-l li {
    width: 48%;
    margin: 0; }

  .page-program #hero,
  .page-speaker #hero {
    padding: 50px 0; }
    .page-program #hero .ttl-main,
    .page-speaker #hero .ttl-main {
      top: 0;
      text-shadow: 0 0 5px #000; }
  .page-program #tabs li a:hover::before, .page-program #tabs li.ui-tabs-active a::before,
  .page-speaker #tabs li a:hover::before,
  .page-speaker #tabs li.ui-tabs-active a::before {
    display: none; }
  .page-program #exhibition .list-speaker .box-speaker,
  .page-program #speaker .list-speaker .box-speaker,
  .page-speaker #exhibition .list-speaker .box-speaker,
  .page-speaker #speaker .list-speaker .box-speaker {
    width: 50%; }


.btn-area{
width:90%;
}


/*top program table*/


table.schedule td .summary,
table.schedule td .speaker
{
float:none;
width:100%;
}

table.schedule td .summary{
width:90%;
padding:5%;
}


table.schedule td .speaker{
float:none;
margin-right:0;
width:100%;
}


table.schedule td .speaker img{
float:none;
text-align:center;
margin:15px auto;
display:block;
}

table.schedule td .speaker_profile{
padding:3px 5px;
}

table.schedule td .speaker_profile span{
width:95%;
}


table.schedule td .speaker_profile{
width:90px;
margin:10px 0 5px 0;
}

table.schedule td .profile_open{
color:#fff;
clear:both;
margin:0 0 10px 0;
font-size:85%;
}

table.schedule td .summary-b{
height:auto !important;
}


}




@media screen and (max-width: 480px) {
  #sponsor .list-logo li {
    width: 49%; }

  .box-company .img-area {
    width: 100%;
    float: none;
    margin: 0;
    text-align: center; }
    .box-company .img-area img {
      width: 200px; }
  .box-company .company-name {
    text-align: center; }
  .box-company .summary {
    clear: both;
    margin: 0 0 15px; }

  .page-speaker #speaker .list-speaker .box-speaker {
    width: 100%; }
    .page-speaker #speaker .list-speaker .box-speaker .modal-window .img-area {
      width: 100%;
      float: none;
      margin: 0 0 15px; }
    .page-speaker #speaker .list-speaker .box-speaker .modal-window .session-num {
      display: inline-block; }



.btn-area div{
width:100%;
}


table.schedule td .session .icon_b{
width:20%;
margin-top:-15px;
}



}

/* Flexnav Base Styles */
@media all and (max-width: 800px) {
  .flexnav {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none;
    -webkit-transform-style: preserve-3d;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    max-height: 0; }

  .flexnav.opacity {
    opacity: 0; }

  .flexnav.flexnav-show {
    position: absolute;
    top: 50px;
    max-height: 2000px;
    opacity: 1;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; }

  .flexnav.one-page {
    position: fixed;
    top: 50px;
    right: 5%;
    max-width: 200px; }

  #menu .flexnav li {
    float: none;
    margin: 0;
    position: relative;
    overflow: hidden; }

  .flexnav li a {
    position: relative;
    display: block;
    padding: .96em;
    z-index: 2;
    overflow: hidden;
    background-color: #000;
    border-bottom: 1px solid #666; }

  .flexnav li.apply a {
    background: #700090;
    background: -moz-linear-gradient(left, #700090 0%, #ac007d 100%);
    background: -webkit-linear-gradient(left, #700090 0%, #ac007d 100%);
    background: linear-gradient(to left, #700090 0%, #ac007d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$purple', endColorstr='#ac007d',GradientType=1 ); }

  .flexnav li ul {
    width: 100%; }

  .flexnav li ul li {
    font-size: 100%;
    position: relative;
    overflow: hidden; }

  .flexnav li ul.flexnav-show li {
    overflow: visible; }

  .flexnav li ul li a {
    display: block;
    background: #b2b2af; }

  .flexnav ul li ul li a {
    background: #bfbfbc; }

  .flexnav ul li ul li ul li a {
    background: #cbcbc9; }

  .flexnav .touch-button {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    display: inline-block;
    background: #acaca1;
    background: rgba(0, 0, 0, 0.075);
    text-align: center; }

  .flexnav .touch-button:hover {
    cursor: pointer; }

  .flexnav .touch-button .navicon {
    position: relative;
    top: 1.4em;
    font-size: 12px;
    color: #666; }

  .menu-button.one-page {
    position: fixed;
    top: 0;
    right: 5%;
    padding-right: 45px; }

  .menu-button {
    position: relative;
    z-index: 9999;
    display: block;
    vertical-align: middle;
    float: right;
    height: 13px;
    width: 18px;
    padding: 10px;
    line-height: 1.125em;
    cursor: pointer;
    margin: 5px 5px 6px;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #cccccc; }

  .menu-button .globalnav_icon:before {
    background: transparent;
    width: 1.125em;
    height: 0.875em;
    display: block;
    content: "";
    position: absolute; }

  .menu-button .globalnav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    background-color: #FC2E68;
    -webkit-transition: -webkit-transform .35s ease-in-out,opacity .35s ease-in-out;
    transition: transform .35s ease-in-out,opacity .35s ease-in-out; }

  .menu-button .globalnav_icon-bar + .globalnav_icon-bar {
    margin-top: 0.188em; }

  .menu-button.active span.globalnav_icon-bar:first-child {
    transform: translate3d(0px, 7px, 0) rotate(45deg); }

  .menu-button.active span.globalnav_icon-bar:nth-child(2) {
    display: none; }

  .menu-button.active span.globalnav_icon-bar:last-child {
    transform: translate3d(0, 2px, 0) rotate(-45deg); } 




}


@media all and (min-width: 800px) {
  body.one-page {
    padding-top: 70px; }

  .flexnav {
    overflow: visible; }

  .flexnav.opacity {
    opacity: 1; }

  .flexnav.one-page {
    top: 0;
    right: auto;
    max-width: 1080px; }

  .flexnav li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    overflow: visible; }

  .flexnav li a {
    border-bottom: none; }

  .flexnav li > ul {
    position: absolute;
    top: auto;
    left: 0; }

  .flexnav li > ul li {
    width: 100%; }

  .flexnav li ul li > ul {
    margin-left: 100%;
    top: 0; }

  .flexnav li ul li a {
    border-bottom: none; }

  .flexnav li ul.open {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 1; }

  .flexnav li ul.open li {
    overflow: visible;
    max-height: 100px; }

  .flexnav li ul.open ul.open {
    margin-left: 100%;
    top: 0; }

  .menu-button {
    display: none; }





}

/*# sourceMappingURL=style.css.map */
