@charset "UTF-8";

body {
  line-height: 1.8;
  color: #111;
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
}
a {
  transition: .3s;
}
a:link,
a:visited {
  color: #111;
}
img {
  max-width: 100%;
  height: auto;
}
.main-container {
  margin-top: 80px;
}
.page-content-width {
  width: auto;
  max-width: 1100px;
}

@media screen and (max-width: 1100px) {
  .page-content-width {
    margin: 0 16px;
  }
}

@media screen and (max-width: 896px) {
  .main-container {
    margin-top: 56px;
  }
  .page-content-width {
    margin: 0 16px;
  }
  .page-content-width .page-content-width {
    margin: 0;
  }
}

/* 蜈ｱ騾�
================================================== */
.service-form-case {
    padding: 40px 0;
}

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

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

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

.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;
}

.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;
}

.contents-img {
    margin-top: 20px;
}

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

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

.form-box .service-form-case .form-contents {
  margin: 0 0 32px;
}

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

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

.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;
}

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

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

.company-file {
    margin: 0 0 24px;
}

.pdf-download a {
    color: #59AE9B;
    text-decoration: underline;
}


/* 蜿ｳ荳翫Γ繝�そ繝ｼ繧ｸ */

.pardot-description {
    margin: 0 0 40px;
}

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

.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;
}


/* 繝輔か繝ｼ繝�繧ｿ繧､繝医Ν */
.efo-form.input {
  margin-top: 20px;
}
.efo-input-title > label {
  color: #6D7175;
  font-size: 13px;
  font-weight: normal;
}
.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 label + label {
    margin: 8px 0 0;
}

label {
    display: inline-block;
    max-width: 100%;
}

label.inline {
    margin: 0;
    font-size: 12px;
    line-height: 14px;
    cursor: pointer;
}

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

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

.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;
}

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

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


/*  */

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

.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 {
    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 0 8px;
}

.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;
}

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

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

.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;
}

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

@media screen and (max-width: 896px) {
    .efo-form-right {
        width: auto;
        background: #fff;
    }
    .efo-form-right-container {
        width: 82.935vw;
        padding: 56px 0;
        margin: 0 auto;
        max-width: initial;
    }
    .service-form-case {
        max-width: 460px;
        margin: 0 auto;
        padding: 56px 0;
    }
    .service-form-column.right .service-form-case {
        /* width: 82.935vw;
margin: 0 auto;
max-width: initial; */
    }
    .ttl {
        text-align: center;
    }
    .postal-code button {
        padding: 8px 24px 9px 16px;
    }
    .postal-code button:after {
        right: 12px;
        top: 15px;
    }
}

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


/* 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-input-wrap {
    position: relative;
}

.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-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;
}

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

.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;
}

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

.efo-input-message.error {
    color: #D93600;
    opacity: 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-input-wrap>.efo-input-zip {
        width: calc(100% - 196px);
    }
}


/*  */
.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-checkbox.required.input-ng,
.efo-input-radio.required.input-ng {
    width: 100%;
    border-radius: 4px;
}

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

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

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

.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-message:not(.error) {
    display: none;
}

/*
================================================== */
.efo-submit-container button {
    /* margin: 32px 0 0; */
}

.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;
}

.efo-input-row {
    margin: 0 0 16px;
}

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



/* .efo-input-container input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
    opacity: 0;
}
.efo-input-container .efo-dummy-file {
    display: inline-block;
    width: 12em;
    border: 1px solid #ccc;
    padding: .5em 1em;
    border-radius: 2px;
    font-size: 92.86%;
    text-align: center;
    color: #777;
    background: #f4f4f4;
    cursor: pointer;
}
.efo-input-container .efo-dummy-file i {
    font-size: 80%;
    margin-right: .5em;
}
.efo-input-container .efo-dummy-file + span {
    display: inline-block;
    font-size: 92.86%;
    margin-left: .5em;
}
.efo-input-file input{
    border: none;
 } */

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

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



.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) {
    .service-form:after {
        content: none;
    }
    .service-form-inner {
        display: block;
        margin: 0;
    }
    .service-form-column {
        width: auto;
    }
    .complete-ttl {
        text-align: center;
    }
}

.efo-submit-container a.btn-back {
  width: 70%;
  margin: 0;
  padding: 0;
  color: #FFF;
  border: solid 2px transparent;
  background-color: #1571DA;
}
.efo-submit-container a.btn-back:after {
  display: none;
}

.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;
}
