@charset "utf-8";

/*-- 

program

====================================================== --*/

/*-- content_venture --*/

#content_venture {
  background: #f0f0f0;
}
#startup #content_venture {
  background: #fff;
}
#startup .startup_title {
  text-align: center;
  color: inherit;
  width: auto;
  margin: 0;
  padding: 0;
  background: #fff;
  font-size: 30px;
  margin-bottom: 40px;
}
#startup .startup_title:first-letter {
  color: #a5241f;
}
#content_venture .inner {
  max-width: 960px;
  margin: 0 auto;
}
#content_venture #tab_phase_menu {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#content_venture #tab_phase_menu li {
  text-align: center;
  padding: 10px 14px;
  margin: 0 10px 15px;
  font-size: 14px;
  cursor: pointer;
  background: #fff;
  color: #434343;
  box-sizing: border-box;
  width: calc(10% - 20px);
}
#startup #tab_phase_menu li {
  background: #f0f0f0;
}
#content_venture #tab_phase_menu li.active {
  background: #434343;
  color: #fff;
}
#content_venture #tab_phase_menu li span {
  font-size: 14px;
  color: #434343;
}
#content_venture #tab_phase_menu li.active span {
  color: #fff;
}
#content_venture .acceleratorlist {
  background: none;
  display: none;
}
#content_venture .acceleratorlist h3 {
  background: none;
  background: #434343;
  text-align: center;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin: 0 10px 10px;
}
#content_venture .acceleratorlist h3 br {
  display: none;
}
#content_venture .active {
  display: block;
}
.acceleratorlist dl {
  height: auto;
}

/* txt */

.acceleratorlist .txt dl {
  height: 120px;
}

/* box_notice */

#program .boxbase .programinfo .box_notice {
  margin-top: 2em;
  border: 1px solid #ccc;
  padding: 1.5em 2em;
}
#programbg .box_notice > ul {
  margin: 0;
}
#programbg .box_notice > ul li {
  text-indent: -1em;
  padding-left: 1em;
  margin-left: 0;
}

/* title_note */

#program .boxbase .programinfo .title_note {
  border: 1px solid #a5241f;
  font-size: 14px;
  padding: 2em 3em;
  margin-bottom: 1em;
}
#program .boxbase .programinfo .title_note .title_note_txt {
  color: #a5241f;
}
#program .boxbase .programinfo .title_note .title_note_postscript,
#program .boxbase .programinfo .title_note .title_note_postscript a {
  font-size: 12px;
  margin-bottom: 0;
}
#program .boxbase .programinfo .title_note .title_note_postscript a {
  margin: 0 0.5em;
}

/* title_notice */

#program .boxbase .programinfo .title_notice {
  box-sizing: border-box;
  width: 100%;
  max-width: 940px;
  margin: 20px auto 0;
  border: 1px solid #a5241f;
  padding: 20px;
}
#program .boxbase .programinfo .title_notice p {
  font-size: 14px;
  color: #a5241f;
  text-indent: -1em;
  padding-left: 1em;
  margin: 0 0 10px;
}
#program .boxbase .programinfo .title_notice p:last-child {
  margin-bottom: 0;
}
.td-del {
  font-size: 12px;
  color: #a5241f;
  margin-left: 0.5em;
}
del {
  font-size: 100%;
}

/*-- 

top common

====================================================== --*/

/*-- h2 --*/

h2.content_venture_title {
  color: #a5241f;
  width: 80%;
  margin: 40px auto 20px;
  text-align: center;
  background-color: transparent;
}
h2.content_venture_title:before {
  content: "";
}
h2.content_venture_title span {
  display: inline-block;
  padding: 0 20px 10px;
  color: #a5241f;
  border-bottom: solid 1px #a5241f;
  font-size: 18px;
  font-weight: bold;
}

/*-- td-lt --*/

.td-lt {
  text-decoration: line-through;
  font-size: 100%;
}
.ico-ex {
  display: inline-block;
  background: #a5241f;
  color: #fff;
  font-size: 76%;
  margin-left: 6px;
  padding: 3px 6px;
  font-weight: 400;
  border-radius: 3px;
}

/*-- sup --*/

#programbg sup {
  font-size: 80%;
}

@media all and (max-width: 959px) {
  /*-- 

program

====================================================== --*/

  /*-- content_venture --*/

  #content_venture .acceleratorlist h3 {
    margin: 0;
  }
  #content_venture #tab_phase_menu {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #content_venture #tab_phase_menu li {
    margin-bottom: 10px;
    width: calc(100% / 4 - 20px);
    box-sizing: border-box;
  }

  /*-- 

top common

====================================================== --*/

  h2.content_venture_title {
    width: 100%;
    box-sizing: border-box;
    margin-top: 10px;
    margin-bottom: 0;
  }
  h2.content_venture_title span {
    line-height: 1.4;
    padding: 0 10px 10px;
  }
  .acceleratorlist dl,
  .acceleratorlist .txt dl {
    height: inherit;
    margin-bottom: 0;
  }
  .acceleratorlist section div {
    background: #fff;
  }
}

@media all and (max-width: 700px) {
  /* box_notice */

  #program .boxbase .programinfo .box_notice {
    padding: 1em;
  }

  /* title_note */

  #program .boxbase .programinfo .title_note {
    padding: 1em;
  }

  /*-- content_venture --*/

  #content_venture .acceleratorlist h3 br {
    display: block;
  }
  #content_venture #tab_phase_menu li {
    padding: 8px;
    margin: 0 6px 12px;
    font-size: 12px;
    width: calc(100% / 4 - 12px);
    box-sizing: border-box;
  }

  /*-- content_venture --*/

  #content_venture .acceleratorlist h3 br {
    display: block;
  }
  #content_venture #tab_phase_menu li {
    padding: 8px;
    margin: 0 6px 12px;
    font-size: 12px;
    width: calc(100% / 4 - 12px);
    box-sizing: border-box;
  }
}
