.pdf {
  position: relative;
  padding-left: 30px;
  padding-top: 0px;
}

.pdf::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px; /* アイコンの幅 */
  height: 24px; /* アイコンの高さ */
  background-image: url("/contents/info/pdf-download.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.link {
  position: relative;
  padding-left: 24px;
  padding-top: 0px;
  margin-top: 0px;
}

.link::before {
  margin-top: 2px;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px; /* アイコンの幅 */
  height: 16px; /* アイコンの高さ */
  background-image: url("/contents/info/link.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

h3 {
  color: #78410f;
  font-size: 1rem;
}

h4 {
  color: #505050;
  font-size: 0.9rem;
}

h5 {
  margin-top: 20px;
  font-size: 0.8rem;
}
