@charset "UTF-8";

/* ==========================================================================
    歴代戦績
============================================================================= */
figure {
  text-align: center;
}

figure figcaption {
  margin: 0 0 1.5em 0;
  font-size: 1.4rem;
}

.btn-anchor-group {
  opacity: 0;
  height: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 991.98px) {
  .l-column.col-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .l-column.col-3>* {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .btn-anchor-group {
    opacity: 1;
    height: auto;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 575.98px) {
  .btn-anchor-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .btn-anchor {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}