.expo {
  background-color: #f5347f;
  padding: 100px 0 160px;
  color: #ffffff;
}
.expo-body {
  max-width: 750px;
  margin: 0 auto;
}
.expo-body > h1 {
  text-align: center;
  font-size: 4.6rem;
  font-weight: normal;
  line-height: 1.3;
  margin-bottom: 60px;
}
.expo-body > h2 {
  font-size: 4.6rem;
  font-weight: normal;
  font-style: italic;
  line-height: 1.3;
  margin-top: 70px;
}
.expo-body > h2 > span {
  padding-bottom: 2px;
  display: inline-block;
  border-bottom: 2px solid #5a35ad;
}
.expo-body > p {
  margin-top: 20px;
  font-size: 2rem;
  line-height: 1.6;
}
.expo-body > p > a {
  color: #5a35ad;
  text-decoration: underline;
  display: inline-block;
}
.expo-body > p > a:hover {
  text-decoration: none;
}
.expo-body .btn {
  width: 470px;
  height: 120px;
  margin: 70px auto 0;
  display: block;
  position: relative;
}
.expo-body .btn::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #1d9bf0;
  position: absolute;
  top: 8px;
  left: 8px;
}
.expo-body .btn > p {
  top: 0px;
  left: 0px;
  position: relative;
}
.expo-pagetop {
  width: 96px;
  height: 96px;
  border: 2px solid #fff;
  background-color: #333333;
  position: fixed;
  z-index: 1000;
  bottom: 60px;
  right: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.expo-pagetop > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.expo-pagetop > a > img {
  width: 80px;
}
#col-s {
  padding-bottom: 30px;
}
#col-v {
  padding-bottom: 40px;
}
#col-t-bt {
  margin-top: 20px;
  margin-bottom: 40px;
}
#col-sv {
  padding-top: 30px;
}
@media screen and (max-width: 767.98px) {
  #col-t {
    margin-top: 20px;
    font-size: 4vw;
  }
  #col-t-bt {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 4vw;
  }
  #col-e {
    margin-top: 20px;
    font-size: 4vw;
    padding-bottom: 10px;
  }
  .expo {
    padding: 13.3333333333vw 4vw 36vw;
  }
  .expo-body > h1 {
    font-size: 9.0666666667vw;
    margin-bottom: 8vw;
  }
  .expo-body > h2 {
    margin-top: 9.3333333333vw;
    font-size: 6.6666666667vw;
  }
  .expo-body > h2 > span {
    padding-bottom: 0.2666666667vw;
  }
  .expo-body > p {
    margin-top: 4vw;
    font-size: 4vw;
  }
  .expo-body .btn {
    width: 77.3333333333vw;
    height: 20vw;
    margin-top: 9.3333333333vw;
  }
  .expo-body .btn::before {
    top: 4px;
    left: 4px;
  }
  .expo-pic {
    margin: 0 -4vw;
  }
  .expo-pagetop {
    border-width: 1px;
    right: 0;
    bottom: 40px;
    width: 70px;
    height: 70px;
  }
  .expo-pagetop > a > img {
    width: 14.6666666667vw;
  }
}
@media (any-hover: hover) {
  .expo-body .btn > p {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .expo-body .btn:hover > p {
    top: 8px;
    left: 8px;
  }
  .expo-pagetop:hover {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}