html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, ar, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

@font-face {
  font-display: swap;
  font-family: Noto IKEA;
  font-style: normal;
  font-weight: 400;
  src: url(https://www.ikea.com/global/assets/fonts/woff2/noto-ikea-400.latin-ext.7ca95874.woff2) format("woff2");
  unicode-range: u+0100-02af, u+0304, u+0308, u+0329, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff;
}
@font-face {
  font-display: swap;
  font-family: Noto IKEA;
  font-style: normal;
  font-weight: 400;
  src: url(https://www.ikea.com/global/assets/fonts/woff2/noto-ikea-400.latin.5a052965.woff2) format("woff2");
  unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd;
}
@font-face {
  font-display: swap;
  font-family: Noto IKEA;
  font-style: normal;
  font-weight: 700;
  src: url(https://www.ikea.com/global/assets/fonts/woff2/noto-ikea-700.latin-ext.9182f9bb.woff2) format("woff2");
  unicode-range: u+0100-02af, u+0304, u+0308, u+0329, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff;
}
@font-face {
  font-display: swap;
  font-family: Noto IKEA;
  font-style: normal;
  font-weight: 700;
  src: url(https://www.ikea.com/global/assets/fonts/woff2/noto-ikea-700.latin.a3f10ed8.woff2) format("woff2");
  unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd;
}
/*
@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 100;
  src: url(../vendor/fonts/NotoSansTC-Light.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 400;
  src: url(../vendor/fonts/NotoSansTC-Regular.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 500;
  src: url(../vendor/fonts/NotoSansTC-Medium.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 700;
  src: url(../vendor/fonts/NotoSansTC-Bold.otf) format("opentype");
}
    */
body {
  font-family: "Noto IKEA", "Noto Sans TC", "Roboto", "Open Sans", system-ui, sans-serif;
  font-weight: 400;
  color: #484848;
  line-height: 1.2;
  overflow-x: hidden;
  background: #ddd;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 767px) {
  body {
    background: #fff;
  }
}

select, button, textarea, input {
  font-family: "Noto IKEA", "Noto Sans TC", "Roboto", "Open Sans", system-ui, sans-serif;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
}

table {
  border-collapse: collapse;
}

a, a:focus {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}

a:active {
  outline: none;
}

img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100%;
}

.btn {
  display: block;
  width: 100%;
  border-radius: 50px;
  text-align: center;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 56px;
  height: 56px;
  padding: 0 32px;
}
.btn__wrap {
  margin-top: 24px;
  margin-bottom: 24px;
}
.btn__wrap--two {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}
.btn__wrap--two .btn + .btn {
  margin-left: 12px;
}
.btn__wrap--two-vertical {
  width: 100%;
}
.btn__wrap--two-vertical .btn + .btn {
  margin-top: 12px;
}
.btn--primary {
  color: #ffffff;
  background-color: #111111;
  border: 1px solid #111111;
}
.btn--second {
  color: #111111;
  background-color: #ffffff;
  border: 1px solid #111111;
}
.btn--small {
  padding: 0 24px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 40px;
  height: 40px;
}

.btn--fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  padding-left: 20px;
  padding-right: 20px;
  border-top: 1px solid #dfdfdf;
  background: #ffffff;
  padding-top: 24px;
  padding-bottom: 24px;
  z-index: 3;
}
.btn--fixed.active {
  border-top: 0;
}

/*----- form -----*/
.form__row {
  margin-bottom: 16px;
}
.form__row.js-form-company {
  display: none;
}
.form__row.disable .form__label {
  color: #cccccc;
}
.form__row--adds {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}
.form__row--adds .form__col {
  width: calc(50% - 8px);
}
.form__row--adds .form__col:first-child {
  margin-right: 8px;
}
.form__row--adds .form__col:last-child {
  margin-left: 8px;
}
.form__elem:first-child {
  margin-bottom: 4px;
}
.form__label {
  font-size: 0.875rem;
  line-height: 125%;
  color: #484848;
}
.form__label--style1 {
  color: #111111;
}
.form__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  z-index: 1;
  padding: 14px 8px;
  font-size: 1rem;
  color: #111111;
  border: 1px solid #929292;
  border-radius: 4px;
  height: 48px;
  width: 100%;
}
.form__input:disabled, .form__input [disabled] {
  background: #ffffff;
  cursor: not-allowed;
  border-color: #cccccc;
  -webkit-text-fill-color: #999;
  opacity: 1;
}
.form__input::-webkit-input-placeholder {
  color: #484848;
}
.form__input::-moz-placeholder {
  color: #484848;
}
.form__input:-ms-input-placeholder {
  color: #484848;
}
.form__input::-ms-input-placeholder {
  color: #484848;
}
.form__input::placeholder {
  color: #484848;
}
.form__selectbox {
  position: relative;
  width: 100%;
  border-radius: 4px;
  background: url("../images/common/icon-select.svg"), #ffffff;
  background-position: center right 20px;
  background-repeat: no-repeat;
}
.form__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0px 8px;
  font-size: 1rem;
  color: #111111;
  background: transparent;
  border: 1px solid #929292;
  border-radius: 4px;
  width: 100%;
  height: 48px;
  position: relative;
  z-index: 1;
}
.form__select::-ms-expand {
  display: none;
}
.form__select:disabled, .form__select [disabled] {
  background: #ffffff;
  cursor: not-allowed;
  border-color: #cccccc;
  cursor: not-allowed;
  -webkit-text-fill-color: #484848;
  opacity: 1;
}
.form__select:has(option:checked[value=""]) {
  color: #767676;
}
.form__select option:first-child {
  color: #767676;
}
.form__select option:not(:first-child) {
  color: #111111;
}
.form__radioblock {
  margin-top: 12px;
}
.form__radioblock .form__radiobox + .form__radiobox {
  margin-left: 20px;
}
.form__radiobox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.form__radiobox .form__radio {
  display: none;
}
.form__radio:disabled + .form__radiolabel, .form__radio[disabled] + .form__radiolabel {
  cursor: not-allowed;
}
.form__radio:disabled + .form__radiolabel::before, .form__radio[disabled] + .form__radiolabel::before {
  background: #cccccc;
}
.form__radio:disabled:checked + .form__radiolabel::after, .form__radio[disabled][checked] + .form__radiolabel::after {
  background: #cccccc;
}
.form__radio:checked + .form__radiolabel::before {
  border-color: #111111;
}
.form__radio:checked + .form__radiolabel::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 4px;
  top: 4px;
  background: #111111;
  border-radius: 100%;
}
.form__radiolabel {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.875rem;
  color: #484848;
  text-align: left;
  line-height: 1;
}
.form__radiolabel::before {
  content: "";
  display: block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  border: 1px solid #929292;
  background-color: #ffffff;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form__radiolabel span {
  margin-left: 16px;
  line-height: 24px;
}
.form__checkbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  position: relative;
}
.form__checkblock {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 12px;
}
.form__checkblock .form__checkbox + .form__checkbox {
  margin-left: 18px;
}
.form__check {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.form__check:disabled + .form__checklabel, .form__check[disabled] + .form__checklabel {
  cursor: not-allowed;
}
.form__check:disabled + .form__checklabel::before, .form__check[disabled] + .form__checklabel::before {
  background: #cccccc;
}
.form__check:checked + .form__checklabel::before {
  background: #111111;
  border-color: #111111;
}
.form__check:checked + .form__checklabel::after {
  content: "";
  display: block;
  width: 12px;
  height: 10px;
  position: absolute;
  left: 6px;
  top: 7px;
  background: url("../images/common/icon-check.svg");
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}
.form__checklabel {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: left;
  font-size: 0.875rem;
  line-height: 125%;
  color: #484848;
  line-height: 1.2;
  cursor: pointer;
}
.form__checklabel::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 24px;
  min-width: 24px;
  height: 24px;
  border: 1px solid #929292;
  background: #ffffff;
  border-radius: 4px;
}
.form__checklabel span {
  margin-left: 16px;
  line-height: 150%;
}
.form__checklabel a {
  color: #484848;
  text-decoration: underline;
}
.form__checkblock--inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -5px;
  margin-bottom: -5px;
}
.form__checkblock--inline .form__checkbox {
  margin-right: 25px;
  width: auto;
  margin-top: 5px;
}
.form__checkblock--inline .form__checkbox:last-child {
  margin-right: 0;
}
.form__item--error input, .form__item--error select {
  border-color: #E00751;
}
.form__item--error .form__msg {
  display: block;
}
.form__msg {
  display: none;
  padding-left: 20px;
  color: #E00751;
  font-size: 0.75rem;
  line-height: 125%;
  margin-top: 6px;
  position: relative;
}
.form__msg::before {
  content: " ";
  display: inline-block;
  background: url(../images/step/icon-error.svg);
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
}
.form__example {
  color: #767676;
  font-size: 0.75rem;
  line-height: 125%;
  margin-top: 4px;
}
.form__companyphone {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}
.form__companyphone-first {
  width: 231px;
}
@media (max-width: 375px) {
  .form__companyphone-first {
    width: 200px;
  }
}
.form__companyphone-last {
  width: calc(100% - 231px);
  padding-left: 16px;
}
@media (max-width: 375px) {
  .form__companyphone-last {
    width: calc(100% - 200px);
  }
}

