@charset "UTF-8";
/*
purchase.css　
*/
.main h2 {
  width: 100%;
  margin: 0 10px 15px;
  font-size: 20px;
  border-bottom: 1px solid #ccc;
}

.main .plaPhoto {
  width: 100%;
  margin-bottom: 50px;
}

.main .plaPhoto .photoBox {
  text-align: center;
}

.main .plaPhoto .photoBox img {
  margin-bottom: 5px;
}

@media screen and (max-width: 499px) {
  .main .plaPhoto .photoBox img {
    width: 80%;
  }
}

.main .plaPhoto .photoBox p {
  font-size: 14px;
}
