main {
  color:#000;
}
.sec.ptop>.container {
}
.sec.ptop>.container:before {
}
.top-v {
  position: relative;
  margin:0 -12px;
  padding:9vw 12px 40px;
}
.ptop .top-bg {
  content:"";
  position: absolute;
  top:80px;
  left: 0;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/report/title-bg@2x.png);
  width:100%;
  height: 92%;
  z-index: 1;
}
.top-v .t {
  position: relative;
  text-align: center;
  z-index: 5;
  margin-bottom: 30px;
}
.top-v .past-ev {
  position: relative;
  z-index: 5;
  max-width: 780px;
  margin:auto;
}
.past-ev>.row>div:first-child {
  border-right: 1px solid #707070;
}
.past-box {
  position: relative;
  padding: 12px 0 16px;
}
.past-box .p-tt {
  font-size: 25px;
  font-weight: bold;
  line-height: 36px;
  text-align: center;
  margin-bottom: 22px;
}
.pb1 .p-tt {
  color:#C24F7E;
}
.pb2 .p-tt {
  color:#6AC5D0;
}
.past-box .p-num {
  display: flex;
  justify-content: center;
}
.past-box .cc {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color:#fff;
  padding:8px;
  padding-top:16px;
}
.past-box .cc:first-child {
  margin-right: 10px;
}
.past-box.pb1 .cc {
  background-color: #C24F7E;
}
.past-box.pb2 .cc {
  background-color: #6AC5D0;
}
.cc .tn {
  font-size: 25px;
  line-height: 26px;
  font-weight:bold;
}
.cc .num {
  font-size: 60px;
  line-height: 62px;
}
.cc .num span {
  font-size: 20px;
  font-weight: 400;
}
.past-box.pb2 .b-note {
  position: absolute;
  left: 0;
  right: 0;
  margin:auto;
  bottom: -15px;
  text-align: center;
  font-size: 10px;
  line-height: 12px;
  color:#6AC5D0;
}
.v-scene>.container {
}
.v-scene .tt {
  position: relative;
  z-index: 5;
  background-color: #F8F6DE;
  padding:10px;
  font-weight: bold;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 1.4px;
  margin:0 -12px 30px;
}
.v-scene .s-photos {
  max-width: 470px;
  margin:auto;
}
.s-photos .n {
  margin-bottom: 16px;
  font-weight: bold;
}
.s-photos figure {
  margin-bottom: 24px;
}
.v-scene .btm {
  text-align: center;
}
.v-scene .btm .t-detail {
  padding:20px 0;
}
.l-top {
  margin-top: 100px;
}
.l-top a {
  position: relative;
  display: inline-block;
  font-weight: bold;
}
.l-top a:hover {
  text-decoration: none;
}
.l-top a:after {
  content:"";
  position: absolute;
  left: 0;
  right: 0;
  margin:auto;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background: #707070;
}

@media (max-width:1199px) {
}

@media (max-width:992px) {
  .ptop .top-bg {
    top:7vw;
  }

  .top-v .t {
    margin-bottom: 20px;
  }
  .top-v .t img {
    max-width: 380px;
  }

  .past-box {
    padding:5px 0;
  }
  .past-box .p-tt {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 18px;
  }
  .past-box .cc {
    width: 140px;
    height: 140px;
  }
  .cc .tn {
    font-size: 22px;
    line-height: 24px;
  }
  .cc .num {
    font-size: 50px;
    line-height: 52px;
  }

}

@media (max-width:767px) {

  .top-v {
    padding-top: 24vw;
    overflow: hidden;
  }
  .ptop .top-bg {
    background-position: center top;
    background-image: url(../img/report/title-bg-sp@2x.png);
    right: 0;
    margin:auto;
    height: 100%;
    width: 106%;
    background-size: contain;
  }
  .top-v .t {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .top-v .t img {
    max-width: 220px;
  }

  .past-ev>.row>div:first-child {
    position: relative;
    border: 0;
    margin-bottom: 30px;
  }
  .past-ev>.row>div:first-child:after {
    content:"";
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin:auto;
    width: 70%;
    height: 1px;
    background: #707070;
  }

  .past-box .cc {
    width: 128px;
    height: 128px;
  }
  .cc .tn {
    font-size: 20px;
    line-height: 22px;
  }
  .cc .num {
    font-size: 48px;
    line-height: 50px;
  }
  .v-scene .tt {
    font-size: 26px;
    line-height: 34px;
  }
  .v-scene .btm .t-detail {
    padding:15px 0;
  }
  .btm .fo-bnn {
    display: inline-block;
    padding-left: 20px;
  }
  .btm .fo-bnn img {
    max-width: 320px;
  }
  .l-top {
    margin-top: 40px;
  }

}