.main {
  width: 100%;
  background-color: #fff;
}
.main .contents {
  padding-top: 63px;
  padding-bottom: 22px;
}
.main .contents h2 {
  color: #004DA0;
  font-size: 25px;
  text-align: center;
  width: 100%;
  margin-top: 74px;
  margin-bottom: 12px;
}
.main .contents h2.title {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url("../img/stainless/title.svg");
  width: 249px;
  height: 49px;
}
.main .contents .sec1 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.main .contents .sec1 .p1 {
  display: block;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 0 !important;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url("../img/metal-cleaning/sp.jpg");
  padding-top: 329.15%;
  width: 100%;
}

/* ------------------------------------------------------------------------------------------- over 768px ----- */
@media only screen and (min-width: 768px) {
  .main .contents .sec1 .p1 {
    background-image: url("../img/metal-cleaning/pc.jpg");
    padding-top: 185.2%;
    margin-bottom: 27px;
  }
}
/* ------------------------------------------------------------------------------------------- over 1024px ----- */
/*# sourceMappingURL=metal-cleaning.css.map */