.download__list--key {
  gap: 60px 6.818181818181818%;
  flex-wrap: wrap;
}
@media screen and (max-width: 736px) {
  .download__list--key {
    gap: 8vw 3.466666666666667vw;
  }
}
.download__linkA--flex {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.download__linkA--flex .download__phName {
  margin-top: auto;
}
.download__box--image_3 {
  margin-top: 58px;
}
.download__list--other_2 {
  width: 66%;
  gap: 6.818181818181818%;
  justify-content: flex-start;
}
@media screen and (max-width: 736px) {
  .download__list--other_2 {
    width: 100%;
    gap: 0 3.466666666666667vw;
  }
}
@media screen and (max-width: 736px) {
  .download__item--other {
    margin-top: 8vw;
  }
}
.download__list--other_2 .download__item.download__item--other {
  width: 28.78787878787879%;
}
@media screen and (max-width: 736px) {
  .download__list--other_2 .download__item.download__item--other {
    width: 28.266666666666666vw;
  }
}
.download__list--other_2 .download__item.download__item--other:nth-child(1),
.download__list--other_2 .download__item.download__item--other:nth-child(2) {
  margin-top: 47px;
}
@media screen and (max-width: 736px) {
  .download__list--other_2 .download__item.download__item--other:nth-child(1),
  .download__list--other_2 .download__item.download__item--other:nth-child(2) {
    margin-top: 8vw;
  }
}
.download__list--other_2 .download__item.download__item--other:nth-child(2) .download__itemPh {
  margin-bottom: 0;
}
@media screen and (max-width: 736px) {
  .download__list--other_2 .download__item.download__item--other:nth-child(2) .download__itemPh {
    height: auto;
  }
}
.download__box--item_3 {
  margin-top: 176px;
}
@media screen and (max-width: 736px) {
  .download__box--item_3 {
    margin-top: 23.2vw;
  }
  .download__box--item_3 .download__list.download__list--item {
    margin: 8vw auto 0;
    display: flex;
  }
  .download__box--item_3 .download__list.download__list--item .download__item--item {
    margin-top: 0;
  }
  .download__box--item_3 .download__list.download__list--item .download__item--item .download__itemBox {
    margin-top: 5px;
    justify-content: center;
  }
}