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

main .sec-ptop {
  margin-bottom: 50px;
}
.sec-assm h3 {
  padding-left: 12px;
  border-left: 10px solid #73BC60;
  font-size: 24px;
  line-height: 32px;
  font-weight: border-left;
  margin-bottom: 25px;
}
.sec-assm ul {
  font-size: 18px;
  line-height: 28px;
}
.sec-assm li {
  margin-bottom: 25px;
}
.sec-assm li:last-child {
  margin-bottom: 0;
}
.sec-assm li a {
  position: relative;
  padding-left: 42px;
  display: inline-block;
  text-decoration: underline;
}
.sec-assm li a:before {
  content:"";
  position: absolute;
  left:0;
  top:50%;
  transform: translateY(-50%);
  width: 25px;
  height: 30px;
  background: no-repeat center url(../img/common/ico-pdf.svg);
  background-size: 100%;

}
.sec-assm li a:hover {
  color:#73BC60;
  text-decoration: none;
}

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

@media (max-width: 767px) {
  .sec-assm h3 {
    font-size: 20px;
  }
  .sec-assm ul {
    font-size:16px;
  }
  .sec-assm ul a {
    padding-left: 36px;
  }
  .sec-assm li a:before {
    width: 22px;
    height: 28px;
  }
}