.pop--active .pop__body {
  bottom: 0;
}
.pop--active .pop__overlay {
  display: block;
}
.pop__overlay {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
.pop__block {
  position: relative;
  z-index: 100;
}
.pop .icon-close {
  background: url("../images/common/icon-close.svg");
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 22px;
  right: 22px;
}
.pop__body {
  background: #ffffff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 100%;
  max-width: 100%;
  position: fixed;
  left: 0;
  bottom: -380px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 56px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 32px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: bottom;
  transition-property: bottom;
}
.pop__title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #111111;
  line-height: 125%;
  margin-bottom: 12px;
}
.pop__text {
  font-size: 0.875rem;
  color: #484848;
  line-height: 150%;
}
.pop .list--decimal {
  margin-top: 12px;
  margin-bottom: 12px;
}

.header {
  width: 100%;
  height: 60px;
  position: relative;
  background: #ffffff;
  padding: 15px 20px;
}
.header .logo {
  background: url(../images/IKEA-Logo.svg);
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
  width: 72px;
  height: 30px;
  display: inline-block;
}

.step__headline {
  font-size: 1.5rem;
  line-height: 125%;
  color: #111111;
  font-weight: 700;
  margin-bottom: 20px;
}
.step__subtitle {
  font-size: 1rem;
  line-height: 125%;
  color: #111111;
  font-weight: 700;
  margin-top: 32px;
  margin-bottom: 16px;
}
.step__thirdtitle {
  font-size: 0.875rem;
  line-height: 125%;
  color: #484848;
  font-weight: 400;
}
.step__text {
  font-size: 0.875rem;
  line-height: 125%;
  color: #111111;
}
.step__list {
  list-style-type: disc;
  margin-left: 24px;
}
.step__list li {
  font-size: 0.875rem;
  line-height: 150%;
  color: #111111;
}
.step__tips {
  position: relative;
  padding-left: 32px;
  font-size: 0.75rem;
  line-height: 180%;
  color: #767676;
  padding-bottom: 32px;
}
.step__tips::before {
  content: " ";
  display: block;
  background: url("../images/common/icon-tips.svg");
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.step .confirm__row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 12px;
}
.step .confirm__row--top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.step .confirm__title {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 125%;
  color: #111111;
  width: 160px;
}
.step .confirm__text {
  width: calc(100% - 160px);
  padding-left: 12px;
  font-size: 0.875rem;
  line-height: 150%;
  color: #111111;
}
.step .finish__img {
  margin-top: 32px;
  margin-bottom: 32px;
}
.step .finish__text {
  font-size: 0.875rem;
  line-height: 150%;
  color: #111111;
}

