@charset "UTF-8";

.indent {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}

.indentbefore {
  display: inline-block;
  padding-left: 1em;
  position: relative;
}

.indentbefore:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.en_indentbefore {
  display: inline-block;
  padding-left: 0.5em;
  position: relative;
}

.en_indentbefore:before {
  content: "*";
  position: absolute;
  left: 0;
  top: 0;
}


/* ======= 出展規程ページ共通スタイル ======= */
.banner_wrap {
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .banner_wrap {
    width: 100%;
  }
}