@charset "UTF-8";
/* ====================================================
  お問い合わせフォーム
====================================================== */

/* パンくずメニュー 非表示対応 */
.header__inner.breadcrumbs.contactform,
.pcdevice .header__inner.breadcrumbs.contactform {
  visibility: hidden;
}

/* 入力/完了ステータス */
/* .flow_contact__lists {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 30px;
  width: 150px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
} */
/* .flow_contact__lists::before {
  content: '';
  display: block;
  width: 80%;
  height: 3px;
  background-color: var(--buysell-gold);
  position: absolute;
  top: 50%;
  left: 10%;
} */
/* .flow_contact__list .flow_contact__num {
  padding: 16px 10px;
  border-radius: 50%;
  border: 3px solid var(--buysell-gold);
  text-align: center;
  font-weight: bold;
  background-color: #fff;
  color: var(--buysell-gold);
  white-space: nowrap;
}
.flow_contact__list:first-child .flow_contact__num {
  background-color: var(--buysell-gold);
  color: #fff;
} */
/* .pcdevice .flow_contact__lists {
  gap: 2.34375vw;
  width: 11.71875vw;
  margin-bottom: 3.90625vw;
} */
/* .pcdevice .flow_contact__list .flow_contact__num {
  padding: 1.25vw 0.78125vw;
} */

/* Thanks Page */
#contact_form__thanks .flow_contact__list .flow_contact__num {
  background-color: #fff;
  color: var(--buysell-gold);
}
#contact_form__thanks .flow_contact__list:nth-child(2) .flow_contact__num {
  background-color: var(--buysell-gold);
  color: #fff;
}
#contact_form__thanks .submit_complete__inner {
  padding: 0 20px 30px;
  background-color: var(--bg-beige);
}
.pcdevice #contact_form__thanks .submit_complete__inner {
  padding: 0 0 3.90625vw;
}
#contact_form__thanks .submit_complete__icon {
  padding-top: 160px;
  background: center / 100px url('/wp-content/themes/bsportal/assets/img/icon/icon_submit_success.svg') no-repeat;
}
.pcdevice #contact_form__thanks .submit_complete__icon {
  padding-top: 17.96875vw;
  background: center top 3.90625vw / 11.71875vw url('/wp-content/themes/bsportal/assets/img/icon/icon_submit_success.svg') no-repeat;
}
#contact_form__thanks .submit_complete__inner p {
  line-height: 1.5;
}
.pcdevice #contact_form__thanks .submit_complete__inner p {
  text-align: center;
}
#contact_form__thanks .submit_complete__inner p.title {
  color: var(--buysell-gold);
  text-align: center;
  margin-bottom: 30px;
}
.pcdevice #contact_form__thanks .submit_complete__inner p.title {
  margin-bottom: 1.5625vw;
}
#contact_form__thanks .underform_cta p {
  line-height: 1.5;
  margin-bottom: 20px;
}
#contact_form__thanks .underform_cta p:last-of-type {
  margin-bottom: 0;
}
.pcdevice #contact_form__thanks .underform_cta .atentinfo p {
  margin-bottom: 1.5625vw;
  text-align: center;
}
#contact_form__thanks .underform_cta .cta54_title {
  margin-top: 50px;
}
.pcdevice #contact_form__thanks .underform_cta .cta54_title {
  margin-top: 3.90625vw;
}
#contact_form__thanks .underform_cta .cta54_title p {
  line-height: 1.0;
  text-align: center;
}
#contact_form__thanks .underform_cta .cta5Tel {
  margin-bottom: 0;
}
#contact_form__thanks .underform_cta .cta5Tel p {
  margin-bottom: 15px;
}
.pcdevice #contact_form__thanks .underform_cta .cta5Tel p {
  margin-bottom: 0;
  line-height: 1.0;
  letter-spacing: 0;
}
.pcdevice #contact_form__thanks .underform_cta .cta5Tel p:first-child {
  margin-bottom: 1.171875vw;
}
#contact_form__thanks .underform_cta .cta5__inner {
  margin-bottom: 30px;
}
.pcdevice #contact_form__thanks .underform_cta .cta5__inner {
  max-width: 70.3125vw;
  margin-bottom: 2.34375vw;
}
#contact_form__thanks .underform_cta .comments p {
  line-height: 1.5;
  margin-bottom: 10px;
}
.pcdevice #contact_form__thanks .underform_cta .comments p {
  margin-bottom: 0.78125vw;
}
#contact_form__thanks .underform_cta .comments p:first-child {
  color: #E61919;
  font-weight: bold;
}

@media only screen and (min-width: 1281px) {
  /* .pcdevice .flow_contact__lists {
    gap: 30px;
    width: 150px;
    margin-bottom: 50px;
  } */
  /* .pcdevice .flow_contact__list .flow_contact__num {
    padding: 16px 10px;
  } */
  
  /* Thanks Page */
  .pcdevice #contact_form__thanks .submit_complete__inner {
    padding: 0 0 50px;
  }
  .pcdevice #contact_form__thanks .submit_complete__inner p.title {
    margin-bottom: 20px;
  }
  .pcdevice #contact_form__thanks .submit_complete__icon {
    padding-top: 230px;
    background: center top 50px / 150px url('/wp-content/themes/bsportal/assets/img/icon/icon_submit_success.svg') no-repeat;
  }
  .pcdevice #contact_form__thanks .underform_cta .atentinfo p {
    margin-bottom: 20px;
  }
  .pcdevice #contact_form__thanks .underform_cta .cta54_title {
    margin-top: 50px;
  }
  .pcdevice #contact_form__thanks .underform_cta .cta5Tel p:first-child {
    margin-bottom: 15px;
  }
  .pcdevice #contact_form__thanks .underform_cta .cta5__inner {
    max-width: 900px;
    margin-bottom: 30px;
  }
  .pcdevice #contact_form__thanks .underform_cta .comments p {
    margin-bottom: 10px;
  }
  
}
