@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:400,700|Noto+Sans+JP:400,700&display=swap");
.main-wrap {
  display: block;
}

.main-wrap .container.input-step {
  max-width: 832px;
  margin: 0 auto;
  padding: 30px 0 14px;
}

@media screen and (max-width: 768px) {
  .main-wrap .container.input-step {
    width: 100%;
    padding: 20px 24px 14px;
  }
}

@media screen and (max-width: 320px) {
  .main-wrap .container.input-step {
    padding: 20px 12px 0;
  }
}

.hosho-logo {
  width: 330px;
}

@media screen and (max-width: 768px) {
  .hosho-logo {
    width: 233px;
  }
}

.privacy-policy-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.75rem;
  margin: 48px 0 0;
}

.privacy-policy-link .pp-link-text {
  position: relative;
  color: rgba(13, 17, 18, 0.7);
}

.privacy-policy-link .pp-link-text:nth-child(1) {
  margin-right: 24px;
}

.privacy-policy-link .pp-link-text::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: -9px;
  width: 5px;
  height: 8px;
  background: url(/quick/hosho/entry/ci/images/ico_pp_link_01.png) no-repeat center center/contain;
}

.sp-img {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-img {
    display: inline !important;
  }
}

@media screen and (max-width: 768px) {
  .pc-img {
    display: none !important;
  }
}

.pc-only {
  display: block !important;
}

.sp-only {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
}

.l-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.l-block {
  display: block !important;
}

.fw-normal {
  font-weight: normal !important;
}

.scroll-top-wrap .scroll-top-inner {
  max-width: 880px;
}

@media screen and (max-width: 1024px) {
  main {
    padding-top: 0;
  }
}

body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  letter-spacing: 0.024em;
}

_:-ms-input-placeholder,
:root body,
button,
input,
select,
textarea {
  font-family: Meiryo, sans-serif !important;
  letter-spacing: -0.5px;
}

/* ------------------------------
  入力画面 レイアウト(共通スタイル)
------------------------------ */
.input-page {
  background: #F8F6F7;
}

.input-step {
  padding-bottom: 48px;
}

.step-header {
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .step-header {
    margin-bottom: 16px;
  }
}

[class^="application-type"] {
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
  margin: -75px -160px 48px;
  padding: 19px 24px;
  border-radius: 16px 16px 0 0;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  [class^="application-type"] {
    margin: -40px -40px 40px;
  }
}

[class^="application-type"].application-type--yourself {
  background-color: #5BABD9;
  position: relative;
}

[class^="application-type"].application-type--partner {
  position: relative;
  background-color: #E85D97;
}

@media screen and (max-width: 768px) {
  [class^="application-type"] + .step-head {
    margin-top: 40px;
  }
}

[class^="application-type"].switch-container {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[class^="application-type"] [data-tab] {
  width: 50%;
  padding: 19px 24px;
  color: #262626;
  background-color: #DBD9DA;
}

@media screen and (max-width: 768px) {
  [class^="application-type"] [data-tab] {
    padding: 24px 12px 24px 0;
  }
}

[class^="application-type"] [data-tab].is-active {
  color: #ffffff;
  position: relative;
}

[class^="application-type"] [data-tab].is-active::before, [class^="application-type"] [data-tab].is-active::after {
  content: none;
}

[class^="application-type"] [data-tab]:hover {
  cursor: pointer;
}

[class^="application-type"] [data-tab="yourself"] {
  border-radius: 16px 0 0 0;
  position: relative;
}

[class^="application-type"] [data-tab="yourself"]::before {
  position: absolute;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: #0E1213;
  border-radius: 50%;
  right: 128px;
  top: 22px;
}

@media screen and (max-width: 768px) {
  [class^="application-type"] [data-tab="yourself"]::before {
    right: 28px;
    top: 26px;
  }
}

[class^="application-type"] [data-tab="yourself"]::after {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: #fff solid 1px;
  border-bottom: #fff solid 1px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  right: 132px;
  top: 24px;
}

@media screen and (max-width: 768px) {
  [class^="application-type"] [data-tab="yourself"]::after {
    right: 32px;
    top: 28px;
  }
}

[class^="application-type"] [data-tab="yourself"].is-active {
  background-color: #5BABD9;
  content: none;
  z-index: 5;
}

[class^="application-type"] [data-tab="partner"] {
  border-radius: 0 16px 0 0;
}

[class^="application-type"] [data-tab="partner"]::before {
  position: absolute;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: #0E1213;
  border-radius: 50%;
  right: 118px;
  top: 22px;
}

@media screen and (max-width: 768px) {
  [class^="application-type"] [data-tab="partner"]::before {
    right: 22px;
    top: 26px;
  }
}

[class^="application-type"] [data-tab="partner"]::after {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: #fff solid 1px;
  border-bottom: #fff solid 1px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  right: 122px;
  top: 24px;
}

@media screen and (max-width: 768px) {
  [class^="application-type"] [data-tab="partner"]::after {
    right: 26px;
    top: 28px;
  }
}

[class^="application-type"] [data-tab="partner"].is-active {
  background-color: #ED6883;
  content: none;
}

.step-body {
  background: #fff;
  border-radius: 16px;
  position: relative;
  color: #0E1213;
  padding: 75px 160px 80px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
  .step-body {
    padding: 40px;
  }
}

@media screen and (max-width: 320px) {
  .step-body {
    padding: 30px;
  }
}

.step-body.shadow-light {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
}

.step-body.with-arrow {
  margin-bottom: 50px;
}

.step-body.with-arrow:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("/quick/hosho/entry/ci/images/ico_arrow.png") no-repeat;
  background-size: contain;
  width: 24px;
  height: 32px;
}

@media screen and (max-width: 768px) {
  .step-body.step-body--other .loan-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .step-body.step-body--other .form-label.form-label-type01 {
    margin-bottom: 12px !important;
  }
}

.step-body.step-body--other .form-label.form-label-type01 .input-notes.input-notes-wideFull {
  margin-left: 0;
}

.step-head {
  text-align: center;
  color: #0E1213;
}

.step-head .step-num-wrap {
  font-weight: bold;
  font-size: 1.125rem;
  text-align: center;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 18px;
}

@media screen and (max-width: 768px) {
  .step-head .step-num-wrap {
    margin-bottom: 16px;
  }
}

.step-head .step-num-wrap .step-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #0E1213;
  text-align: center;
  color: #fff;
  margin: 0 5px 0 8px;
  font-size: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.step-head .step-num-wrap .param {
  margin-left: 4px;
}

.step-head .step-sub-ttl {
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 18px;
}

@media screen and (max-width: 768px) {
  .step-head .step-sub-ttl {
    margin-bottom: 16px;
  }
}

.step-head .step-sub-ttl.step-sub-ttl-line {
  position: relative;
}

.step-head .step-sub-ttl.step-sub-ttl-line::before, .step-head .step-sub-ttl.step-sub-ttl-line::after {
  position: absolute;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background-size: cover;
}

.step-head .step-sub-ttl.step-sub-ttl-line::before {
  background: url("/quick/hosho/entry/ci/images/line_title-l@2x.png");
  background-size: cover;
  top: 5px;
  left: 178px;
}

@media screen and (max-width: 768px) {
  .step-head .step-sub-ttl.step-sub-ttl-line::before {
    left: 48px;
  }
}

.step-head .step-sub-ttl.step-sub-ttl-line::after {
  background: url("/quick/hosho/entry/ci/images/line_title-r@2x.png");
  background-size: cover;
  top: 4px;
  right: 184px;
}

@media screen and (max-width: 768px) {
  .step-head .step-sub-ttl.step-sub-ttl-line::after {
    right: 54px;
  }
}

.step-head .step-sub-ttl.text-deco {
  position: relative;
  display: inline-block;
}

.step-head .step-sub-ttl.text-deco::before, .step-head .step-sub-ttl.text-deco::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 12px;
  height: 2px;
  margin-top: 3px;
  background-color: black;
}

.step-head .step-sub-ttl.text-deco::before {
  left: -19px;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
}

.step-head .step-sub-ttl.text-deco::after {
  right: -19px;
  -webkit-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  transform: rotate(-50deg);
}

.step-head .step-title .inner {
  position: relative;
  font-size: 1.9375rem;
  text-align: center;
  display: inline-block;
  padding: 0 0 8px;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .step-head .step-title .inner {
    font-size: 1.5rem;
  }
}

.step-head .step-title .inner::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  height: 2px;
  width: 100%;
  background: url("/quick/hosho/entry/ci/images/bg_input_ttl.png") left center/contain;
}

@media screen and (max-width: 768px) {
  .step-head .step-title .inner::after {
    bottom: 0;
  }
}

.step-head .step-title .inner:not(:first-child) {
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .step-head .step-title .inner:not(:first-child) {
    margin-top: 10px;
  }
}

.step-head .step-note {
  font-size: 14px;
  color: #D25B8D;
  margin-top: 24px;
  font-weight: bold;
  text-align: left;
}

.page-input1 .step-num,
.page-inputia1 .step-num,
.page-input2 .step-num,
.page-input3 .step-num,
.page-agreeComplete .step-num {
  background: #5BABD9 !important;
}

.page-input4 .step-num,
.page-input5 .step-num,
.page-input6 .step-num {
  background: #ED6883 !important;
}

.step-pre {
  margin: 72px 0 51px;
  padding: 0 16px;
}

.step-pre .step-title {
  width: 80%;
  margin: 0 auto;
}

.step-pre.mb-35 {
  margin-bottom: 35px;
}

