.p-head .head-cont {
  background-image: url(../img/event/hero@2x.jpg);
}
#gotop-btn .ev-index {
  display: block;
}
.sec-ptop {
  padding-bottom: 60px;
}
.ev-top .logo {
  text-align: center;
  margin-bottom: 40px;
}

.logo .dpk-logo {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 20px;
}

.row-ev-top {
  margin-bottom: 60px;
}
.ev-sch {
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ev-sch .sch {
  margin-bottom: 24px;
}
.ev-sch .sc-txt {
  font-weight: bold;
  font-size: 22px;
  line-height: 34px;
}
.ev-sch .sc-txt .t1 {
  font-size: 36px;
  margin-bottom: 12px;
  color:#C40019;
}
.ev-top .desc {
  font-size: 22px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 70px;
}

.sec-index {
  padding: 50px 0;
}
.sec-index .t {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}
.row-index {
  margin:0 -10px -25px;
}
.row-index>div {
  padding:0 10px;
  margin-bottom: 25px;
}
.row-index .btn.l-inp {
  display: block;
  position: relative;
  background: #256DF4;
  border-radius: 33px;
  text-align: center;
  color:#fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  padding:8px;
}
.row-index .btn.l-inp:hover {
  background: rgba(37, 109, 244, 0.8);
  text-decoration: none;
}
.btn.l-inp:after {
  content:"";
  position: absolute;
  right: 10px;
  top:50%;
  transform: translateY(-50%);
  width: 12px;
  height: 6px;
  background: no-repeat center url(../img/common/arrow-down-white.svg);
  background-size: 100%;
}

.sec-ev-cont,
.sec-prev,
.sec-flow {
  padding:60px 0;
}
.select-course {
  padding-bottom: 60px;
}
.select-course .sc-t {
  text-align: center;
  margin-bottom: 40px;
}
.select-course .course-map {
  text-align: center;
  margin-bottom: 60px;
}
.sec-ev-cont .ev-cont {
  padding:60px 0;
}
.sec-ev-cont .ev-cont:last-child {
  padding-bottom: 0;
}

.ev-cont h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  border-bottom:2px solid; #000;
  padding-bottom: 12px;
  margin-bottom: 40px;
}
.ev-cont h3 .hl {
  color:#256DF4;
}
.evc-tb .cs-tb {
  margin-bottom: 26px;
}
.evc-tb .note {
  font-weight: bold;
}
.evc-tb .note p:first-child {
  margin-bottom: 14px;
}

.num-cap {
  font-weight: bold;
  font-size: 28px;
}

.app-l {
  text-align: center;
}
.app-l .btn-app {
  display: inline-block;
  text-align: center;
  font-weight: 600;
  color:#fff;
  background: #256DF4;
  border-radius: 12px;
  padding: 20px;
  width: 100%;
  max-width: 480px;

  /*cursor: default;
  pointer-events: none;*/
}
.app-l .btn-app:hover {
  text-decoration: none;
  background: rgba(37, 109, 244, 0.8);
  color:#fff;
}
.app-l .btn-app .t {
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 2px;
}

h3.ct {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 70px;
}
h3.ct span {
  position: relative;
  display: inline-block;
}
h3.ct span:before,h3.ct span:after {
  content:"";
  position: absolute;
  bottom:-15px;
  height: 5px;
}
h3.ct span:before {
  left:0;
  right: 0;
  margin:auto;
  width: 100%;
  background: #256DF4;
}
h3.ct span:after {
  left:0;
  width: 50%;
  background: #37E393;
}
.p-gallery {
  text-align: center;
}

.sec-sche {
  padding:60px 0;
}
.sche-cont {
  font-weight: 500;
}
.sche-cont.last {
  margin-top: 30px;
}
.sche-cont .t {
  font-size: 20px;
  margin-bottom: 18px;
}
.sche-cont .hl {
  color:#C40019;
}
.sche-cont dl {
  display: flex;
  flex-wrap: wrap;
  max-width: 500px;
  padding-left: 20px;
}
.sche-cont dl dt,.sche-cont dl dd {
  padding:0;
  margin:0;
  margin-bottom: 10px;
}
.sche-cont dl dt {
  width: 40%;
}
.sche-cont dl dd {
  width: 60%;
}

.sec-flow {
}

