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;
  position: relative;
  margin: 0 auto;
  width: 100%;
}

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

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

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 788px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.col-1 {
  position: relative;
  max-width: 8.3333333333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
}

.col-2 {
  position: relative;
  max-width: 16.6666666667%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
}

.col-3 {
  position: relative;
  max-width: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

.col-4 {
  position: relative;
  max-width: 33.3333333333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
}

.col-5 {
  position: relative;
  max-width: 41.6666666667%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
}

.col-6 {
  position: relative;
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.col-7 {
  position: relative;
  max-width: 58.3333333333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
}

.col-8 {
  position: relative;
  max-width: 66.6666666667%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
}

.col-9 {
  position: relative;
  max-width: 75%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
}

.col-10 {
  position: relative;
  max-width: 83.3333333333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
}

.col-11 {
  position: relative;
  max-width: 91.6666666667%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
}

.col-12 {
  position: relative;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 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:disabled, .btn [disabled] {
  background: #cccccc;
  color: #929292;
  border-color: #cccccc;
}

.btn:disabled::before, .btn:disabled::after, .btn [disabled]::before, .btn [disabled]::after {
  display: none !important;
}

.btn__wrap {
  margin-top: 24px;
}

.btn__wrap--two {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}

.btn__wrap--two .btn + .btn {
  margin-left: 16px;
}

.btn__wrap--two-vertical {
  width: 100%;
}

.btn__wrap--two-vertical .btn + .btn {
  margin-top: 16px;
}

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

.btn__item {
  position: relative;
  z-index: 2;
}

.btn--primary {
  color: #ffffff;
  background-color: #111111;
  border: 1px solid #111111;
}

.btn--primary.btn--loading::before {
  background: #ffffff;
}

.btn--primary:not(.btn--loading):focus-visible {
  position: relative;
}

.btn--primary:not(.btn--loading):focus-visible::before {
  content: "";
  display: block;
  width: calc( 100% - 2px);
  height: calc( 100% - 2px);
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 1;
  border: 4px solid #ffffff;
  border-radius: 10em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn--second {
  color: #111111;
  background-color: #ffffff;
  border: 1px solid #111111;
}

.btn--second:not(.btn--loading):focus {
  border: 2px solid #111111;
  line-height: 54px;
  background: #cccccc;
}

.btn--second:not(.btn--loading):focus-visible {
  position: relative;
  border: 2px solid #111111;
  line-height: 54px;
}

.btn--second:not(.btn--loading):focus-visible::before {
  content: "";
  display: block;
  width: calc( 100% - 2px);
  height: calc( 100% - 2px);
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 1;
  border: 4px solid #ffffff;
  border-radius: 10em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #cccccc;
}

.btn--second:not(.btn--loading):focus-visible::after {
  content: "";
  display: block;
  width: calc( 100% - 8px);
  height: calc( 100% - 8px);
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 1;
  border: 1px solid #111111;
  border-radius: 10em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn--second:disabled:focus, .btn--second [disabled]:focus {
  border-width: 1px;
  line-height: 56px;
  border-color: #cccccc;
}

.btn--second.btn--loading::before {
  background: #111111;
}

.btn--small {
  padding: 0 24px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 40px;
  height: 40px;
}

.btn--loading {
  position: relative;
  font-size: 0;
}

.btn--loading::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  position: absolute;
  top: 18px;
  left: calc( 50% - 4px);
}

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

/*----- form -----*/
.form__row {
  margin-bottom: 16px;
}

.form__row.js-form-company {
  display: none;
}

.form__row.disable .form__label {
  color: #cccccc;
}

.form__row--tel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}

.form__row--tel .form__col {
  margin-left: 16px;
}

.form__row--tel .form__col:first-child {
  width: 231px;
  margin-left: 0;
}

.form__row--tel .form__col:nth-child(2) {
  width: calc( 100% - 231px);
}

.form__row--adds {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}

.form__row--adds .form__col {
  width: 386px;
  margin-left: 16px;
}

.form__row--adds .form__col:first-child {
  margin-left: 0;
}

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

.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/common/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 {
  right: 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: 2;
}

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

.pop__body {
  background: #ffffff;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 480px;
  max-width: 100%;
  height: 100vh;
  position: fixed;
  right: -480px;
  top: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 56px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 32px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: right;
  transition-property: right;
}

.pop__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #111111;
  line-height: 125%;
  margin-bottom: 24px;
}

.pop__text {
  font-size: 1rem;
  color: #484848;
  line-height: 150%;
}

.pop .list--decimal {
  margin-top: 12px;
  margin-bottom: 12px;
}

.header {
  width: 100%;
  height: 76px;
  position: relative;
  background: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.header .logo {
  background: url(../images/IKEA-Logo.svg);
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
  width: 88px;
  height: 36px;
  display: inline-block;
}

.header .container {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .header .container {
    width: 950px;
  }
}

@media (min-width: 1200px) {
  .header .container {
    width: 1100px;
  }
}

@media (min-width: 1500px) {
  .header .container {
    margin-left: 160px;
    max-width: 100%;
    width: 1195px;
  }
}

.join .container {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .join .container {
    width: 950px;
  }
}

@media (min-width: 1200px) {
  .join .container {
    width: 1100px;
  }
}

@media (min-width: 1500px) {
  .join .container {
    margin-left: 160px;
    max-width: 100%;
    width: 1195px;
  }
}

.join__row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-top: 64px;
}

.join__maintitle {
  font-size: 2rem;
  line-height: 125%;
  color: #111111;
  letter-spacing: -0.96px;
  font-weight: 700;
}

.join__headline {
  font-size: 2rem;
  line-height: 150%;
  color: #111111;
  letter-spacing: -0.96px;
  font-weight: 700;
  margin-bottom: 38px;
}

.join__title {
  font-size: 1.125rem;
  line-height: 125%;
  color: #111111;
  font-weight: 700;
  margin-bottom: 16px;
}

.join__subtitle {
  font-size: 1rem;
  line-height: 125%;
  color: #111111;
  font-weight: 700;
  margin-bottom: 16px;
}

.join__subtitle--mt {
  margin-top: 48px;
}

.join__thirdtitle {
  font-size: 0.875rem;
  line-height: 125%;
  color: #484848;
  font-weight: 400;
}

.join__text {
  font-size: 1rem;
  line-height: 125%;
  color: #111111;
}

.join__list {
  list-style-type: disc;
  margin-left: 0;
  margin-bottom: 22px;
}

.join__list li {
  font-size: 1.125rem;
  line-height: 150%;
  color: #111111;
  margin-top: 6px;
  padding-left: 28px;
  list-style: none;
  position: relative;
}

.join__list li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 10em;
  background: #111111;
  position: absolute;
  top: 12px;
  left: 12px;
}

.join__list li:first-child {
  margin-top: 0;
}

.join__tips {
  position: relative;
  padding-left: 32px;
  font-size: 0.75rem;
  line-height: 180%;
  color: #767676;
  padding-bottom: 32px;
  margin-top: 16px;
}

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

.join__left {
  width: 519px;
}

@media (max-width: 1199px) {
  .join__left {
    width: 46%;
  }
}

.join__right {
  width: calc( 100% - 519px);
  padding-left: 157px;
}

@media (max-width: 1499px) {
  .join__right {
    padding-left: 60px;
  }
}

@media (max-width: 1199px) {
  .join__right {
    width: 54%;
    padding-left: 4%;
  }
}

.join__pic {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.join__pic-item {
  width: 255px;
  margin: 4px;
  border-radius: 4px;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .join__pic-item {
    width: calc( 50% - 8px);
  }
}

.join__pic-item img {
  display: block;
}

.join .process {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}

.join .process__item {
  width: 125px;
}

.join .process__item-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
}

.join .process__item-img.process--1 {
  background: url("../images/join/process_1-active.svg");
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
  width: 56px;
  height: 56px;
}

.join .process__item-img.process--2 {
  background: url("../images/join/process_2.svg");
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
  width: 56px;
  height: 56px;
}

.join .process__item-img.process--3 {
  background: url("../images/join/process_3.svg");
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
  width: 56px;
  height: 56px;
}

.join .process__item-text {
  font-size: 0.875rem;
  color: #111111;
  font-weight: 700;
  line-height: 125%;
  text-align: center;
}

.join .process__arrow {
  background: url("../images/join/process_right.svg");
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  margin-left: 16px;
  margin-right: 16px;
}

@media (max-width: 1199px) {
  .join .process__arrow {
    margin-left: 6px;
    margin-right: 6px;
  }
}

.jointable__tr {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  margin-top: 12px;
}

.jointable__tr:first-child {
  margin-top: 0;
}

.jointable__td:first-child {
  width: 264px;
  padding-right: 10px;
}

.jointable__td:nth-child(2) {
  width: calc( 100% - 264px);
}

.jointable__title {
  font-size: 0.875rem;
  font-weight: 700;
  color: #111111;
  line-height: 125%;
}

.jointable__text {
  font-size: 0.875rem;
  color: #111111;
  line-height: 150%;
}

.join3 {
  padding-bottom: 55px;
}

.join3 .joinform {
  margin-top: 32px;
}

.join4 {
  padding-bottom: 55px;
}

.join4__block {
  margin-top: 32px;
}

.join4__item {
  margin-top: 48px;
}

.join4__item:first-child {
  margin-top: 0;
}

.join4 .join__subtitle {
  margin-bottom: 20px;
}

.finish .join__text {
  line-height: 150%;
}

.finish__img {
  margin-top: 48px;
  margin-bottom: 40px;
  text-align: center;
}

.notice {
  padding-bottom: 55px;
}

.notice__text {
  font-size: 1rem;
  color: #111111;
  line-height: 125%;
  margin-top: 24px;
}

.notice__text-item {
  margin-top: 8px;
}

.notice__text-item:first-child {
  margin-top: 0;
}

.notice__text a {
  color: #111111;
  text-decoration: underline;
}

.notice__list {
  font-size: 1rem;
  color: #484848;
  line-height: 150%;
  margin-top: 48px;
  margin-left: 1.5em;
}

.notice__list a {
  color: #484848;
  text-decoration: underline;
}

.notice__form {
  margin-top: 32px;
}

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-24 {
  margin-bottom: 24px;
}

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

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

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

.ml-0 {
  margin-left: 0;
}

.mr-0 {
  margin-right: 0;
}

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

.link {
  text-decoration: underline;
}

.link--style1 {
  color: #111111;
}

.link--style2 {
  color: #484848;
}