.col2-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.col2-inner > li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.col2-inner > li:not(:first-child) {
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .col2-inner .input-cohabitation-spouse-item,
  .col2-inner .input-cohabitation-partners-item {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .col2-inner .input-cohabitation-spouse-item label,
  .col2-inner .input-cohabitation-partners-item label {
    width: 72px;
  }
}

.col2-inner .form-label {
  width: 40%;
}

.col2-inner .form-label.form-label-type01 {
  width: 40%;
}

.col2-inner .form-label.form-label-type01 + .select-wrap {
  width: 58.5%;
}

@media screen and (max-width: 768px) {
  .col2-inner .form-label.form-label-type01 + .select-wrap {
    width: 48%;
  }
}

.col2-inner .select-wrap {
  width: 58.5%;
}

@media screen and (max-width: 768px) {
  .col2-inner .select-wrap {
    width: 48%;
  }
}

/* ------------------------------
  入力画面 レイアウト(個別)
------------------------------ */
/* input1 */
.page-input1 .cohabitation-list,
.page-input4 .cohabitation-list {
  padding-left: 8px;
}

@media screen and (min-width: 768px) {
  .page-input1 .input-item.optional-item--address,
  .page-input4 .input-item.optional-item--address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.page-input1 .input-item.optional-item--address .form-label.form-label-type01,
.page-input4 .input-item.optional-item--address .form-label.form-label-type01 {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

@media screen and (min-width: 768px) {
  .page-input1 .input-item.optional-item--address .error-text,
  .page-input4 .input-item.optional-item--address .error-text {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .page-input1 .input-item.optional-item--tel .form-label.form-label-type01,
  .page-input4 .input-item.optional-item--tel .form-label.form-label-type01 {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}

/* input2 */
.lessThanOneYear-ttl {
  margin: 40px 0;
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .lessThanOneYear-ttl {
    font-size: 15px;
    line-height: 1.65;
  }
}

.lessThanOneYear-ttl .inner {
  padding-bottom: 4px;
  position: relative;
}

.lessThanOneYear-ttl .inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: url(/quick/hosho/entry/ci/images/bg_input_ttl.png) left center/contain;
}

@media screen and (max-width: 768px) {
  .lessThanOneYear-ttl .inner::after {
    bottom: 0;
  }
}

.page-input2 .input-item .form-wrap,
.page-input5 .input-item .form-wrap,
.page-input7 .input-item .form-wrap {
  width: 58.5%;
}

@media screen and (max-width: 768px) {
  .page-input2 .input-item .form-wrap,
  .page-input5 .input-item .form-wrap,
  .page-input7 .input-item .form-wrap {
    width: 100%;
  }
}

.page-input2 .input-item .form-wrap .form-text,
.page-input5 .input-item .form-wrap .form-text,
.page-input7 .input-item .form-wrap .form-text {
  margin-right: 0;
}

.page-input2 .input-item.input-item--switch,
.page-input5 .input-item.input-item--switch,
.page-input7 .input-item.input-item--switch {
  display: none;
}

.page-input2 .input-item.input-item--switch.is-active,
.page-input5 .input-item.input-item--switch.is-active,
.page-input7 .input-item.input-item--switch.is-active {
  display: block;
}

.page-input2 .input-wrap.input-wrap--previous,
.page-input5 .input-wrap.input-wrap--previous,
.page-input7 .input-wrap.input-wrap--previous {
  display: none;
}

.page-input2 .input-wrap.input-wrap--previous.is-active,
.page-input5 .input-wrap.input-wrap--previous.is-active,
.page-input7 .input-wrap.input-wrap--previous.is-active {
  display: block;
}

.page-input2 .form-select-hide,
.page-input5 .form-select-hide,
.page-input7 .form-select-hide {
  display: none;
}

.page-input2 .select-wrap-type02.entered .js-getText-dots,
.page-input5 .select-wrap-type02.entered .js-getText-dots,
.page-input7 .select-wrap-type02.entered .js-getText-dots {
  position: relative;
  font-size: 16px;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  padding-left: 10px;
}

.page-input2 .select-wrap-type02.entered .js-getText-dots::after,
.page-input5 .select-wrap-type02.entered .js-getText-dots::after,
.page-input7 .select-wrap-type02.entered .js-getText-dots::after {
  position: absolute;
  display: block;
  content: "・・・";
  left: 194px;
  letter-spacing: -7px;
  z-index: 9999;
}

@media screen and (max-width: 768px) {
  .page-input2 .select-wrap-type02.entered .js-getText-dots::after,
  .page-input5 .select-wrap-type02.entered .js-getText-dots::after,
  .page-input7 .select-wrap-type02.entered .js-getText-dots::after {
    left: 183px;
  }
}

/* input3 */
.step-checklist-wrap .list-title {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 2;
  letter-spacing: 0.024em;
}

@media screen and (max-width: 768px) {
  .step-checklist-wrap .list-title {
    font-size: 16px;
    line-height: 1.65;
  }
}

.step-checklist-wrap .list-title .inner {
  padding-bottom: 4px;
  position: relative;
}

.step-checklist-wrap .list-title .inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: url(/quick/hosho/entry/ci/images/bg_input_ttl.png) left center/contain;
}

.step-checklist-wrap .step-checklist {
  border-radius: 8px;
  padding: 16px 0;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .step-checklist-wrap .step-checklist {
    font-size: 0.75em;
    margin-top: 0;
  }
}

.step-checklist-wrap .step-checklist > li {
  font-weight: bold;
  font-size: 16px;
  margin-top: 4px;
}

@media screen and (max-width: 768px) {
  .step-checklist-wrap .step-checklist > li {
    font-size: 12px;
  }
}

.step-checklist-wrap .step-checklist > li a {
  color: #0E1213;
}

.step-checklist-wrap .step-checklist > li::before {
  content: '';
  display: inline-block;
  background-image: url(/quick/hosho/entry/ci/images/ico_checklist.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 12px;
  height: 12px;
  margin: 0 4px;
  margin-right: 8px;
}

.step-body:not(:first-child) {
  margin-top: 24px;
}

.page-input3 .block-ttl,
.page-input6 .block-ttl {
  width: 100%;
  text-align: center;
  font-weight: bold;
  margin-bottom: 16px;
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .page-input3 .block-ttl,
  .page-input6 .block-ttl {
    font-size: 16px;
  }
}

.page-input3 .block-ttl .inner,
.page-input6 .block-ttl .inner {
  padding-bottom: 4px;
  position: relative;
}

.page-input3 .block-ttl .inner::after,
.page-input6 .block-ttl .inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: url(/quick/hosho/entry/ci/images/bg_input_ttl.png) left center/contain;
}

.page-input3 .block-subtext,
.page-input6 .block-subtext {
  width: 100%;
  margin-bottom: 24px;
  text-align: center;
  color: #6B6F70;
}

@media screen and (max-width: 768px) {
  .page-input3 .block-subtext,
  .page-input6 .block-subtext {
    font-size: 14px;
  }
}

.page-input3 .block-subtext + .loan-wrap,
.page-input6 .block-subtext + .loan-wrap {
  margin-top: 0;
}

.page-input3 .input-item,
.page-input6 .input-item {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .page-input3 .input-item,
  .page-input6 .input-item {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.page-input3 .input-item.optional-item--widelabel,
.page-input6 .input-item.optional-item--widelabel {
  margin-top: 24px;
}

.page-input3 .input-item.optional-item--widelabel .form-label.form-label-type01,
.page-input6 .input-item.optional-item--widelabel .form-label.form-label-type01 {
  max-width: 100%;
  margin-bottom: 6px;
}

@media screen and (max-width: 768px) {
  .page-input3 .input-item.optional-item--widelabel .form-label.form-label-type01,
  .page-input6 .input-item.optional-item--widelabel .form-label.form-label-type01 {
    margin-bottom: 0;
  }
}

.page-input3 .input-item.optional-item--widelabel .input-notes.input-notes-wideFull,
.page-input6 .input-item.optional-item--widelabel .input-notes.input-notes-wideFull {
  width: 40%;
  margin-bottom: 12px;
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .page-input3 .input-item.optional-item--widelabel .input-notes.input-notes-wideFull,
  .page-input6 .input-item.optional-item--widelabel .input-notes.input-notes-wideFull {
    width: 100%;
  }
}

.page-input3 [data-additional-car-item],
.page-input6 [data-additional-car-item] {
  margin-top: 24px;
}

.page-input3 .amount-outer,
.page-input6 .amount-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 58.5%;
}

@media screen and (max-width: 768px) {
  .page-input3 .amount-outer,
  .page-input6 .amount-outer {
    width: 100%;
  }
}

.page-input3 .amount-wrap,
.page-input6 .amount-wrap {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 48%;
}

@media screen and (max-width: 768px) {
  .page-input3 .amount-wrap,
  .page-input6 .amount-wrap {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .page-input3 .amount-wrap .select-wrap,
  .page-input6 .amount-wrap .select-wrap {
    width: 55%;
  }
}

.page-input3 .amount-wrap.amount-wrap--wide,
.page-input6 .amount-wrap.amount-wrap--wide {
  width: 100%;
}

.page-input3 .amount-wrap.amount-wrap--wide .select-wrap,
.page-input6 .amount-wrap.amount-wrap--wide .select-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.page-input3 .loan-wrap,
.page-input3 .repayment-wrap,
.page-input6 .loan-wrap,
.page-input6 .repayment-wrap {
  padding-left: 0;
}

/* ------------------------------
  共通パーツ / form
------------------------------ */
.input-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .input-item {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 320px) {
  .input-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.input-item.input-gender-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-item.input-gender-item .form-label {
  max-width: 25%;
}

.input-item.input-gender-item .invisible-select-wrap {
  width: 58.5%;
}

@media screen and (max-width: 768px) {
  .input-item.input-gender-item .invisible-select-wrap {
    width: 70%;
  }
}

.input-item.input-gender-item .invisible-select-wrap::after {
  display: none;
}

.input-item.input-sameAddressLabel-item {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .input-item.input-sameAddressLabel-item {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.input-item.input-sameAddressLabel-item .form-label {
  width: 100%;
  max-width: 100%;
  margin-bottom: 12px;
}

.input-item.input-sameAddressLabel-item .invisible-select-wrap {
  width: 58.5%;
}

@media screen and (max-width: 768px) {
  .input-item.input-sameAddressLabel-item .invisible-select-wrap {
    width: 100%;
  }
}

.input-item.input-sameAddressLabel-item .sameAddressLabel-dummy-radio-wrap label {
  width: 48%;
}

.form-label {
  position: relative;
  padding-left: 12px;
  display: inline-block;
  font-weight: bold;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 1.125rem;
}

@media screen and (max-width: 768px) {
  .form-label {
    font-size: 0.875rem;
    width: calc(100% - 144px);
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
}

@media screen and (max-width: 320px) {
  .form-label {
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 100%;
  }
}

.form-label::before {
  display: block;
  content: "";
  position: absolute;
  top: 16.5px;
  left: 0;
  width: 6px;
  height: 6px;
  margin-top: -6px;
  border-radius: 50%;
  background: #0E1213;
}

@media screen and (max-width: 768px) {
  .form-label::before {
    top: 13.5px;
  }
}

.select-wrap {
  position: relative;
  border: 1px solid #D25B8D;
  border-radius: 6px;
  width: 58.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .select-wrap {
    width: 100%;
  }
}

.select-wrap::before {
  position: absolute;
  top: calc(50% - 5px);
  right: 0.5em;
  width: 10px;
  height: 9px;
  content: '';
  background: url("/quick/hosho/entry/ci/images/ico_select_01.png") center center/contain;
}

.select-wrap.select-disabled {
  pointer-events: none;
  border-color: #CCCACB;
}

.select-wrap.select-disabled::before {
  content: none;
}

.select-wrap.select-disabled select {
  color: #CCCACB;
}

.select-wrap.disabled {
  pointer-events: none !important;
  border-color: #CCCACB !important;
}

.select-wrap.disabled::before, .select-wrap.disabled::after {
  content: none !important;
}

.select-wrap.disabled select {
  color: #CCCACB !important;
}

.select-wrap.clicked {
  border: 1px solid #CCCACB;
  color: #CCCACB;
}

.select-wrap.clicked::before {
  position: absolute;
  top: calc(50% - 5px);
  right: 0.5em;
  width: 11px;
  height: 10px;
  content: '';
  background: url(/quick/hosho/entry/ci/images/ico_select_02.png) center center/contain;
}

.select-wrap.clicked select {
  color: #CCCACB;
}

.select-wrap.clicked.entered select {
  color: #0E1213;
}

.select-wrap.select-wrap-type02::before {
  background: url("/quick/hosho/entry/ci/images/ico_select_04.png") center center no-repeat;
}

.form-select {
  padding: 8px 0 8px 0;
  color: #D25B8D;
  width: 100%;
  font-weight: bold;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 40%;
  text-indent: 2em;
  direction: rtl;
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 1.125rem;
  padding-right: 22px;
  height: 58px;
}

.form-select::-ms-expand {
  display: none;
}

@media screen and (max-width: 768px) {
  .form-select {
    height: 46px;
    font-size: 1rem;
  }
  .form-select.fs-lsAdj {
    letter-spacing: -0.7px;
  }
}

.form-select::-ms-expand {
  display: none;
}

.form-select option {
  color: #0E1213;
}

@media screen and (max-width: 768px) {
  .form-select.select-work {
    font-size: 0.75rem;
    letter-spacing: -0.1em;
  }
}

.text-wrap {
  width: 58.5%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .text-wrap {
    width: 58%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}

@media screen and (max-width: 320px) {
  .text-wrap {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .text-wrap.other-wrap::after {
    top: 5px;
  }
}

.text-wrap.warning .form-text {
  border: 1px solid #D25B8D;
}

.text-wrap.warning::after {
  content: none;
}

.text-wrap .eac-input-wrap {
  width: 100%;
}

.text-none {
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
  font-size: 10px;
}

@media screen and (max-width: 768px) {
  .text-none {
    font-size: 10px;
  }
}

.form-text {
  width: 100%;
  height: 60px;
  border-radius: 6px;
  margin-right: 16px;
  text-align: left;
  border: 1px solid #CCCACB;
  background-color: #fff;
  padding: 0 0 0 17px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #0E1213;
  line-height: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (max-width: 768px) {
  .form-text {
    height: 45px;
    margin-right: 0;
  }
}

.form-text::-ms-clear {
  visibility: hidden;
}

.optional-item .form-text {
  border: 1px solid #D25B8D;
}

.optional-item .entered .form-text {
  border: 1px solid #CCCACB;
}

.optional-item .entered.disabled::after {
  display: none !important;
}

.optional-item .entered.disabled .form-text {
  border: 1px solid #CCCACB !important;
}

.optional-item ::-webkit-input-placeholder {
  color: #D25B8D;
  font-size: 1rem;
  position: relative;
}

.optional-item ::-moz-placeholder {
  color: #D25B8D;
  font-size: 1rem;
  position: relative;
}

.optional-item :-ms-input-placeholder {
  color: #D25B8D;
  font-size: 1rem;
  position: relative;
}

.optional-item ::-ms-input-placeholder {
  color: #D25B8D;
  font-size: 1rem;
  position: relative;
}

.optional-item ::placeholder {
  color: #D25B8D;
  font-size: 1rem;
  position: relative;
}

.input-notes {
  color: #0D1112;
  opacity: 0.7;
  font-size: 0.75rem;
  font-weight: normal;
}

.input-notes.input-notes-wideFull {
  width: 100%;
  display: block;
  margin-top: -3px;
  margin-left: -12px;
}

.input-notes.input-notes-block {
  display: block;
  line-height: 1.0;
  margin-bottom: 6px;
}

@media screen and (max-width: 768px) {
  .input-notes.input-notes-block {
    width: 100%;
    line-height: 1.2;
  }
}

.btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin-top: 48px;
}

.btn-wrap.space-nallow {
  margin-top: 36px;
}

.btn-wrap button {
  border: none;
}

.btn-wrap.confirm-btn-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.btn-wrap.confirm-btn-wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  margin: 0 0 40px;
  background-color: #EDEBEC;
  border-radius: 2px;
}

.button-input-prev {
  width: 50px;
  height: 50px;
  background: #E8E6E7;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 0;
}

.button-input-prev::after {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  right: calc(50% - 10px);
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

.button-input-next {
  background: #FFED66;
  color: #0E1213;
  font-size: 1.0625rem;
  padding: 16px 40px;
  min-width: 26%;
  border-radius: 9999px;
  text-align: center;
  line-height: 1;
  font-weight: bold;
}

.button-input-next:hover {
  cursor: pointer;
}

.button-input-next.wide-narrow {
  padding-left: 25px;
  padding-right: 25px;
}

.button-input-next.disabled {
  background: #CCCACB;
  color: #fff;
}

.button-input-next.disabled:hover {
  cursor: default;
}

.button-input-next.wide-full {
  width: 100%;
  max-width: 240px;
}

.name-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 58.5%;
}

@media screen and (max-width: 768px) {
  .name-wrap {
    width: 100%;
  }
}

.name-wrap .text-wrap {
  width: 48%;
}

@media screen and (max-width: 768px) {
  .name-wrap .text-wrap {
    display: block;
  }
}

.name-wrap .entered::after {
  top: 12px;
}

.invisible-select-wrap select {
  display: none;
}

.invisible-select-wrap.entered::after {
  display: none;
}

[class*=-radio-wrap] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 768px) {
  [class*=-radio-wrap] {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 0 8px;
  }
}

[class*=-radio-wrap] label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 48%;
  height: 60px;
  position: relative;
  border-radius: 6px;
  text-align: left;
  border: 1px solid #D25B8D;
  background-color: #fff;
  font-size: 1em;
  font-weight: bold;
  color: #D25B8D;
  line-height: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

[class*=-radio-wrap] label:hover {
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  [class*=-radio-wrap] label {
    width: 72px;
    height: 46px;
  }
}

[class*=-radio-wrap] input {
  display: none;
}

[class*=-radio-wrap] input:checked + label {
  border: 1px solid #CCCACB;
  color: #0E1213;
}

[class*=-radio-wrap] input:checked + label:after {
  content: "";
  position: absolute;
  top: -7px;
  left: -5px;
  background-color: #fff;
  background-image: url(/quick/hosho/entry/ci/images/ico_input_01.png);
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 768px) {
  .page-input3 .step-body {
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .page-input3 [class*=-radio-wrap] label {
    width: 68px;
    height: 46px;
  }
}

.page-input7 .step-img-head {
  margin: 0 auto 40px;
}

@media screen and (max-width: 768px) {
  .page-input7 .step-img-head {
    margin: 0 auto 26px;
  }
}

.entered [class*=-radio-wrap] label {
  border: 1px solid #CCCACB;
  color: #CCCACB;
}

.entered [class*=-radio-wrap] input {
  display: none;
}

.entered [class*=-radio-wrap] input:checked + label {
  border: 1px solid #CCCACB;
  color: #0E1213;
}

.entered [class*=-radio-wrap] input:checked + label:after {
  content: "";
  position: absolute;
  top: -7px;
  left: -5px;
  background-color: #fff;
  background-image: url(/quick/hosho/entry/ci/images/ico_input_01.png);
  width: 20px;
  height: 20px;
}

.error [class*=-dummy-radio-wra] label {
  color: #fff;
  border: 1px solid #FC5C51;
  background: #FC5C51;
}

.icon-list {
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.5;
}

.icon-list .icon-list-item {
  display: table;
}

.icon-list .icon-list-item .text-color {
  color: #D25B8D;
}

.icon-list .icon-list-item::before {
  content: "";
  display: table-cell;
  width: 28px;
  height: 20px;
  padding-right: 8px;
  background: url("/quick/hosho/entry/ci/images/ico_list_01.png") no-repeat left top;
  background-size: 17px;
}

.icon-list .icon-list-item + .icon-list-item {
  margin-top: 32px;
}

.icon-list .icon-list-item .text-blk {
  margin: 16px 0 0;
}

.icon-list .icon-list-item .text-small {
  display: block;
  margin-top: 11px;
}

.icon-list .icon-list-item .icon-list-link {
  text-decoration: underline;
  color: inherit;
}

.step-terms {
  max-width: 832px;
  margin: 55px auto 0;
}

.step-terms .terms-inner {
  padding: 20px 27px;
  text-align: left;
  font-size: 12px;
  line-height: 1.75em;
  border: 1px solid #CCCACB;
  border-radius: 16px;
}

.step-terms .terms-inner .terms-list,
.step-terms .terms-inner .p3-termset {
  margin: 2px 0 0;
}

@media screen and (min-width: 768px) {
  .step-terms .terms-inner .terms-list,
  .step-terms .terms-inner .p3-termset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 16px;
    margin-bottom: -24px;
    margin-left: -12px;
  }
}

.step-terms .terms-inner .terms-list li,
.step-terms .terms-inner .p3-termset li {
  padding-left: 15px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .step-terms .terms-inner .terms-list li,
  .step-terms .terms-inner .p3-termset li {
    margin-bottom: 24px;
    margin-left: 12px;
    line-height: 1;
  }
}

.step-terms .terms-inner .terms-list li:before,
.step-terms .terms-inner .p3-termset li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.step-terms .terms-inner .terms-list li a,
.step-terms .terms-inner .p3-termset li a {
  display: inline-block;
  color: rgba(13, 17, 18, 0.7);
  line-height: 2.0em;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .step-terms .terms-inner .terms-list li a,
  .step-terms .terms-inner .p3-termset li a {
    line-height: 1;
  }
}

.step-terms .terms-inner .terms-check {
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: 1px dashed #707070;
}

.step-terms .terms-inner .terms-check input[type="checkbox"] {
  display: none;
}

.step-terms .terms-inner .terms-check input[type="checkbox"] + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  position: relative;
}

.step-terms .terms-inner .terms-check input[type="checkbox"] + label:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 12px 0 0;
  border: 1px solid #CCCACB;
  border-radius: 5px;
}

.step-terms .terms-inner .terms-check input[type="checkbox"]:checked + label {
  position: relative;
}

.step-terms .terms-inner .terms-check input[type="checkbox"]:checked + label:after {
  content: "";
  display: block;
  width: 17px;
  height: 15px;
  background: url(/quick/hosho/entry/ci/images/ico_list_01.png) no-repeat left top/contain;
  position: absolute;
  top: 50%;
  left: 8px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.step-terms .terms-inner .terms-check input[type="checkbox"].disabled {
  pointer-events: none;
}

.step-terms .terms-inner .terms-check input[type="checkbox"].disabled + label {
  pointer-events: none;
}

.step-terms .terms-inner .terms-check input[type="checkbox"].disabled + label:before {
  border: none;
}

.step-terms button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 184px;
  height: 49px;
  margin: 40px auto 0;
  line-height: 1;
  font-size: 17px;
  font-weight: bold;
  background: #FFED66;
  border: none;
  border-radius: 100px;
  color: #000;
  cursor: pointer;
}

.step-terms button.disabled {
  background: #CCCACB;
  pointer-events: none;
  color: #fff;
}

.step-terms .form-desc {
  margin: 37px 0 0;
  padding: 0 0 0 23px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .step-terms .form-desc {
    text-align: center;
    margin-top: 48px;
    margin-bottom: 48px;
  }
}

.text-bold {
  font-weight: bold;
}

.text-small {
  font-size: 0.75rem;
  color: rgba(13, 17, 18, 0.7);
}

.text-marker {
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(47.83%, rgba(255, 255, 255, 0)), color-stop(0%, #FFED66));
  background: rgba(0, 0, 0, 0) -o-linear-gradient(rgba(255, 255, 255, 0) 47.83%, #FFED66 0%);
  background: rgba(0, 0, 0, 0) linear-gradient(rgba(255, 255, 255, 0) 47.83%, #FFED66 0%);
}

.text-blk {
  display: inline-block;
  margin: 16px 0;
}

.display-off {
  display: none;
}

.p-input {
  display: none;
}

.p-label-wrap + .p-label-wrap {
  margin-top: 16px;
}

.p-label {
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 16px;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.p-label_cell {
  display: table-cell;
}

.p-label_ttl {
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  color: #000000;
  line-height: 1.2143;
  margin-bottom: 8px;
}

.p-label_txt {
  display: block;
  font-size: 0.75rem;
  color: rgba(13, 17, 18, 0.7);
  line-height: 1.5;
}

.p-label_txt.-red {
  color: #D25B8D;
}

.p-label-ico {
  width: 36px;
  padding-right: 16px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAS1BMVEUAAADMysvMysvPz8/MycvMysvMysrNysrPysrPz8/MysrNy8vMycrLysrMysrMysv////l5OX29fXz8vLc2tvV1NTV09Tm5eXi4eJnb1xZAAAAD3RSTlMAgMAQ4PCgYDAgn3DQz5AQX6WzAAAA+klEQVQ4y42VW3LDIAxFedgY/MgFO467/5U2nUmLQFDr/HJm7ggkoUq8NmYDNmMWr7qEeQBhmENTsxoMbbk3jWgwTrWn0UGXsTO6zDSeetxkubfpE274VGTHO3G0jeBnOmI80pOHBxBee/ywv0AIb9EhkyIhIePe4kC9gi/y7kp5khsrSLqnpey1uOezRZlcb2Tk2g0RExdTFkktBxcP/LIp/BEb5FOxKI1excXIr2cRXjh9wrMWT/KE0qao2uzqeHjUjXvmxj1BCI1RuH5G4WKjIB8u+bjKF0BZOcfRJeX+8axw7YkXqXw1c4Irl/0jqC5+MWYFVv59fAPixUpLRnN+7gAAAABJRU5ErkJggg==") no-repeat left top;
  background-size: 20px;
}

input:checked + .p-label .p-label-ico {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAASFBMVEUAAABCwadBwaZBwadAv69BwKdBwKdCwqdAv6VAv6dBwqZBwKdBwKZCwaZCwaf///+g4NPz+/rb8+7Q8OlkzLd81MKU3M191ML7yn/TAAAADnRSTlMAgMCgEODwYDAgcNDPkF1+lHQAAADhSURBVDjLjZXbEoQgDEOh3kDdeF///0/3YR2tFMecVzMTA21wd4IX6YFepA3ukVhUUFRFzMpKD4Mvra6pkaFuUp3HA/5uW+CRQttrnVUSvol7gxeORGWNF+oyY7yNyzQt42bNIxTrPBzMKxQxSTwOijFJXiW6i6+6d+eC8h0SlHvQUeZUOOOkdXLlHQxXdnFi/jCbR1SWxQqX82PvcDJZ4YQTWshad3QY/nha8sDpK2SHwoxZXocPPbh2Ffb/KuzQeHq52HVlC4CtFLqkyNpji5StZqrsP9E9ElqRDujs8/EDfkFFjKswTf8AAAAASUVORK5CYII=") no-repeat left top;
  background-size: 20px;
}

.add-btn-wrap {
  padding-top: 32px;
}

.postalCode-btn-wrap {
  width: 100%;
}

.btn {
  display: block;
  font-size: 15px;
  letter-spacing: 0.024em;
  color: #0E1213;
  font-weight: bold;
  text-align: center;
  padding: 6px 16px;
  border: 1px solid #0E1213;
  border-radius: 9999px;
  margin: 16px auto 0;
}

.btn.add-btn {
  margin-top: 0;
}

.btn:hover {
  cursor: pointer;
}

.btn.postalCode-btn {
  border: 1px solid #0E1213;
  color: #0E1213;
  background-color: #ffffff;
  margin-top: 0;
  width: 100%;
}

.btn.postalCode-btn.disabled {
  background-color: #CCCACB;
  color: #FFFFFF;
  border: 1px solid #CCCACB;
  pointer-events: none;
}

/* modal input2 */
.p-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(14, 18, 19, 0.72);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  z-index: -1;
}

.p-modal_close {
  display: none;
}

.p-modal_closeBtn {
  display: none;
}

.p-modal {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  z-index: -1;
}

.p-modal_outerWrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.p-modal_innerWrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  padding: 16px 16px 104px;
}

.p-modal_container {
  max-width: 832px;
  margin: 0 auto;
  position: relative;
}

.p-modal_body {
  max-width: 832px;
  background-color: #F8F6F7;
  border-radius: 16px;
}

.p-modal_inner {
  padding: 35px 24px 20px;
  display: none;
}

.p-modal_inner.is-modal-current {
  display: block;
}

.p-modal_ttl {
  color: #0E1213;
  text-align: center;
  margin-bottom: 30px;
}

.p-modal_ttl .inner {
  position: relative;
  font-size: 1.9375rem;
  text-align: center;
  display: inline-block;
  padding: 0 0 8px;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .p-modal_ttl .inner {
    font-size: 1.5rem;
  }
}

.p-modal_ttl .inner::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  height: 2px;
  width: 100%;
  background: url("/quick/hosho/entry/ci/images/bg_input_ttl.png") left center/contain;
}

@media screen and (max-width: 768px) {
  .p-modal_ttl .inner::after {
    bottom: 0;
  }
}

.p-modal_ttl .inner:not(:first-child) {
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .p-modal_ttl .inner:not(:first-child) {
    margin-top: 10px;
  }
}

.is-body-fix {
  height: 100vh;
  overflow: hidden;
}

.is-modal-open {
  -webkit-transition: all 0.2s 0.4s ease-in-out;
  -o-transition: all 0.2s 0.4s ease-in-out;
  transition: all 0.2s 0.4s ease-in-out;
}

.is-modal-open .p-modal-overlay {
  opacity: 1;
  z-index: 10000;
}

.is-modal-open .p-modal {
  opacity: 1;
  z-index: 10001;
  height: 100vh;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.is-modal-open .p-modal::-webkit-scrollbar {
  display: none;
}

.is-modal-open .p-modal_close {
  border: none;
  border-radius: 100%;
  -webkit-appearance: none;
  position: absolute;
  color: #fff;
  cursor: pointer;
  padding: 0;
  width: 24px;
  height: 24px;
  background: #CCCACB;
  top: .5rem;
  right: .5rem;
  left: inherit;
  display: block;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.is-modal-open .p-modal_close::before, .is-modal-open .p-modal_close::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 4px;
  background: #fff;
  top: 11px;
  left: 5px;
  width: 14px;
  height: 2px;
}

.is-modal-open .p-modal_close::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.is-modal-open .p-modal_close::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.is-modal-open .p-modal_close > span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.is-modal-open .p-modal_closeBtn {
  -webkit-appearance: none;
  border: 2px solid #fff;
  color: #fff;
  display: block;
  text-align: center;
  border-radius: 30px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  background: none;
  cursor: pointer;
  font-size: 17px;
  padding: 14px 0;
  margin: 32px auto 0;
  width: 132px;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.is-modal-open .step-img img {
  opacity: 0;
}

.is-modal-open .entered .form-select {
  color: rgba(255, 255, 255, 0);
}

select[data-input="industry"],
select[data-input="job"],
select[data-input="previous-industry"],
select[data-input="previous-job"] {
  display: none;
}

.js-dummy-select.form-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .entered .js-dummy-select {
    letter-spacing: -1px;
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .entered .fs-lsAdj02 {
    letter-spacing: -1px;
    font-size: 15px;
  }
}

.js-next-step.disabled {
  pointer-events: none;
}

/* error */
.error-area {
  position: relative;
  padding: 30px 23px 23px;
  margin-bottom: 32px;
  font-weight: bold;
  color: #FC5C51;
  border: 2px dashed #FC5C51;
  border-radius: 10px;
}

.error-area::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  width: 56px;
  height: 16px;
  margin-top: -8px;
  margin-left: -28px;
  background: #fff url("/quick/hosho/entry/ci/images/ico_error.svg") center center/32% no-repeat;
  background-size: contain;
}

.error-area .error-container {
  font-size: 0.75rem;
}

.error-area .error-container:not(:first-child) {
  margin-top: 13px;
}

.error-area .error-container .error-detail {
  margin-bottom: 6px;
}

.error-area .error-container .error-list {
  font-size: 1.062rem;
}

.error.select-wrap,
.error .form-text {
  color: #fff;
  border: 1px solid #FC5C51;
  background: #FC5C51;
}

.error.select-wrap::-webkit-input-placeholder, .error .form-text::-webkit-input-placeholder {
  color: #fff;
}

.error.select-wrap::-moz-placeholder, .error .form-text::-moz-placeholder {
  color: #fff;
}

.error.select-wrap:-ms-input-placeholder, .error .form-text:-ms-input-placeholder {
  color: #fff;
}

.error.select-wrap::-ms-input-placeholder, .error .form-text::-ms-input-placeholder {
  color: #fff;
}

.error.select-wrap::placeholder,
.error .form-text::placeholder {
  color: #fff;
}

.error.select-wrap::before,
.error .form-text::before {
  background: url("/quick/hosho/entry/ci/images/ico_select_03.png") center center/contain no-repeat;
}

.error.select-wrap .form-select,
.error .form-text .form-select {
  color: #fff;
}

.error.select-wrap-type02::before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.error-text {
  display: none;
  position: relative;
  width: 100%;
  margin-top: 10px;
  padding-left: 25px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #FC5C51;
}

.error-text::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 17px;
  height: 16px;
  margin-top: 2px;
  background: url("/quick/hosho/entry/ci/images/ico_error.svg") center center/contain no-repeat;
}

/* entered */
.entered {
  border-color: #CCCACB;
}

.entered::before {
  background-image: url("/quick/hosho/entry/ci/images/ico_select_02.png");
}

.entered::after {
  content: "";
  position: absolute;
  top: -7px;
  left: -5px;
  background-color: #fff;
  background-image: url("/quick/hosho/entry/ci/images/ico_input_01.png");
  width: 20px;
  height: 20px;
}

.entered .form-select {
  border-color: #CCCACB;
  color: #0E1213;
  z-index: 9998;
}

.entered.select-wrap-type02::before {
  background-image: url("/quick/hosho/entry/ci/images/ico_select_05.png");
}

.step-img {
  position: relative;
  min-height: 296px;
}

@media screen and (max-width: 768px) {
  .step-img {
    min-height: 200px;
  }
}

.step-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.confirm-container {
  display: none;
}

.confirm-container.confirm-container--common {
  display: block;
}

.confirm-container .btn-wrap {
  margin-top: 40px;
}

.confirm-container .btn-wrap.btn-wrap-wide {
  margin-top: 40px;
}

.confirm-container .button {
  font-weight: normal;
}

.confirm-container .button.button-modify {
  border-color: #a69fa2;
}

.confirm-container .button-2line {
  height: auto !important;
}

.confirm-container.is-active {
  display: block;
}

.form-label,
.radio-ttl,
.total-ttl {
  max-width: 40%;
}

@media screen and (max-width: 768px) {
  .form-label,
  .radio-ttl,
  .total-ttl {
    max-width: 40%;
  }
}

.page-input1 .form-label,
.page-input1 .radio-ttl,
.page-input1 .total-ttl {
  max-width: 35%;
}

@media screen and (max-width: 768px) {
  .page-input1 .form-label,
  .page-input1 .radio-ttl,
  .page-input1 .total-ttl {
    max-width: 30%;
  }
}

@media screen and (max-width: 768px) {
  .form-label.form-label-type01 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 12px;
  }
}

.form-label.form-label-type01.form-label--cobahitation-plan {
  max-width: 100%;
  margin-bottom: 12px;
}

.form-label.form-label-type02::before {
  display: none;
  padding-left: 0;
}

.form-select {
  position: relative;
}

@media screen and (max-width: 768px) {
  .form-label-type01 + .text-wrap,
  .form-label-type01 + .select-wrap,
  .address-container .text-wrap {
    width: 100%;
  }
  .form-label-type01 + .text-wrap .form-text,
  .form-label-type01 + .select-wrap .form-text,
  .address-container .text-wrap .form-text {
    width: 100%;
  }
}

.head {
  text-align: center;
  position: relative;
  letter-spacing: 0.024em;
}

.head.ls-narrow {
  letter-spacing: -0.8px;
}

.head .ttl_dec {
  position: relative;
}

.head .ttl_dec:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  height: 2px;
  width: 100%;
}

.head {
  text-align: center;
  position: relative;
}

.headingLv2 {
  font-size: 28px;
}

.headingLv2 .ttl_dec:after {
  background: url("/quick/hosho/entry/ci/images/grid.png");
}

@media screen and (max-width: 768px) {
  .headingLv2 {
    font-size: 22px;
  }
}

.headingLv2.headingLv2--numbered {
  padding-top: 55px;
}

.headingLv2.headingLv2--numbered::before {
  display: block;
  counter-increment: secNum;
  content: "0" counter(secNum);
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 24px;
  border: 1px solid #CCCACB;
  border-radius: 9999px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  font-family: "Lato", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

@media screen and (max-width: 768px) {
  .headingLv2.headingLv2--numbered::before {
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

.headingLv2-inner {
  font-size: 28px;
  font-weight: bold;
}

.headingLv2-inner .ttl_dec:after {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANUAAAACAgMAAACyFXGHAAAACVBMVEVHcEwOERIOEhN9JVXCAAAAAnRSTlMA8MsuPyQAAAAUSURBVAjXY0iRZHOcQCrhwEAeAACJ+g4MV0kgxgAAAABJRU5ErkJggg==);
}

@media screen and (max-width: 768px) {
  .headingLv2-inner {
    font-size: 18px;
  }
}

.headingLv2-inner .text-small {
  font-size: 13px;
  color: #0E1213;
}

.headingLv2-inner.headingLv2-inner--numbered {
  padding-top: 48px;
}

.headingLv2-inner.headingLv2-inner--numbered::before {
  display: block;
  counter-increment: secNum;
  content: "0" counter(secNum);
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 24px;
  border: 1px solid #CCCACB;
  border-radius: 9999px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  font-family: "Lato", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

@media screen and (max-width: 768px) {
  .headingLv2-inner.headingLv2-inner--numbered::before {
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

.section-title {
  text-align: center;
  color: #0E1213;
  margin-bottom: 58px;
}

@media screen and (max-width: 768px) {
  .section-title {
    margin-bottom: 26px;
  }
}

.section-title .section-num-wrap {
  margin-bottom: 12px;
}

.section-title .section-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  line-height: 48px;
  margin: 0 auto;
  font-size: 1.5rem;
  border-radius: 9999px;
  border: 1px solid #CCCACB;
  font-family: "Lato", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .section-title .section-num {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

.section-title .section-title-text .inner {
  text-align: center;
  position: relative;
  display: inline;
  padding: 0;
  font-size: 1.75rem;
}

@media screen and (max-width: 768px) {
  .section-title .section-title-text .inner {
    font-size: 1.375rem;
  }
}

.section-title .section-title-text .inner::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  height: 1px;
  width: 100%;
  background: url("/quick/hosho/entry/ci/images/bg_input_ttl.png") left center/contain;
}

.section-title + .confirm-outer {
  margin-top: 32px;
}

.confirm-outer + .confirm-outer {
  margin-top: 24px;
  border-top: 2px solid #EDEBEC;
  padding-top: 40px;
}

.confirm-ttl-text {
  text-align: center;
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .confirm-ttl-text {
    font-size: 16px;
  }
}

.confirm-ttl-text .inner {
  position: relative;
  letter-spacing: 0.024em;
  padding-bottom: 2px;
}

.confirm-ttl-text .inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: url(/quick/hosho/entry/ci/images/bg_input_ttl.png) left center/contain;
}

.confirm-ttl-text + .confirm-wrap {
  margin-top: 24px;
}

.section-block-type01:not(:first-child) {
  margin-top: 40px;
}

.section-block-type01 + .section-block-type01::before {
  content: "";
  display: block;
  height: 4px;
  margin: 40px 0;
  background-color: #EDEBEC;
  border-radius: 2px;
}

/* 確認画面 */
.confirm-wrap .confirm-item:not(:first-child) {
  margin-top: 20px;
}

.confirm-wrap .confirm-item .confirm-label {
  position: relative;
  padding-left: 16px;
  display: inline-block;
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .confirm-wrap .confirm-item .confirm-label {
    font-size: 0.875rem;
  }
}

.confirm-wrap .confirm-item .confirm-label::before {
  display: block;
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  width: 6px;
  height: 6px;
  margin-top: -6px;
  border-radius: 50%;
  background: #0E1213;
}

.confirm-wrap .confirm-item .confirm-content {
  position: relative;
}

.confirm-wrap .confirm-item .confirm-content::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 24px;
  border-radius: 50%;
  background: #fff url("/quick/hosho/entry/ci/images/ico_input_01.png") center center/contain;
}

.confirm-wrap .confirm-item .confirm-content .confirm-txt {
  word-wrap: break-word;
  word-break: break-all;
  padding-right: 30px;
  text-align: right;
  font-size: 1.062rem;
  font-weight: bold;
}

.confirm-wrap .confirm-item .confirm-content .confirm-txt.confirm-txt-situation {
  font-size: 12px;
}

.confirm-wrap .confirm-item .confirm-content .confirm-txt .input-notes {
  vertical-align: middle;
  display: inline-block;
  margin-right: 8px;
  line-height: 1.0;
}

.confirm-wrap .confirm-item .confirm-content .confirm-txt.confirm-txt--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-left: 24px;
}

@media screen and (max-width: 768px) {
  .confirm-wrap .confirm-item .confirm-content .confirm-txt.confirm-txt--flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.confirm-wrap .confirm-item .confirm-content .confirm-txt.confirm-txt--flex .input-notes {
  display: block;
}

@media screen and (max-width: 768px) {
  .confirm-wrap .confirm-item .confirm-content .confirm-txt.confirm-txt--flex .input-notes {
    text-align: left;
  }
}

.confirm-wrap + .confirm-wrap {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 4px solid #EDEBEC;
}

.between-text01 {
  margin: 0 8px;
  font-size: 1.125rem;
  font-weight: bold;
}

.between-text01-1 {
  min-width: 37px;
}

.date-item01 .date-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 58.5%;
}

.date-item01 .date-wrap .date-year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 38%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.date-item01 .date-wrap .date-month,
.date-item01 .date-wrap .date-day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 31%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.date-item01 .date-wrap .select-wrap {
  width: 100%;
}

.date-item01 .date-wrap .between-text01 {
  margin-right: 5px;
  margin-left: 5px;
}

@media screen and (max-width: 768px) {
  .date-item01 .date-wrap {
    display: block;
    width: 100%;
  }
  .date-item01 .date-wrap .date-year {
    width: 100%;
    margin-bottom: 12px;
  }
  .date-item01 .date-wrap .date-month,
  .date-item01 .date-wrap .date-day {
    float: left;
    width: 50%;
  }
}

.postalcode-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 58.5%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .postalcode-wrap {
    width: 100%;
  }
}

.postalcode-item .text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.postalcode-item .text-wrap:nth-of-type(1) {
  width: 46%;
}

.postalcode-item .text-wrap .form-text {
  margin-right: 0;
}

.postalcode-item .between-text01 {
  font-size: 1.4rem;
  margin: 0 4px;
  color: #A69FA2;
}

.address-container {
  width: 58.5%;
}

@media screen and (max-width: 768px) {
  .address-container {
    width: 100%;
  }
}

.address-wrap {
  position: relative;
}

.address-wrap:not(:last-child) {
  margin-bottom: 16px;
}

.address-wrap.address-wrap--optional .form-text {
  border-color: #CCCACB;
}

.tel-container {
  width: 58.5%;
  margin-bottom: -24px;
}

@media screen and (max-width: 768px) {
  .tel-container {
    width: 100%;
    margin-bottom: -16px;
  }
}

.tel-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .tel-wrap {
    margin-bottom: 16px;
  }
}

.tel-item .text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tel-item .text-wrap.tel-front {
  width: 33%;
}

.tel-item .text-wrap.tel-middle {
  width: 33%;
}

.tel-item .text-wrap.tel-back {
  width: 33%;
}

.tel-item .text-wrap .form-text {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .tel-item .text-wrap .form-text {
    padding-left: 0;
    text-align: center;
  }
}

.tel-item .between-text01 {
  font-size: 1.4rem;
  margin: 0 4px;
  color: #A69FA2;
}

@media screen and (max-width: 768px) {
  .tel-item .between-text01 {
    font-size: 1.0rem;
    margin: 0 1px;
  }
}

/* .desc-type01 */
.desc-type01 + .desc-type01 {
  margin-top: 40px;
}

.desc-type01 .label-item .label-type01 {
  display: inline-block;
  padding: 0 8px;
  font-size: 0.625rem;
  font-weight: bold;
  border: 1px solid #CCCACB;
  border-radius: 2px;
}

.desc-type01 .label-item .label-type01:not(:last-child) {
  margin-right: 8px;
}

.desc-type01 .img-wrap {
  margin-bottom: 32px;
  text-align: center;
}

.desc-type01 .img-wrap.mb-narrow {
  margin-bottom: 16px;
}

.desc-type01 .img-wrap.mt-normal {
  margin-top: 24px;
}

.desc-type01 .img-wrap.mt-wide {
  margin-top: 32px;
}

.desc-type01 .desc-title01,
.desc-type01 .desc-title02 {
  line-height: 1.6;
  margin-bottom: 5px;
  font-size: 1.0625rem;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .desc-type01 .desc-title01,
  .desc-type01 .desc-title02 {
    font-size: 22px;
  }
}

.desc-type01 .desc-title01 .text-color,
.desc-type01 .desc-title02 .text-color {
  color: #D25B8D;
}

.desc-type01 .desc-title02 {
  color: #FC5C51;
}

@media screen and (min-width: 768px) {
  .desc-type01 .desc-title02 {
    letter-spacing: -0.5px;
  }
}

.desc-type01 .sentence {
  line-height: 1.6;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .desc-type01 .sentence {
    font-size: 1em;
  }
}

.desc-type01 .sentence + .sentence {
  margin-top: 16px;
}

.desc-type01 .note-type01 {
  margin-bottom: 8px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #D25B8D;
}

.desc-type01 .desc-info {
  font-size: 10px;
  color: #857F82;
  margin-bottom: 16px;
}

/* inputConfirm.html */
.input-confirm .button-modify,
.inputConfirm2 .button-modify {
  width: 160px;
}

.input-confirm .button-modify.confirm-button,
.inputConfirm2 .button-modify.confirm-button {
  width: 270px;
}

.input-confirm .button-modify.confirm-button.confirm-button--wide,
.inputConfirm2 .button-modify.confirm-button.confirm-button--wide {
  width: auto;
}

@media screen and (max-width: 768px) {
  .input-confirm .button-modify.confirm-button.confirm-button--wide,
  .inputConfirm2 .button-modify.confirm-button.confirm-button--wide {
    max-width: 100%;
  }
}

.input-confirm .button-modify .btn-text,
.inputConfirm2 .button-modify .btn-text {
  padding-right: 20px;
  padding-left: 20px;
}

.input-confirm .button-input-next,
.inputConfirm2 .button-input-next {
  width: 180px;
}

.input-confirm .textbox-magazin,
.inputConfirm2 .textbox-magazin {
  width: 371px;
  margin: 40px auto;
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .input-confirm .textbox-magazin,
  .inputConfirm2 .textbox-magazin {
    width: 230px;
  }
}

.input-confirm .textbox-magazin .text-magazin,
.inputConfirm2 .textbox-magazin .text-magazin {
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.09em;
  font-size: 14px;
}

.input-confirm .textbox-check,
.inputConfirm2 .textbox-check {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  margin-top: 24px;
  padding-left: 26px;
  min-width: 220px;
  margin-left: auto;
  padding-left: 41px;
}

.input-confirm .textbox-check .confirm-txt,
.inputConfirm2 .textbox-check .confirm-txt {
  position: relative;
}

.input-confirm .textbox-check .confirm-txt::before,
.inputConfirm2 .textbox-check .confirm-txt::before {
  content: "";
  display: table-cell;
  width: 7px;
  height: 7px;
  background: url(/quick/hosho/entry/ci/images/ico_list_01.png) no-repeat left top/contain;
  position: absolute;
  top: 7px;
  left: -14px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .input-confirm .textbox-check .confirm-txt::before,
  .inputConfirm2 .textbox-check .confirm-txt::before {
    top: 8px;
  }
}

.input-confirm .btn-wrap,
.inputConfirm2 .btn-wrap {
  margin-top: 40px;
}

.input-confirm .box-line,
.inputConfirm2 .box-line {
  position: relative;
}

.input-confirm .box-line::after,
.inputConfirm2 .box-line::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  margin: 32px auto;
  background-color: #EDEBEC;
  border-radius: 2px;
  left: 0;
  right: 0;
}

.inputConfirm2 .textbox-check::before {
  display: none;
}

.confirm-tel {
  display: inline-block;
  min-width: 9.0em;
}

@media screen and (max-width: 768px) {
  .confirm-tel {
    min-width: 9.5em;
  }
}

/* entryComplete.html */
.entry-complete-conteiner {
  padding-bottom: 24px;
  padding-top: 8px;
}

@media screen and (max-width: 768px) {
  .entry-complete-conteiner {
    padding-top: 16px;
  }
}

.entry-complete-conteiner:last-child {
  padding-bottom: 0;
}

.entry-complete-conteiner:first-child {
  padding-top: 0;
}

.entry-complete-conteiner.-gbGray {
  background-color: #EDEBEC;
  padding-top: 62px;
}

.step-body-first {
  padding: 0 !important;
}

.step-body-first .step-body-inner {
  padding: 48px 160px;
}

@media screen and (max-width: 768px) {
  .step-body-first .step-body-inner {
    padding: 40px 40px 32px;
  }
}

@media screen and (max-width: 768px) {
  .step-body-first {
    padding: 0;
  }
}

.step-body-first .complete-container .sentence {
  font-size: 14px;
}

.complete-container .sentence {
  font-size: 16px;
}

.complete-container .sentence .line-yellow {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, yellow), color-stop(0%, #fff));
  background: -o-linear-gradient(bottom, yellow 30%, #fff 0%);
  background: linear-gradient(to top, yellow 30%, #fff 0%);
}

.complete-container.complete-container_mail {
  padding: 48px 160px;
  background: #F8F6F7;
  border-radius: 0 0 16px 16px;
}

@media screen and (max-width: 768px) {
  .complete-container.complete-container_mail {
    padding: 40px;
  }
}

.complete-container.complete-container_mail .desc-title01 {
  font-size: 12px;
  font-weight: bold;
}

.complete-container.complete-container_mail .sentence {
  font-size: 12px;
}

.complete-container .ttl_dec {
  letter-spacing: 0.088em;
}

.complete-container .desc-type01 .img-wrap.mt-normal {
  margin-top: 40px;
}

.complete-container .img-wrap.img-wrap1 {
  width: 50%;
  margin: 40px auto 24px;
}

.complete-container .img-wrap.img-wrap2 {
  width: 50%;
  margin: 32px auto 24px;
}

.complete-container .img-wrap.img-wrap3 {
  width: 50%;
  margin: 24px auto 24px;
}

@media screen and (max-width: 768px) {
  .complete-container .img-wrap.img-wrap1 {
    width: 100%;
    margin-top: 40px;
  }
  .complete-container .img-wrap.img-wrap2 {
    width: 100%;
    margin-top: 32px;
  }
  .complete-container .img-wrap.img-wrap3 {
    width: 100%;
    margin-top: 24px;
  }
}

.complete-container .img-wrap img {
  width: 100%;
}

.entry-complete {
  counter-reset: secNum;
}

.entry-complete .step-body + .step-body {
  margin-top: 24px;
}

.entry-complete .list-type01 {
  font-size: 0.75em;
}

.entry-complete .btn-text {
  font-size: 0.9375rem;
}

.entry-complete .inquiries-area {
  margin-top: 24px;
  margin-bottom: 24px;
  font-weight: bold;
}

.entry-complete .inquiries-area .inquiries {
  font-size: 0.937rem;
  text-align: center;
}

.entry-complete .inquiries-area .contact {
  font-size: 1.5rem;
  text-decoration: underline;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-align: center;
}

.entry-complete .inquiries-area .contact a {
  color: #0E1213;
}

.list-type01 .item:not(:first-child) {
  margin-top: 12px;
}

.iyell-info {
  margin: 16px 0;
}

.iyell-tel {
  font-size: 0.75rem;
}

.iyell-tel .-em {
  font-weight: bold;
}

.iyell-tel > a {
  font-weight: normal;
  color: #0e1213;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .iyell-tel > a {
    pointer-events: initial;
  }
}

.memo-blc {
  background-color: #F8F6F7;
  border-radius: 16px;
  padding: 24px 16px;
  margin-top: 32px;
}

.memo-blc .btn-wrap {
  margin-top: 24px;
}

@media screen and (min-width: 769px) {
  .memo-blc {
    padding: 24px 32px;
  }
}

.bal-wrap {
  position: relative;
  margin-bottom: 32px;
}

.bal-wrap::after {
  content: '';
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/quick/hosho/entry/ci/images/img_entryComplete_09@2x.png);
  z-index: 1;
  width: 70px;
  height: 56px;
  position: absolute;
  right: 0;
  bottom: -2px;
}

.bal {
  padding: 24px;
  position: relative;
  font-weight: bold;
  letter-spacing: 0.020em;
}

.bal::before,
.bal::after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 8px;
}

.bal::before {
  top: 0;
  padding-top: 18px;
  border: 4px solid #DBD9DA;
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.bal::after {
  bottom: 0;
  padding-top: 18px;
  border: 4px solid #DBD9DA;
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

@media screen and (min-width: 769px) {
  .bal .sentence {
    font-size: 16px;
    text-align: center;
  }
}

.sec02-cnt-blk {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px dashed #A69FA2;
}

.sec02-cnt-ttl {
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.024em;
}

@media screen and (min-width: 769px) {
  .sec02-cnt-ttl {
    font-size: 17px;
  }
}

.button-hosho-guide-link {
  width: 100%;
  max-width: 240px;
  font-size: 13px;
  letter-spacing: 0.024em;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  background-color: #000000;
  border-radius: 9999px;
  padding: 8px 0;
}

.button-hosho-guide-link:hover {
  color: #ffffff;
}

.repayment-wrap {
  width: 100%;
}

.repayment-wrap[data-additional-card-item], .repayment-wrap[data-additional-car-item], .repayment-wrap[data-additional-education-item], .repayment-wrap[data-additional-other-item] {
  padding-top: 32px;
  margin-top: 32px;
  border-top: 4px solid #EDEBEC;
}

.repayment-wrap[data-additional-card-item] + [data-insert-area] + .add-btn-wrap, .repayment-wrap[data-additional-car-item] + [data-insert-area] + .add-btn-wrap, .repayment-wrap[data-additional-education-item] + [data-insert-area] + .add-btn-wrap, .repayment-wrap[data-additional-other-item] + [data-insert-area] + .add-btn-wrap {
  margin-top: 32px;
  border-top: 4px solid #EDEBEC;
}

.repayment-wrap li:not(:first-child) {
  margin-top: 24px;
}

.repayment-wrap,
.loan-wrap {
  padding-left: 8px;
  margin-top: 12px;
}

.repayment-wrap .form-label,
.loan-wrap .form-label {
  padding-left: 0;
}

.repayment-wrap .form-label::before,
.loan-wrap .form-label::before {
  display: none;
}

.repayment-wrap .input-item:last-child,
.loan-wrap .input-item:last-child {
  margin-bottom: 0;
}

.amount-wrap,
.loan-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.amount-wrap,
.form-wrap {
  position: relative;
}

.loan-wrap {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.inputConfirm .input-notes.input-notes-block,
.inputConfirm2 .input-notes.input-notes-block {
  text-align: left;
  padding-left: 12px;
}

.inputConfirm .confirm-txt-inner,
.inputConfirm2 .confirm-txt-inner {
  display: inline-block;
  min-width: 200px;
}

@media screen and (max-width: 768px) {
  .inputConfirm .confirm-txt-inner,
  .inputConfirm2 .confirm-txt-inner {
    min-width: unset;
  }
}

@media screen and (max-width: 768px) {
  .imgbox {
    margin-bottom: 24px;
  }
}

.page-input3 .imgbox,
.page-input6 .imgbox {
  margin: auto;
}

@media screen and (min-width: 769px) {
  .page-input3 .step-img1 .pc-img,
  .page-input6 .step-img1 .pc-img {
    margin-bottom: auto !important;
  }
}

.page-input1 .step-img,
.page-inputia1 .step-img {
  min-height: 162px;
  margin: 40px auto;
}

.page-input4 .step-body {
  margin-top: -10px;
}

.page-input4 .imgbox1 {
  margin: 40px 40px 40px auto;
}

.page-agreeComplete .step-pre .step-title {
  width: 100%;
}

.page-agreeComplete .step-img {
  margin-right: 50px;
}

.page-agreeComplete .step-img2 {
  margin-right: 0;
}

.page-inputia1 .step-terms button.btn-modal {
  width: 260px;
  background-color: inherit;
  border: 1px solid #A69FA2;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .page-inputia1 .list-title {
    font-size: 16px;
  }
}

.modal-flow {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.modal-flow p {
  font-size: 14px;
}

.modal-flow .modal-head_closebtn {
  position: absolute;
  top: 12px;
  right: 16px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #CCCACB;
  margin-left: auto;
  cursor: pointer;
}

.modal-flow .modal-head_closebtn::before,
.modal-flow .modal-head_closebtn::after {
  position: absolute;
  display: block;
  content: "";
  width: 20px;
  height: 2px;
  background: #fff;
  top: 10px;
  left: 2px;
}

.modal-flow .modal-head_closebtn::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal-flow .modal-head_closebtn::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal-flow .modal-colsebtn {
  width: 130px;
  border: 1px #fff solid;
  border-radius: 40px;
  padding: 16px 32px;
  color: #fff;
  text-align: center;
  margin: 48px auto;
  cursor: pointer;
  position: absolute;
  top: 1432px;
  left: 0;
  right: 0;
}

@media screen and (min-width: 769px) {
  .modal-flow .modal-colsebtn {
    top: 1380px;
  }
}

.modal-flow .modal-bg {
  position: relative;
  background: #000000;
  top: 0;
  width: 100%;
  height: 1620px;
}

@media screen and (min-width: 769px) {
  .modal-flow .modal-bg {
    height: 1560px;
  }
}

.modal-flow .modal-innerBox {
  width: 327px;
  position: absolute;
  top: 40px;
  background-color: #fff;
  border-radius: 16px;
  padding: 40px 28px;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (min-width: 769px) {
  .modal-flow .modal-innerBox {
    padding: 40px 108px;
    width: 832px;
  }
}

.modal-flow .step-title {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.024em;
  color: #0E1213;
}

.modal-flow .step-title .inner {
  font-size: 1.5rem;
  position: relative;
}

.modal-flow .step-title .inner::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  height: 2px;
  width: 100%;
  background: url(/quick/hosho/entry/ci/images/bg_input_ttl.png) left center/contain;
}

@media screen and (max-width: 768px) {
  .modal-flow .step-title .inner::after {
    bottom: 0;
  }
}

.modal-flow .title-img {
  position: relative;
  z-index: 1;
}

.modal-flow .modal-list li:nth-child(2) {
  margin-top: 20px;
}

.modal-flow .modal-list li:nth-child(3) {
  margin-top: 20px;
}

.modal-flow .modal-list li:nth-child(4) {
  margin-top: 20px;
}

.modal-flow .modal-list li:nth-child(5) {
  margin-top: 20px;
}

@media screen and (min-width: 769px) {
  .modal-flow .modal-list li:nth-child(5) {
    margin-top: 40px;
  }
}

.modal-flow .modal-list li:nth-child(6) {
  margin-top: 20px;
}

@media screen and (min-width: 769px) {
  .modal-flow .modal-list li:nth-child(6) {
    margin-top: 50px;
  }
}

.modal-flow .text-flow {
  font-size: 14px;
  position: relative;
  padding-left: 52px;
  margin-top: 8px;
}

.modal-flow .text-flow .text-color {
  color: #D25B8D;
  font-weight: bold;
}

.modal-flow .text-flow::before {
  content: '';
  display: block;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  bottom: -2px;
  left: 4px;
}

@media screen and (min-width: 769px) {
  .modal-flow .text-flow::before {
    left: 10px;
  }
}

.modal-flow .text-flow.text-flow1::before {
  background-image: url(/quick/hosho/entry/ci/images/modal-arrow1.png);
  width: 21px;
  height: 84px;
  top: -4px;
}

.modal-flow .text-flow.text-flow2::before {
  background-image: url(/quick/hosho/entry/ci/images/modal-arrow2.png);
  width: 21px;
  height: 114px;
  top: -4px;
  z-index: 0;
}

.modal-flow .text-flow.text-flow3::before {
  background-image: url(/quick/hosho/entry/ci/images/modal-arrow3.png);
  width: 21px;
  height: 144px;
  top: -4px;
}

.modal-flow .text-flow.text-flow4::before {
  background-image: url(/quick/hosho/entry/ci/images/modal-arrow4.png);
  width: 21px;
  height: 214px;
  top: -4px;
}

@media screen and (min-width: 769px) {
  .modal-flow .text-flow.text-flow4::before {
    background-image: url(/quick/hosho/entry/ci/images/modal-arrow3.png);
    height: 134px;
  }
}

.modal-flow .text-flow.text-flow5::before {
  background-image: url(/quick/hosho/entry/ci/images/modal-arrow5.png);
  width: 21px;
  height: 67px;
  top: -4px;
}

.open {
  display: block !important;
}

.hide {
  display: none !important;
}

@media screen and (min-width: 769px) {
  .u-t-center-pc {
    text-align: center !important;
  }
}

.step-pre-width {
  background: #EDEBEC;
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 60px 40px;
}

@media screen and (min-width: 769px) {
  .step-pre-width .step-head {
    max-width: 836px;
    margin: auto;
  }
}

.page-input1 .address_check,
.page-input4 .address_check,
.page-input7 .address_check,
.page-inputia1 .address_check {
  margin-bottom: 16px;
}

.page-input1 .form-text-disabled,
.page-input4 .form-text-disabled,
.page-input7 .form-text-disabled,
.page-inputia1 .form-text-disabled {
  background: rgba(204, 202, 203, 0.5);
}

.page-input1 .address_check,
.page-input4 .address_check,
.page-input7 .address_check,
.page-inputia1 .address_check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.page-input1 .address_check #address_check,
.page-input4 .address_check #address_check,
.page-input7 .address_check #address_check,
.page-inputia1 .address_check #address_check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: block;
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 769px) {
  .page-input1 .address_check #address_check,
  .page-input4 .address_check #address_check,
  .page-input7 .address_check #address_check,
  .page-inputia1 .address_check #address_check {
    width: 36px;
  }
}

.page-input1 .address_check label,
.page-input4 .address_check label,
.page-input7 .address_check label,
.page-inputia1 .address_check label {
  display: block;
  color: #0D1112;
  opacity: 0.7;
  font-size: 0.75rem;
  font-weight: normal;
  padding-left: 12px;
}

.check_mail .text-check_mail {
  display: block;
  color: #0D1112;
  opacity: 0.7;
  font-size: 0.75rem;
  font-weight: normal;
  padding-left: 12px;
}

#entryComplete .container.input-step {
  padding: 20px 24px 0;
}

#entryComplete .inquiries-area .inquiries {
  font-size: 16px;
}

#entryComplete .inquiries-area .contact a {
  font-size: 16px;
  display: block;
  line-height: 1.4;
  text-decoration: underline;
}

#entryComplete .entry-complete-conteiner {
  padding-top: 0;
}

#entryComplete .entry-complete-conteiner.-gbGray {
  padding-top: 64px;
}

