#about-application,
#about-applying-section {
  /* 応募受付の有無 */
  .reception-alert {
    margin: -20px 0 0 0;
    text-align: center;
  }

  /* 募集要項テーブル */
  .article-table {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
    border-spacing: 4px;
  }
  .article-table th,
  .article-table td {
    font-size: 18px;
    padding: 20px;
  }

  .article-table th {
    background: #92e3df;
    color: #fff;
    font-weight: 700;
    width: 23%;
  }

  .article-table td {
    background: #f8f8f8;
    font-weight: 400;
  }

  /* ボタンスタイルオーバーライド */
  .button-blue {
    max-width: 270px;
    margin: 25px auto 75px auto;
  }
}
#about-applying-section {
  .article-table td {
    background: #ffffff;
  }
}

@media screen and (max-width: 800px) {
  /* 募集要項テーブル */
  #about-application,
  #about-applying-section {
    .article-table {
      margin-top: 20px;
      border-spacing: 5px;
    }

    .article-table th {
      margin-bottom: 5px;
    }

    .article-table th,
    .article-table td {
      font-size: 16px;
      padding: 8px 19px 14px 21px;
      display: block;
      width: 100%;
      box-sizing: border-box;
    }

    .article-table td:not(:last-child) {
      margin-bottom: 0px;
    }

    /* ボタンスタイルオーバーライド */
    .button-blue {
      max-width: 270px;
      margin: 25px auto 25px auto;
    }
  }
}
