main {
  overflow: hidden;
}

#titleContainer {
  width: 90%;
  max-width: 750px;
  margin: 230px auto 0;
}

h1 {
  font-size: 35px;
  font-weight: bold;
  color: var(--primaryColor);
  text-align: center;
}

.stepContainer {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.stepContainer li {
  flex: 0 1 230px;
  height: 80px;
  padding-bottom: 3px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  color: var(--primaryColor);
  border: 3px solid var(--primaryColor);
  box-sizing: border-box;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.stepContainer li:first-of-type {
  background: var(--primaryColor);
  color: #fff;
}

.stepContainer li::after {
  content: "";
  display: block;
  width: 30px;
  flex: 0 1 30px;
  height: 3px;
  background: var(--primaryColor);
  position: absolute;
  top: 50%;
  left: calc(100% + 3px);
  transform: translateY(-50%);
}
.stepContainer li:last-of-type::after {
  display: none;
}

.stepContainer li span {
  display: block;
  font-size: 15px;
}

#titleContainer p {
  margin-top: 60px;
  font-size: 20px;
  line-height: 1.8;
  font-weight: bold;
  text-align: center;
}

.formContainer {
  width: 90%;
  max-width: 750px;
  margin: 60px auto 0;
}

.formGroup {
  margin-bottom: 15px;
}

.formGroup > label, .formGroup.check, .formGroup.addressContainer, .formGroup.mailContainer {
  display: flex;
}

.itemName {
  flex: 0 0 214px;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.3px;
}

.must {
  margin-left: 8px;
  font-size: 12px;
  color: var(--primaryColor);
}

.formGroup > label > span:last-of-type, .formGroup.check > span:last-of-type, .address, .mail, .formGroupChild > span:last-of-type {
  flex: 1 1 auto;
  font-weight: bold;
}

.formGroup.check > span:last-of-type {
  display: flex;
  align-items: center;
  gap: 0 38px;
}

.formGroup > label > span:last-of-type input, .formGroupChild > span:last-of-type input, .formGroup > label textarea {
  width: 100%;
  height: 53px;
  padding: 0 15px;
  border: 2px solid #D4D4D4;
  box-sizing: border-box;
  border-radius: 8px;
}
.formGroup > label textarea {
  height: 210px;
  padding: 15px 15px;
}

.formGroupChild {
  display: flex;
  margin-bottom: 15px;
}
.formGroupChild:last-of-type {
  margin-bottom: 0;
}

.itemNameChild {
  flex: 0 0 116px;
  font-size: 14px;
}

.mail small {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.4;
  color: var(--primaryColor);
}

.btnContainer {
  width: 202px;
  margin: 30px 0 0 auto;
}

#btn {
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  border-radius: 6px;
  cursor: pointer;
  color: var(--primaryColor);
  background: transparent;
  border: 2px solid var(--primaryColor);
}







@media (max-width: 1024px) {
/* main {
  overflow: hidden;
} */

#titleContainer {
  /* width: 90%;
  max-width: 750px; */
  margin: 120px auto 0;
}

h1 {
  font-size: 30px;
  /* font-weight: bold;
  color: var(--primaryColor);
  text-align: center; */
}

.stepContainer {
  /* margin-top: 40px;
  display: flex;
  align-items: center; */
  justify-content: center;
  gap: 0 30px;
}

.stepContainer li {
  flex: 0 1 150px;
  height: 60px;
  padding-bottom: 2px;
  font-size: 14px;
  /* line-height: 1.4;
  font-weight: bold;
  color: var(--primaryColor);
  border: 3px solid var(--primaryColor);
  box-sizing: border-box;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative; */
}
/* .stepContainer li:first-of-type {
  background: var(--primaryColor);
  color: #fff;
} */

/* .stepContainer li::after {
  content: "";
  display: block;
  width: 30px;
  flex: 0 1 30px;
  height: 3px;
  background: var(--primaryColor);
  position: absolute;
  top: 50%;
  left: calc(100% + 3px);
  transform: translateY(-50%);
}
.stepContainer li:last-of-type::after {
  display: none;
} */

.stepContainer li span {
  /* display: block; */
  font-size: 12px;
}

#titleContainer p {
  margin-top: 40px;
  font-size: 16px;
  /* line-height: 1.8;
  font-weight: bold;
  text-align: center; */
}

.formContainer {
  /* width: 90%;
  max-width: 750px; */
  margin: 40px auto 0;
}

.formGroup {
  margin-bottom: 30px;
}

.formGroup > label, .formGroup.check, .formGroup.addressContainer, .formGroup.mailContainer {
  /* display: flex; */
  flex-direction: column;
}

.itemName {
  margin-bottom: 5px;
  flex: 0 1 auto;
  /* font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.3px; */
}

/* .must {
  margin-left: 8px;
  font-size: 12px;
  color: var(--primaryColor);
} */