#entryComplete .step-head .step-title .inner:not(:first-child) {
  margin-top: 16px;
}

@media screen and (min-width: 769px) {
  #entryComplete .step-head .step-title .inner:not(:first-child) {
    margin-top: 0px;
  }
}

#entryComplete .head .ttl_dec:after {
  bottom: -8px;
}

#entryComplete .headingLv2-first {
  line-height: 1.8;
}

.input-limitError .button-top {
  background: #FFED66;
  color: #0E1213;
  font-size: 1.0625rem;
  padding: 16px 40px;
  min-width: 26%;
  border-radius: 9999px;
  text-align: center;
  line-height: 1;
  font-weight: bold;
}

.input-limitError .text-email {
  word-break: break-all;
  color: #0E1213;
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  .page-input7 .input-item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.page-input7 .amount-wrap {
  width: 58.5%;
}

@media screen and (max-width: 768px) {
  .page-input7 .amount-wrap {
    width: 100%;
  }
}

.page-input7 .box-line {
  position: relative;
}

.page-input7 .box-line::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  margin: 32px auto;
  background-color: #EDEBEC;
  border-radius: 2px;
  left: 0;
  right: 0;
}

.page-input7 .button-input-prev {
  position: relative;
  left: auto;
  margin-right: 16px;
}

