/*================================================================================

media query mixin

================================================================================*/
/**/
.p-download .section-contents01 .list-01,
.p-download .section-contents02 .list-01 {
  gap: 30px;
}
@media screen and (max-width: 980px) {
  .p-download .section-contents01 .list-01,
  .p-download .section-contents02 .list-01 {
    gap: 20px;
  }
}
.p-download .section-contents01 .list-01 > li:nth-child(1),
.p-download .section-contents02 .list-01 > li:nth-child(1) {
  -ms-flex-preferred-size: 156px;
      flex-basis: 156px;
}
@media screen and (max-width: 980px) {
  .p-download .section-contents01 .list-01 > li:nth-child(1),
  .p-download .section-contents02 .list-01 > li:nth-child(1) {
    -ms-flex-preferred-size: 56px;
        flex-basis: 56px;
  }
}
.p-download .section-contents01 .list-01 > li:nth-child(2),
.p-download .section-contents02 .list-01 > li:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
/*# sourceMappingURL=download.css.map */