@charset "utf-8";

/*work*/

.work img {
  width: 100%;
}

.work p {
  text-align: left;
}

.work p a:hover {
  text-decoration: underline;
}

.work p.ja {
  font-size: 12px;
  color: gray;
  line-height: 1.4;
}


.work .item {
  margin-bottom: 50px;
}

.work .item.last-child {
  margin-bottom: 0;
}

/* medium */

@media (min-width: 570px) {

  .work .container {
    display: flex;
    justify-content: space-between;
  }

  .work .item {
    width: 32%;
  }

  .work .item img {
    width: 100%;
  }

}

/* large */

@media (min-width: 900px) {



}
