.icondesc_wrap {
  float: left;
  display: flex;
  align-items: start;
}
.icondesc_wrap img {
  width: 15px;
  flex: 0 0 15px;
  margin-right: 10px;
  margin-top: 4px;
}

.b2c_address_wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  align-items: stretch;
  margin-bottom: 70px;
}
.b2c_address_wrap .item {
  float: left;
  display: inline-block;
  background: #fff;
  padding: 40px;
  padding-top: 20px;
  margin-bottom: 15px;
}
.b2c_address_wrap .item:nth-child(odd) {
  width: calc(40% - 15px);
}
.b2c_address_wrap .item:nth-child(even) {
  width: 60%;
  margin-left: 15px;
}
.b2c_address_wrap .item .desc_wrap {
  margin-bottom: 15px;
}

.b2c_gal_wrap {
  width: calc(100% + 20px);
  margin-left: -10px;
}
.b2c_gal_wrap.mtop {
  margin-top: 40px;
}
.b2c_gal_wrap .item {
  width: 33.33%;
  float: left;
  display: inline-block;
  padding: 10px;
}

@media screen and (max-width: 1023px) {
  .b2c_address_wrap .item {
    width: 100%;
  }
  .b2c_address_wrap .item:nth-child(odd) {
    width: 100%;
  }
  .b2c_address_wrap .item:nth-child(even) {
    width: 100%;
    margin-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .b2c_address_wrap {
    margin-bottom: 50px;
  }
  .b2c_address_wrap .item {
    padding: 20px;
  }
  .b2c_gal_wrap {
    width: 100%;
    margin-left: 0;
  }
  .b2c_gal_wrap .item {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
}

/*# sourceMappingURL=b2c.css.map */
