@charset "UTF-8";
/* -------------------------------------------------------------------------- .sec-form --------------------------------------------------------------------------- */
body { overflow: hidden; }

.u-colorRed { color: #f20000; }

.u-mb0 { margin-bottom: 0px; }

.u-mb5 { margin-bottom: 5px; }

.u-mb10 { margin-bottom: 10px; }

.u-mb15 { margin-bottom: 15px; }

.u-mb20 { margin-bottom: 20px; }

.u-mb25 { margin-bottom: 25px; }

.m-sub-note { position: relative; margin-top: 5px; padding-left: 15px; font-weight: 500; font-size: 1.1rem; }

.m-sub-note::after { position: absolute; top: 0; bottom: 0; left: 0; margin: auto; content: '※'; }

.m-sub-note--mt { margin-top: 0; }

.m-flex { display: flex; align-items: center; }

.sec-form { border-top: 1px solid rgba(0, 0, 0, 0.13); }

.sec-form__inner { padding: 33px 20px 50px; }

.sec-form__inner--confirm { padding: 10px 20px 50px; }

.sec-form__hdg { position: relative; display: inline-block; margin-bottom: 25px; padding: 0 0 10px; border-bottom: 1px solid #5cb8e6; color: #01348f; font-size: 1.7rem; }

.sec-form__hdg::before, .sec-form__hdg::after { position: absolute; bottom: -1px; width: 15px; height: 1px; content: ''; }

.sec-form__hdg::before { left: 0; background-color: #004099; }

.sec-form__hdg::after { left: 15px; background-color: #1470cc; }

.sec-form__txt { margin: 18px 0 0; line-height: 1.77; }

.sec-form__note { margin: 30px 0 0; }

.sec-form__note span { display: inline-block; margin: 0 12px 0 0; padding: 5px 14px 6px; background-color: #f28d00; color: #fff; font-size: 1.2rem; line-height: 1; }

.note-box { padding: 50px 0; }

.note-box .note-box_item { margin-bottom: 35px; }

.note-box .note-box_item:last-child { margin-bottom: 0; }

.note-box .note-box_item p { letter-spacing: .025em; font-size: 1.3rem; }

.form-ttl { margin-bottom: 32.5px; padding: 15px 0; background-color: #004099; color: #fff; text-align: center; font-weight: 600; }

.form-ttl--mb { margin-bottom: 0; }

.form-block { padding: 20px 0 25px; border-bottom: 1px solid #e3e3e3; }

.form-block__num { margin-bottom: 15px; }

.form-block__num h2 { color: #1470cc; font-size: 1.7rem; }

.form-block__num--mb { margin-bottom: 25px; }

.form-block__example { font-size: 1.5rem; }

.form-block__example .example-ttl { margin-bottom: 10px; font-weight: 600; }

[js-toggle-target] { display: none; }

[js-toggle-target].is-active { display: block; }

.form-block--border { position: relative; }

.form-block--insurance .m-form-table { margin: 0 20px 0 0; }

.form-block--insurance .m-flex { display: block; }

.form-block--insurance .m-flex .m-form-table { margin-bottom: 15px; }

.form-block--insurance .m-flex .m-form-table .require { margin-left: 0; }

.m-form-table__contents--radio { position: relative; }

.m-form-table__contents--radio .c-radio--left { margin-right: 20px; }

.m-form-table__contents--radio .radio-box { margin-bottom: 15px; }

.form-block--intro .m-form-table { margin: 0 0 15px; }

.form-block--intro .m-form-table .require { margin-left: 0; }

.form-block--intro .m-flex { display: block; margin-top: 40px; width: 100%; }

.form-block--intro .item-left { width: 100px; }

.form-block--intro .item-right .c-checkbox { margin-bottom: 15px; }

.form-block--intro .item-right .m-sub-note--mb { margin-bottom: 30px; }

.form-block--intro .item-right .c-textarea { margin-bottom: 40px; width: 100%; }

.form-block--intro .item-right .c-textarea--reason { margin-bottom: 25px; }

.form-block--bank .c-input--bankName { width: 270px; }

.ttl-item { margin-bottom: 10px; }

.ttl-item__txt { position: relative; padding-left: 1.7rem; font-weight: 600; font-size: 1.3rem; }

.ttl-item__txt::after { position: absolute; top: 0; bottom: 0; left: 0; margin: auto; }

.ttl-item__txt--first::after { content: '①'; }

.ttl-item__txt--second::after { content: '②'; }

.ttl-item__txt--third { margin-bottom: 20px; }

.ttl-item__txt--third::after { content: '③'; }

.file-drop dl { align-items: center; margin-bottom: 15px; }

.file-drop dl dt { margin-bottom: 10px; font-size: 1.5rem; }

.file-drop dl dd .file-select { position: relative; display: inline-block; overflow: hidden; margin-right: 15px; }

.file-drop dl dd .file-select__txt { display: inline-block; padding: 6px 15px; border-width: 1px; border-style: solid; border-color: #d0cfcf; border-radius: 3px; background-color: #f6f6f6; font-size: 1.5rem; }

.file-drop dl dd .file-select input { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; }

.file-drop dl dd label { position: relative; display: inline-block; padding: 6px 15px; border-width: 1px; border-style: solid; border-color: #d0cfcf; border-radius: 3px; background-color: #f6f6f6; font-size: 1.5rem; }

.file-drop dl dd label::after { position: absolute; top: calc(50% - 10px); right: -140px; height: 20px; content: '選択されていません'; font-size: 14px; line-height: 20px; }

.c-input--width-sm { margin-right: 10px; width: 50%; }

.tel-num { width: 217.5px; }

.tel-num .c-input--width-sm { margin: 0; }

.tel-num .c-input--width-sm:first-child { margin-right: 5px; }

.tel-num .c-input--width-sm:nth-of-type(3n-1) { margin: 0 5px; }

.tel-num .c-input--width-sm:last-child { margin-left: 5px; }

.eviction-time { align-items: flex-start; flex-direction: column; }

.eviction-time .monthes { padding-left: 43px; }

.eviction-time .years { margin-bottom: 20px; }

.eviction-time .years .year { margin-right: 15px; }

.eviction-time--days { flex-direction: row; margin-bottom: 15px; }

.eviction-time--days .monthes { padding-left: 0; }

.box-select { position: relative; display: inline-block; width: 100px; height: 45px; border: 1px solid #d0cfcf; border-radius: 3px; border-radius: 2px; background-color: #f7f7f7; text-align: center; }

.box-select::before { position: absolute; top: 0; right: 15px; bottom: 0; display: inline-block; margin: auto; width: 7px; height: 7px; border-top: 1.25px solid #09469c; border-right: 1.25px solid #09469c; content: ''; -webkit-transform: rotate(135deg); transform: rotate(135deg); }

.box-select select { position: relative; padding-left: 20px; width: 100%; height: 100%; }

.select-address .m-sub-note { margin-bottom: 20px; }

.box-select + p { margin-left: 10px; }

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

.preferredDate-block { line-height: 2; }

.preferredDate-block .block-txt { margin-bottom: 25px; font-size: 1.3rem; }

.preferredDate-block .block-days p { font-size: 1.3rem; }

.preferredDate-block .block-days__item { position: relative; }

.select-days .monthes { margin-right: 15px; }

.select-time__txt { margin-right: 22px; }

.reason-box .item--another { margin-top: 20px; }

.reason-box .item--another .c-checkbox { margin-bottom: 15px; }

.reason-box .c-checkbox .check-area { margin-right: 20px; }

.reason-box .m-form-table__contents--radio .c-checkbox label { padding: 0 0 0 33px; }

.note-item .form-ttl { margin-bottom: 0; }

.note-item__box { padding: 30px 10px; background-color: #f6f6f6; }

.note-item__box li { margin-bottom: 35px; }

.note-item__box li:last-child { margin-bottom: 0; }

/* -------------------------------------------------------------------------- .sec-form .submit --------------------------------------------------------------------------- */
.sec-form .submit { padding-top: 15px; }

.sec-form .submit__btn { margin: 20px 0 0; padding: 0 38px; }

.sec-form .submit .prev-btn .c-btn--prev { box-sizing: border-box; border: 4px solid #ddd; }

.sec-form .submit .prev-btn .c-btn--prev::before { display: none; }

.sec-form .submit .prev-btn .c-btn--prev::after { position: absolute; top: 50%; width: 9px; height: 9px; border-top: 1px solid currentColor; border-right: 1px solid currentColor; content: ''; -webkit-transform: translateY(-50%) rotate(-135deg); transform: translateY(-50%) rotate(-135deg); }

.sec-form .submit .error { margin: 3px 0 0; width: 100%; color: #ff001f; text-align: center; font-size: 1.2rem; }

.sec-form .submit .m-flex { justify-content: center; margin-top: 30px; }

.error { color: #ff001f; }

.c-checkbox .error { margin-top: 20px; }

/* .sec-form .submit .c-checkbox
----------------------------------------------------------------- */
.sec-form .submit .c-checkbox { display: flex; flex-wrap: wrap; justify-content: center; }

.sec-form .submit .c-checkbox label { margin: 3px 0 0; padding: 0; }

.sec-form .submit .c-checkbox label::before { width: 20px; height: 20px; }

.sec-form .submit .c-checkbox label::after { width: 15px; height: 9px; }

.sec-form .submit .c-checkbox .consent { margin: 0 0 0 33px; }

.sec-form .submit .c-checkbox .consent a { color: #1470cc; text-decoration: underline; }

/* -------------------------------------------------------------------------- .sec-form .complete --------------------------------------------------------------------------- */
.sec-form .complete { margin: 43px 0 0; text-align: center; }

.sec-form .complete__hdg { font-weight: 600; font-size: 2.2rem; line-height: 1.43; }

.sec-form .complete__txt { margin: 15px 0 0; line-height: 1.77; }

/* -------------------------------------------------------------------------- confirm --------------------------------------------------------------------------- */
.error-mr { margin-bottom: 10px; }

.file-drop--confirm .file-drop dl { margin-bottom: 15px; }

.file-drop--confirm .file-drop__imgs--first { margin-bottom: 30px; }

.file-drop--confirm .file-drop__img { padding-top: 60%; width: 100%; background-size: cover; }

.file-drop--confirm .img-txts { font-size: 1.1rem; }

.sp-block { display: block; }

.pc-block { display: none; }

.evicition .m-form-table .m-form-table__row { padding: 16px 0; border-bottom: none; }

.evicition .form-block--border:last-child { padding-bottom: 0; border-bottom: none; }

.evicition .form-block--border:last-child::after { display: none; }

.m-sp-flex { display: flex; align-items: center; }

.form-block--spBorder { border-bottom: 1px solid #f6f6f6; }

.c-select select { color: #bbbbbb; }

.witness-box .m-form-table__contents--radio::after { display: none; }

.confirm .m-form-table__row { border-bottom: 0; }

.confirm .form-block--info::after { display: none; }

.m-form-table__row .m-form-table__contents--single { border: 0; }

.evicition-radio { margin-right: 15px; }

.agree-area { position: relative; margin-top: 30px; text-align: center; }

.m-form-table__contents .box--mb { margin-bottom: 14px; }

.m-form-table__contents .box--mt { margin-top: 14px; }

.m-form-table__contents .box .box-txt { margin-left: 10px; }

.error-wrap { display: flex; flex-direction: column; margin-top: 25px; padding: 15px 20px; border: 2px solid #f20000; background-color: #fee; color: #f20000; }

.error-wrap__txt { position: relative; display: inline-block; margin-bottom: 15px; padding-left: 20px; line-height: 1; }

.error-wrap__txt:last-child { margin-bottom: 0; }

.error-wrap__txt::before { position: absolute; top: 0; bottom: 0; left: 0; margin: auto; width: 12px; height: 12px; border-radius: 50%; background-color: #f20000; content: ''; }

@media (min-width: 768px) { .m-sub-note { font-size: 1.3rem; } .m-sub-note--adress { margin: 15px 0 0 20px; } .m-flex--top { align-items: flex-start; } .sec-form__inner { margin: 0 auto; padding: 65px 0 120px; width: 960px; } .sec-form__hdg { margin-bottom: 0; border-bottom-width: 2px; font-size: 2rem; } .sec-form__hdg::before, .sec-form__hdg::after { bottom: -2px; width: 30px; height: 2px; } .sec-form__hdg::after { left: 30px; } .sec-form__txt { margin: 22px 0 0; font-size: 1.5rem; } .sec-form__note { margin: 23px 0 0; font-size: 1.5rem; } .sec-form__note span { padding: 8px 25px 9px; font-size: 1.4rem; } .note-box { margin-top: 59px; padding: 0 0 50px; } .note-box .note-box_item { margin-bottom: 38px; } .note-box .note-box_item h2 { margin-bottom: 25px; } .note-box .note-box_item p { font-size: 1.5rem; } .form-ttl { margin-bottom: 48px; font-size: 2rem; } .form-ttl--mb { margin-bottom: 48px; } .form-block { margin-bottom: 50px; padding: 35px 0 60px; padding-top: 0; } .form-block__num { margin-bottom: 25px; } .form-block__num h2 { letter-spacing: .07em; font-size: 1.8rem; } .form-block__num--mb { margin-bottom: 50px; } .form-block--border { border-bottom: 1px solid #e3e3e3; } .form-block--insurance .m-flex { display: flex; } .form-block--insurance .m-flex .m-form-table { margin-bottom: 0; } .form-block--insurance .m-flex .m-form-table .require { margin: 0 0 0 10px; } .m-form-table__contents--radio .c-radio--left { margin-right: 0; } .m-form-table__contents--radio .radio-box { margin-bottom: 0; } .form-block--intro .m-flex { display: flex; } .form-block--intro .item-right { width: calc(100% - 100px); } .form-block--intro .item-right .c-textarea { width: 750px; } .form-block--intro .item-right .c-textarea--reason { margin-bottom: 40px; } .form-block--bank .c-input { width: 390px; } .ttl-item__txt { letter-spacing: .07em; font-size: 1.5rem; } .ttl-item__txt--third { margin-bottom: 40px; } .ttl-item .m-sub-note--left { margin-left: 50px; } .file-drop dl { display: flex; } .file-drop dl dt { margin-right: 15px; margin-bottom: 0; } .c-input--width-sm { width: 145px; } .tel-num { width: 100%; } .tel-num .c-input--width-sm:first-child { margin-right: 12.5px; } .tel-num .c-input--width-sm:nth-of-type(3n-1) { margin: 0 12.5px; } .tel-num .c-input--width-sm:last-child { margin-left: 12.5px; } .eviction-time { align-items: center; flex-direction: inherit; } .eviction-time .monthes { padding-left: 0; } .eviction-time .years { margin-right: 40px; margin-bottom: 0; } .eviction-time--days { margin-bottom: 20px; } .reason-box .m-form-table__contents--radio .c-checkbox label { padding: 0 0 0 30px; } .note-item__box { padding: 50px 30px; } .sec-form .submit { margin: 65px 0 0; padding-top: 0; } .sec-form .submit__btn { display: flex; justify-content: center; margin: 40px 0 0; padding: 0; } .sec-form .submit__btn--mg { margin: 0; margin-left: 10px; } .sec-form .submit--confirm { display: flex; justify-content: space-between; margin: 70px 0 0; padding: 0 30px; } .sec-form .submit--confirm .submit__btn { margin: 0; } .sec-form .submit .prev-btn { margin-right: 10px; } .sec-form .submit .prev-btn .c-btn--prev { color: #143c82; } .sec-form .submit .prev-btn .c-btn--prev::after { left: 40px; width: 12px; height: 12px; border-top: 2px solid currentColor; border-right: 2px solid currentColor; } .sec-form .submit .error { margin: 10px 0 0; font-size: 1.3rem; } .sec-form .submit .c-checkbox label { margin: 2px 0 0; } .sec-form .submit .c-checkbox label::after { top: 5px; width: 16px; height: 10px; } .sec-form .submit .c-checkbox .consent { margin: 0 0 0 35px; } .sec-form .complete { margin: 56px 0 0; } .sec-form .complete__hdg { letter-spacing: .05em; font-size: 2.4rem; } .sec-form .complete__txt { margin: 23px 0 0; font-size: 1.5rem; } .file-drop--confirm .file-drop__img { padding-top: 295px; width: 482px; } .file-drop--confirm .img-txts { font-size: 1.3rem; } .sp-block { display: none; }
  .pc-block { display: block; } .evicition .m-form-table .m-form-table__row { border-bottom: none; } .evicition .m-form-table .m-form-table__row { padding: 0; } .evicition .m-form-table .m-form-table__row.js-toggleTarget.is-active { display: flex; } .post-buttons { flex-direction: row-reverse; } .table__row--one { border-top: 1px solid #e3e3e3; } .m-form-table .table__row--border { border-top: 1px solid #e3e3e3; border-bottom: 1px solid #e3e3e3; } .m-form-table__row .m-form-table__contents--single { border-top: 1px solid #e3e3e3; border-bottom: 1px solid #e3e3e3; } .agree-area { margin-top: 40px; } .error-wrap { margin-top: 59px; } }

@media (max-width: 1079.98px) { .tel-num--sp { width: 100%; } .tel-num--width { width: 100%; } .radio-box--sp { margin-bottom: 15px; } .sp-border-none { border-bottom: none; } .sp-pt-none { padding-top: 0; } .radio-another { margin-bottom: 15px; } .constractor-info .form-block--border { border-bottom: 1px solid #e3e3e3; } .constractor-info .form-block--border::after { display: none; } }

/*# sourceMappingURL=../../../maps/assets/styles/evicition/index.css.map */
