@charset "UTF-8";

/* イベント情報のスタイル追加 */
.sec-events #filter-area .btn-link .note {
  margin-top: 18px;
  margin-bottom: -18px;
  padding-bottom: 5px;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 500;
  color: #E33357;
  text-align: center;
  @media screen and (max-width: 640px) {
    margin-top: calc(3.81 * var(--vw));
    margin-bottom: calc(3.81 * var(--vw) * -1);
    font-size: calc(3.05 * var(--vw));
  }
}