/* CSS Document */
/*--------------------------------------------------------------------
  store-operation
--------------------------------------------------------------------*/
.store-operation .supportSystemList {
  margin-top: 30px;
}
.store-operation .supportSystemList li {
  width: 100%;
  float: none;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .store-operation .supportSystemList li {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
}
.store-operation .supportSystemList li:nth-of-type(even) {
  float: right;
}
.store-operation .supportSystemList li dl {
  display: table;
}
.store-operation .supportSystemList li dl dt {
  display: table-footer-group;
  padding: 20px 10px;
  width: 30%;
  vertical-align: middle;
  font-weight: bold;
  font-size: 20px;
  float: left;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .store-operation .supportSystemList li dl dt {
    width: 30%;
  }
}
.store-operation .supportSystemList li dl dt.bg01 {
  background: #f6b353;
}
.store-operation .supportSystemList li dl dt.bg02 {
  background: #89c06c;
}
.store-operation .supportSystemList li dl dt.bg03 {
  background: #7e9eed;
}
.store-operation .supportSystemList li dl dt.bg04 {
  background: #ef5378;
}
.store-operation .supportSystemList li dl dd {
  padding-left: 10px;
  float: right;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .store-operation .supportSystemList li dl dd {
    padding-left: 10px;
    float: left;
    width: 70%;
  }
}

/*# sourceMappingURL=store-operation.css.map */