/* .formGroup > label > span:last-of-type, .formGroup.check > span:last-of-type, .address, .mail, .formGroupChild > span:last-of-type {
  flex: 1 1 auto;
  font-weight: bold;
} */

/* .formGroup.check > span:last-of-type {
  display: flex;
  align-items: center;
  gap: 0 38px;
} */

/* .formGroup > label > span:last-of-type input, .formGroupChild > span:last-of-type input, .formGroup > label textarea {
  width: 100%;
  height: 53px;
  padding: 0 15px;
  border: 2px solid #D4D4D4;
  box-sizing: border-box;
  border-radius: 8px;
}
.formGroup > label textarea {
  height: 210px;
  padding: 15px 15px;
} */

.formGroupChild {
  /* display: flex; */
  flex-direction: column;
  margin-bottom: 15px;
}
/* .formGroupChild:last-of-type {
  margin-bottom: 0;
} */

.itemNameChild {
  flex: 0 1 auto;
  /* font-size: 14px; */
}

/* .mail small {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.4;
  color: var(--primaryColor);
} */

.btnContainer {
  /* width: 202px; */
  margin: 30px auto 0;
}

/* #btn {
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  border-radius: 6px;
  cursor: pointer;
  color: var(--primaryColor);
  background: transparent;
  border: 2px solid var(--primaryColor);
} */
}










@media (max-width: 560px) {
/* main {
  overflow: hidden;
} */

#titleContainer {
  /* width: 90%;
  max-width: 750px; */
  margin: 100px auto 0;
}

h1 {
  font-size: 24px;
  /* font-weight: bold;
  color: var(--primaryColor);
  text-align: center; */
}

.stepContainer {
  margin-top: 20px;
  /* display: flex;
  align-items: center; */
  justify-content: center;
  gap: 0 10px;
}

.stepContainer li {
  flex: 0 1 107px;
  height: 53px;
  padding-bottom: 1px;
  font-size: 12px;
  /* line-height: 1.4;
  font-weight: bold;
  color: var(--primaryColor); */
  border: 2px solid var(--primaryColor);
  /* box-sizing: border-box; */
  border-radius: 6px;
  /* display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative; */
}
/* .stepContainer li:first-of-type {
  background: var(--primaryColor);
  color: #fff;
} */

.stepContainer li::after {
  /* content: "";
  display: block; */
  width: 10px;
  flex: 0 1 10px;
  height: 2px;
  /* background: var(--primaryColor);
  position: absolute;
  top: 50%; */
  left: calc(100% + 2px);
  /* transform: translateY(-50%); */
}
/* .stepContainer li:last-of-type::after {
  display: none;
} */

.stepContainer li span {
  /* display: block; */
  font-size: 10px;
}

#titleContainer p {
  margin-top: 40px;
  font-size: 16px;
  /* line-height: 1.8;
  font-weight: bold;
  text-align: center; */
}

/* .formContainer { */
  /* width: 90%;
  max-width: 750px; */
  /* margin: 40px auto 0;
} */

.formGroup {
  margin-bottom: 20px;
}

/* .formGroup > label, .formGroup.check, .formGroup.addressContainer, .formGroup.mailContainer { */
  /* display: flex; */
  /* flex-direction: column;
} */

.itemName {
  margin-bottom: 5px;
  flex: 0 1 auto;
  /* font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.3px; */
}

/* .must {
  margin-left: 8px;
  font-size: 12px;
  color: var(--primaryColor);
} */

/* .formGroup > label > span:last-of-type, .formGroup.check > span:last-of-type, .address, .mail, .formGroupChild > span:last-of-type {
  flex: 1 1 auto;
  font-weight: bold;
} */

.formGroup.check > span:last-of-type {
  /* display: flex;
  align-items: center; */
  gap: 0 15px;
  font-size: 15px;
}

.formGroup > label > span:last-of-type input, .formGroupChild > span:last-of-type input, .formGroup > label textarea {
  /* width: 100%; */
  height: 50px;
  padding: 0 12px;
  /* border: 2px solid #D4D4D4;
  box-sizing: border-box; */
  border-radius: 6px;
}
.formGroup > label textarea {
  height: 210px;
  padding: 12px 12px;
}

.formGroupChild {
  /* display: flex; */
  /* flex-direction: column; */
  margin-bottom: 10px;
}
/* .formGroupChild:last-of-type {
  margin-bottom: 0;
} */

/* .itemNameChild {
  flex: 0 1 auto; */
  /* font-size: 14px; */
/* } */

/* .mail small {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.4;
  color: var(--primaryColor);
} */

.btnContainer {
  /* width: 202px; */
  margin: 30px auto 0;
}

/* #btn {
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  border-radius: 6px;
  cursor: pointer;
  color: var(--primaryColor);
  background: transparent;
  border: 2px solid var(--primaryColor);
} */
}