<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.case__list .case__item a span {
  line-height: 1.3;
}

span.required {
  display: inline-block;
  padding-inline: 1rem;
  color: #fff;
  background: #D56158;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.6666666667;
}

form &gt; * {
  position: relative;
}
form &gt; *::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  width: 100%;
  height: 0.1rem;
  background: #9D928C;
}
form &gt; *:last-child::after {
  display: none;
}
form .required_text {
  margin-top: 4rem;
  padding-bottom: 2rem;
}
form .required_text span {
  margin-right: 0.5rem;
}
form dl {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  padding-block: 3rem;
}
@media screen and (max-width: 768px) {
  form dl {
    flex-direction: column;
    gap: 1rem;
  }
}
form dl.MailInput {
  padding-bottom: 0;
}
form dl.MailInput::after {
  display: none;
}
form dl.MailInputRe {
  padding-top: 2rem;
}
form dl.TextInput dt {
  padding-top: 1.2rem;
  align-items: start;
  line-height: 1.4444444444;
}
form dl.TextInput dt span.required {
  transform: translateY(0.3rem);
}
form dl.TextInput dd .radio {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2rem 4.5rem;
  margin-bottom: 4rem;
  padding-top: 1.2rem;
}
@media screen and (max-width: 768px) {
  form dl.TextInput dd .radio {
    flex-direction: column;
  }
}
form dl.TextInput dd .radio &gt; div {
  display: flex;
  flex-direction: row;
  align-items: center;
}
form dl.TextInput dd .radio input[type=radio] {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 2.5rem;
  height: 2.5rem;
  border: 0.1rem solid #E5E5E5;
  border-radius: 100%;
  cursor: pointer;
}
form dl.TextInput dd .radio input[type=radio]:checked::before {
  content: "";
  display: block;
  width: 1.3rem;
  height: 1.3rem;
  background: #D56158;
  border-radius: 100%;
}
form dl.TextInput dd .radio label {
  margin-left: 1rem;
  line-height: 1.625;
}
form dl.TextInput dd textarea {
  width: 100%;
  height: 20rem;
  padding: 1.3rem 1.5rem;
  color: #B3B3B3;
  background: #fff;
  line-height: 1.625;
  border: 0.1rem solid #E5E5E5;
  resize: none;
  word-break: break-all;
}
form dl.TextInput dd textarea:not(:-moz-placeholder-shown) {
  color: #3D1D0A;
}
form dl.TextInput dd textarea:not(:placeholder-shown) {
  color: #3D1D0A;
}
form dl.TextInput dd textarea:focus, form dl.TextInput dd textarea:hover {
  outline: none;
  background: #F7FBFC;
  border: 0.2rem solid #1197BF;
}
form dl dt {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 29rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  form dl dt {
    justify-content: flex-start;
    gap: 1rem;
  }
}
form dl dd {
  flex: 1;
  font-size: 1.6rem;
}
form dl dd input {
  width: 100%;
  max-width: 46rem;
  height: 5rem;
  padding-left: 1.5rem;
  color: #B3B3B3;
  background: #fff;
  border: 0.1rem solid #E5E5E5;
  border-radius: 0.3rem;
}
form dl dd input:not(:-moz-placeholder-shown) {
  color: #3D1D0A;
}
form dl dd input:not(:placeholder-shown) {
  color: #3D1D0A;
}
form dl dd input:user-invalid {
  background: #FCF2F3;
  border: 0.1rem solid #BE0E17;
}
form dl dd input:focus, form dl dd input:hover {
  outline: none;
  background: #F7FBFC;
  border: 0.2rem solid #1197BF;
}
form #btn_area {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 7rem;
  margin: 5rem auto 0;
}
@media screen and (max-width: 768px) {
  form #btn_area {
    width: 100%;
  }
}
form #btn_area input {
  display: block;
  width: 100%;
  height: 100%;
  padding-inline: 8rem;
  color: #fff;
  background: #D56158;
  border-radius: 10rem;
  font-size: 1.8rem;
  text-align: center;
}
form #btn_area input:hover {
  color: #D56158;
  background: transparent !important;
  border: 0.1rem solid #D56158;
}
form #btn_area:has(.back) {
  background: transparent;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  form #btn_area:has(.back) {
    height: auto;
    flex-direction: column-reverse;
  }
}
form #btn_area:has(.back) input {
  background: #D56158;
  width: 19.6rem;
  height: 7rem;
  border-radius: 10rem;
}
form #btn_area:has(.back) input.back {
  color: #9D928C;
  background: transparent;
  border: 0.1rem solid #9D928C;
}
@media screen and (max-width: 768px) {
  form #btn_area:has(.back) input {
    width: 100%;
  }
}
form.confirm dl:has(div) {
  align-items: flex-start;
}
form.confirm dl:has(div) &gt; div {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 2rem;
}
form.confirm dl:has(div) &gt; div dd {
  word-break: break-all;
}/*# sourceMappingURL=style.css.map */</pre></body></html>