.surgery {
  max-width: 800px;
  margin: 0 auto;
}
.surgery__content {
  margin-bottom: 32px;
}
.surgery__procedure {
  padding-bottom: 12px;
}
.surgery dl {
  border-bottom: 1px solid #898989;
  display: grid;
  grid-template-columns: minmax(7em, max-content) 1fr;
}
.surgery dl:last-child {
  border-bottom: none;
}
.surgery dl dt {
  background-color: #2c3e69;
  color: #fff;
  padding: 0 16px;
  display: flex;
  align-items: center;
}
.surgery dl dd {
  background-color: #fff;
  color: #222f3e;
  padding: 16px;
}
.surgery dl dd .head {
  font-weight: bold;
  padding-bottom: 12px;
}
.surgery p.medical-warning {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .surgery {
    max-width: 800px;
    margin: 0 auto;
  }
  .surgery__content {
    margin-bottom: 32px;
  }
  .surgery dl {
    display: flex;
  }
  .surgery dl:last-child {
    border-bottom: none;
  }
  .surgery dl dt {
    writing-mode: vertical-rl;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-family: "ryo-gothic-plusn", sans-serif;
  }
  .surgery dl dd {
    padding: 8px;
    width: 100%;
  }
}/*# sourceMappingURL=diabetic.css.map */