.information_main {
  padding: 4.9rem 0 20rem;
}
.information_main .content {
  max-width: 120rem;
}
.information_main .head h2 {
  font-size: 3.6rem;
  letter-spacing: 0.09rem;
  font-weight: 600;
}
.information_main .quote_form {
  margin-top: 6rem;
}
.information_main .quote_form .title {
  font-size: 2.8rem;
  font-weight: 600;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 1.8rem;
  margin-bottom: 3.3rem;
  letter-spacing: 0.045rem;
}
.information_main .quote_form form {
  gap: 2.4rem 0;
}
.information_main .quote_form .label.segment {
  border-bottom: 1px solid #eaeaea;
  margin-top: 2.3rem;
  padding-bottom: 1.9rem;
  margin-bottom: -1px;
}
.information_main .quote_form .label.segment ~ span .label {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .information_main .content {
    max-width: 896px;
  }
}
@media screen and (min-width: 769px) and (max-width: 896px) {
  .information_main .content {
    max-width: 768px;
  }
}
@media screen and (max-width: 768px) {
  .information_main {
    padding: 50px 0;
  }
  .information_main .head h2 {
    font-size: 22px;
    letter-spacing: unset;
  }
  .information_main .quote_form {
    margin-top: 30px;
  }
  .information_main .quote_form .title {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    letter-spacing: unset;
  }
  .information_main .quote_form form {
    gap: 16px 0;
  }
  .information_main .quote_form .label.segment {
    margin-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
  }
  .information_main .quote_form .label.segment ~ span .label {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
