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

#main h2 {
  text-align-last: left;
  font-size: 1.4rem;
  margin-bottom: 30px;
}

#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 .product2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#main .product2 ul li {
  font-size: 1.4rem;
  margin-right: 20px;
  margin-left: 20px;
}

#main .product2 ul li a {
  text-decoration: none;
  color: #333;
}

#main .product2 ul li a:hover {
  opacity: .8;
}

@media (max-width: 900px) {
  #main .m-product {
    width: 48%;
  }
}

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