.sec-btm {
  padding:60px 0;
}
dl.de-i {
  display: flex;
  flex-wrap: wrap;
}
dl.de-i dt,dl.de-i dd {
  padding:0;
  margin:0;
  margin-bottom: 50px;
}
dl.de-i dt {
  width: 16%;
  font-size: 16px;
  font-weight: bold;
}
dl.de-i dt .hl {
  color:#37E393;
}
dl.de-i dd {
  width: 84%;
}
dl.de-i p {
  margin-bottom: 0;
  text-align: left;
}
.di-cont .b {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
}
.di-cont strong {
  font-weight: 600;
}
.di-cont .other p {
  font-size: 15px;
  line-height: 26px;
}
.di-cont a {
  color:#256DF4;
  text-decoration: underline;
}
.di-cont a.l-ext {
  position: relative;
  display: inline-block;
  padding-right: 18px;
}
.di-cont a.l-ext:after {
  content:"";
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  right: 0;
  width: 14px;
  height: 14px;
  background: no-repeat center url(../img/common/ico-link-default.svg);
  background-size: 100%;
}
.di-cont a.l-ext:hover {
  color:#575757;
}
.di-cont a.l-ext:hover:after {
  background: no-repeat center url(../img/common/ico-link-onmouse.svg);
  background-size: 100%;
}
.di-cont .rhl {
  color:#C40019;
  font-weight: 600;
}
.di-cont ol {
  list-style: none;
  counter-reset:custom-counter;
  padding: 0;
}
.di-cont ol li {
  counter-increment:custom-counter;
  position: relative;
  padding-left: 46px;
  margin-bottom: 15px;
}
.di-cont ol li:before {
  content: "（"counter(custom-counter) "）";
  position: absolute;
  left: 0; 
}
.di-cont ol li:last-child {
  margin-bottom: 0;
}
.di-cont ol.ct7 {
  counter-reset: custom-counter 6;
}
.di-cont ol.ct8 {
  counter-reset: custom-counter 7;
}
.di-cont ol.ct10 {
  counter-reset: custom-counter 9;
}
.di-cont ol.ct11 {
  counter-reset: custom-counter 10;
}
.di-cont ol.ct13 {
  counter-reset: custom-counter 12;
}
.di-cont .l2 {
  margin:8px 0 14px;
}
.di-cont .rhl a {
  color:#C40019;
  text-decoration: underline;
}

@media (max-width: 992px) {
  .ev-top .logo {
    max-width: 590px;
    margin:0 auto 40px;
  }
  .logo .dpk-logo {
    display: block;
    margin-left: 0;
    margin-top: 15px;
    text-align: right;
  }
  .ev-sch .sc-txt {
    font-size: 20px;
    line-height: 30px;
  }
  .ev-sch .sc-txt .t1 {
    font-size: 26px;
  }

}
@media (max-width: 767px) {
  .p-head .head-cont {
    background-image: url(../img/event/sp/hero@2x.jpg);
  }

  .sec-ptop, .select-course {
    padding-bottom: 30px;
  }
  .sec-ev-cont, .sec-prev, .sec-flow,
  .sec-ev-cont .ev-cont {
    padding: 30px 0;
  }

  .ev-top .logo {
    margin-bottom: 20px;
  }
  .logo .dpk-logo {
    margin-top: 8px;
  }
  .logo .dpk-logo img {
    max-width: 120px;
  }

  .row-ev-top {
    margin-bottom: 30px;
  }
  .row-ev-top figure {
    margin:0 -12px 25px;
  }
  .ev-top .desc {
    font-size: 18px;
    line-height: 32px;
  }

  .ev-sch .sc-txt {
    font-size: 18px;
    line-height: 28px;
  }

  .select-course .sc-t {
    margin-bottom: 20px;
  }
  .select-course .course-map {
    margin-bottom: 30px;
  }
  .ev-cont h3 {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 8px;
    margin-bottom: 20px;
  }
  .cs-tb img {
    min-width: 680px;
  }

  .app-l .btn-app {
    padding:14px;
  }
  .app-l .btn-app .t {
    font-size: 22px;
    line-height: 30px;
  }
  .sec-index,
  .sec-sche,
  .sec-btm {
    padding: 30px 0;
  }

  .row-index {
    margin:0 -4px -14px;
  }
  .row-index>div {
    padding:0 4px;
    margin-bottom: 14px;
  }
  .row-index .btn.l-inp {
    font-size: 14px;
    line-height: 24px;
  }
  .btn.l-inp:after {
    right: 8px;
  }

  h3.ct {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 40px;
  }
  h3.ct span:before, h3.ct span:after {
    bottom: -10px;
  }

  .sche-cont dl {
    padding-left: 0;
  }

  dl.de-i {
    display: block;
  }
  dl.de-i dt, dl.de-i dd {
    width: auto;
  }
  dl.de-i dt {
    margin-bottom: 6px;
  }
  dl.de-i dd {
    margin-bottom: 20px;
  }
}