#content {
  padding: 0 10px 60px;
}

h2 {
  text-align: center;
}

.box {
  margin-top: 60px;
}

.box:last-of-type {
  margin-bottom: 100px;
}

.box .group + .group {
  margin-top: 40px;
}

.box .box_txt {
  margin-bottom: 10px;
}

.box .txt_red {
  color: #ff0000;
}

.box .label {
  font-weight: bold;
  color: #fff;
  margin-right: 8px;
  padding: 5px 10px;
  display: inline-block;
}

.box .success {
  background-color: #22b566;
}

.box .error {
  background-color: #ff0000;
}

.box img {
  border: 1px solid #aaa;
}

@media screen and (max-width: 768px) {
  .box:first-of-type {
    margin-top: 40px;
  }
  .box:last-of-type {
    margin-bottom: 80px;
  }
}

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