/* 複数会場表記 */
.btn-block > .container > div {
  margin-bottom: clamp(15px,4vw,30px);
}
#sct4 h2 {
  margin: clamp(25px,6.667vw,50px) 0 clamp(10px,2.667vw,20px);
}
#sct4 h2::before {
  content: '';
  height: 80px;
  width: 80px;
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: contain;
}
#sct4 h2 span {
  background-color: #fff;
  padding: 5px 45px 5px 10px;
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  #sct4 h2::before {
    width: 14vw;
    height: 14vw;
  }
  #sct4 h2 span {
    padding-right: 20px;
  }
}
/* //複数会場表記 */