.serif {
  font-family: "Noto Serif JP", serif;
  font-size: calc(1rem + (1vw - 3.2px) * 1.4286);
  margin-bottom: 2em;
}
@media (min-width: 1160px) {
  .serif {
    font-size: 28px;
  }
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #b19b4d;
  border-color: #b19b4d;
  background-color: #b19b4d;
}

.custom-control-input:checked ~ .custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: none;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.inq-item-name {
  background-color: #333;
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 100px;
  height: 40px;
  line-height: 40px;
  width: 12em;
}

textarea.rounded-20 {
  border-radius: 20px;
}

.form-button {
  width: 8em;
  height: 8em;
  background: #333;
  color: #b19b4d;
}
.form-button:hover {
  background: #b19b4d;
  color: #333;
}

a.u-line {
  color: #333;
  text-decoration: underline;
}

.textarea-plaintext {
  padding: 0.375rem 0;
  line-height: 1.5;
}

.has-radio {
  padding-top: 0.375rem;
}/*# sourceMappingURL=contact.css.map */