
  /* Google Fonts */
  /* @import url('https://fonts.googleapis.com/css2?family=Yusei+Magic&display=swap'); */
  #event-article_body .col_01 {
    color: #ffffff;
  }

  #event-article_body .col_02 {
    color: #e8a00e;
  }

  #event-article_body .col_03 {
    color: #00afec;
  }

  #event-article_body .center {
    text-align: center;
  }

  #event-article_body .bold {
    font-weight: bold;
  }

  #event-article_body {
    font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    margin: 0 auto;
  }

  .entry_other a {
    text-align: center;
    display: block;
  }

  @media screen and (min-width: 900px) {

    /*900pxからはここを読み込む*/
  #event-article_body .sp {
    display: none;
  }
    .entry_other {
      margin: 30px 0 0;
    }

    .entry_other a {
      font-size: 150%;
    }
    #event-article_body .pre{
      font-size: 2em;
      text-align: center;
      margin: 0 0 20px 0;
      font-weight: 700;
    }
    #event-article_body .pre-img{
      margin: 0 0 50px 0;
    }

    #event-article_body .frex-item {
      display: flex;
      flex-wrap: wrap;
    }

    #event-article_body .frex-item p {
      width: 30%;
      padding: 10px;
      display: table-cell;
      vertical-align: middle;
      height: 50px;
      text-align: center;
    }
  }

  @media screen and (max-width: 899px) {

    /*899pxまではここを読み込む*/
    #event-article_body .pre{
      text-align: center;
    }
    .entry_other a {
      font-size: 125%;
    }

    #event-article_body .frex-item {
      display: flex;
      flex-wrap: wrap;
    }

    #event-article_body .frex-item p {
      width: 40%;
      padding: 10px;
      display: table-cell;
      vertical-align: middle;
      height: 50px;
      text-align: center;
    }
    .link_flyer {
      text-align: center;
      padding: 15px 0;
      font-size: 14px;
  }
    .link_flyer a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 18em;
      margin: 0 auto;
      padding: 0.5em 0;
      border: 2px solid #0052a5;
      font-weight: 500;
      border-radius: 0.5em;
      transition: all 0.5s ease-in-out;
  }
  }
