@charset "UTF-8";

.pc_none {
  display: inline-block;
}

.sp_none {
  display: none;
}

@media (min-width: 768px) {
  .pc_none {
    display: none;
  }

  .sp_none {
    display: inline-block;
  }
}


/* ----------------------------- ページ全体 ----------------------------- */
.sec-form {
  padding: 33px 0 50px;
  border-top: 1px solid rgba(0, 0, 0, 0.13);
}

@media (min-width: 768px) {
  .sec-form {
    padding: 80px 0 140px;
  }
}

.sec-form__inner {
  padding: 0 20px;
}

@media (min-width: 768px) {
  .sec-form__inner {
    margin-inline: auto;
    width: 960px;
    padding: 0;
  }
}

/* ----------------------------- h2、h3 ----------------------------- */
.sec-form__hdg {
  position: relative;
  width: fit-content;
  padding: 0 0 10px;
  border-bottom: 1px solid #5cb8e6;
  color: #01348f;
  font-size: 1.7rem;
}

@media (min-width: 768px) {
  .sec-form__hdg {
    border-bottom: 2px solid #5cb8e6;
    font-size: 2.0rem;
  }
}

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

@media (min-width: 768px) {
  .sec-form__hdg::before,
  .sec-form__hdg::after {
    bottom: -2px;
    width: 30px;
    height: 2px;
  }
}

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

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

@media (min-width: 768px) {
  .sec-form__hdg::after {
    left: 30px;
  }
}

.sec-form__caption + .sec-form__hdg {
  margin-top: 50px;
}

/* ----------------------------- 各注意事項ページ ----------------------------- */
.sec-form__caption {
  margin: 22px 0;
}

.sec-form__caption:first-child {
  margin-top: 0;
}

.sec-form__caption a {
  color: #004099;
  text-decoration: underline;
}

.sec-form__numList {
  margin-top: 25px;
  padding-left: 0;
  list-style: none;
  counter-reset: numList;
}

.sec-form__numListItem {
  position: relative;
  padding-left: 18px;
  line-height: 1.5;
  letter-spacing: 0.09rem;
}

.sec-form__numListItem + .sec-form__numListItem {
  margin-top: 30px;
}

.sec-form__numListItem::before {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 0;
  counter-increment: numList;
  content: counter(numList) ".";
  color: #01348f;
  font-family: 'Lato';
  font-weight: 700;
}

@media (min-width: 768px) {
  .sec-form__numListItem::before {
    padding-top: 2px;
  }
}

.sec-form__textList {
  margin: 8px 0 0;
  list-style: none;
}

@media (min-width: 768px) {
  .sec-form__textList {
    margin: 14px 0 0;
  }
}

.sec-form__textListItem {
  position: relative;
  padding-left: 14px;
  list-style: none;
}

.sec-form__textListItem a {
  color: #004099;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .sec-form__textListItem {
    padding-left: 22.5px;
  }
}

.sec-form__textListItem::before {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: 2px;
  width: 4px;
  height: 4px;
  background: #0d1c26;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .sec-form__textListItem::before {
    top: 10px;
    left: 10px;
  }
}

/* ----------------------------- 必須項目は必ずご入力くださいの部分 ----------------------------- */
.sec-form__note {
  margin: 23px 0 0;
  font-size: 1.5rem;
}
.sec-form__note span {
  display: inline-block;
  margin: 0 12px 0 0;
  padding: 8px 25px 9px;
  background-color: #f28d00;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
}

/* ----------------------------- フォーム全体 ----------------------------- */
.form-block {
  margin-bottom: 20px;
  counter-increment: blockNum;
}

@media (min-width: 768px) {
  .form-block {
    margin-bottom: 56px;
  }
}

.form-block.form-block--first {
  margin-top: 42px;
}

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

@media (min-width: 768px) {
  .form-block.form-block--border {
    padding-bottom: 56px;
  }
}

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

@media (min-width: 768px) {
  .form-block__num h2 {
    letter-spacing: .07em;
    font-size: 2.0rem;
  }
}

.form-block__num h2::before {
  display: inline-block;
  content: counter(blockNum) ".";
}

.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--insurance .m-form-table {
  margin: 0 20px 0 0;
}

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

/* ----------------------------- 書類アップロード ----------------------------- */
.ttl-item {
  margin-top: 22px;
}

.ttl-item:not(:first-child) {
  margin-top: 40px;
}

.ttl-item__txt {
  font-size: 1.3rem;
}

@media (min-width: 768px) {
  .ttl-item__txt {
    letter-spacing: .07em;
    font-size: 1.5rem;
  }
}

.file-drop {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .file-drop {
    margin-top: 22px;
  }
}

