.explain {
  font-size: 18px;
  margin-bottom: 50px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #000;
  text-align: center;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 !important;
}
.gallery:after {
  content: "";
  display: block;
  width: 32%;
  height: 0;
}
.gallery .product_item .is_empty {
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.gallery li {
  margin: 0;
  list-style: none !important;
}
.gallery li img {
  -o-object-fit: cover;
     object-fit: cover;
}

.proposal-item-frame {
  position: relative;
  margin: 0 0 3.5em 0 !important;
  color: #000;
  background-color: #fff;
  display: inline-block;
  border: 1px solid #ccc;
  width: 32%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.proposal-item-frame .update-date {
  display: none;
}

.services-name {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  padding: 10px 50px;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .gallery-frame, .services-list {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .proposal-item-frame, .services-list {
    width: 100%;
  }
}/*# sourceMappingURL=proposal.css.map */