.startup_title_bg {
  background-color: #444;
  background-image: url(../event/ocp.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, 0, 0, 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: 450px; }
    @media screen and (max-width: 599px) {
      .startup_title_bg .cons {
        width: calc(100% - 1em);
        margin: 0 auto;
        height: 50vh;
        min-height: 350px; } }
    .startup_title_bg .cons .card_block {
      background-color: rgba(255, 255, 255, 0.8);
      width: 100%;
      max-width: 900px;
      color: #000;
      padding: 2em; }
      @media screen and (max-width: 599px) {
        .startup_title_bg .cons .card_block {
          padding: 2em; } }
      @media screen and (max-width: 399px) {
        .startup_title_bg .cons .card_block {
          padding: 1.5em 1em; } }
      .startup_title_bg .cons .card_block .en {
        color: #0ab0b7;
        font-size: 3em;
        font-weight: bold; }
      .startup_title_bg .cons .card_block h1 {
        margin: 0.5em auto 0;
        font-size: 1.25em;
        font-weight: bold;
        color: #0ab0b7; }
        .startup_title_bg .cons .card_block h1 img {
          width: 100%;
          max-width: 610px; }
      .startup_title_bg .cons .card_block p.copy {
        font-size: 1.5em;
        line-height: 1.5em;
        margin-top: 1em;
        padding-top: 0.5em;
        border-top: 1px solid rgba(0, 0, 0, 0.5);
        font-weight: bold; }
        @media screen and (max-width: 767px) {
          .startup_title_bg .cons .card_block p.copy {
            font-size: 1.25em;
            text-align: left; }
            .startup_title_bg .cons .card_block p.copy br {
              display: none; } }
        @media screen and (max-width: 499px) {
          .startup_title_bg .cons .card_block p.copy {
            font-size: 1.125em; } }

.ocp_cont h2 {
  font-size: 1.75em;
  font-weight: bold;
  color: #0ab0b7;
  border-top: 3px solid #0ab0b7;
  padding-top: 0.5em;
  margin-bottom: 1em;
  margin-top: 3em; }
  .ocp_cont h2:first-child {
    margin-top: 0em; }

.ocp_cont p {
  font-size: 1.125em;
  line-height: 1.7;
  margin-bottom: 1em; }

.ocp_cont ul {
  margin-top: 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; }
  .ocp_cont ul li {
    width: 50%;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc; }
    @media screen and (max-width: 767px) {
      .ocp_cont ul li {
        width: 100%; } }
  .ocp_cont ul a {
    color: #333;
    width: 100%;
    display: block;
    padding: 0.75em;
    background: #fff; }
    .ocp_cont ul a:hover {
      opacity: 0.7; }
    .ocp_cont ul a:before {
      display: none;
      content: "\f0a9";
      font-family: "Font Awesome 5 Solid"; }

.ocp_cont .app_area {
  margin: 3.5em 0; }
  @media screen and (max-width: 767px) {
    .ocp_cont .app_area p br {
      display: none; } }
  .ocp_cont .app_area .app_b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .ocp_cont .app_area .app_b a {
    display: block;
    background: #29abe2;
    color: #fff;
    font-size: 1.125em;
    padding: 0.25em 2em;
    border-radius: 1.25em;
    margin: 0; }
    @media screen and (max-width: 767px) {
      .ocp_cont .app_area .app_b a {
        width: 100%; } }
    .ocp_cont .app_area .app_b a:hover {
      opacity: 0.8; }
