@charset "utf-8";
/* CSS Document */

.entry_info .cautio {
  font-size: 14px;
  padding: 1em;
  border: 2px solid #5c3993;
  margin: 0 0 2em;
}

.entry_info .cautio .ttl {
  text-align: center;
  font-size: 21px;
  font-weight: 600;
}

.entry_info .cautio .dtl {
  text-align: center;
  padding: 1em 0 0;
  line-height: 1.75em;
}

@media screen and (min-width: 900px) {
  .event-article_body {
    font-size: 20px;
    font-weight: bold;
  }

  .event-article_body span {
    font-size: 23px;
  }
}
@media screen and (max-width: 899px) {
  .entry_info .cautio {
		font-size: 12px;
	}

	.entry_info .cautio .ttl {
		font-size: 18px;
	}

	.entry_info .cautio .dtl {
		text-align: left;
	}

  .event-article_body {
    font-size: 12px;
    font-weight: bold;
  }

  .event-article_body span {
    font-size: 15px;
  }
}/*# sourceMappingURL=2023_eva.css.map */