.wrap {
  width: 390px;
  min-height: 100vh;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .wrap {
    width: 100%;
  }
}

.main {
  background: #ffffff;
  padding: 20px;
  min-height: calc(100vh - 60px);
  position: relative;
}
.main.fixedbtn__area {
  padding-bottom: 90px;
}
.main.fixedbtn__area-vertical {
  padding-bottom: 150px;
}

hr {
  width: 100%;
  height: 1px;
  border: 0;
  background: #dfdfdf;
  margin-top: 24px;
  margin-bottom: 24px;
}

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

.mb-8 {
  margin-bottom: 8px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mt-0 {
  margin-top: 0;
}

.mt-16 {
  margin-top: 16px;
}

.mt-32 {
  margin-top: 32px;
}

.list--decimal {
  list-style-type: decimal;
  font-size: 0.875rem;
  color: #484848;
  line-height: 150%;
  margin-left: 24px;
}

.link {
  text-decoration: underline;
}
.link--style1 {
  color: #111111;
}
.link--style2 {
  color: #484848;
}

.gotop {
  background: url("../images/common/icon-gotop.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  display: block;
}
.gotop__fixed {
  position: fixed;
  bottom: 28px;
  right: 16px;
  z-index: 99;
}

.step2 .gotop__fixed {
  bottom: 95px;
}

.step3 .gotop__fixed {
  bottom: 150px;
}

.step3-2 .gotop__fixed {
  bottom: 120px;
}