
.service-form {
  position: relative;
  background: #F6F7F7;
}

.service-form:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: #fff;
  box-shadow: -5px 0 20px rgb(0, 0, 0, .08);
  z-index: 1;
}


.service-form-inner {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.service-form-column {
  width: 42.72727272727273%;
}

.service-form-case {
  padding: 80px 0;
}

.ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 0 32px;
}

.ttl-txt {
  margin: 0 0 32px;
}

/* .ttl-txt {
  margin: 0 0 48px;
} */
.ttl-txt:empty {
  display: none;
}

.form-flow {
  margin: 0 0 32px;
}

.form-sec-ttl {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 24px;
}

.step {
  display: flex;
  margin: 0 0 24px;
}

.step-num {
  width: 80px;
  line-height: 1;
  margin: 3px 20px 0 0;
  padding: 4px 0;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  color: #999;
  background: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-num:after {
  content: "";
  width: 1px;
  height: 28px;
  position: absolute;
  bottom: -28px;
  left: 40px;
  background: #D6D6D6;
}

.step:last-of-type .step-num:after {
  content: none;
}

.step.is-current .step-num {
  color: #fff;
  background: #333;
}
.is-passed .step-num {
background: #E6E6E6;
}
.step.is-current .step-num:after {
  background: #333;
}
.step-ttl {
  font-size: 14px;
  color: #999;
}
.step.is-current .step-ttl {
  color: #333;
}
.contents-img {
  margin-top: 20px;
}
.contents-img {
  margin: 0 0 24px;
}
.contents-img:empty {
  display: none;
}
.form-box .service-form-case .form-contents {
  margin: 0 0 32px;
}

.form-contents {
  font-size: 13px;
  margin: 0 0 40px;
}
.form-contents span {
  display: inline-block;
  font-style: italic;
  font-size: 14px;
  margin: 0 0 4px;
}
.form-contents p {
  text-indent: -1em;
  padding-left: 1em;
  display: inline-block;
}
.company-file {
  margin: 0 0 24px;
}
.company-file a {
  transition: .3s;
}
.company-file a:hover {
  opacity: .7;
}
.pdf-download {
  font-size: 13px;
}
.pdf-download:empty {
  display: none;
}
.pdf-download a {
  color: #59AE9B;
  text-decoration: underline;
}

@media screen and (max-width: 1100px) {
  .service-form-inner {
      margin: 0 16px;
  }
}

@media screen and (max-width: 896px) {
  .service-form:after {
      content: none;
  }
  .service-form-inner {
      display: block;
      margin: 0;
  }
  .service-form-column {
    width: auto;
  }
  .service-form-case {
    max-width: 460px;
    margin: 0 auto;
    padding: 56px 0;
  }
  .ttl {
    text-align: center;
  }

}

@media screen and (max-width: 460px) {
  .service-form-case {
      margin: 0 16px;
  }

}


/*右寄せ*/

.efo-form-right {
  width: 42.72727272727273%;
}

.efo-form-right-container {
  padding: 80px 0;
}

.efo-form-right-container>form {
  margin: 0 0 56px;
}

.pardot-description {
  margin: 0 0 40px;
}
.mandatory {
  display: inline-block;
  font-size: 10px;
  color: #fff;
  padding: 0 6px;
  margin: 0 4px 0 0;
  background: #D93600;
  border-radius: 2px;
  position: relative;
  top: -2px;
}

/*【フォーム】入力*/
.efo-input-row {
  margin: 0 0 16px;
}

.efo-input-title {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 12px;
  font-weight: bold;
  line-height: 2;
  margin: 0 0 8px;
}

.efo-input-title:after {
  color: #fff;
  display: inline-block;
  border-radius: 2px;
  padding: 2px 3px;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
}

.efo-input-title > label {
  color: #6D7175;
  font-size: 13px;
  font-weight: normal;
}
label {
  display: inline-block;
  max-width: 100%;
}
label a {
  text-decoration: underline;
}
label a:hover {
  text-decoration: none;
}
label.inline {
  margin: 0;
  font-size: 12px;
  line-height: 14px;
  cursor: pointer;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

.icon-required {
  position: relative;
  margin: 0 0 0 8px;
}

.icon-required::after {
  content: "必須";
  background: #D93600;
  color: #fff;
  font-style: normal;
  font-size: 10px;
  border-radius: 2px;
  padding: 2px 3px;
  display: inline-block;
  line-height: 1;
}

.efo-input-wrap {
  position: relative;
}
.efo-input-wrap>input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 13px 16px;
  border: 1px solid #e6e6e6;
  box-shadow: none;
  max-width: 100%;
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  height: 40px;
}

.efo-form.input {
  margin-top: 20px;
}

.efo-input-wrap>.efo-input-zip {
  display: inline-block;
  width: calc(100% - 240px);
  max-width: 230px;
}

.efo-input-wrap>input {
  color: #171717;
}

.efo-input-wrap>input::placeholder {
  color: #999;
  opacity: .7;
}
/*Edge*/
.efo-input-wrap>input::-ms-input-placeholder {
  color: #999;
  opacity: .7;
}
/*IE*/
.efo-input-wrap>input:-ms-input-placeholder {
  color: #999;
  opacity: .7;
}

.efo-input-message {
  margin: 6px 0 10px 0!important;
  font-size: 12px;
  min-height: 1.8em;
  color: #D93600;
  opacity: 1;
}

.efo-input-message.error {
  color: #D93600;
  opacity: 1;
}

.efo-input-message:not(.error) {
  opacity: 0;
}

.efo-input-container .efo-input-required-check {
  display: none;
}

.form-ttl {
  position: relative;
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
  margin: 0 0 12px;
}

.form-ttl:after {
  color: #fff;
  display: inline-block;
  border-radius: 2px;
  padding: 2px 3px;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 0 8px;
}

.form-ttl.ttl-mandatory:after {
  content: "蠢���";
  background: #D93600;
}

.form-ttl.ttl-any:after {
  content: "莉ｻ諢�";
  background: #999;
}

.check-li {
  display: inline-block;
  max-width: 100%;
  margin: 0 0 8px;
  padding: 0;
}


.efo-input-checkbox {
  display: flex;
  flex-direction: column;
}

.efo-input-checkbox label {
  position: relative;
  display: flex; /* ← テキストが長くても横並び */
  align-items: center;
  cursor: pointer;
  padding-left: 28px; /* ← チェックボックス用スペース */
}
.efo-input-checkbox input[type='checkbox'] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.efo-input-checkbox label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 1px solid #d5d8d8;
  border-radius: 3px;
  background: #fff;
}

