@charset "utf-8";
.expo-wrap {
  font-size: 24px;
  margin-bottom: 80px
}
.expo-wrap p {
  font-size: 22px;
  line-height: 2;
  margin: 0 auto !important;
}
.about-lbov {
  text-align: center;
  padding: 0 10px;
  margin-bottom: 20px;
}
@media(max-width: 768px) {
  .topContent .topContent-subtitle.lbov {
    font-size: 1rem
  }
  .expo-wrap p {
    font-size: 14px;
    line-height: 1.8;
  }
  .frame-blue {
	padding: 20px;
  }
}
.chirashi-wrap {
  margin: 0 auto;
  max-width: 1000px;
}
.chirashi-wrap img {
  width: 100%;
  height: auto;
}
.logo-wrap {
  margin: 0 auto 40px;
  max-width: 1000px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.logo-wrap img {
  max-width: 480px;
  width: 100%;
  height: auto;
}
.yamato-wrap {
  margin: 0 auto;
  max-width: 1000px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.yamato-wrap img {
  width: 320px;
  height: auto;
}
.yamato-wrap p {
  text-align: center;
}
.mt-back {
  margin-top: 8rem;
}
