@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Alfa+Slab+One");
.startup_title_bg {
  background-color: #444;
  background-image: url(../event/startup_img/O72H2U0.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5); }
  .startup_title_bg .ins {
    background-color: rgba(0, 147, 255, 0.6);
    width: 100%;
    height: 100%; }
  .startup_title_bg .cons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    text-align: center;
    width: 100%;
    height: 60vh;
    min-height: 400px; }
    @media screen and (max-width: 599px) {
      .startup_title_bg .cons {
        width: calc(100% - 1em);
        margin: 0 auto; } }
    .startup_title_bg .cons h1.title {
      font-size: 2.5em;
      margin-bottom: 0.5em;
      font-weight: bold; }
    .startup_title_bg .cons h2 {
      display: none;
      font-size: 4em;
      font-family: 'Alfa Slab One', cursive; }
    .startup_title_bg .cons p.copy {
      font-size: 3em;
      line-height: 1.325em;
      margin-top: 0.5em;
      font-weight: bold; }
    @media screen and (max-width: 1049px) {
      .startup_title_bg .cons {
        height: auto;
        min-height: auto; }
        .startup_title_bg .cons p.copy {
          text-align: left; }
          .startup_title_bg .cons p.copy br {
            display: none; } }
    @media screen and (max-width: 999px) {
      .startup_title_bg .cons {
        padding: 6em 0; }
        .startup_title_bg .cons h1.title {
          font-size: 2em; }
        .startup_title_bg .cons p.copy {
          font-size: 2.5em; } }
    @media screen and (max-width: 767px) {
      .startup_title_bg .cons h1.title {
        font-size: 2em; }
      .startup_title_bg .cons p.copy {
        font-size: 2em; } }
    @media screen and (max-width: 599px) {
      .startup_title_bg .cons h1.title {
        font-size: 1.5em; }
      .startup_title_bg .cons p.copy {
        font-size: 1.5em; } }