.page-input7 .check_mail {
  margin-top: 32px;
  width: 410px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .page-input7 .check_mail {
    width: 191px;
    padding-left: 7px;
    margin-top: -26px;
  }
}

.page-input7 .check_mail input[type="checkbox"] + label {
  display: inline-block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 16px;
  top: -16px;
}

@media screen and (max-width: 768px) {
  .page-input7 .check_mail input[type="checkbox"] + label {
    top: 26px;
    font-size: 14px;
  }
}

.page-input7 .check_mail input[type="checkbox"] {
  display: none;
}

.page-input7 .check_mail input[type="checkbox"] + label::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 12px 0 0;
  border: 1px solid #CCCACB;
  border-radius: 5px;
  position: absolute;
  left: -50px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.page-input7 .check_mail input[type="checkbox"]:checked + label:after {
  content: "";
  display: block;
  width: 17px;
  height: 15px;
  background: url(/quick/hosho/entry/ci/images/ico_list_01.png) no-repeat left top/contain;
  position: absolute;
  top: 50%;
  left: -56px;
  right: 0;
  margin: auto;
  -webkit-transform: translate(-6px, -50%);
  -ms-transform: translate(-6px, -50%);
  transform: translate(-6px, -50%);
}

@media screen and (max-width: 768px) {
  .page-input7 .check_mail input[type="checkbox"]:checked + label:after {
    left: -54px;
  }
}

