.title_area {
  /* padding-bottom: 2rem; */
}
.title-prefix {
  color: #ee7f10;
  font-weight: bold;
  display: block;
  text-align: center;
  font-size: 1rem;
}
.mt-4 {
  margin-top: 4px;
}
.title_flex {
  padding-bottom: 0;
}
.sm_br {
  display: none;
}
#form_wrapper .vali {
  padding-top: 4px;
}

.daito-input {
  width: 100%;
  padding: 12px 10px;
  border-radius: 5px;
  box-sizing: border-box;
}

.daito-isp-section_title {
  color: rgba(58, 79, 94, 1);
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin: 80px auto;
}
.post_flex input {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .daito-isp-section_title {
    margin: 40px auto;
    font-size: 1.5rem;
  }
  .title-prefix {
    font-size: 0.8rem;
  }
  .sm_br {
    display: block;
  }
}
.title-description {
  text-align: center;
  margin-top: 2rem;
  padding-left: 10px;
  padding-right: 10px;
}

.color-orange {
  color: rgba(238, 127, 16, 1);
}

.attention {
  font-size: 0.8rem;
}

#daito-isp_form_complete .border {
  background-color: rgba(162, 181, 205, 1);
  height: 6px;
  width: 100%;
  border-radius: 9999px;
  margin: 1rem auto;
}
#daito-isp_form_complete .icon_thanks {
  text-align: center;
  /* margin: 40px 0 30px 0; */
}
#daito-isp_form_complete .completion_title {
  text-align: center;
  margin-bottom: 30px;
}
#daito-isp_form_complete .completion_title h3 {
  color: var(--dark-blue, #3a4f5e);
  font-family: Gothic A1;
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}
#daito-isp_form_complete .thanks_content {
  margin-bottom: 40px;
  padding: 0 8px;
}

#daito-isp_form_complete .tac {
  text-align: center;
}

#daito-isp_form_complete .thanks_content p {
  color: var(--dark-blue, #3a4f5e);
  font-family: Gothic A1;
  font-size: 16px;
  line-height: 1.6;
}
#daito-isp_form_complete .flow_section,
#daito-isp_form_complete .contact_section {
  margin-bottom: 40px;
  padding: 0 20px;
}
#daito-isp_form_complete .flow_section h4,
#daito-isp_form_complete .contact_section h4 {
  color: var(--dark-blue, #3a4f5e);
  font-family: Gothic A1;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}
#daito-isp_form_complete #form_wrapper,
#daito-isp_form_complete .wrap {
  padding-top: 0;
}
#daito-isp_form_complete .flow_list {
  list-style: none;
  padding: 0;
  max-width: 600px;
  margin: 0 auto;
}
#daito-isp_form_complete .flow_list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 8px;
  border-left: 4px solid var(--orange, #ee7f10);
}
#daito-isp_form_complete .flow_step {
  background: var(--orange, #ee7f10);
  color: white;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-right: 15px;
  flex-shrink: 0;
}
#daito-isp_form_complete .flow_content {
  color: var(--dark-blue, #3a4f5e);
  font-family: Gothic A1;
  font-size: 16px;
  line-height: 1.5;
}
#daito-isp_form_complete .contact_section p {
  text-align: center;
  color: var(--dark-blue, #3a4f5e);
  font-family: Gothic A1;
  font-size: 16px;
  margin-bottom: 20px;
}
#daito-isp_form_complete .contact_info {
  max-width: 400px;
  margin: 0 auto;
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
}
#daito-isp_form_complete .contact_item {
  display: flex;
  margin-bottom: 10px;
}
#daito-isp_form_complete .contact_item:last-child {
  margin-bottom: 0;
}
#daito-isp_form_complete .contact_label {
  font-weight: 600;
  color: var(--dark-blue, #3a4f5e);
  min-width: 80px;
}
#daito-isp_form_complete .contact_value {
  color: var(--dark-blue, #3a4f5e);
}
#daito-isp_form_complete .pagenation_area {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
  flex-wrap: wrap;
  gap: 20px;
}
@media print {
  #daito-isp_form_complete .pagenation_area {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  #daito-isp_form_complete .completion_title h3 {
    font-size: 24px;
  }
  #daito-isp_form_complete .thanks_content,
  #daito-isp_form_complete .flow_section,
  #daito-isp_form_complete .contact_section {
    padding: 0 10px;
  }
  #daito-isp_form_complete .flow_list li {
    padding: 12px;
  }
  #daito-isp_form_complete .flow_content {
    font-size: 14px;
  }
  #daito-isp_form_complete .contact_info {
    padding: 15px;
  }
  #daito-isp_form_complete .pagenation_area {
    flex-direction: column;
    gap: 15px;
  }
  #daito-isp_form_complete .plan_btn {
    margin: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  #daito-isp_form_complete .icon_thanks {
    /* margin: 30px 0 20px 0; */
  }
  #daito-isp_form_complete .icon_thanks img {
    width: 180px !important;
    height: 180px !important;
  }
  #daito-isp_form_complete .completion_title h3 {
    font-size: 20px;
  }
  #daito-isp_form_complete .thanks_content p,
  #daito-isp_form_complete .flow_content,
  #daito-isp_form_complete .contact_section p {
    font-size: 14px;
  }
  #daito-isp_form_complete .flow_section h4,
  #daito-isp_form_complete .contact_section h4 {
    font-size: 18px;
  }
  #daito-isp_form_complete .flow_step {
    width: 25px;
    height: 25px;
    font-size: 14px;
    margin-right: 10px;
  }
}
