@charset "UTF-8";


.section-download-items {
  margin-bottom: 50px;
}

.download-items-wrap {
  display: flex;
}

.download-item {
  margin-bottom: 20px;
}

#download .download-item img {
  border: 1px solid #ccc;
  margin-bottom: 10px;
}

.item-3col {
  justify-content: space-between;
}
.item-2col {
  justify-content: center;
}

.item-3col .download-item {
  width: 30%;
}
.item-2col .download-item {
  width: 28%;
  margin: 0 3%;
}


@media screen and (max-width:480px) {
.item-3col {
  flex-wrap: wrap;
}
.item-2col {
  justify-content: space-between;
}
.item-3col .download-item {
  width: 47%;
}
.item-2col .download-item {
  width: 47%;
  margin: 0;
}
}

/*
.download-items-wrap::after{
  content:"";
  display: block;
  width:30%;
}
*/

.download-items-wrap a,
.download-items-wrap a:visited {
  color: #333;
  text-decoration: underline;
}
.download-items-wrap a:hover {
  color: #ff7d00;
  text-decoration: underline;
}