.efo-input-checkbox label:after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
  display: block;
  height: 9px;
  left: 6px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}

.efo-input-checkbox label.check:after {
  border-color: #E65377;
}

.efo-input-checkbox.required.input-ng,
.efo-input-radio.required.input-ng {
  width: 100%;
  border-radius: 4px;
}

.efo-input-container .efo-input-checkbox {
  width: 100%;
}


.contact-check-input {
  margin: 4px 0 0;
}

.contact-check-input:checked+.contact-check-label::before {
  background: #E65377;
  border-color: #E65377;
}

.contact-check-input:checked+.contact-check-label::after {
  opacity: 1;
}

.contact-check-label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: auto;
}

.contact-check-label::before {
  content: '';
  display: block;
  float: left;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  margin-top: 4px;
  border: 1px solid #D5D8D8;
  border-radius: 3px;
}

.contact-check-label::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
  display: block;
  height: 9px;
  left: 6px;
  margin-top: -5px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}

.efo-input-radio .radio-li {
  display: inline-block;
}

.efo-input-radio .radio-red {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  width: auto;
  margin: 0 0 8px;
  position: relative;
  text-indent: 1.8em;
  line-height: 1.8;
}

.efo-input-radio .radio-red:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 3px;
  width: 12px;
  height: 12px;
/*    margin-top: 1px;*/
  border: 1px solid transparent;
  background-color: transparent;
  border-radius: 50%;
  transform: translateY(-50%);
}

.efo-input-radio .radio-red::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 18px;
  height: 18px;
  margin: 0;
  border: 1px solid #D5D8D8;
  border-radius: 50%;
  transform: translateY(-50%);
}

.efo-input-radio input[type=radio]:checked+label:after {
  content: '';
  border-color: #E65377;
  background-color: #E65377;
}

.efo-input-radio .radio-red + .radio-red {
  margin: 8px 0 0;
}

.efo-input-radio {
  display: flex;
  flex-direction: column;
}

.efo-input-radio .radio-red {
  position: relative;
}

.efo-input-radio .radio-red {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  width: auto;
  margin: 0
}

.efo-input-radio .radio-red.radio-label-form::before {
  background: #FFFFFF;
}

.efo-input-radio .radio-red.radio-label-form::after {
  content: '';
  display: block;
  position: absolute;
/*    top: 12px;*/
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #3b85fe;
}

.efo-input-radio .radio-red input {
  display: none;
}

.efo-input-radio .radio-red.radio-label-form::after {
  top: 50%;
}

.efo-submit-container button[type="submit"] {
  font-size: 14px;
}

.caution {
  font-size: 12px;
  color: #D93600;
  line-height: 2;
  margin: 0 0 40px;
}

.input-inner {
  margin: 0 0 8px;
}

.input-inner:empty {
  min-height: 3em;
}


.radio-box {
  margin: 0 0 16px;
}

