.downloadBox {
  width: 600px;
  margin: var(--space-40) auto;
  padding: 32px var(--space-40);
  border: 2px solid var(--color-accent-yellow);
  border-radius: 6px;
  background-color: var(--color-white);
}
.downloadBox h3 {
  margin-bottom: 32px;
  font-size: 24px;
  text-align: center;
}
.downloadList li {
  margin-bottom: 8px;
}
.downloadList a {
  font-size: 19px;
}
.downloadList a::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: var(--space-10);
  transform: translateY(9px);
}
.downloadList a.pdf_::before {
  background: url(../../assets/img/single/icon-pdf.png) no-repeat;
}
.downloadList a.excel::before {
  background: url(../../assets/img/single/icon-xls.png) no-repeat;
}
.downloadList a.word::before {
  background: url(../../assets/img/single/icon-doc.png) no-repeat;
}
.downloadList span {
  font-size: 19px;
}

@media (max-width: 640px) {
  .downloadBox {
    width: 100%;
    margin: 24px auto;
    padding: 24px var(--space-16);
  }
  .downloadBox h3 {
    margin-bottom: 8px;
    font-size: var(--fs-16);
  }
  .downloadList li {
    margin-bottom: 4px;
  }
  .downloadList a {
    font-size: var(--fs-16);
  }
  .downloadList a::before {
    
  }
  .downloadList span {
    font-size: var(--fs-14);
  }
}

/* 2023.12.29追加 */
.single h2 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-size: 1.6em;
  line-height: 1.5;
}

.single h3 {
  margin-top: 0.8em;
  margin-bottom: 0.4em;
  font-size: 1.4em;
  line-height: 1.5;
}

.single h4 {
  margin-top: 0.6em;
  margin-bottom: 0.3em;
  font-size: 1.2em;
  line-height: 1.5;
}

.single strong {
  font-weight: bold;
}

.visible-sp {
  display: none!important;
}

@media (max-width: 640px) {
  .visible-sp {
    display: block!important;
  }
}

/* single.php の直書き<style>から移植（F4, 2026-06-03） */
.lineTitleFourth .font-small {
  font-size: var(--fs-20);
}
.lineTitleFourth span {
  display: block;
  font-size: var(--fs-17);
}
@media (max-width: 640px) {
  .lineTitleFourth .font-small {
    font-size: 3.8vw;
  }
  .lineTitleFourth span {
    font-size: 3.2vw;
  }
}