.page-input7 .check_mail p {
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.09em;
  font-weight: bold;
  max-width: 410px;
}

@media screen and (max-width: 768px) {
  .page-input7 .check_mail p {
    max-width: 200px;
    font-size: 14px;
  }
}

.page-input7 .p-modal_ttl .inner {
  font-size: 24px;
}

@media screen and (min-width: 769px) {
  .page-input7 .p-modal_ttl .inner {
    font-size: 31px;
  }
}

.page-input7 .p-modal_text {
  font-size: 12px;
}

.page-input7 .p-modal_inner {
  padding: 40px 24px;
}

.page-input7 .p-modal_inner .p-label_ttl {
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
}

.page-input7 .p-modal_inner [for="situation0"] {
  margin-top: 96px;
}

.page-input7 .p-modal_inner [for="situation1"],
.page-input7 .p-modal_inner [for="situation5"],
.page-input7 .p-modal_inner [for="situation6"] {
  position: relative;
  margin-top: 96px;
  line-height: 1.5;
}

.page-input7 .p-modal_inner [for="situation1"]::before,
.page-input7 .p-modal_inner [for="situation5"]::before,
.page-input7 .p-modal_inner [for="situation6"]::before {
  position: absolute;
  display: block;
  color: #000000;
  top: -36px;
  font-weight: bold;
}