.file-drop + .file-drop {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .file-drop + .file-drop {
    margin-top: 40px;
  }
}

.file-drop dl {
  margin-top: 14px;
  align-items: center;
}

@media (min-width: 768px) {
  .file-drop dl {
    display: flex;
  }
}

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

@media (min-width: 768px) {
  .file-drop dl dt {
    margin-right: 15px;
    margin-bottom: 0;
  }
}

.file-drop dl dd {
  display: flex;
  align-items: center;
}

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

/* ----------------------------- 書類アップロードの注釈 ----------------------------- */
.m-sub-note {
  position: relative;
  margin-top: 14px;
  padding-left: 15px;
  font-size: 1.1rem;
}

@media (min-width: 768px) {
  .m-sub-note {
    font-size: 1.3rem;
  }
}

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

@media (min-width: 768px) {
  .m-sub-note--left {
    margin-left: 50px;
  }
}

@media (min-width: 768px) {
  .m-sub-note--left--l {
    margin-left: 79px;
  }
}

.m-sub-note .m-sub-note__link {
  color: #1470CC;
  text-decoration: underline;
}

/* ----------------------------- 郵便番号、電話番号入力欄 ----------------------------- */
.c-radio {
  font-size: 1.3rem;
  margin-top: 0;
}

@media (min-width: 768px) {
  .c-radio {
    font-size: 1.5rem;
  }
}

.c-radio label {
  padding-top: 6px;
}

@media (min-width: 768px) {
  .c-radio label {
    padding-top: 4px;
  }
}

.c-radio input[disabled] + label {
  opacity: 0.5;
}

.radio-box {
  gap: 20px 15px;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .radio-box {
    padding-right: 40px;
    gap: 20px 0;
  }
}

.radio-box--mt {
  margin-top: 32px;
  padding-bottom: 16px;
}

@media (min-width: 768px) {
  .radio-box--mt {
    padding-bottom: 0;
  }
}

.c-radio.c-radio--left {
  margin-left: 0;
}

.c-input--large {
  flex: 1;
}

@media (min-width: 768px) {
  .c-input--large {
    flex: unset;
    width: 248px;
  }
}

.c-input__calendar {
  display: block;
  position: relative;
  width: 293px;
}

.c-input__calendar input {
  cursor: pointer;
  width: 100%;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: auto !important;
  pointer-events: none;
}

.c-input__calendar::before,
.c-input__calendar::after {
  position: absolute;
  display: inline-block;
  content: '';
  pointer-events: none;
}

.c-input__calendar::before {
  border-radius: 0 3px 3px 0;
  top: 0;
  right: -1px;
  width: 45px;
  height: 45px;
  background: #004099 url(/assets/images/icon_calendar.svg) no-repeat center / 20px 22px;
}

@media (min-width: 768px) {
  .c-input__calendar {
  }
}

.c-input--xmedium {
  width: 150px;
}

.c-input--medium {
  flex: 0 0 calc(335px / 2 - 18px / 2);
}

@media (min-width: 768px) {
  .c-input--medium {
    flex: 0 0 calc(180px - 18px / 2);
  }
}

.c-input--medium + .c-input--medium {
  margin-left: 18px;
}

.c-input--small {
  flex: 0 0 calc(33.33% - 36px / 3);
}

@media (min-width: 768px) {
  .c-input--small {
    flex: unset;
    width: 118px;
  }
}

/* .c-textarea {
} */

.c-textarea--small {
  min-height: 100px;
}

@media (min-width: 768px) {
  .c-textarea--small {
    min-height: 80px;
  }
}

.m-form-table button {
  height: 45px;
  flex: 0 0 100px;
}

@media (min-width: 768px) {
  .m-form-table button {
    flex: unset;
    width: 112px;
  }
}

.tel-num {
  gap: 6px;
}

/* ----------------------------- 注釈テキスト ----------------------------- */
.note.note--mt0 {
  margin-top: 0;
}

.note.note--mb0 {
  margin-bottom: 0;
}

.note a {
  color: #1470CC;
  text-decoration: underline;
}

/* ----------------------------- 物件情報を追加する ----------------------------- */
.js-property-content + .js-property-content {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #e3e3e3;
}

@media (min-width: 768px) {
  .js-property-content + .js-property-content {
    margin-top: 48px;
    padding-top: 48px;
  }
}

.c-btn--add-property {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 9px auto 0;
  font-size: 1.3rem;

  &:disabled {
    display: none;
  }
}

@media (min-width: 768px) {
  .c-btn--add-property {
    margin-top: 56px;
    font-size: 1.5rem;
  }
}

.c-btn--add-property::before {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  background: url(/assets/images/icon_plus.svg) no-repeat center / contain;
}

