@charset "UTF-8";
/*==================================================
  callback / callback-form
==================================================*/
/*----- callback-form -----*/
input, button, textarea, select {
  padding: 1.6rem;
  line-height: 1;
  font-family: "Roboto-Regular", -apple-system, BlinkMacSystemFont, "Subset-NotoSansJP-Regular", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
  font-size: 1.6rem; }
  input::placeholder, button::placeholder, textarea::placeholder, select::placeholder {
    color: #b2b2b2; }

textarea {
  resize: none; }

h1.l-pageHeader_heading {
  margin: 8rem 0 0; }

h3 {
  font-size: 2.3rem; }

.p-intro-contents-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.8rem; }

.p-intro-img {
  width: 45%; }

.p-intro-text {
  width: 55%;
  margin-left: 3.6rem; }

.p-balloon-box {
  padding: 1.6rem;
  margin-bottom: 3rem;
  position: relative;
  font-size: 2rem; }
  .p-balloon-box:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -12px;
    border: 12px solid transparent;
    border-top: 12px solid #afa278; }

.arrow-link {
  color: #24272b;
  text-decoration: underline; }
  .arrow-link::before {
    font-size: 1.5em;
    line-height: 1;
    display: inline-block;
    width: 8px;
    height: 16px;
    background-image: url("/assets/business/account/account-form/img/arrow-left.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding: 0 0 0.1em 0;
    margin-right: 0.3em;
    content: '';
    vertical-align: middle; }

.uList_item {
  margin-bottom: 0; }

.error_msg {
  color: #dd0000;
  text-align: left;
  font-size: 1.4rem;
  margin-top: 0; }

.p-account-form_form-input {
  margin: auto; }
  .p-account-form_form-input dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border: 0 solid #d9d9d9;
    border-top-width: 1px;
    border-left-width: 1px; }
    @media screen and (max-width: 568px) {
      .p-account-form_form-input dl {
        display: block; } }
    .p-account-form_form-input dl dt {
      display: flex;
      align-items: center;
      box-sizing: border-box;
      border: 0 solid #d9d9d9;
      border-right-width: 1px;
      border-bottom-width: 1px;
      width: 31%;
      padding: 1.6rem 1.8rem;
      background: #efefef;
      font-weight: bold; }
      @media screen and (max-width: 568px) {
        .p-account-form_form-input dl dt {
          width: 100%; } }
    .p-account-form_form-input dl dd {
      width: 69%;
      box-sizing: border-box;
      border: 0 solid #d9d9d9;
      border-right-width: 1px;
      border-bottom-width: 1px;
      padding: 0.8rem 1rem; }
      @media screen and (max-width: 568px) {
        .p-account-form_form-input dl dd {
          width: 100%; } }
      .p-account-form_form-input dl dd > span {
        display: flex;
        align-items: center;
        width: 100%; }
      .p-account-form_step2 .p-account-form_form-input dl dd > span {
        padding: 1.6rem;
        word-break: break-all; }
      .p-account-form_form-input dl dd._mailconfirm {
        flex-direction: column; }
  .p-account-form_form-input input, .p-account-form_form-input textarea {
    width: 100%; }
  .p-account-form_form-input .tel-no {
    max-width: 124px;
    margin-right: 0.5rem;
    margin-left: 0.5rem; }
    .p-account-form_form-input .tel-no:first-child {
      margin-left: 0; }
    @media screen and (max-width: 568px) {
      .p-account-form_form-input .tel-no {
        width: 30%; } }
  .p-account-form_form-input .corpContactLastName, .p-account-form_form-input .corpContactFirstName {
    max-width: 196px;
    margin-left: 0.8rem;
    margin-right: 2.4rem; }
    @media screen and (max-width: 568px) {
      .p-account-form_form-input .corpContactLastName, .p-account-form_form-input .corpContactFirstName {
        width: 45%; } }
  .p-account-form_form-input option {
    padding: 0.2rem 0; }
  .p-account-form_form-input.input input, .p-account-form_form-input.input button, .p-account-form_form-input.input textarea, .p-account-form_form-input.input select {
    border: 1px solid #d9d9d9;
    border-radius: 8px; }
    .p-account-form_form-input.input input.error, .p-account-form_form-input.input button.error, .p-account-form_form-input.input textarea.error, .p-account-form_form-input.input select.error {
      border-color: #ffdfdc;
      background-color: #ffdfdc; }
  .p-account-form_form-input.input .date {
    width: 45%; }
  .p-account-form_form-input label {
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 2.3rem; }
  .p-account-form_form-input input[type="checkbox"] {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .p-account-form_form-input input[type="checkbox"] {
    cursor: pointer;
    padding-left: 41px;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    position: relative; }
  .p-account-form_form-input input[type="checkbox"]::before,
  .p-account-form_form-input input[type="checkbox"]::after {
    content: "";
    display: block;
    position: absolute; }
  .p-account-form_form-input input[type="checkbox"]::before {
    background-color: #fff;
    border-radius: 0%;
    border: 1px solid #24272b;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    top: 50%;
    left: 5px;
    border-radius: 0.4rem; }
  .p-account-form_form-input input[type="checkbox"]::after {
    border-bottom: 2px solid #24272b;
    border-left: 2px solid #24272b;
    opacity: 0;
    height: 7px;
    width: 13px;
    transform: rotate(-45deg);
    top: 7px;
    left: 11px; }
  .p-account-form_form-input input[type="checkbox"]:checked::after {
    opacity: 1; }
  .p-account-form_form-input .p-account-form_send-confirm {
    margin: 6rem auto; }

.p-account-form_mail {
  color: #c00000;
  font-size: 1.3rem;
  text-align: left;
  margin-bottom: 2rem; }

.p-account-form_box {
  margin: auto;
  border: solid 6px #b0b0b0;
  display: flex;
  padding: 3.2rem 2.4rem; }
  .p-account-form_box > div:last-child {
    margin-left: 6.4rem; }
  @media screen and (max-width: 568px) {
    .p-account-form_box {
      flex-direction: column;
      border: solid 4px #b0b0b0; }
      .p-account-form_box > div:last-child {
        margin-top: 2.4rem;
        margin-left: 0; } }

.p-account-form_step2 .p-account-form_box {
  align-items: center; }
.p-account-form_step2 .p-account-form_send-api {
  margin: 6rem auto;
  display: flex;
  align-items: center;
  position: relative; }
  .p-account-form_step2 .p-account-form_send-api .btn_prev {
    width: 212px;
    margin: 0 calc((960px - 300px - 2 * 212px) / 2) 0 0; }
  .p-account-form_step2 .p-account-form_send-api .btn_send {
    margin: 0; }
@media screen and (max-width: 568px) {
  .p-account-form_step2 .p-account-form_send-api {
    flex-direction: column-reverse;
    align-items: flex-start; }
    .p-account-form_step2 .p-account-form_send-api .btn_prev {
      position: relative;
      margin: 2rem 0 0; } }

.p-account-form_step3._rounded {
  padding: 3rem; }
.p-account-form_step3 .p-account-form_step3-heading {
  margin-bottom: 2.8rem;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center; }
.p-account-form_step3 .p-account-form_step3-important {
  color: #c00000; }
.p-account-form_step3 .p-account-form_to-index {
  margin: 10rem auto 6rem; }

.p-account-form_attention p {
  text-align: left; }

.p-account-form_txt-error {
  margin-bottom: 4rem;
  color: #dd0000;
  text-align: center; }

.error_tip {
  position: absolute;
  padding: 0.6rem 2rem;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-size: 1.4rem; }
  .error_tip::after {
    position: absolute;
    top: 100%;
    left: 3rem;
    border-top: 10px solid rgba(0, 0, 0, 0.65);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: ''; }

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-account-form_attention .uList_item.bullet-alert {
    text-indent: -0.7em; } }
@media screen and (max-width: 568px) {
  .p-intro-contents-box {
    flex-wrap: wrap; }

  .p-intro-contents {
    width: 100%; }

  .p-intro-text {
    margin-left: 0;
    margin-top: 1.6rem; }

  .p-balloon-box {
    font-size: 1.6rem;
    text-align: center; } }
.btn-confirm._disabled {
  pointer-events: none;
  opacity: 0.6; }

.btn-hidden, .btn-hidden-lp {
  display: none; }

/*# sourceMappingURL=lead-form.css.map */