.imz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  padding: 5px;
  margin-top: 3em; }
  @media screen and (max-width: 599px) {
    .imz {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .imz img {
    width: 100%; }

.headline_h203.startip_ver {
  border-top: 4px solid #0093ff;
  color: #0093ff; }

@media screen and (max-width: 599px) {
  .headline_h203 br {
    display: none; } }

.startup_pavilion_wrap {
  background: rgba(0, 147, 255, 0.2); }

.startup_pavilion_image {
  float: right;
  margin-left: 1.5em;
  width: 360px; }
  @media screen and (max-width: 599px) {
    .startup_pavilion_image {
      float: none;
      margin: 0 auto 1em;
      width: 80%; } }
  .startup_pavilion_image img {
    width: 100%;
    max-width: 587px;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); }

.startup_global_logo {
  margin: 1em auto;
  text-align: center; }
  .startup_global_logo img {
    width: 80%;
    max-width: 450px; }

ul.pavilion_list {
  margin: 2em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc; }
  ul.pavilion_list li {
    background: #fff;
    width: 25%;
    padding: 1em;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc; }
    @media screen and (max-width: 599px) {
      ul.pavilion_list li {
        width: 50%; } }
    ul.pavilion_list li .logo {
      position: relative;
      width: 100%; }
      ul.pavilion_list li .logo:before {
        content: "";
        display: block;
        padding-top: 75%;
        /* 高さを幅の75%に固定 */ }
      ul.pavilion_list li .logo .ins {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0; }
      ul.pavilion_list li .logo .cc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
        text-align: center; }
      ul.pavilion_list li .logo img {
        height: auto;
        width: 80%; }
        ul.pavilion_list li .logo img.pibt {
          width: 50%; }
    ul.pavilion_list li p.name {
      text-align: center;
      background: #0093ff;
      color: #fff;
      font-size: 1em;
      padding: 0.25em;
      border-radius: 1.5em; }
    ul.pavilion_list li p.guide {
      margin-top: 0.5em;
      font-size: 0.875em;
      line-height: 1.5; }
    ul.pavilion_list li p.ctr {
      margin-top: 0.5em;
      font-size: 0.875em;
      line-height: 1.5;
      text-align: right; }

.startup_contents_bg {
  background-color: #444;
  background-image: url(../event/startup_img/1117_009.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .startup_contents_bg .ins {
    padding: 5em 0;
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 100%; }
    @media screen and (max-width: 599px) {
      .startup_contents_bg .ins {
        padding: 3em 0; } }

.dummy_startup01 {
  height: 10em;
  background: #555;
  margin: 2em 1em; }

ul.startup_presentation {
  margin: 0em 0 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc; }
  ul.startup_presentation li {
    background: #fff;
    width: 33.33%;
    width: 50%;
    padding: 2em;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    line-height: 1.25; }
    @media screen and (max-width: 599px) {
      ul.startup_presentation li {
        width: 100%; } }
    ul.startup_presentation li .time {
      display: none;
      margin-bottom: 0.25em; }
      ul.startup_presentation li .time:before {
        display: none;
        content: "\f017";
        font-family: "Font Awesome 5 Regular"; }
    ul.startup_presentation li .company_name {
      font-size: 1.125em;
      padding: 0.5em 0.5em;
      border-radius: 6px;
      background: #0093ff;
      color: #fff;
      margin-bottom: 0.75em; }
      ul.startup_presentation li .company_name span.ctr {
        float: right; }
    ul.startup_presentation li .title {
      font-size: 1.325em;
      color: #0093ff; }
    ul.startup_presentation li .sub_title {
      font-size: 1em;
      color: #0093ff;
      margin-top: 0.25em; }
    ul.startup_presentation li .personal_wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-top: 0.5em; }
      ul.startup_presentation li .personal_wrap .ph {
        width: 80px;
        height: 80px;
        background: #eee;
        overflow: hidden;
        margin-right: 0.5em;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); }
        ul.startup_presentation li .personal_wrap .ph img {
          width: 100%; }
      ul.startup_presentation li .personal_wrap .txt {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
    ul.startup_presentation li .name {
      font-size: 1.125em; }
      ul.startup_presentation li .name:after {
        content: "氏";
        font-size: 75%;
        margin-left: 0.25em; }
    ul.startup_presentation li .post {
      margin-top: 0.125em;
      font-size: 0.875em; }
    ul.startup_presentation li .profile {
      display: none; }
    ul.startup_presentation li .summary {
      border-top: 1px solid #0093ff;
      margin-top: 0.75em;
      padding-top: 0.5em;
      line-height: 1.5;
      font-size: 0.9125em; }

.SU_time_table {
  margin: 5em 0; }
  .SU_time_table table .orp {
    border-bottom: 4px solid #ccc; }
  .SU_time_table table th {
    font-size: 1.25em;
    text-align: center;
    border: 1px solid #ccc;
    padding: 0.75em;
    background: #0093ff;
    color: #fff; }
  .SU_time_table table td {
    font-size: 1em;
    border: 1px solid #ccc;
    padding: 0.5em;
    width: 30%;
    word-break: break-all; }
    .SU_time_table table td:nth-child(1) {
      text-align: right;
      width: 10%;
      white-space: nowrap;
      background: rgba(0, 147, 255, 0.2); }
    .SU_time_table table td:empty {
      background: #eee; }
    .SU_time_table table td span.mmar {
      font-size: 0.75em;
      background: #0093ff;
      color: #fff;
      padding: 0.25em 0.5em;
      border-radius: 0.25em;
      margin-right: 0.325em;
      display: block;
      float: left; }

h2.ssp_h2 {
  color: #0093ff;
  margin-bottom: 0.5em; }

.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 2em auto 0; }
  .link a {
    display: block;
    font-size: 1.25em;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#5dc8d5), to(#00aad8));
    background: -webkit-linear-gradient(top, #5dc8d5 0%, #00aad8 100%);
    background: -o-linear-gradient(top, #5dc8d5 0%, #00aad8 100%);
    background: linear-gradient(to bottom, #5dc8d5 0%, #00aad8 100%);
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    padding: 0.5em 2em;
    border-radius: 2.75em; }
    .link a:hover {
      opacity: 0.7; }
    @media screen and (max-width: 599px) {
      .link a {
        border: 2px solid #fff;
        font-size: 1.5em;
        border-radius: 8px;
        padding: 0.5em 1em; } }

.festa_colorBar {
  height: 8px;
  overflow: hidden; }
  .festa_colorBar img {
    display: block;
    width: 100%;
    height: 100%; }

.festa_box {
  background: #f3f3f3;
  padding: 2em; }
  @media screen and (max-width: 767px) {
    .festa_box {
      padding: 1.5em; } }
  @media screen and (max-width: 399px) {
    .festa_box {
      padding: 1em; } }
  .festa_box h2.festa_midashi {
    font-size: 2em;
    line-height: 1.25em; }
    @media screen and (max-width: 767px) {
      .festa_box h2.festa_midashi br {
        display: none; } }
    @media screen and (max-width: 599px) {
      .festa_box h2.festa_midashi {
        font-size: 1.5em; } }
  .festa_box .schedule {
    margin: 1.5em 0;
    padding: 1em 0;
    border: solid #666;
    border-width: 1px 0; }
    .festa_box .schedule h2 {
      font-size: 1.5em;
      font-weight: bold; }
      @media screen and (max-width: 599px) {
        .festa_box .schedule h2 {
          font-size: 1.25em; } }
      .festa_box .schedule h2 span {
        font-size: 150%; }
    .festa_box .schedule p {
      font-size: 1.125em;
      margin-top: 0.5em; }
  .festa_box .guide p {
    font-size: 1.125em;
    line-height: 1.5;
    margin-bottom: 0.5em; }
  .festa_box ul.festa_photo_headset {
    margin-top: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .festa_box ul.festa_photo_headset li {
      margin: 4px;
      width: calc(33.33% - 8px); }
      @media screen and (max-width: 767px) {
        .festa_box ul.festa_photo_headset li {
          width: calc(50% - 8px); } }
    .festa_box ul.festa_photo_headset img {
      width: 100%; }

h2 span.min {
  font-size: 16px;
  padding-left: 1em;
  font-weight: normal; }

.fest_list_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 1em 0; }
  .fest_list_area .zone_column {
    width: calc(25% - 0.25em); }
    .fest_list_area .zone_column ul {
      margin: 0.5em 0.125em 1.5em; }
    .fest_list_area .zone_column li a {
      display: block;
      color: #333;
      border-bottom: 1px solid #ddd; }
      .fest_list_area .zone_column li a:hover {
        background: #eee; }
    .fest_list_area .zone_column li:last-child a {
      border-bottom: 0; }
    .fest_list_area .zone_column li .one_line p {
      font-size: 13px;
      line-height: 17px; }

h2.zone_num {
  font-size: 1.25em;
  line-height: 1;
  color: #fff;
  font-weight: normal;
  margin: 0; }
  h2.zone_num a {
    display: block;
    color: #fff;
    padding: 0.25em 0.75em;
    border-radius: 1em; }
    h2.zone_num a:hover {
      opacity: 0.7; }
  .fest_detail_area h2.zone_num {
    font-size: 1.5em;
    line-height: 1;
    padding: 0.25em 0.75em;
    border-radius: 1em; }

.fest_list_area .zone_column ul li a .one_line,
.fest_detail_area .one_line {
  line-height: 1.5;
  padding: 0.25em 0.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.fest_list_area .zone_column ul li a .one_line p.num,
.fest_detail_area .one_line p.num {
  border-radius: 4px;
  padding: 0 0.5em;
  color: #fff;
  margin-right: 0.5em;
  font-size: 70%;
  white-space: nowrap; }

.color-A p.num,
.fest_list_area .color-A h2.zone_num a,
.fest_detail_area .color-A h2.zone_num {
  background: #f50000; }

.color-B p.num,
.fest_list_area .color-B h2.zone_num a,
.fest_detail_area .color-B h2.zone_num {
  background: #fc9b00; }

.color-C p.num,
.fest_list_area .color-C h2.zone_num a,
.fest_detail_area .color-C h2.zone_num {
  background: #669900; }

.color-D p.num,
.fest_list_area .color-D h2.zone_num a,
.fest_detail_area .color-D h2.zone_num {
  background: #3897C8; }

.mapArea {
  margin: 0 0 10em;
  background: #fff;
  padding: 20px;
  border: 1px solid #ddd; }

.mapArea img {
  width: 100%; }

.mapArea .pdf_dl a {
  display: block;
  margin: 1.5em auto 0;
  background: #333333;
  background: -webkit-gradient(linear, left top, left bottom, from(#777), to(#333));
  background: -webkit-linear-gradient(top, #777 0%, #333 100%);
  background: -o-linear-gradient(top, #777 0%, #333 100%);
  background: linear-gradient(to bottom, #777 0%, #333 100%);
  color: #fff;
  text-align: center;
  font-size: 1em;
  padding: 0.5em;
  border-radius: 1.5em;
  width: 100%;
  max-width: 30em;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3); }

.mapArea .pdf_dl a:hover {
  background: #333333;
  background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#333));
  background: -webkit-linear-gradient(top, #999 0%, #333 100%);
  background: -o-linear-gradient(top, #999 0%, #333 100%);
  background: linear-gradient(to bottom, #999 0%, #333 100%); }

@media screen and (max-width: 599px) {
  .mapArea .pdf_dl a {
    border-radius: 0.5em; }
  .mapArea .pdf_dl a span {
    display: block;
    font-size: 75%; } }

/*-----------------------------------------------------
fest_detail
-----------------------------------------------------*/
.fest_detail_area {
  margin-bottom: 0; }

.fest_detail_area .zone_column ul {
  margin: 0.5em 0.25em 5em; }

.fest_detail_area .zone_column ul li {
  padding: 0.5em 0;
  color: #333;
  border-bottom: 1px solid #ddd;
  /* ネガティブマージン打ち直し */
  margin-top: -90px;
  /* 固定ナビの高さ分のネガティブマージン */
  padding-top: 90px;
  /* 打ち消し用のパディング */ }

.fest_detail_area .zone_column ul li .one_line {
  padding: 0.5em 0; }

.fest_detail_area .zone_column ul li:last-child {
  border-bottom: 0; }

.fest_detail_area .one_line p.name {
  font-size: 18px;
  font-weight: bold; }

.fest_detail_area .one_line p.num {
  font-size: 16px; }

.fest_detail_area .zone_column ul li p.guide {
  margin: 0em;
  font-size: 1em;
  line-height: 1.5; }

@media screen and (max-width: 1099px) {
  .fest_list_area .zone_column {
    width: calc(50% - 0.5em);
    margin-bottom: 10px; } }

@media screen and (max-width: 599px) {
  .fest_list_area .zone_column {
    width: calc(100% - 0.5em); }
  .fest_list_area .zone_column h2 {
    text-align: center; }
  .fest_list_area .zone_column ul {
    display: none; }
  .fest_detail_area .one_line p.name {
    line-height: 1.25;
    font-size: 16px; }
  .fest_detail_area .one_line p.num {
    font-size: 14px; }
  .fest_detail_area .zone_column ul li p.guide {
    font-size: 14px;
    line-height: 1.5; } }
