.contact_catch {
  font-weight: bold;
  margin-bottom: 15px;
}

.contact_pickup_text {
  padding: 20px;
  border: 2px solid;
  margin: 30px auto;
  max-width: 940px;
  font-weight: bold;
  font-size: 1.4rem;
}

.contact_form_wrap {
  border-top: 1px solid #e5e5e5;
}

.contact_row {
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}

.contact_row > dt {
  padding-bottom: 10px;
}

.contact_row > dt .item_name {
  font-size: clamp(1.5rem, 3.75vw, 1.8rem);
  font-weight: bold;
}

.contact_row > dd p {
  color: #c8141e;
}

.contact_row input,
.contact_row select,
.contact_row textarea {
  width: 100%;
  padding: 7px 10px;
  border-radius: 4px;
  font-size: 1.6rem;
  box-sizing: border-box;
  border: 1px solid #2c5e25;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.contact_row input:focus,
.contact_row textarea:focus {
  background-color: #fffaf0;
  border: 1px solid #215474;
}

.contact_row textarea {
  height: 100px;
  min-height: 100px;
  resize: vertical;
}

.contact_select_item {
  position: relative;
}

.contact_select_item:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -4px;
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-top: 9px solid #000;
  border-left: 5px solid transparent;
}

.contact_submit_wrap {
  padding-top: 35px;
}

.contact_submit_notes {
  margin: 0 auto 25px;
  text-align: center;
}

.contact_submit_notes a {
  display: inline-block;
  margin-top: 10px;
}

.contact_notes_list {
  text-align: center;
  margin: 0 auto 20px;
}

.contact_notes_list ul {
  display: inline-block;
}

.contact_notes_list li {
  text-align: left;
}

.button_wrap {
  display: flex;
  justify-content: center;
  width: calc(100% + 24px);
  margin: 0 -12px;
}

.button_wrap li {
  width: 50%;
  max-width: 240px;
  padding: 0 12px;
}

.button_wrap .page_btn_default a,
.button_wrap .page_btn_default button {
  min-width: inherit;
  width: 100%;
}

.contact_error {
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  color: #c8141e;
}

@media print, screen and (min-width: 768px) {
  .contact_catch {
    font-size: 1.7rem;
    text-align: center;
    margin-bottom: 25px;
  }
  .contact_pickup_text {
    margin-top: -20px;
    margin-bottom: 50px;
    padding: 30px;
    font-size: 1.5rem;
  }
  .contact_form_wrap {
    max-width: 940px;
    margin: 0 auto;
  }
  .contact_row {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    padding: 30px 0;
  }
  .contact_row input,
  .contact_row select,
  .contact_row textarea {
    padding: 12px 15px;
  }
  .contact_row textarea {
    height: 200px;
  }
  .contact_row.contact_name input {
    max-width: 440px;
  }
  .contact_select_item {
    max-width: 260px;
  }
  .contact_submit_wrap {
    padding-top: 50px;
  }
  .contact_submit_notes {
    margin: 0 auto 35px;
    font-size: 1.4rem;
  }
  .contact_notes_list {
    margin: 0 auto 35px;
  }
}
.confirm .contact_catch {
  margin-bottom: 15px;
}

@media print, screen and (min-width: 920px) {
  .confirm .contact_catch {
    margin-bottom: 30px;
  }
}
.complete .contact_catch {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .complete .contact_catch {
    font-size: 3rem;
  }
}
