body section h2 {
  font-weight: bold;
  font-size: 2.2rem;
  margin-bottom: 80px;
  border: none;
}

@media (max-width: 767px) {
  body section h2 {
    margin-bottom: 40px;
  }
}

body section h2 .right {
  float: right;
  font-weight: normal;
  font-size: 1.2rem;
  color: #2a6cd6;
}

body section h2 .attention {
  display: block;
  margin-top: 8px;
  font-weight: normal;
  font-size: 1.2rem;
}

body.product article section#product h2 {
  font-weight: bold;
  font-size: 2.2rem;
  margin-bottom: 80px;
  border: none;
}

body.product article section#product h2 .right {
  float: right;
  font-weight: normal;
  font-size: 1.2rem;
  color: #2a6cd6;
}
/*# sourceMappingURL=custom.min.css.map */