/* ----------------------------- 物件情報を削除する ----------------------------- */
.c-btn--remove-property {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 16px 0 0 auto;
  font-size: 1.3rem;
}

@media (min-width: 768px) {
  .c-btn--remove-property {
    margin-top: 24px;
    font-size: 1.5rem;
  }
}

.c-btn--remove-property[hidden] {
  display: none;
}

.c-btn--remove-property::before {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  background: url(/assets/images/icon_minus.svg) no-repeat center / contain;
}

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

@media (min-width: 768px) {
  .sec-form .submit {
    margin: 65px 0 0;
    padding-top: 20px;
  }
}

.sec-form .submit.submit--confirm {
  padding-top: 1px;
}

@media (min-width: 768px) {
  .sec-form .submit.submit--confirm {
    display: flex;
    justify-content: space-between;
    margin: 70px 0 0;
    padding: 0 30px;
  }
}

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

.sec-form .submit__btn:only-child {
  margin-top: 0;
}

@media (min-width: 768px) {
  .sec-form .submit__btn {
    display: flex;
    justify-content: center;
    margin: 40px 0 0;
    padding: 0;
  }
}

@media (min-width: 768px) {
  .sec-form .submit__btn--mg {
    margin: 0;
    margin-left: 10px;
  }
}

@media (min-width: 768px) {
  .sec-form .submit.submit--confirm .submit__btn {
    margin: 0;
  }
}

@media (min-width: 768px) {
  .sec-form .submit .prev-btn {
    margin-right: 10px;
  }
}

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

@media (min-width: 768px) {
  .sec-form .submit .prev-btn .c-btn--prev {
    color: #143c82;
  }
}

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

@media (min-width: 768px) {
  .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: 3px 0 0;
  width: 100%;
  color: #ff001f;
  text-align: center;
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  .sec-form .submit .error {
    margin: 10px 0 0;
    font-size: 1.3rem;
  }
}

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

.error {
  margin: 8px 0 0;
  color: #ff001f;
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  .error {
    margin: 6px 0 0;
    font-size: 1.3rem;
  }
}

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

@media (min-width: 768px) {
  .sec-form .submit .c-checkbox label {
    margin: 2px 0 0;
  }
}

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

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

@media (min-width: 768px) {
  .sec-form .submit .c-checkbox label::after {
    top: 5px;
    width: 16px;
    height: 10px;
  }
}

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

@media (min-width: 768px) {
  .sec-form .submit .c-checkbox .consent {
    margin: 0 0 0 35px;
  }
}

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

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

@media (min-width: 768px) {
  .sec-form .complete {
    text-align: center;
    margin: 56px 0 0;
  }
}

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

@media (min-width: 768px) {
  .sec-form .complete__hdg {
    letter-spacing: .05em;
    font-size: 2.4rem;
  }
}

.sec-form .complete__txt + .complete__hdg {
  font-size: 1.7rem;
  margin-top: 48px;
}

@media (min-width: 768px) {
  .sec-form .complete__txt + .complete__hdg {
    font-size: 2.4rem;
    margin-top: 56px;
  }
}

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

@media (min-width: 768px) {
  .sec-form .complete__txt {
    margin: 23px 0 0;
    font-size: 1.5rem;
  }
}

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

.file-drop--confirm .file-drop dl {
  margin-bottom: 15px;
  display: flex;
  gap: 40px;
}

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

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

@media (min-width: 768px) {
  .file-drop--confirm .file-drop__img {
    padding-top: 295px;
    width: 482px;
  }
}

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

@media (min-width: 768px) {
  .file-drop--confirm .img-txts {
    font-size: 1.3rem;
  }
}

@media (min-width: 768px) {
  .post-buttons {
    flex-direction: row-reverse;
  }
}

@media (min-width: 768px) {
  .table__row--one {
    border-top: 1px solid #e3e3e3;
  }
}

@media (min-width: 768px) {
  .m-form-table .table__row--border {
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
  }
}

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

@media (min-width: 768px) {
  .m-form-table__row {
    padding: 0;
  }
}

.m-form-table__row:last-child {
  border-bottom: none;
}

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

.c-select.c-select--medium {
  width: 256px;
}

.c-select.c-select--medium + .c-select.c-select--medium {
  margin-left: 20px;
}

.c-select.c-select--large {
  width: 293px;
}

.c-select:has(select option[value=""]:checked) {
  color: #bbbbbb;
}

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

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

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

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

.m-form-table__contents .box--property_number {
  font-size: 1.5rem;
}

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

@media (min-width: 768px) {
  .error-wrap {
    margin-top: 59px;
  }
}

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