.radio-li {
  display: inline-block;
  /*margin: ;*/
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn-back {
  max-width: 120px;
  margin-right: 16px;
  border-radius: 4px;
  background-color: #fff;
  color: #333;
  border: 3px solid #333;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  transition: .3s;
  width: 100%;
  height: 49px;
}



@media screen and (max-width: 896px) {
  .efo-form-right {
    width: auto;
    background: #fff;
  }

  .efo-form-right-container {
    width: 82.935vw;
    padding: 40px 0;
    margin: 0 auto;
    max-width: initial;
  }

  .efo-input-wrap>.efo-input-zip {
    width: calc(100% - 196px);
  }

  .postal-code button {
    padding: 8px 24px 9px 16px;
  }

  .postal-code button:after {
      right: 12px;
      top: 15px;
  }
}

@media screen and (max-width: 460px) {
  .efo-form-right-container {
    width: auto;
    margin: 0 16px;
  }

  .btn-back {
    display: block;
    max-width: inherit;
    margin: 0 0 16px;
  }
  .efo-submit-container button[type="submit"] {
    display: block;
    max-width: inherit;
  }

}

/* efo-submit-container
================================================== */

.efo-dummy-select {
  display: inline-block;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  width: 220px!important;
  height: 43px!important;
  padding: 10px 12px;
  color: #333;
  font-size: 12px;
}

.efo-dummy-select:after {
  content: "";
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 18px;
  right: 16px;
  transform: rotate(135deg);
  display: block;
  width: 6px;
  height: 6px;
  z-index: 5;
}


.efo-search-address {
  position: absolute;
  top: 0;
  right: 0;
  background: #F6F6F6;
  border-radius: 4px;
  border: 1px solid #E6E6E6;
  text-align: center;
  padding: 8px 36px 7px 24px;
  font-size: 12px;
  height: 40px;
  cursor: pointer;
  transition: .3s;
}

.efo-search-address:hover {
  opacity: .7;
}

.efo-search-address:after {
  content: "";
  position: absolute;
  right: 22px;
  top: 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0Ljk1IiBoZWlnaHQ9IjguOTUiIHZpZXdCb3g9IjAgMCA0Ljk1IDguOTUiPg0KICA8ZyBpZD0i44Kw44Or44O844OXXzE5IiBkYXRhLW5hbWU9IuOCsOODq+ODvOODlyAxOSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEyMjAgLTI4OCkiPg0KICAgIDxyZWN0IGlkPSJsaW5lIiB3aWR0aD0iMSIgaGVpZ2h0PSI2IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMjIwIDI4OC43MDcpIHJvdGF0ZSgtNDUpIi8+DQogICAgPHJlY3QgaWQ9ImxpbmUtMiIgZGF0YS1uYW1lPSJsaW5lIiB3aWR0aD0iMSIgaGVpZ2h0PSI2IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMjI0LjI0MyAyOTIpIHJvdGF0ZSg0NSkiLz4NCiAgPC9nPg0KPC9zdmc+DQo=);
  background-size: 5px 9px;
  background-repeat: no-repeat;
  width: 5px;
  height: 9px;
}

.efo-input-content p.efo-input-row__note {
margin: 8px 0;
font-size: 12px;
color: #6D7175;
}

.efo-input-container select {
  position: relative;
  width: 220px;
  height: 43px;
  z-index: 1;
  opacity: 0;
}

select.input-ng {
  width: 100%;
  border-radius: 4px;
  padding: 10px 12px;
  background: #fff;
  font-size: 12px;
  border: 1px solid #E6E6E6;
  cursor: pointer;
  position: relative;
  z-index: 1;
}


@media screen and (max-width: 896px) {
  .efo-search-address {
      display: inline-block;
      width: 180px;
      padding: 8px 24px 7px 4px;
  }
  .efo-search-address:after {
      right: 8px;
  }

}

/*  */
.efo-submit-container a.btn-back {
  display: inline-block;
  text-decoration: none;
  border: solid 2px #1571DA;
  background-color: transparent;
  color: #1571DA;
  margin-right: 10px;
  width: 30%;
  text-align: center;
  border-radius: 4px;
  line-height: 3.5em;
  -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -ms-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  box-sizing: border-box;
  }

  .efo-submit-container a.btn-back:hover {
  -ms-filter: "alpha(opacity=80)";
  -moz-opacity: .8;
  opacity: .8;
  }

  .efo-submit-container button[type="submit"],
  .efo-form-submit-button {
    display: inline-block;
    width: 100%;
    max-width: 280px;
    line-height: 3.5em;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    font-size: 1.5rem;
    background: #1571DA;
    position: relative;
    cursor: pointer;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
  }

  .efo-submit-container button[type="submit"]:disabled,
  .efo-form-submit-button:disabled {
    background: #bfbfbf;
    cursor: default;
    opacity: 1;
  }

  .efo-input-container textarea {
    width: 100% !important;
    resize: vertical;
    border-radius: 4px;
    height: 100px;
    padding: 13px 16px;
    border: 1px solid #e6e6e6;
  }
  /*
  ================================================== */

