/* CSS Document */
/* main top
------------------------------------------------------------*/
main.top {
  padding-bottom: 40px;
}

main.top #start {
  padding-top: 0;
  margin-top: -40px;
}

main.top #event {
  padding-top: 60px;
}

main.top #event:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50px;
  background: url('../img/common/line-green.svg') no-repeat center;
}

main.top #event .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 45px;
}

main.top #event .title .heading-lv01:not(:last-child) {
  margin-bottom: 20px;
}

main.top #event .title .heading-lv01 span {
  background: url(../img/common/line-marker.png) repeat-x center bottom;
  padding-bottom: 5px;
}

main.top #event .title .schedule {
  background: #0eb675;
  color: #FFF;
  padding: 0 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  width: 420px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

@media screen and (min-width: 701px) and (max-width: 1000px) {
  /* main top
------------------------------------------------------------*/
}

/*sp*/
@media screen and (max-width: 700px) {
  /* main top
------------------------------------------------------------*/
  main.top #event {
    padding-top: 40px;
  }
  main.top #event:after {
    height: 30px;
    background-size: contain;
  }
  main.top #event .title {
    margin-bottom: 20px;
  }
  main.top #event .title .heading-lv01:not(:last-child) {
    margin-bottom: 15px;
  }
  main.top #event .title .heading-lv01 span {
    background-size: auto 10px;
  }
}
