@charset "utf-8";

/* h1 */
#h1_design {
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
  background: #144da0;
  margin-bottom: 1em;
}
#h1_design:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px solid #000;
}
#h1_design span {
  background-color: #144da0;
  border-radius: 100vh;
  color: #fff;
}
