.thepage .p-head {
  background-image: url(../img/events/hero@2x.jpg);
}

article {
  padding:100px 0 120px;
}
.n-tt {
  display: flex;
  margin-bottom: 50px;
}
.n-tt h3 {
  flex-grow: 1;
  font-size: 26px;
  line-height:36px;
  font-weight: 600;
}
.n-tt .label {
  flex:0 0 auto;
  width: 110px;
  padding-left: 15px;
}
.n-tt .label .n {
  background: #484545;
  font-weight: 500;
  text-align: center;
  color:#F6AA00;
  padding:3px 6px;
  font-size: 16px;
}
.n-tt .label .n:first-child {
  margin-bottom: 8px;
}
.news-cont .note {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 40px;
}
.news-cont .h {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 16px;
}
.news-cont p {
  margin-bottom: 26px;
}
.news-cont .tb-dt {
  margin:50px auto 60px;
}
.news-cont .table {
  line-height: 25px;
  text-align: center;
  margin-bottom: 0;
}
.news-cont .table tr th {
  background: #F0EDE7;
}
.news-cont .table tr td {
  line-height: 25px;
  vertical-align: middle;
}
.scroll-hint-icon {
  top: 50%;
  transform: translateY(-50%);
  padding-bottom: 5px;
}
.scroll-hint-icon:before {
  width: 32px;
  height: 32px;
}
.scroll-hint-text {
  line-height: 22px;
}

.ct-l {
  margin-top: 100px 0;
  text-align: center;
}
.ct-l .btn-reserv {
  position: relative;

  width: 100%;
  max-width: 600px;
  background: #F6AA00;
  color:#fff;
  font-weight: 500;
  font-size: 28px;
  line-height: 38px;
  padding:22px;
  box-shadow: 2px 2px #484545;
  transition: unset;
}
.ct-l .btn-reserv:visited,
.ct-l .btn-reserv:active {
  color:#fff;
}
.ct-l .btn-reserv:after {
  content:"";
  position: absolute;
  transition: all .3s linear;
  right: 40px;
  top:50%;
  transform: translateY(-50%);
  background: no-repeat center url(../img/common/arrow-more-off.svg);
  background-size: 100%;
  width: 26px;
  height: 8px;
  opacity: 0;
}
.ct-l .btn-reserv:hover {
  text-decoration: none;
  background: #484545;
  bottom: -2px;
  right: -2px;
  box-shadow: unset;
  transition: unset;
}
.ct-l .btn-reserv:hover:after {
  right: 28px;
  opacity: 1;
}
.cl {
  list-style: none;
  counter-reset: custom-counter;
  margin:0;
  margin-bottom: 30px;
  padding:0;
}
.cl li {
  counter-increment: custom-counter;
  position: relative;
  padding-left: 30px;
  margin-bottom: 22px;
}

.cl li::before {
  content: counter(custom-counter) "）";
  position: absolute;
  left: 0; 
  text-align: left;
}
.cl li .t {
  font-weight: 600;
}
/* 大見出し年度追加のため追加*/
.tt{
  text-align: center;
}
.tt h2 {
  position: relative;
  display: inline-block;
  min-width: 260px;
  font-size: 28px;
  line-height: 36px;
  padding-top: 8px;
  text-align: center;
  margin-bottom: 50px;
}
.tt h2:before, .tt h2:after {
  content: "";
  position: absolute;
  top: 0;
  width: 16px;
  height: 55px;
}
.tt h2:before {
  background: no-repeat center url(../img/recruit/headline-deco-left.svg);
  background-size: 100%;
  left: 0;
}
.tt h2:after {
  background: no-repeat center url(../img/recruit/headline-deco-right.svg);
  background-size: 100%;
  right: 0;
}
.c-tt .rt {
  position: relative;
  display: inline-block;
  text-align: center;
}
.c-tt.co .rt:after {
  content: "";
  position: absolute;
  bottom: -5px;
  top: auto;
  left: 0;
  right: 0;
  margin: auto;
  width: 280px;
  height: 3px;
  background: no-repeat center url(../img/common/headline-border.svg);
  background-size: 100%;
}

@media (max-width: 1199px) {
}
@media (max-width: 992px) {
  article {
    padding:80px 0;
  }
  .ct-l {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .thepage .p-head {
    background-image: url(../img/events/SP/hero@2x.jpg);
  }

  article {
    padding-top: 40px;
  }
  .n-tt {
    margin-bottom: 30px;
    display: block;
  }
  .n-tt h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .n-tt .label {
    margin-top: 6px;
    width: auto;
    padding:0;
  }
  .n-tt .label .n {
    display: inline-block;
    margin-left: 6px;
    font-size: 14px;
    line-height: 20px;
  }
  .n-tt .label .n:first-child {
    margin-left: 0;
    margin-bottom: 0!important;
  }
  .news-cont .tb-dt {
    margin:30px auto;
  }
  .news-cont .table {
    font-size: 14px;
    line-height: 26px;
    min-width: 700px;
  }
  .news-cont .note {
    margin-bottom: 30px;
  }

  .ct-l{
    margin: 50px 0;
  }
  .ct-l .btn-reserv {
    font-size: 20px;
    line-height: 30px;
    padding:18px;
  }
}