.page-input7 .p-modal_inner [for="situation0"]::before {
  content: "";
  display: block;
  width: 198px;
  height: 57px;
  background: url(/quick/hosho/entry/ci/images/img_modal_think_sp.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 165px;
  left: 30px;
}

@media screen and (min-width: 769px) {
  .page-input7 .p-modal_inner [for="situation0"]::before {
    background: url(/quick/hosho/entry/ci/images/img_modal_think_pc.png);
    top: 149px;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.page-input7 .p-modal_inner [for="situation1"]::before {
  content: "";
  display: block;
  width: 198px;
  height: 57px;
  background: url(/quick/hosho/entry/ci/images/img_modal_search_sp.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -69px;
  left: 0;
}

@media screen and (min-width: 769px) {
  .page-input7 .p-modal_inner [for="situation1"]::before {
    background: url(/quick/hosho/entry/ci/images/img_modal_search_pc.png);
    width: 213px;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.page-input7 .p-modal_inner [for="situation5"]::before {
  content: "";
  display: block;
  width: 198px;
  height: 57px;
  background: url(/quick/hosho/entry/ci/images/img_modal_do_sp.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -69px;
  left: 0;
}

@media screen and (min-width: 769px) {
  .page-input7 .p-modal_inner [for="situation5"]::before {
    background: url(/quick/hosho/entry/ci/images/img_modal_do_pc.png);
    width: 213px;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.page-input7 .p-modal_inner [for="situation6"]::before {
  content: "";
  display: block;
  width: 198px;
  height: 57px;
  background: url(/quick/hosho/entry/ci/images/img_modal_no_sp.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -69px;
  left: 0;
}

@media screen and (min-width: 769px) {
  .page-input7 .p-modal_inner [for="situation6"]::before {
    background: url(/quick/hosho/entry/ci/images/img_modal_no_pc.png);
    width: 213px;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.page-input7 .p-modal_inner .p-label-ico {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAS1BMVEUAAADMysvMysvPz8/MycvMysvMysrNysrPysrPz8/MysrNy8vMycrLysrMysrMysv////l5OX29fXz8vLc2tvV1NTV09Tm5eXi4eJnb1xZAAAAD3RSTlMAgMAQ4PCgYDAgn3DQz5AQX6WzAAAA+klEQVQ4y42VW3LDIAxFedgY/MgFO467/5U2nUmLQFDr/HJm7ggkoUq8NmYDNmMWr7qEeQBhmENTsxoMbbk3jWgwTrWn0UGXsTO6zDSeetxkubfpE274VGTHO3G0jeBnOmI80pOHBxBee/ywv0AIb9EhkyIhIePe4kC9gi/y7kp5khsrSLqnpey1uOezRZlcb2Tk2g0RExdTFkktBxcP/LIp/BEb5FOxKI1excXIr2cRXjh9wrMWT/KE0qao2uzqeHjUjXvmxj1BCI1RuH5G4WKjIB8u+bjKF0BZOcfRJeX+8axw7YkXqXw1c4Irl/0jqC5+MWYFVv59fAPixUpLRnN+7gAAAABJRU5ErkJggg==) no-repeat left center;
  background-size: 20px;
}

.page-input7 .p-modal_inner input:checked + .p-label .p-label-ico {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAASFBMVEUAAABCwadBwaZBwadAv69BwKdBwKdCwqdAv6VAv6dBwqZBwKdBwKZCwaZCwaf///+g4NPz+/rb8+7Q8OlkzLd81MKU3M191ML7yn/TAAAADnRSTlMAgMCgEODwYDAgcNDPkF1+lHQAAADhSURBVDjLjZXbEoQgDEOh3kDdeF///0/3YR2tFMecVzMTA21wd4IX6YFepA3ukVhUUFRFzMpKD4Mvra6pkaFuUp3HA/5uW+CRQttrnVUSvol7gxeORGWNF+oyY7yNyzQt42bNIxTrPBzMKxQxSTwOijFJXiW6i6+6d+eC8h0SlHvQUeZUOOOkdXLlHQxXdnFi/jCbR1SWxQqX82PvcDJZ4YQTWshad3QY/nha8sDpK2SHwoxZXocPPbh2Ffb/KuzQeHq52HVlC4CtFLqkyNpji5StZqrsP9E9ElqRDujs8/EDfkFFjKswTf8AAAAASUVORK5CYII=) no-repeat left center;
  background-size: 20px;
}

.page-input7 input[type="number"]::-webkit-outer-spin-button,
.page-input7 input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* helper */
.u-mt40-pc {
  margin-top: 40px;
}

.u-mt32 {
  margin-top: 32px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-pt0 {
  padding-top: 0px;
}

.hp_pcOnly {
  display: none;
}

@media screen and (min-width: 769px) {
  .hp_spOnly {
    display: none;
  }
  .hp_pcOnly {
    display: block;
  }
  .u-mt40-pc {
    margin-top: 0px;
  }
}

.u-pt64 {
  padding-top: 64px !important;
}

.u-pb64 {
  padding-bottom: 64px !important;
}

.switchByLessThanOneYear {
  display: none;
}

.switchByLessThanOneYear.is-active {
  display: block;
}

.invisible-select-wrap {
  width: 300px;
}

@media screen and (max-width: 768px) {
  .invisible-select-wrap {
    width: auto;
  }
}

.btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .btnBox {
    gap: 0 8px;
    width: 150px;
  }
}

.btnBox .select-wrap-radio-n,
.btnBox .select-wrap-radio-y,
.btnBox .Ybtn-cohabitation,
.btnBox .Nbtn-cohabitation {
  width: 146px;
  color: #D25B8D;
  font-weight: bold;
  text-align: center;
  position: relative;
  border: 1px solid #D25B8D;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .btnBox .select-wrap-radio-n,
  .btnBox .select-wrap-radio-y,
  .btnBox .Ybtn-cohabitation,
  .btnBox .Nbtn-cohabitation {
    width: 72px;
  }
}

@media screen and (max-width: 768px) {
  .btnBox .select-wrap-radio-n,
  .btnBox .select-wrap-radio-y,
  .btnBox .Ybtn-cohabitation,
  .btnBox .Nbtn-cohabitation {
    width: 70px;
  }
}

.btnBox .select-wrap-radio-n::before,
.btnBox .select-wrap-radio-y::before,
.btnBox .Ybtn-cohabitation::before,
.btnBox .Nbtn-cohabitation::before {
  display: none;
}

.btnBox .select-wrap-radio-n.clicked,
.btnBox .select-wrap-radio-y.clicked,
.btnBox .Ybtn-cohabitation.clicked,
.btnBox .Nbtn-cohabitation.clicked {
  border: 1px solid #CCCACB;
  color: #0E1213;
}

.btnBox .select-wrap-radio-n.entered-other,
.btnBox .select-wrap-radio-y.entered-other,
.btnBox .Ybtn-cohabitation.entered-other,
.btnBox .Nbtn-cohabitation.entered-other {
  border: 1px solid #CCCACB;
  color: #CCCACB;
}

.btnBox .select-wrap-radio-n.error,
.btnBox .select-wrap-radio-y.error,
.btnBox .Ybtn-cohabitation.error,
.btnBox .Nbtn-cohabitation.error {
  color: #fff;
  border: 1px solid #FC5C51;
}

.btnBox input {
  display: none;
}

.btnBox label {
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: block;
  padding: 17px 4px;
}

@media screen and (max-width: 768px) {
  .btnBox label {
    padding: 10px 4px;
  }
}

@media screen and (max-width: 768px) {
  .sec-livewith .cohabitation-list .select-wrap {
    width: 72px;
  }
}

@media screen and (max-width: 768px) {
  .sec-livewith .cohabitation-list .form-label {
    min-width: 87px;
    padding-left: 0;
  }
}

.sec-livewith .cohabitation-list li:first-child .select-wrap .select-wrap-radio-n,
.sec-livewith .cohabitation-list li:first-child .select-wrap .select-wrap-radio-y,
.sec-livewith .cohabitation-list li:first-child .select-wrap .Ybtn-cohabitation,
.sec-livewith .cohabitation-list li:first-child .select-wrap .Nbtn-cohabitation,
.sec-livewith .cohabitation-list li:nth-child(2) .select-wrap .select-wrap-radio-n,
.sec-livewith .cohabitation-list li:nth-child(2) .select-wrap .select-wrap-radio-y,
.sec-livewith .cohabitation-list li:nth-child(2) .select-wrap .Ybtn-cohabitation,
.sec-livewith .cohabitation-list li:nth-child(2) .select-wrap .Nbtn-cohabitation {
  width: 100px;
  padding: 8px 0 8px 0;
  color: #D25B8D;
  font-weight: bold;
  text-align: center;
  position: relative;
  border: 1px solid #D25B8D;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.sec-livewith .cohabitation-list li:first-child .select-wrap .select-wrap-radio-n label,
.sec-livewith .cohabitation-list li:first-child .select-wrap .select-wrap-radio-y label,
.sec-livewith .cohabitation-list li:first-child .select-wrap .Ybtn-cohabitation label,
.sec-livewith .cohabitation-list li:first-child .select-wrap .Nbtn-cohabitation label,
.sec-livewith .cohabitation-list li:nth-child(2) .select-wrap .select-wrap-radio-n label,
.sec-livewith .cohabitation-list li:nth-child(2) .select-wrap .select-wrap-radio-y label,
.sec-livewith .cohabitation-list li:nth-child(2) .select-wrap .Ybtn-cohabitation label,
.sec-livewith .cohabitation-list li:nth-child(2) .select-wrap .Nbtn-cohabitation label {
  cursor: pointer;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .sec-livewith .cohabitation-list li:first-child .select-wrap .select-wrap-radio-n,
  .sec-livewith .cohabitation-list li:first-child .select-wrap .select-wrap-radio-y,
  .sec-livewith .cohabitation-list li:first-child .select-wrap .Ybtn-cohabitation,
  .sec-livewith .cohabitation-list li:first-child .select-wrap .Nbtn-cohabitation,
  .sec-livewith .cohabitation-list li:nth-child(2) .select-wrap .select-wrap-radio-n,
  .sec-livewith .cohabitation-list li:nth-child(2) .select-wrap .select-wrap-radio-y,
  .sec-livewith .cohabitation-list li:nth-child(2) .select-wrap .Ybtn-cohabitation,
  .sec-livewith .cohabitation-list li:nth-child(2) .select-wrap .Nbtn-cohabitation {
    width: 65px;
  }
}

.sec-livewith .cohabitation-list li:first-child .select-wrap .select-wrap-radio-n::before,
.sec-livewith .cohabitation-list li:first-child .select-wrap .select-wrap-radio-y::before,
.sec-livewith .cohabitation-list li:first-child .select-wrap .Ybtn-cohabitation::before,
.sec-livewith .cohabitation-list li:first-child .select-wrap .Nbtn-cohabitation::before,
.sec-livewith .cohabitation-list li:nth-child(2) .select-wrap .select-wrap-radio-n::before,
.sec-livewith .cohabitation-list li:nth-child(2) .select-wrap .select-wrap-radio-y::before,
.sec-livewith .cohabitation-list li:nth-child(2) .select-wrap .Ybtn-cohabitation::before,
.sec-livewith .cohabitation-list li:nth-child(2) .select-wrap .Nbtn-cohabitation::before {
  display: none;
}

.sec-livewith .cohabitation-list li:first-child .select-wrap .select-wrap-radio-y,
.sec-livewith .cohabitation-list li:first-child .select-wrap .Ybtn-cohabitation,
.sec-livewith .cohabitation-list li:nth-child(2) .select-wrap .select-wrap-radio-y,
.sec-livewith .cohabitation-list li:nth-child(2) .select-wrap .Ybtn-cohabitation {
  width: 122px;
}

@media screen and (max-width: 768px) {
  .sec-livewith .cohabitation-list li:first-child .select-wrap .select-wrap-radio-y,
  .sec-livewith .cohabitation-list li:first-child .select-wrap .Ybtn-cohabitation,
  .sec-livewith .cohabitation-list li:nth-child(2) .select-wrap .select-wrap-radio-y,
  .sec-livewith .cohabitation-list li:nth-child(2) .select-wrap .Ybtn-cohabitation {
    width: 72px;
  }
}

.sec-livewith .cohabitation-list li:first-child .select-wrap .select-wrap-radio-n,
.sec-livewith .cohabitation-list li:first-child .select-wrap .Nbtn-cohabitation,
.sec-livewith .cohabitation-list li:nth-child(2) .select-wrap .select-wrap-radio-n,
.sec-livewith .cohabitation-list li:nth-child(2) .select-wrap .Nbtn-cohabitation {
  width: 84px;
}

@media screen and (max-width: 768px) {
  .sec-livewith .cohabitation-list li:first-child .select-wrap .select-wrap-radio-n,
  .sec-livewith .cohabitation-list li:first-child .select-wrap .Nbtn-cohabitation,
  .sec-livewith .cohabitation-list li:nth-child(2) .select-wrap .select-wrap-radio-n,
  .sec-livewith .cohabitation-list li:nth-child(2) .select-wrap .Nbtn-cohabitation {
    width: 72px;
  }
}

.sec-livewith .cohabitation-list li:first-child .select-wrap::before,
.sec-livewith .cohabitation-list li:nth-child(2) .select-wrap::before {
  display: none;
}

.sec-livewith .cohabitation-list li:nth-child(3) .setlct-set,
.sec-livewith .cohabitation-list li:nth-child(4) .setlct-set,
.sec-livewith .cohabitation-list li:nth-child(5) .setlct-set,
.sec-livewith .cohabitation-list li:nth-child(6) .setlct-set {
  gap: 0 8px;
}

.sec-livewith .cohabitation-list li:nth-child(3) .select-wrap,
.sec-livewith .cohabitation-list li:nth-child(4) .select-wrap,
.sec-livewith .cohabitation-list li:nth-child(5) .select-wrap,
.sec-livewith .cohabitation-list li:nth-child(6) .select-wrap {
  width: 146px;
}

@media screen and (max-width: 768px) {
  .sec-livewith .cohabitation-list li:nth-child(3) .select-wrap,
  .sec-livewith .cohabitation-list li:nth-child(4) .select-wrap,
  .sec-livewith .cohabitation-list li:nth-child(5) .select-wrap,
  .sec-livewith .cohabitation-list li:nth-child(6) .select-wrap {
    width: 70px;
  }
}

.sec-livewith .cohabitation-list .setlct-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 0 43px;
}

@media screen and (max-width: 768px) {
  .sec-livewith .cohabitation-list .setlct-set {
    gap: 0 6px;
    width: 152px;
  }
}

.sec-livewith .cohabitation-list .setlct-set .btn-nasi {
  font-family: 'Noto Sans JP';
  font-size: 16px;
  background: #FFFFFF;
  width: 146px;
  padding: 8px 0 8px 0;
  color: #D25B8D;
  font-weight: bold;
  text-align: center;
  position: relative;
  border: 1px solid #D25B8D;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.sec-livewith .cohabitation-list .setlct-set .btn-nasi.clicked {
  border: 1px solid #CCCACB;
  color: #0E1213;
}

.sec-livewith .cohabitation-list .setlct-set .btn-nasi.enterSelect {
  border: 1px solid #CCCACB;
  color: #CCCACB;
}

@media screen and (max-width: 768px) {
  .sec-livewith .cohabitation-list .setlct-set .btn-nasi {
    width: 72px;
  }
}

.step-img-head {
  margin: 0 auto 24px;
  padding-top: 6px;
}

@media screen and (max-width: 768px) {
  .step-img-head {
    margin: 0 auto 26px;
  }
}

.js-saving-amount {
  text-align: right;
  padding-right: 14px;
}

.selectBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 0 8px;
  width: 310px;
}

.btn-nasi {
  font-family: 'Noto Sans JP';
  font-size: 16px;
  background: #FFFFFF;
  width: 100px;
  padding: 8px 0 8px 0;
  color: #D25B8D;
  font-weight: bold;
  text-align: center;
  position: relative;
  border: 1px solid #D25B8D;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.btn-nasi.clicked {
  border: 1px solid #CCCACB;
  color: #0E1213;
}

.btn-nasi.enterSelect {
  border: 1px solid #CCCACB;
  color: #CCCACB;
}

.btn-nasi.entered {
  border: 1px solid #CCCACB;
  color: #0E1213;
}

@media screen and (max-width: 768px) {
  .btn-nasi {
    width: 72px;
  }
}

.stepimg2-6-pc .pc-img {
  -webkit-transform: translateX(8px);
  -ms-transform: translateX(8px);
  transform: translateX(8px);
}

.stepimg2-6-sp .sp-img {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}

.stepimg3-6-pc .pc-img {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

.stepimg3-6-sp .sp-img {
  -webkit-transform: translateX(23px);
  -ms-transform: translateX(23px);
  transform: translateX(23px);
}

.stepimg4-6-pc .pc-img {
  -webkit-transform: translateX(35px);
  -ms-transform: translateX(35px);
  transform: translateX(35px);
}

.stepimg4-6-sp .sp-img {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.stepimg5-6-pc .pc-img {
  -webkit-transform: translateX(56px);
  -ms-transform: translateX(56px);
  transform: translateX(56px);
}

.stepimg5-6-sp .sp-img {
  -webkit-transform: translateX(-12px);
  -ms-transform: translateX(-12px);
  transform: translateX(-12px);
}

.stepimg6-6-pc .pc-img {
  -webkit-transform: translateX(62px);
  -ms-transform: translateX(62px);
  transform: translateX(62px);
}

.stepimg6-6-sp .sp-img {
  -webkit-transform: translateX(-4px);
  -ms-transform: translateX(-4px);
  transform: translateX(-4px);
}

.email-select ~ ul {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.eac-sugg {
  top: 20px !important;
}

@media screen and (max-width: 768px) {
  .eac-sugg {
    top: 12px !important;
  }
}

.eac-input-wrap {
  width: 100%;
}

.rest-input {
  display: none;
  width: 64px;
  padding: 11px 0;
  position: fixed;
  top: 73px;
  right: 160px;
  margin: auto;
  background: #FFFFFF;
  border-radius: 20px;
  font-size: 12px;
  color: #FFFFFF;
  font-weight: bold;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 10px;
  z-index: 9999;
  -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(149px);
  -ms-transform: translateX(149px);
  transform: translateX(149px);
}

.rest-input.show {
  display: block;
}

@media screen and (min-width: 1000px) {
  .rest-input.show {
    display: block;
  }
}

@media screen and (min-width: 1000px) {
  .rest-input {
    top: 16px;
    left: 0;
    right: 0;
    letter-spacing: 0.064em;
    letter-spacing: 0.064em;
    -webkit-transform: translateX(630%);
    -ms-transform: translateX(630%);
    transform: translateX(630%);
  }
}

@media screen and (min-width: 1000px) {
  .rest-input .rest-input_text {
    text-align: center;
  }
}

.rest-input p {
  color: #D15B8D;
  font-size: 12px;
  letter-spacing: 0.24em;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}

.rest-input .js-restNum {
  font-size: 16px;
  font-family: lato;
  letter-spacing: 0;
  color: #FFFFFF;
  position: relative;
  text-align: center;
}

@media screen and (min-width: 1000px) {
  .rest-input .js-restNum {
    padding-left: 0;
    margin-left: 0;
  }
}

.rest-input::after {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  border-radius: 20px;
  background: #D15B8D;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}

.page-input1 .check_mail,
.page-inputia1 .check_mail {
  width: 100%;
  margin: auto;
  margin-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (min-width: 768px) {
  .page-input1 .check_mail,
  .page-inputia1 .check_mail {
    width: 325px;
    margin-top: -8px;
  }
}

.page-input1 .check_mail #check_mail,
.page-inputia1 .check_mail #check_mail {
  margin-top: 5px;
}

.page-input1 .check_mail .text-check_mail,
.page-inputia1 .check_mail .text-check_mail {
  padding-left: 10px;
}

.ID-area {
  margin: 48px auto 32px;
}

.ID-area .ID-title {
  font-size: 18px;
  font-weight: bold;
  margin: auto;
  letter-spacing: 0.024em;
  text-align: center;
}

.ID-area .ID-title span {
  border-bottom: 2px dashed #0E1213;
}

.ID-area .ID-text {
  font-size: 14px;
  letter-spacing: 0.024em;
  width: 295px;
  margin: 24px auto 0;
  font-weight: bold;
  text-align: center;
}

.ID-area .ID-text.ID-text-check {
  position: relative;
  padding-left: 24px;
  width: 200px;
}

.ID-area .ID-text.ID-text-check::before {
  content: "";
  position: absolute;
  display: block;
  width: 28px;
  height: 20px;
  padding-right: 8px;
  background: url(/quick/hosho/entry/ci/images/ico_list_01.png) no-repeat left top;
  background-size: 17px;
  left: 2px;
  top: 3px;
}

.ID-area .ID-text2 {
  width: 295px;
  font-size: 12px;
  color: #0D1112;
  margin: 8px auto 0;
}

.ID-area .btn-start,
.ID-area .btn-login {
  font-weight: bold;
  font-size: 16px;
  width: 295px;
  margin: 20px auto 0;
  padding: 16px;
  display: block;
  border-radius: 50px;
  letter-spacing: 0.024em;
  text-align: center;
}

.ID-area .btn-start.disabled,
.ID-area .btn-login.disabled {
  background: #CCCACB;
  pointer-events: none;
  color: #fff;
}

.ID-area .btn-start {
  background: #FFED66;
  color: #0E1213;
}

.ID-area .btn-login {
  border: solid 1px #0E1213;
  color: #0E1213;
  margin: 42px auto 0;
}

.ID-area .btn-login.disabled {
  border: 0;
  pointer-events: none;
  color: #FFFFFF;
}

.ID-area .btn-about {
  text-align: center;
  display: block;
  text-decoration: underline;
  color: #0E1213;
  margin: 16px auto 0;
}

.inputConfirm .ID-text,
.inputConfirm2 .ID-text {
  text-align: center;
  width: auto;
}

.inputConfirm .btn-start,
.inputConfirm .btn-login,
.inputConfirm2 .btn-start,
.inputConfirm2 .btn-login {
  width: 320px;
}

.inputConfirm .btn-start,
.inputConfirm2 .btn-start {
  margin-top: 10px;
}

.inputConfirm .btn-login,
.inputConfirm2 .btn-login {
  margin-top: 40px;
}

.page-input8 .step-title {
  margin-bottom: 16px;
}

.page-input8 .step-top {
  text-align: left;
  font-size: 14px;
  letter-spacing: 0.024em;
}

.page-input8 .text-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.page-input8 .check_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  margin-top: 8px;
}

.page-input8 .check_box .text-check_box {
  display: block;
  color: #0D1112;
  opacity: 0.7;
  font-size: 0.75rem;
  font-weight: normal;
  padding-left: 12px;
}

@media screen and (min-width: 769px) {
  .page-input8 .check_box {
    width: 300px;
    margin-top: 12px;
  }
}

.page-input8 .check_box input {
  margin-top: 2px;
}

@media screen and (min-width: 769px) {
  .page-input8 .check_box input {
    margin-top: 5px;
  }
}

.page-input8 .case {
  margin-top: 10px;
  font-size: 14px;
}

@media screen and (min-width: 769px) {
  .step-title {
    padding-bottom: 40px;
  }
  .form-container {
    padding-top: 56px;
  }
}

.input-complete1 .sentence {
  margin-top: 16px;
}

.modal-area {
  display: none;
}

.modal-cp .modal_title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 40px;
}

.modal-cp .modal_title .inner {
  display: inline;
  color: #0E1213;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.024em;
  font-weight: bold;
  border-bottom: 1px dashed #0E1213;
}

.modal-cp .modal_img {
  width: 155px;
  margin: 30px auto 0;
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}

@media screen and (min-width: 769px) {
  .modal-cp .modal_img {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    margin-top: 48px;
  }
}

.modal-cp .modal_text-main {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.064em;
  margin-top: 32px;
}

.modal-cp .modal_text-main .line {
  display: inline-block;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #FFED66), color-stop(40%, transparent));
  background: -o-linear-gradient(bottom, #FFED66 40%, transparent 40%);
  background: linear-gradient(to top, #FFED66 40%, transparent 40%);
}

.modal-cp .modal_text-main .note {
  font-size: 11px;
  position: relative;
  top: -8px;
}

.modal-cp .modal_text-note {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 11px;
  margin-top: 14px;
}

.modal-cp .check_cp {
  width: 130px;
  margin: 36px auto 0;
}

.modal-cp .check_cp label {
  display: inline-block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  top: -16px;
  padding-left: 6px;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .modal-cp .check_cp label {
    top: 0;
  }
}

.modal-cp .check_cp label span {
  font-size: 11px;
  position: relative;
  top: -8px;
}

.modal-cp .check_cp label ::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 12px 0 0;
  border: 1px solid #CCCACB;
  border-radius: 5px;
  position: absolute;
  left: -152px;
  top: -1px;
  bottom: 0;
  margin: auto;
}

@media screen and (min-width: 769px) {
  .modal-cp .check_cp label ::before {
    width: 30px;
    height: 30px;
    left: -150px;
    top: -2px;
  }
}

.modal-cp .check_cp input {
  display: none;
}

.modal-cp .check_cp input[type="checkbox"]:checked + label:after {
  content: "";
  display: block;
  width: 17px;
  height: 15px;
  background: url(/quick/hosho/images/modal-cp/ico_list_01.png) no-repeat left top/contain;
  position: absolute;
  top: 17px;
  left: -150px;
  right: 0;
  margin: auto;
  -webkit-transform: translate(-6px, -50%);
  -ms-transform: translate(-6px, -50%);
  transform: translate(-6px, -50%);
}

.modal-cp .check_cp .txt-sub {
  font-size: 11px;
  font-weight: normal;
}

.modal-cp .check_cp .txt-sub::before {
  display: none;
}

.modal-cp .list li {
  display: inline-block;
  padding-left: 10px;
  font-size: 11px;
}

.modal-area.modal-area-cp {
  width: 100%;
  height: 100%;
  padding: 0 24px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  overflow: auto;
}

.modal-area.modal-area-cp .modal-inner-wrap {
  width: 100%;
  margin: 24px auto 40px;
  position: relative;
  z-index: 10001;
}

.modal-area.modal-area-cp .modal-inner-wrap .btn.close {
  width: 130px;
  margin: 40px auto 0;
  padding: 12px 0;
  border: solid 1px #FFFFFF;
  border-radius: 9999px;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.25;
  letter-spacing: 0.024em;
  cursor: pointer;
}

.modal-area.modal-area-cp .modal_text {
  font-size: 14px;
  letter-spacing: 0.036em;
  font-weight: bold;
}

.modal-area.modal-area-cp .modal_text span {
  color: #D25B8D;
}

.modal-area.modal-area-cp .modal_text:last-child {
  margin-top: 18px;
}

.modal-area.modal-area-cp .btnbox {
  margin-top: 40px;
}

@media screen and (min-width: 769px) {
  .modal-area.modal-area-cp .btnbox {
    margin-top: 48px;
  }
}

.modal-area.modal-area-cp .modal-box {
  width: 100%;
  max-width: 826px;
  background-color: #FFFFFF;
  border-radius: 16px;
  margin: 0 auto;
  padding: 40px;
  position: relative;
}

@media screen and (min-width: 769px) {
  .modal-area.modal-area-cp .modal-box {
    padding: 80px;
  }
}

.modal-area.modal-area-cp .modal-box .close {
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 16px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #CCCACB;
  margin-left: auto;
}

.modal-area.modal-area-cp .modal-box .close::before, .modal-area.modal-area-cp .modal-box .close::after {
  position: absolute;
  display: block;
  content: "";
  width: 20px;
  height: 2px;
  background: #fff;
  top: 10px;
  left: 2px;
}

.modal-area.modal-area-cp .modal-box .close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal-area.modal-area-cp .modal-box .close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal-area.modal-area-cp .modal-box .modal-ttl {
  text-align: center;
}

.modal-area.modal-area-cp .modal-box .modal-ttl p {
  display: inline;
  color: #0E1213;
  font-size: 24px;
  border-bottom: 1px dashed #0E1213;
  line-height: 36px;
  letter-spacing: 0.024em;
  font-weight: bold;
}

.modal-area.modal-area-cp .modal-box .modal-check {
  margin-top: 24px;
  font-size: 16px;
  line-height: 28.8px;
  letter-spacing: 0.024em;
  position: relative;
}

.modal-area.modal-area-cp .modal-box .modal-check .bold {
  font-weight: bold;
}

.modal-area.modal-area-cp .modal-box .btnbox .btn {
  width: 206px;
  margin: 0 auto;
  background: #0CA26C;
  border: 0;
  padding: 15px 0;
  line-height: 1.5;
  height: 58px;
}

@media screen and (min-width: 769px) {
  .modal-area.modal-area-cp .modal-box .btnbox .btn {
    width: 200px;
    font-size: 17px;
    height: 59px;
  }
}

.modal-area.modal-area-cp .modal-box .btnbox .modal_btn2 {
  line-height: 19px;
}

.modal-area.modal-area-cp .overlay {
  width: 100%;
  height: 100%;
  padding: 0 24px;
  background: #4A4A4A;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: fixed;
  top: 0;
  left: 0;
}

.btn-myPage {
  font-weight: bold;
  font-size: 16px;
  width: 295px;
  margin: 64px auto 0;
  padding: 16px;
  background: #FFED66;
  display: block;
  border-radius: 50px;
  color: #0E1213;
  letter-spacing: 0.024em;
  text-align: center;
}

.inputComplete .step-body,
.page-input8 .step-body {
  border-radius: 16px 16px 0 0;
  -webkit-box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.1);
}

.inputComplete .complete-container.complete-container_mail,
.page-input8 .complete-container.complete-container_mail {
  padding: 40px;
  background: #F8F6F7;
  border-radius: 0 0 16px 16px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 769px) {
  .inputComplete .complete-container.complete-container_mail,
  .page-input8 .complete-container.complete-container_mail {
    padding: 48px 160px;
  }
}

@media screen and (min-width: 769px) {
  .page-input8 .step-body {
    padding: 75px 160px 48px;
  }
}

.page-input8 .normal-container {
  margin-top: 48px;
}

.page-input8 .normal-container .note-type01 {
  margin-top: 8px;
}

@media screen and (min-width: 769px) {
  .page-input8 .normal-container .note-type01 {
    font-size: 16px;
  }
}

.page-input8 .normal-container .sentence span {
  font-weight: bold;
}

.page-entryComplete .sentence.sentence-mail {
  margin-top: 0;
  font-weight: bold;
  font-size: 17px;
}

.text-id {
  font-size: 11px;
}

.text-id a {
  color: #4D5051;
  text-decoration: underline;
}

header {
  position: relative;
}

.main-wrap {
  margin-top: 0 !important;
}

@media screen and (max-width: 1024px) {
  .navbar {
    position: relative;
  }
}

header:has(.bnr-cp) + .main-wrap {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

header:has(.bnr-cp) + .main-wrap.js-opne {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.bnr-cp {
  background: #FFED66;
  padding: 16px 0;
}

@media screen and (min-width: 769px) {
  .bnr-cp {
    padding: 16px 0px;
  }
}

.bnr-cp .bnr-cp_text {
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.0112em;
  position: relative;
  width: 306px;
  margin: auto;
}

@media screen and (min-width: 769px) {
  .bnr-cp .bnr-cp_text {
    width: 315px;
  }
}

.bnr-cp .bnr-cp_text::before {
  position: absolute;
  display: block;
  content: "";
  width: 28px;
  height: 28px;
  background: url("/quick/hosho/entry/ci/images/bnr-cp.png") no-repeat;
  background-size: contain;
  top: -3px;
  left: -5px;
}

@media screen and (min-width: 769px) {
  .bnr-cp .bnr-cp_text::before {
    left: -32px;
    top: -2px;
  }
}

@media screen and (min-width: 769px) {
  .bnr-cp .bnr-cp_text {
    font-size: 14px;
  }
}

.bnr-cp {
  background: #FFED66;
  padding: 16px 0;
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .bnr-cp {
    padding: 17px 0px 21px;
    margin-top: 0;
  }
}

@media screen and (max-width: 1023px) {
  .bnr-cp {
    padding: 20px 0;
    margin-top: 3px;
  }
}

.bnr-cp .bnr-cp_text {
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.0112em;
  position: relative;
  width: 306px;
  margin: auto;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .bnr-cp .bnr-cp_text {
    width: 360px;
    line-height: 1;
    letter-spacing: 0.16em;
    font-size: 14px;
    font-weight: normal;
  }
}

.bnr-cp .bnr-cp_text::before {
  position: absolute;
  display: block;
  content: "";
  width: 28px;
  height: 28px;
  background: url("/quick/hosho/entry/ci/images/bnr-cp.png") no-repeat;
  background-size: contain;
  top: -3px;
  left: -12px;
}

@media screen and (min-width: 769px) {
  .bnr-cp .bnr-cp_text::before {
    left: -32px;
    top: -6px;
  }
}

.bnr-cp .bnr-cp_text::after {
  position: absolute;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-left: 2px solid #0E1213;
  border-bottom: 2px solid #0E1213;
  top: 5px;
  right: 7px;
  rotate: -45deg;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (min-width: 769px) {
  .bnr-cp .bnr-cp_text::after {
    top: 0;
    left: inherit;
    right: -19px;
  }
}

.bnr-cp .bnr-cp_text.js-opne::after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  top: 8px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (min-width: 769px) {
  .bnr-cp .bnr-cp_text.js-opne::after {
    left: inherit;
    right: -19px;
    top: 6px;
  }
}

.js-textbox {
  height: 0;
  padding: 0 24px;
  background: #FFED66;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.js-textbox p {
  font-size: 10px;
  letter-spacing: 0.064em;
}

@media screen and (min-width: 769px) {
  .js-textbox .text-main {
    display: block;
    width: 750px;
    margin: auto;
  }
}

.js-textbox .text-note {
  font-size: 9px;
  letter-spacing: 0.064em;
  padding-left: 1em;
  text-indent: -1em;
  display: block;
}

@media screen and (min-width: 769px) {
  .js-textbox .text-note {
    display: none;
  }
}

.js-textbox .text-note-pc {
  display: none;
}

@media screen and (min-width: 769px) {
  .js-textbox .text-note-pc {
    display: block;
    width: 750px;
    margin: auto;
  }
}

.js-textbox.js-opne {
  height: 118px;
  padding: 0 24px 24px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (min-width: 769px) {
  .js-textbox.js-opne {
    height: 57px;
  }
}

@media screen and (min-width: 769px) {
  .input-item-login {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}

.text-login {
  margin-top: 8px;
  font-size: 0.75rem;
}

@media screen and (min-width: 769px) {
  .text-login {
    width: 100%;
  }
}

.text-login span {
  color: #0D1112;
  opacity: 0.7;
  font-weight: normal;
}

@media screen and (min-width: 769px) {
  .text-login span {
    display: block;
    width: 300px;
    margin-left: auto;
  }
}

.text-warn {
  font-size: 12px;
  font-weight: bold;
  color: #FC5C51;
}

.text-warn + .text-wrap {
  width: 100%;
  margin-top: 16px;
}

@media (min-width: 769px) {
  .text-warn + .text-wrap {
    width: 58.5%;
    margin-left: auto;
  }
}

.ID-text-warn {
  font-size: 12px;
  font-weight: bold;
  color: #FC5C51;
  margin-top: 16px;
  width: 320px;
  margin: 16px auto 0;
}

@media (min-width: 769px) {
  .ID-text-warn {
    text-align: center;
    width: 100%;
  }
}

/*# sourceMappingURL=../../../../../_maps/quick/hosho/entry/ci/css/style.css.map */
