#main {
  width: 100%;
  max-width: 1360px;
  padding: 80px 40px 120px;
  text-align: center;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#main .m-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
}

#main .m-product {
  width: 23%;
  margin-bottom: 40px;
}

#main .m-product a {
  text-decoration: none;
  color: #333;
  font-size: 1.2rem;
}

#main .m-product img {
  width: 100%;
  margin-bottom: 8px;
}

#main .view {
  color: #333;
  text-decoration: none;
  font-size: 1.4rem;
  margin: 0 auto;
}

@media (max-width: 900px) {
  #main .m-product {
    width: 48%;
  }
}
/*# sourceMappingURL=main.css.map */