@charset "utf-8";

.hems_title {
  font-size: 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid #585858;
}

.hems-block {
  margin-bottom: 55px;
}

a.iconPdf {
  display: block;
  margin-bottom: 30px;
  text-decoration: none;
  position: relative;
}

a.iconPdf span {
  position: relative;
  padding-left: 50px;
}

a.iconPdf span:before {
  content: "";
  display: block;
  background: url("../img/icon_pdf.png");
  background-size: cover;
  width: 28px;
  height: 35px;
  position: absolute;
  top: -6px;
  left: 10px;
}

@media screen and (max-width: 960px) {
  .hems {
    padding: 0 16px;
  }
}

@media screen and (max-width: 768px) {
  .hems-block {
    margin-bottom: 30px;
  }

  .hems-block:last-child {
    margin-bottom: 0;
  }

  .hems_title {
    font-size: 18px;
    border-bottom: 1px solid #585858;
  }

  a.iconPdf {
    font-size: 14px;
  }

  a.iconPdf span {
    padding-left: 45px;
  }

  a.iconPdf span:before {
    width: 24px;
    height: 30px;
    top: -4px;
  }

  a.iconPdf:last-child {
    margin-bottom: 0;
  }
}
