@charset "utf-8";

.ven-Title {
  background-color: #f7f7f7;
  color: #9b9b9b;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: calc(30em / 16);
  padding-top: calc(7.1em / 16 - .1em);
  padding-bottom: calc(7.1em / 16 - .1em);
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.ven-Section_Notice {
  font-size: calc(16em / 20);
  line-height: 2;
  background-color: #f7f5f1;
  margin-bottom: calc(32em / 16);
  padding-top: calc(4em / 16);
  padding-bottom: calc(4em / 16);
  padding-left: calc(12em / 16);
  padding-right: calc(12em / 16);
}
.ven-Section_Notice p {
  font-size: calc(22em / 20);
  font-style: normal;
}
