@charset "utf-8";
/**********************************************
 * 
 * COMPANY
 *
***********************************************/
.link-pdf {
  position: relative;
  display: inline-block;
  padding-bottom: 3px;
  color: #35a0dd;
  font-size: 2rem;
}

.link-pdf + .link-pdf {
  margin-top: 10px;
}

.link-pdf::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #35a0dd;
}

a.link-pdf[href$=".pdf"]:after {
  position: absolute;
  color: #ff0000;
  font-size: 2rem;
}

.table .description em {
  font-weight: bold;
}

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