@charset "UTF-8";

.inner h3 {
  padding: 5px 0 5px 20px;
  /*  font-size: 1.8rem;
  font-size: 1.7vw; */
  font-size: 1.53vw;
  line-height: 1.5;
  font-weight: 700;
  position: relative;

  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.inner h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  min-height: 15px;
  background-repeat: no-repeat;
  background-position: left top;
  z-index: -1;
}

.inner h3.goods_inf,
.inner h3.goods_place {
  margin-bottom: 20px;
}

.inner h3.ticket_inf::before {
  background: url(/assets/img/event/tri_pi.svg);
}
.inner h3.goods_inf::before {
  background: url(/assets/img/event/tri_bl.svg);
}
.inner h3.goods_place::before {
  background: url(/assets/img/event/tri_or.svg);
}

.inner h3 + dl {
  margin-top: 20px;
}
.fee dd {
  align-items: flex-start;
  text-align: justify;
}

.inner .ph,
.inner figure {
  margin: 20px 0 40px;
}
.inner .ph img,
.inner figure img {
  width: auto;
  max-width: 100%;
}
.inner h4 {
  padding: 0 0 5px 0;
  font-size: 1.53vw;
  line-height: 1.5;
  font-weight: 700;
}
.inner .remind {
  margin: 2em auto;
  padding: 0.8em;
  border: 1px solid #ddd;
}
.inner .remind h5 {
  margin: 8px 0;
  font-size: 1.28vw;
}
.inner .remind p {
  margin-bottom: 0;
  font-size: 1.28vw;
}

/* --------------------------------------------------------
	responsive
-------------------------------------------------------- */
@media screen and (max-width: 1025px) {
  /* Front */
  .inner h3 {
    font-size: 1.8rem;
  }
  .inner h4 {
    font-size: 1.8rem;
  }
  .inner .remind h5 {
    margin: 8px 0;
    font-size: 1.5rem;
  }
  .inner .remind p {
    margin-bottom: 0;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 834px) {
  .inner h3 {
    font-size: 1.8rem;
  }
  .inner h4 {
    font-size: 1.8rem;
  }
  .inner .remind h5 {
    margin: 8px 0;
    font-size: 1.5rem;
  }
  .inner .remind p {
    margin-bottom: 0;
    font-size: 1.5rem;
  }
}
