@charset "UTF-8";

.eventWebpage {
  font-size: 16px;
}

.red {
  color: #e36920;
}

.bold {
  font-weight: bold;
}

.info {
  font-size: 1.5em;
  font-weight: 600;
  color: #001d4f;
  text-align: center;
}

.left_1 {
  margin: 0 0 0 1em;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.end {
  text-align: end;
}

.box-size {
  width: 500px;
  line-height: 1em;
}

.box-size span {
  display: block;
  text-align: end;
}

.qr {
  width: 100px;
  vertical-align: middle;
}

.articleTitle {
  margin: 0;
}

.event-article_body {
  font-size: 0.8em;
  word-break: break-all;
}

.after {
  padding: 0 0 30px;
  border-bottom: 2px dashed #ddd;
  margin: 30px 0;
}

.after .soldout {
  background-color: red;
  padding: 0.75em;
  text-align: center;
  font-size: 1.5em;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1em;
}

.after .congestion {
  font-size: 1.5em;
  color: red;
  border: 5px double;
  margin: 1vh auto;
  text-align: center;
  padding: 2vh;
  font-weight: 600;
}

@media screen and (max-width: 899px) {
  .after .congestion {
    font-size: 1.25em;
    color: red;
    border: 5px double;
    margin: 1vh auto;
    text-align: center;
    padding: 2vh;
    font-weight: 600;
  }

  .eventWebpage {
    font-size: 14px;
  }

  .event-article_body .info {
    font-size: 1em;
    margin: 2em 0;
    color: darkslategray;
    font-weight: 600;
    font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", sans-serif;
  }

  .flex {
    display: block;
  }

  .info {
    font-size: 1.2em;
  }

  .box-size {
    width: 100%;
  }
}

/*# sourceMappingURL=2024dragon-quest.css.map */