@charset "utf-8";

/*work*/

.workEach img {
  width: 100%;
  margin-bottom: 3px;
}

.workEach p {
  text-align: left;
}

.workEach p.kind {
  color: silver;
  font-size: 18px;
}


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

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

.contents {
  width: 100%;
  margin: 0 0 15px;
}

.contents2 {
  width: 100%;
  margin: 0 0 15px;
  line-height: 1.5;
}

.subtitle {
  font-size: 12px;
}

.client {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.5;
}
#LRbuttons {
  margin-top: 30px;
  margin-bottom: 60px;
}
#goBack, #forward {
  display: inline-block;
  float: left;
  width: 100px;
  height: 40px;
  line-height: 40px;
  background: black;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}
#LRbuttons > div + div {
  margin-left: 20px;
}
#goBack a {
  text-decoration: none;
  color: white;
}
#goBack:hover {
  opacity: 0.6;
  transition: .8s;
}

#forward a {
  text-decoration: none;
  color: white;
}
#forward:hover {
  opacity: 0.6;
  transition: .8s;
}


@media (min-width: 570px) {

  body {
    /* background: skyblue; */
  }

  .workEach .item {
    width: 100%;
  }

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

  .contents {
    width: 100%;
  }

  .contents2 {
    width: 100%;
  }

}

/* large */

@media (min-width: 900px) {

  .contents {
    width: 570px;
  }

  .contents2 {
    width: 100%;
  }

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

  .workEach .container2 {
    display: flex;
    justify-content: space-between;
  }

  .workEach .container2 .item {
    width: 47%;
  }

  .workEach .container2 .item img {
    width: 100%;
  }


}