/*
================================================== */

.efo-form.confirm .efo-submit-container {
  margin: 48px 0 0;
}

.efo-form.confirm .efo-submit-container button[type="submit"] {
  padding: 16px 100px;
  border: none;
  border-radius: 4px;
  background-color: #E65377;
  color: #fff;
  border: 3px solid #E65377;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition: .3s;
}

.efo-form.confirm .efo-submit-container button:hover[type="submit"] {
  opacity: .7;
}


.complete-ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 0 40px;
}

.complete-txt {
  line-height: 1.8;
  margin: 0 0 40px;
}

.area-ttl {
  font-weight: bold;
  margin: 0 0 24px;
}

.contact-box {
  padding: 32px;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  margin: 0 0 40px;
}

.contact-box:last-of-type {
  margin: 0 0 56px;
}

.tel a {
  font-size: 20px;
  line-height: 1.4;
}

.tel a:hover {
  text-decoration: none;
  cursor: inherit;
}

.complete-btn {
  text-align: center;
}

@media screen and (max-width: 896px) {


  .complete-ttl {
      text-align: center;
  }
}


/*
================================================== */



.confirm .efo-input-wrap {
  padding: 0 0 16px;
}

.form-company-inner {
  margin: 0 0 48px;
}

.form-company-inner.area-inner {
  padding: 120px 0 0;
}

.form-company-inner.is-current input[type=text],
.form-company-inner.is-current textarea {
  background: #FDF3F0;
  border-color: #D93600;
}

.form-company-inner.post-inner {
  display: flex;
  align-items: flex-end;
}

.form-type-item {
  padding: 0;
  margin: 0 0 48px;
}

.form-type-li {
  list-style: disc;
  margin: 0 0 16px 24px;
}

.alert-danger {
  display: none;
  font-size: 12px;
  color: #D93600;
  line-height: 2;
  padding: 12px;
  margin: 0 0 40px;
  border: 1px solid #D93600;
  background: #FDF3F0;
  border-radius: 4px;
}


/*完了ページ-戻るボタン
=======================================*/
.complete-btn {
  margin-top: 40px;
}
.complete-btn a {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.complete-btn a:hover {
  text-decoration: none;
}
.complete-btn a span {
  display: inline-block;
  position: relative;
  transition: .3s;
}
.complete-btn a span:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #333;
  transform: scale(1, 1);
  transform-origin: right top;
  transition: .3s;
}
.complete-btn i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 56px;
  height: 56px;
  margin: 0 24px 0 0;
  border: 1px solid #333;
  border-radius: 100%;
  background: #333;
  box-sizing: border-box;
}
.complete-btn i:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border: 1px solid #333;
  border-radius: 100%;
  background: #fff;
  transform: translate(-50%, -50%);
  transition: .3s;
}
.complete-btn i:after {
  content: "";
  display: block;
  width: 18px;
  height: 10px;
  background-image: url(/upload/static/icon-arrow-02.svg);
  background-size: 18px 10px;
  background-repeat: no-repeat;
  z-index: 10;
  transform: rotate(180deg);
  transition: .3s;
  filter: brightness(0) invert(1);
}

@media screen and (min-width: 768px) {
  .complete-btn a:hover i:before {
    width: 56px;
    height: 56px;
  }
  .complete-btn a:hover i:after {
    filter: none;
  }
  .complete-btn a:hover span:before {
    transform: scale(0, 1);
  }
}

@media screen and (max-width: 767px) {
  .complete-btn {
    margin: 24px 0 0;
  }
  .complete-btn i {
    width: 40px;
    height: 40px;
    margin: 0 16px 0 0;
  }
  .complete-btn a:hover i:before {
    width: 40px;
    height: 40px;
  }
  .complete-btn i:after {
    border-width: 2px 6px 2px 0;
  }
}
/*
=======================================*/

.fp-file-wrap .js-action-file {
  display: flex;
  align-items: center;
}

.fp-file-wrap .js-action-file-data {
  margin-left: 0.5em;
}
.fp-file-wrap .js-action-file-upload {
  display: inline-block;
  width: 12em;
  border: 1px solid #ccc;
  padding: 0.5em 1em;
  border-radius: 2px;
  font-size: 92.86%;
  text-align: center;
  color: #777;
  background: #f4f4f4;
  cursor: pointer;
}
.input-file-delete {
  display: inline-flex;
  align-items: center;
  margin: 0;
  margin-left: 5px;
  padding: 3px;
  border: 1px solid #E1E3E5;
  border-radius: 4px;
  font-size: 12px;
  background: #fff;
}