.doc_r_ttl {
  margin-bottom: 1.75rem;
  font-size: 26px;
  font-weight: bold;
}

.doc-r-form {
  padding: 1.875rem 0 4.5rem;
}
.doc-r-form .doc-r-item {
  font-size: 15px;
  margin-bottom: 1rem;
}
.doc-r-form .doc-r-label {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.doc-r-form .form-required {
  background-color: rgb(229, 0, 79);
  color: white;
  margin-left: 0.5rem;
  font-size: 10px;
  line-height: 1.5;
  padding: 2px 0.5rem;
  border-radius: 1rem;
}
.doc-r-form .parts-item-input {
  width: 100%;
  line-height: 2.5;
  background-color: rgb(223, 242, 252);
  border: 2px solid rgb(192, 192, 192);
  border-radius: 5px;
}
.doc-r-form select.parts-item-input {
  height: 3rem;
}
.doc-r-form .form-is-agree {
  margin-bottom: 5rem;
}
.doc-r-form .btn-submit {
  margin: 0 auto;
  display: block;
  width: 68%;
  line-height: 2.5;
  color: white;
  background-color: black;
  border-radius: 8px;
}/*# sourceMappingURL=doc_request.css.map */