.sec-dl {padding-bottom: clamp(4.375rem, 1.008rem + 14.36vw, 12.5rem);}
.sec-dl .lead-area{margin-bottom: clamp(2.5rem, -1.436rem + 16.8vw, 12rem);}
.sec-dl .lead-area .ttl-en{margin-bottom: clamp(1.75rem, 0.869rem + 3.76vw, 3.875rem);}
.dl-wrap {
  align-items: center;
  border: 1px solid #7C664e;
  gap: 20px;
  justify-content: center;
  padding: clamp(2.375rem, 1.753rem + 2.65vw, 3.875rem) clamp(1.5rem, -1.746rem + 6.87vw, 3.75rem) clamp(1.75rem, 0.973rem + 3.31vw, 3.625rem);
}
.dl-wrap+.dl-wrap{margin-top: clamp(3.5rem, 2.464rem + 4.42vw, 6rem);}
.dl-wrap h3 {
  font-size: clamp(1rem, 0.25rem + 1.56vw, 1.5rem);
  padding: 4px clamp(1.125rem, 0.711rem + 1.77vw, 2.125rem);
}
.dl-item {
  align-items: center;
  background: var(--bg-color);
  border-radius: 6px;
  display: flex;
  font-size:clamp(0.875rem, 0.849rem + 0.11vw, 0.938rem);
  gap: clamp(0.375rem, -0.527rem + 1.91vw, 1rem);
  justify-content: space-between;
  padding: clamp(1rem, 0.845rem + 0.66vw, 1.375rem) clamp(1.25rem, -0.553rem + 3.82vw, 2.5rem);
  width: 100%;
}
.dl-link{
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  gap: 1rem;
  justify-content: flex-end;
  line-height: 0;
}
@media screen and (min-width: 768px){
  .dl-item{width: calc((100% - 20px) / 2);}
}
@media screen and (min-width: 1280px){
  .dl-item{width: calc((100% - 40px) / 3);}
}