@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500&family=Montserrat:wght@700;800&display=swap');

/* -------------------------------
  base
------------------------------- */
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
  color: #555;
}

h1, h1 *, h2, h2 *, h3, h3 *, h4, h4 *, h5, h5 *, h6, h6 * {
  letter-spacing: 0;
}

input, button, textarea, select {
  font: inherit;
}

input:placeholder-shown,
textarea:placeholder-shown {
  color: #b4b4b4;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #b4b4b4;
}

/* Firefox 18- */
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #b4b4b4; opacity: 1;
}

/* Firefox 19+ */
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #b4b4b4; opacity: 1;
}

/* jquery-ui */
.ui-widget-content {
  font-size: 12px !important;
}
.ui-menu .ui-menu-item-wrapper {
  padding: .8em 1em !important;
}
.ui-state-active {
  background: #eee !important;
}

/* contents */
.contents {
  position: relative;
  font-size: 1.6rem;
}
.inner {
  position: relative;
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
}

.isHide {
  display: none !important;
}

.fontZenMaru {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
}

.fontMontserrat {
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

@media screen and (max-width: 1000px) {
  body {
    font-size: 1rem;
  }
  .inner {
    width: 100%;
  }
}



/* -------------------------------
  header
------------------------------- */
.header {
  display: flex;
  width: 100%;
  background: #fff;
}
.header > .inner {
  display: flex;
  align-items: center;
  width: 95%;
  height: 52px;
  max-width: 865px;
}
.header-logo {
  position: relative;
  width: 161px;
  margin-right: 23px;
  z-index: 99999;
}
.header-tel {
  display: block;
  margin-left: auto;
  width: 360px;
}

@media screen and (max-width: 1000px) {
  .header > .inner {
    position: relative;
    width: 100%;
    max-width: 500px;
    height: 30px;
    padding: 8px 20px;
  }
  .header-logo {
    width: 105px;
    margin-right: 0;
    line-height: 1;
  }
  .header-tel {
    position: absolute;
    top: 7px;
    right: 20px;
    width: 21px;
    transition: 0s;
  }
}



/* -------------------------------
  footer
------------------------------- */
.footer {
  margin-top: 270px;
}
.footer-copy {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  background: #424242;
  color: #fff;
  font-size: 2em;
  letter-spacing: .09em;
}

@media screen and (max-width: 1000px) {
  .footer {
    display: none;
  }
}



/* -------------------------------
  ttl
------------------------------- */
.ttl {
  width: 95%;
  margin: 55px auto 0;
  font-weight: 700;
  text-align: center;
}
.ttl-txt01 {
  font-size: 3.2em;
  letter-spacing: .1em;
}
.ttl-txt02 {
  font-size: 4.9em;
  letter-spacing: .18em;
  line-height: 1.5;
}

@media screen and (max-width: 1000px) {
  .ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 .5rem;
    margin-top: 13px;
    text-align: left;
  }
  .ttl-txt01 {
    margin-top: 3px;
    font-size: 1.1rem;
    letter-spacing: .04em;
    line-height: 1.5;
  }
  .ttl-txt02 {
    font-size: 2.6rem;
    letter-spacing: .1em;
  }
}

@media screen and (max-width: 350px) {
  .ttl-txt01 {
    font-size: 1rem;
  }
  .ttl-txt02 {
    font-size: 2.4rem;
  }
}



/* -------------------------------
  head - info
------------------------------- */
.head-info .inner {
  max-width: 800px;
}
.head-info-list {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  font-size: 1.9em;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}
.head-info-list-item {
  padding-top: 120px;
}
.head-info-list-item.info01 {
  background: url('/sell/promotion/assets/img/purchase/form-sp/info_01.svg') top 5px center / 111px auto no-repeat;
  color: #FF621C;
}
.head-info-list-item.info02 {
  background: url('/sell/promotion/assets/img/purchase/form-sp/info_02.svg') top 2px center / 111px auto no-repeat;
  color: #00ABB2;
}
.head-info-list-item.info03 {
  background: url('/sell/promotion/assets/img/purchase/form-sp/info_03.svg') top 22px center / 157px auto no-repeat;
  color: #FF621C;
}
.head-info-list-item-txt {
  margin-top: 20px;
}

@media screen and (max-width: 1000px) {
  .head-info-list {
    display: block;
    margin-top: 16px;
    font-weight: 700;
  }
  .head-info-list-item {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 300px;
    min-height: 43px;
    margin: 0 auto;
    padding: 3px 14px 0 76px;
    border-radius: 12px;
    font-size: 1.3rem;
    letter-spacing: .05em;
    line-height: 1.4;
  }
  .head-info-list-item:not(:first-child) {
    margin-top: 13px;
  }
  .head-info-list-item.info01 {
    background: url('/sell/promotion/assets/img/purchase/form-sp/info_01_sp.svg') center left 18px / 38px auto no-repeat #FFF7F4;
    font-size: 1.4rem;
  }
  .head-info-list-item.info02 {
    padding-left: 70px;
    background: url('/sell/promotion/assets/img/purchase/form-sp/info_02_sp.svg') center left 18px / 38px auto no-repeat #FFF7F4;
  }
  .head-info-list-item.info03 {
    padding-left: 105px;
    background: url('/sell/promotion/assets/img/purchase/form-sp/info_03_sp.svg') center left 13px / 48px auto no-repeat #FFF7F4;
  }
  .head-info-list-item-txt {
    margin-top: 0;
  }
  .head-info-tel {
    width: 95%;
    max-width: 32rem;
    margin: 22px auto 0;
  }
}



/* -------------------------------
  head - holiday
------------------------------- */
.head-holiday {
  margin-top: 65px;
  padding: 3em 2em;
  background-color: rgba(0,171,178,.1);
  text-align: center;
}
.head-holiday-ttl {
  font-size: 2em;
  font-weight: 700;
}
.head-holiday-txt {
  margin-top: .5em;
  font-size: 1.7em;
}

@media screen and (max-width: 1000px) {
  .head-holiday {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 89%;
    margin: 30px auto 0;
    padding: 2rem 1.5rem;
    text-align: left;
  }
  .head-holiday-ttl {
    font-size: 1.6rem;
    text-align: center;
  }
  .head-holiday-txt {
    margin-top: .3rem;
    font-size: 1.4rem;
  }
}



/* -------------------------------
  head - step
------------------------------- */
.head-step {
  position: relative;
  width: 95%;
  max-width: 835px;
  margin: 70px auto;
}
.head-step ul {
  display: flex;
  justify-content: space-between;
}
.head-step-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 21.2%;
  max-width: 176px;
  height: 70px;
  background: #F0F0F0;
  border-radius: 5px;
  font-size: 1.7em;
  font-weight: 700;
  letter-spacing: .03em;
  line-height: 1;
}
.head-step-item.is-current {
  background: #FFB08D;
}
.head-step-item:not(:first-child):after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -85.88%;
  display: block;
  width: 85.88%;
  margin: auto;
  background: url('/sell/promotion/assets/img/purchase/form-sp/step_arrow.svg') center center / 52px auto no-repeat;
  z-index: -1;
}
.is-current + .head-step-item:after,
.is-current.head-step-item:last-child:after {
  background-image: url('/sell/promotion/assets/img/purchase/form-sp/step_arrow_current.svg');
}
.head-step-item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 9px;
}
.head-step-item-img img {
  width: auto;
  height: 100%;
}
.head-step-item-txt {
  margin-top: 8px;
}
.head-step-sp {
  display: none;
}

@media screen and (max-width: 1000px) {
  .head-step {
    width: 95%;
    max-width: none;
    margin: 28px auto 23px;
  }
  .head-step ul {
    justify-content: center;
    transform: translateX(6px);
  }
  .head-step-item {
    width: 111px;
    max-width: none;
    height: 36px;
    background: url('/sell/promotion/assets/img/purchase/form-sp/step_other_02.svg') center left / auto 100% no-repeat transparent;
    border-radius: 0;
    font-size: 1.4rem;
    color : #C8C8C8;
  }
  .head-step-item:first-child {
    width: 105px;
    background: url('/sell/promotion/assets/img/purchase/form-sp/step_other_01.svg') center left / auto 100% no-repeat transparent;
  }
  .head-step-item:nth-child(2) {
    transform: translateX(-4px);
  }
  .head-step-item:nth-child(3) {
    transform: translateX(-8px);
  }
  .head-step-item.is-current {
    background: url('/sell/promotion/assets/img/purchase/form-sp/step_other_02_current.svg') center left / auto 100% no-repeat transparent;
    color: #fff;
  }
  .head-step.input {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 8px;
    width: 85%;
    max-width: 350px;
    margin-top: 20px;
  }
  .head-step.input ul {
    justify-content: flex-start;
    transform: none;
  }
  .head-step.input .head-step-item {
    width: 91px;
    height: 32px;
    background: url('/sell/promotion/assets/img/purchase/form-sp/step_input_02.svg');
    font-size: 1.2rem;
  }
  .head-step.input .head-step-item:first-child {
    width: 84px;
    background: url('/sell/promotion/assets/img/purchase/form-sp/step_input_01.svg');
  }
  .head-step.input .head-step-item:nth-child(2) {
    transform: translateX(-2px);
  }
  .head-step.input .head-step-item:nth-child(3) {
    transform: translateX(-2px);
  }
  .head-step-item:not(:first-child):after {
    content: none;
  }
  .head-step-item-img {
    display: none;
  }
  .head-step-item-num {
    font-size: 10px;
  }
  .head-step.input .head-step-item-num {
    font-size: 9px;
  }
  .head-step-item-txt {
    margin-top: 0;
  }

  .head-step-sp {
    flex-shrink: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.6rem;
    height: 4.6rem;
    background-color: #fff;
    transform: translateY(-2px);
  }
  .head-step-sp .current {
    color: #00ABB2;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
  }
  .head-step-sp .total {
    display: inline-block;
    margin-left: 3px;
    padding-top: 3px;
    color: #e5e5e5;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .1em;
  }
  .head-step-sp-bar {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .head-step-sp-bar-result {
    stroke-dasharray: calc(42 * 3.14) calc(42 * 3.14);
    stroke-dashoffset: calc((42 * 3.14) / 7 * 6);
    transform-origin: 50% 50%;
    transform: rotate(-90deg);
    transition: stroke-dashoffset .3s;
  }
}

@media screen and (max-width: 350px) {
  .head-step {

  }
  .head-step ul {
  }
  .head-step-item {
    width: 106px;
    height: 33px;
  }
  .head-step-item:first-child {
    width: 100px;
  }
}

@media screen and (max-width: 330px) {
  .head-step.input {
    gap: 0 2px;
  }
}



/* -------------------------------
  form
------------------------------- */
.form:not(body) {
  margin-top: 85px;
}

.form-body {
  font-size: 1.25em;
  font-weight: 500;
}
.form-body.body02 {
  margin-top: 120px;
}
.form-body-ttl {
  display: flex;
  align-items: center;
}
.form-body-ttl-img {
  height: 15px;
}
.form-body-ttl-img img {
  width: auto;
  height: 100%;
  vertical-align: text-top;
}
.form-body-ttl-txt01 {
  margin-left: .9em;
  padding-bottom: .2em;
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: .03em;
  color: #FF621C;
  line-height: 1;
}
.form-body-ttl-txt02 {
  margin-left: 2.25em;
  font-weight: 500;
}

/* body - table */
.form-body-tbl {
  width: 100%;
  margin-top: 20px;
}
.form-body-tbl.tbl01 tr,
.form-body-tbl.tbl02 tr:first-of-type {
  border-top: 1px solid#A6A6A6;
}
.form-body-tbl th,
.form-body-tbl td {
  position: relative;
  padding-top: 35px;
  text-align: left;
}
.form-body-tbl .mail th,
.form-body-tbl .mail td,
.form-body-tbl .contact th,
.form-body-tbl .contact td  {
  padding-top: 27px;
}
.form-body-tbl.tbl01 th,
.form-body-tbl.tbl01 td {
  padding-bottom: 15px;
}
.form-body-tbl.tbl01 .type td,
.form-body-tbl.tbl01 .address td,
.form-body-tbl.tbl01 .owner td,
.form-body-tbl.tbl01 .period td,
.form-body-tbl.tbl01 .status td,
.form-body-tbl.tbl01 .leaseback td {
  padding-bottom: 35px;
}
.form-body-tbl th {
  width: 13em;
  font-weight: 700;
  letter-spacing: .03em;
  line-height: 1.5;
  vertical-align: top;
}
.form-body-tbl-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.form-body-tbl-column > label:not(:first-of-type) {
  margin-top: 20px;
}
.form-body-tbl-column-sub {
  margin-top: .5em;
  padding-left: 2em;
}
.form-body-tbl-row {
  display: flex;
  align-items: flex-start;
}
.form-body-tbl .asterisk {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: .5em;
  padding-left: 1em;
  font-size: .7em;
}
.form-body-tbl-column + .asterisk {
  margin-top: 1em;
}
.form-body-tbl .asterisk:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1em;
}
.form-body-tbl-mark {
  position: absolute;
  top: 35px;
  right: 35px;
  display: block;
  width: 3em;
  padding: 3px 0 5px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-size: .9em;
  font-weight: 700;
  letter-spacing: .03em;
  line-height: 1;
  transition: all 0.3s;
}
.tbl02 .form-body-tbl-mark {
  right: 22px;
}
.mail .form-body-tbl-mark,
.contact .form-body-tbl-mark {
  top: 27px;
}
.form-body-tbl-mark.required {
  background: #FF8149;
  border: 1px solid #FF8149;
}
.form-body-tbl-mark.required.ok {
  background: #fff;
  color: #FF8149;
}
.form-body-tbl-mark.any {
  background: #737373;
}

/* body - item */
input:-webkit-autofill{
  -webkit-text-fill-color: #555;
	box-shadow: 0 0 0px 1000px #fff inset;
}
.form-body-tbl input[type=text],
.form-body-tbl input[type=tel],
.form-body-tbl input[type=email],
.form-body-tbl-textarea,
.form-body-tbl-select select {
  width: 100%;
  padding: .4em 1em;
  background: #fff;
  border: 1px solid #555;
  border-radius: 5px;
  font-size: 1em;
  line-height: 1.7;
  font-family: inherit;
  vertical-align: bottom;
  -webkit-transition: background-color ease 0.3s, border-color ease 0.3s;
  transition: background-color ease 0.3s, border-color ease 0.3s;
}
.form-body-tbl input[type=text].short,
.form-body-tbl input[type=tel].short,
.form-body-tbl-select select.short {
  width: 220px;
}
.form-body-tbl-textarea {
  min-height: 200px;
  resize: vertical;
}
.form-body-tbl input[type=text].error,
.form-body-tbl input[type=tel].error,
.form-body-tbl input[type=email].error,
.form-body-tbl-textarea.error,
.form-body-tbl-select select.error {
  background: #FFF7F4;
  border: 2px solid #FF8149;
}
.form-body-tbl-select {
  position: relative;
  display: inline-block;
}
.form-body-tbl-select:hover {
  cursor: pointer;
}
.form-body-tbl-select:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: .8em;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  background: url('/sell/promotion/assets/img/purchase/form-sp/select_arrow.svg') center center / contain no-repeat;
  z-index: 1;
}
.form-body-tbl-select optgroup {
  color: #a8a8a8;
  font-size: 1.5rem;
  -moz-text-align-last: center;
  text-align-last: center;
}
.form-body-tbl-select option {
  color: #0F0F0F;
  font-size: 1.5rem;
  -moz-text-align-last: center;
  text-align-last: center;
}
.form-body-tbl-radio {
  display: none;
}
.form-body-tbl-radio + label {
  position:relative;
  display: inline-block;
  margin: .15em 2em 0 0;
  padding-left: 2em;
  line-height: 1.2;
}
.form-body-tbl-radio + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid#A6A6A6;
  border-radius: 50%;
}
.form-body-tbl-radio + label:after {
  content: "";
  display: block;
  position: absolute;
  top: .2em;
  left: .2em;
  width: .7em;
  height: .7em;
  background: #FF8149;
  border-radius: 50%;
  opacity: 0;
  transition: .3s;
}
.form-body-tbl-radio:checked + label:after {
  opacity: 1;
}
.form-body-tbl-radio:disabled  + label {
  color: #c1c1c1;
}
.form-body-tbl-radio:disabled  + label:before {
  border-color: #d8d8d8;
}
.form-body-tbl span.error {
  display: block;
  width: 100%;
  margin-top: .25em;
  color: #FF621C;
  font-size: .75em;
  font-weight: 700;
  letter-spacing: .03em;
}
.form-body-tbl-txt {
  display: inline-block;
  margin: .6em 0 0 .5em;
  font-weight: 700;
  letter-spacing: .03em;
  vertical-align: top;
}

/* body - item - address */
.form-body-tbl-address {
  position: relative;
}
.form-body-tbl-address .form-body-tbl-mark {
  top: 0;
  left: -90px;
  right: auto;
}
.form-body-tbl-address.zip {
  position: relative;
  margin-bottom: 60px;
}
.form-body-tbl-address.zip:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -35px;
  left: -100px;
  right: 0;
  width: calc(100% + 100px);
  height: 4px;
  background: linear-gradient(to right, rgba(166, 166, 166, 1), rgba(166, 166, 166, 1) 3px, rgba(166, 166, 166, 0) 3px, rgba(166, 166, 166, 0) 8px) center left / 8px 3px repeat-x;
}
.form-body-tbl-address:not(:first-child) {
  margin-top: .8em;
}
.form-body-tbl-address-ttl {
  margin-bottom: .4em;
  font-size: .9em;
  font-weight: 700;
  letter-spacing: .03em;
}
.form-body-tbl-address-zip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.form-body-tbl-address-zip-btn {
  margin-left: 1.2em;
  padding: 1em 1.8em;
  border: 1px solid #555;
  border-radius: 25px;
  font-size: .7em;
  transition: .3s;
}
.form-body-tbl-address-zip-btn:hover {
  background: #FF621C;
  border-color: #FF621C;
  color: #fff;
  cursor: pointer;
}
.form-body-tbl-address .form-body-tbl-txt {
  font-size: .9em;
  font-weight: 700;
  letter-spacing: .03em;
}

/* body - item - status */
.status .form-body-tbl-status02 {
  margin: 20px 0;
}
.form-body-tbl-row {
  flex-wrap: wrap;
}
.status .form-body-tbl-status02 span.error {
  display: block;
  width: 100%;
  margin-left: 2em;
  transform: translateY(-.5em);
}
.status .form-body-tbl-status02-price {
  display: flex;
  line-height: 1.2;
}
.status .form-body-tbl-status02-price .form-body-tbl-txt {
  font-weight: 500;
}
.status .form-body-tbl-status02-price .form-body-tbl-txt:first-child {
  margin: 0 1em 0 0;
}
.status .form-body-tbl-status02-price .form-body-tbl-txt:last-child {
  margin: 0 0 0 .8em;
}
.form-body-tbl-status02-price-input {
  display: flex;
  flex-direction: column;
  width: 200px;
  transform: translateY(-.75em);
}
.form-body-tbl-status02-price-input input[type=text].short {
  width: 100%;
}
.form-body-tbl-column .form-body-tbl-status02 ~ label {
  margin-top: 0;
}

/* body - item - leaseback */
.form-body-tbl-leaseback-radio {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.form-body-tbl-leaseback-radio:first-of-type label {
  min-width: 11.5em;
  margin-right: 1em;
}
.form-body-tbl-leaseback-radio:last-of-type label {
  min-width: 5em;
  margin-right: 1em;
}
.form-body-tbl-leaseback-txt01 {
  margin-top: 15px;
  font-size: .95em;
}
.form-body-tbl-leaseback-txt02 {
  margin: 30px 0 10px;
  font-weight: 700;
  letter-spacing: .03em;
  color: #666;
}

/* body - item - area */
.form-body-tbl .area .form-body-tbl-column {
  margin-left: 1em;
}
.form-body-tbl .area .form-body-tbl-column > label {
  font-weight: 700;
  letter-spacing: .03em;
}
.form-body-tbl .area .form-body-tbl-column > label:not(:first-of-type) {
  margin-top: 5px;
}

/* body - item - owner */
.form-body-tbl .owner .owner_other {
  margin-top: 20px;
}
.form-body-tbl .owner .owner_other p:first-child {
  margin-bottom: 7px;
  font-size: 16px;
}


/* btn */
.form-btn {
  position: relative;
  width: 90%;
  max-width: 364px;
  margin: 85px auto 0;
  border-radius: 31px;
  background: #fff;
  border: 1px solid #FF621C;
  transition: .3s;
}
.form-btn:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 30px;
  height: 5px;
  margin: auto;
  background: url('/sell/promotion/assets/img/purchase/form-sp/btn_arrow.svg') center center / contain no-repeat;
}
.form-btn:hover {
  background: #FF621C;
}
.form-btn:not(.disabled):hover input[type="submit"],
.form-btn:not(.disabled):hover p {
  color: #fff;
  cursor: pointer;
}
.form-btn.disabled {
  background: #a6a6a6;
  border-color: #a6a6a6;
  cursor: not-allowed;
  transition: all 0.3s;
}
.form-btn:not(.disabled):hover:after,
.form-btn.disabled:after {
  background-image: url('/sell/promotion/assets/img/purchase/form-sp/btn_arrow_wt.svg');
}
.form-btn.disabled:hover {
  opacity: 1;
  transition: all 0.3s;
}
.form-btn.disabled input[type="submit"],
.form-btn.disabled p {
  color: #fff;
}
.form-btn.disabled:hover input[type="submit"],
.form-btn.disabled:hover p {
  cursor: not-allowed;
}
.form-btn input[type="submit"],
.form-btn p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 62px;
  padding: 0 2em;
  border: none;
  color: #FF621C;
  text-align: center;
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: .03em;
}

@media screen and (max-width: 1000px) {
  .form:not(body) {
    margin-top: 23px;
  }
  .form.btnFix {
    padding-bottom: 90px;
  }
  .form-box {
    position: relative;
    background-color: #F8F8F8;
    overflow: hidden;
  }
  .form-body {
    height: 0;
    opacity: 0;
    transform: translateX(-100vw);
    transition: .3s ease-in-out;
  }
  .form-body.active {
    height: auto;
    opacity: 1;
    transform: translateX(0vw);
  }
  .form-body.active ~ .form-body {
    height: 0;
    opacity: 0;
    transform: translateX(100vw);
  }
  .form-body.body02 {
    margin-top: 0;
  }

  .form-body-ttl {
    display: none;
  }

  /* body - table */
  .form-body-tbl {
    margin-top: 0;
  }
  .form-body-tbl.tbl01 tr,
  .form-body-tbl.tbl02 tr:first-of-type {
    border-top: 0;
  }
  .form-body-tbl th,
  .form-body-tbl td {
    width: 100%;
  }
  .form-body-tbl th {
    display: flex;
    align-items: center;
    padding: 9px 30px;
    background-color: #EFEFEF;
    font-size: 1.6rem;
  }
  .form-body-tbl td {
    display: block;
    padding: 18px 30px;
    background-color: #F8F8F8;
    font-size: 1.6rem;
  }
  .form-body-tbl .mail th,
  .form-body-tbl .contact th  {
    padding-top: 9px;
  }
  .form-body-tbl .mail td,
  .form-body-tbl .contact td  {
    padding-top: 18px;
  }
  .form-body-tbl.tbl01 .type td,
  .form-body-tbl.tbl01 .address td,
  .form-body-tbl.tbl01 .owner td,
  .form-body-tbl.tbl01 .period td,
  .form-body-tbl.tbl01 .status td,
  .form-body-tbl.tbl01 .leaseback td {
    padding-bottom: 18px;
  }
  .form-body-tbl-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .form-body-tbl-column > label:not(:first-of-type) {
    margin-top: 18px;
  }
  .form-body-tbl-column-sub {
    margin-top: .5em;
    padding-left: 2em;
  }
  .form-body-tbl-row {
    display: flex;
    align-items: flex-start;
  }
  .form-body-tbl .asterisk {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: .5em;
    padding-left: 1em;
    font-size: .7em;
  }
  .form-body-tbl-column + .asterisk {
    margin-top: 1em;
  }
  .form-body-tbl .asterisk:before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1em;
  }
  .form-body-tbl-mark {
    position: relative;
    top: auto;
    right: auto;
    width: 40px;
    margin-left: 15px;
    padding: 2px 0 4px;
    border-radius: 3px;
    color: #fff;
    font-size: 1.2rem;
  }
  .tbl02 .form-body-tbl-mark {
    right: 22px;
  }
  .mail .form-body-tbl-mark,
  .contact .form-body-tbl-mark {
    top: auto;
  }
  .form-body-tbl-mark.required {
    background: #FF8149;
    border: 1px solid #FF8149;
  }
  .form-body-tbl-mark.required.ok {
    background: #fff;
    color: #FF8149;
  }
  .form-body-tbl-mark.any {
    background: #9A9A9A;
    border: 1px solid #9A9A9A;
  }

  /* body - item */
  input:-webkit-autofill{
    -webkit-text-fill-color: #555;
    box-shadow: 0 0 0px 1000px #fff inset;
  }
  .form-body-tbl input[type=text],
  .form-body-tbl input[type=tel],
  .form-body-tbl input[type=email],
  .form-body-tbl-textarea,
  .form-body-tbl-select select {
    width: 100%;
    padding: .35em 1em;
    background: #fff;
    border: 1px solid #555;
    border-radius: 5px;
    font-size: 1.6rem;
    line-height: 1.7;
    font-family: inherit;
    vertical-align: bottom;
    -webkit-transition: background-color ease 0.3s, border-color ease 0.3s;
    transition: background-color ease 0.3s, border-color ease 0.3s;
  }
  .form-body-tbl input[type=text].short,
  .form-body-tbl input[type=tel].short,
  .form-body-tbl-select select.short {
    width: 220px;
  }
  .form-body-tbl-textarea {
    min-height: 116px;
    resize: vertical;
  }
  .form-body-tbl input[type=text].error,
  .form-body-tbl input[type=tel].error,
  .form-body-tbl input[type=email].error,
  .form-body-tbl-textarea.error,
  .form-body-tbl-select select.error {
    background: #FFF7F4;
    border: 2px solid #FF8149;
  }
  .form-body-tbl-select {
    position: relative;
    display: inline-block;
  }
  .form-body-tbl-select:hover {
    cursor: pointer;
  }
  .form-body-tbl-select:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: .8em;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    background: url('/sell/promotion/assets/img/purchase/form-sp/select_arrow.svg') center center / contain no-repeat;
    z-index: 1;
  }
  .form-body-tbl-select optgroup {
    color: #a8a8a8;
    font-size: 1.5rem;
    text-align-last: left;
  }
  .form-body-tbl-select option {
    color: #0F0F0F;
    font-size: 1.5rem;
    -moz-text-align-last: center;
    text-align-last: left;
  }
  .form-body-tbl-radio {
    display: none;
  }
  .form-body-tbl-radio + label {
    position:relative;
    display: inline-block;
    margin: .15em 2em 0 0;
    padding-left: 2.2em;
    line-height: 1.2;
    letter-spacing: .12em;
  }
  .form-body-tbl-radio + label:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border: 1px solid#A6A6A6;
    border-radius: 50%;
  }
  .form-body-tbl-radio + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    width: 11px;
    height: 11px;
    background: #FF8149;
    border-radius: 50%;
    opacity: 0;
    transition: .3s;
  }
  .form-body-tbl-radio:checked + label:after {
    opacity: 1;
  }
  .form-body-tbl-radio:disabled  + label {
    color: #c1c1c1;
  }
  .form-body-tbl-radio:disabled  + label:before {
    border-color: #d8d8d8;
  }
  .form-body-tbl span.error {
    display: block;
    width: 100%;
    margin-top: .25em;
    color: #FF621C;
    font-size: .75em;
    font-weight: 700;
    letter-spacing: .03em;
  }
  .form-body-tbl-txt {
    display: inline-block;
    margin: .6em 0 0 .5em;
    font-weight: 700;
    letter-spacing: .03em;
    vertical-align: top;
  }

  /* body - item - address */
  .form-body-tbl-address {
    position: relative;
  }
  .form-body-tbl-address .form-body-tbl-mark {
    top: 0;
    left: 0;
    right: auto;
  }
  .form-body-tbl-address.zip {
    position: relative;
    margin-bottom: 50px;
  }
  .form-body-tbl-address.zip:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -30px;
    left: -30px;
    right: 0;
    width: calc(100% + 60px);
    height: 4px;
    background: linear-gradient(to right, rgba(166, 166, 166, 1), rgba(166, 166, 166, 1) 3px, rgba(166, 166, 166, 0) 3px, rgba(166, 166, 166, 0) 8px) center left / 8px 3px repeat-x;
  }
  .form-body-tbl-address:not(:first-child) {
    margin-top: .8em;
  }
  .form-body-tbl-address-ttl {
    display: flex;
    align-items: center;
    margin-bottom: .4em;
    font-size: .9em;
    font-weight: 700;
    letter-spacing: .03em;
  }
  .form-body-tbl-address-zip {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 1.2rem;
  }
  .form-body-tbl-address-zip input[type=tel].short {
    width: 170px;
  }
  .form-body-tbl-address-zip-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 40px;
    margin-left: 0;
    padding: 0;
    background-color: #fff;
    border: 1px solid #FF621C;
    border-radius: 25px;
    color: #FF621C;
    font-size: .7em;
    transition: .3s;
  }
  .form-body-tbl-address-zip-btn:hover {
    background: #FF621C;
    border-color: #FF621C;
    color: #fff;
    cursor: pointer;
  }
  .form-body-tbl-address .form-body-tbl-txt {
    font-size: .9em;
    font-weight: 700;
    letter-spacing: .03em;
  }
  .form-body-tbl-address .form-body-tbl-select select.short,
  .form-body-tbl-address:last-child input[type="text"] {
    width: 20rem;
  }

  /* body - item - status */
  .status td {
    padding-left: 0;
    padding-right: 0;
  }
  .status .form-body-tbl-column {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0 15px;
  }
  .status .form-body-tbl-radio + label {
    width: 96px;
    height: 94px;
    margin: 0;
    padding: 67px 0 0;
    background-color: #fff;
    background-position: top 13px center;
    background-repeat: no-repeat;
    border: 2px solid #fff;
    border-radius: 5px;
    font-size: 1.2rem;
    text-align: center;
    transition: border .3s;
  }
  .status .form-body-tbl-radio:checked + label {
    border-color: #FF9160;
  }
  .status .form-body-tbl-radio[id="status-01SP"] + label {
    background-image: url('/sell/promotion/assets/img/purchase/form-sp/status_sp01.svg');
    background-size: 57px auto;
  }
  .status .form-body-tbl-radio[id="status-02SP"] + label {
    background-image: url('/sell/promotion/assets/img/purchase/form-sp/status_sp02.svg');
    background-size: 50px auto;
  }
  .status .form-body-tbl-radio[id="status-03SP"] + label {
    background-image: url('/sell/promotion/assets/img/purchase/form-sp/status_sp03.svg');
    background-size: 63px auto;
  }
  .status .form-body-tbl-column > label:not(:first-of-type) {
    margin-top: 0;
  }
  .status .form-body-tbl-radio + label::before,
  .status .form-body-tbl-radio + label::after {
    content: none;
  }
  .status .form-body-tbl-status02 {
    margin: 20px 0;
  }
  .form-body-tbl-row {
    flex-wrap: wrap;
  }
  .status .form-body-tbl-status02 span.error {
    display: block;
    width: 100%;
    margin-top: 1em;
    margin-left: 0;
    font-size: 1.2rem;
    transform: none;
  }
  .status .form-body-tbl-status02-price {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    line-height: 1.2;
  }
  .status .form-body-tbl-status02-price .form-body-tbl-txt {
    font-weight: 500;
  }
  .status .form-body-tbl-status02-price .form-body-tbl-txt:first-child {
    margin: 0 1em 0 0;
  }
  .status .form-body-tbl-status02-price .form-body-tbl-txt:last-child {
    margin: 0 0 0 .8em;
  }
  .form-body-tbl-status02-price-input {
    display: flex;
    flex-direction: column;
    width: 164px;
    transform: none;
  }
  .form-body-tbl-status02-price-input input[type=text].short {
    width: 100%;
  }
  .form-body-tbl-column .form-body-tbl-status02 ~ label {
    margin-top: 0;
  }

  /* body - item - leaseback */
  .form-body-tbl-leaseback-radio {
    display: block;
  }
  .form-body-tbl-leaseback-radio:first-of-type label {
    min-width: 11.5em;
    margin-right: 1em;
  }
  .form-body-tbl-leaseback-radio:last-of-type label {
    min-width: 5em;
    margin-right: 1em;
  }
  .form-body-tbl-leaseback-txt01 {
    margin-top: 15px;
    font-size: 1.3rem;
  }
  .form-body-tbl-leaseback-txt02 {
    margin: 30px 0 10px;
    font-weight: 700;
    letter-spacing: .03em;
    color: #666;
  }
  .leasebackPeriod th {
    font-size: 1.5rem;
    font-weight: 500;
  }
  .leasebackPeriod td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
    padding-top: 10px;
  }
  .leasebackPeriod .asterisk {
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.3rem;
  }
  .leasebackPeriod .form-body-tbl-select.year select.short {
    width: 16rem;
  }
  .leasebackPeriod .form-body-tbl-select.month select.short {
    width: 14.2rem;
  }
  .leasebackPeriod .form-body-tbl-select option {
    text-align-last: left;
  }
  .leasebackPeriod .form-body-tbl-select.year option:disabled,
  .leasebackPeriod .form-body-tbl-select.month option:disabled {
    color: rgba(15, 15, 15, .4);
  }

  /* body - item - area */
  .floor .form-body-tbl-select option {
    text-align-last: left;
  }

  /* body - item - area */
  .form-body-tbl .area input[type=tel].short {
    width: 17rem;
  }
  .form-body-tbl .area .form-body-tbl-column {
    margin-left: 1em;
  }
  .form-body-tbl .area .form-body-tbl-column > label {
    font-weight: 700;
    letter-spacing: .03em;
  }
  .form-body-tbl .area .form-body-tbl-column > label:not(:first-of-type) {
    margin-top: 5px;
  }

  /* body - item - age */
  .form-body-tbl .age input[type=tel].short {
    width: 17rem;
  }

  /* body - item - owner */
  .owner td {
    padding: 0;
    background-color: #fff;
  }
  .owner td .form-body-tbl-column {
    padding: 20px 30px;
    background-color: #F8F8F8;
  }
  .form-body-tbl .owner .owner_other {
    margin-top: 0;
    padding: 20px 30px 0;
  }
  .form-body-tbl .owner .owner_other p:first-child {
    margin-bottom: 7px;
    font-size: 1.3rem;
  }
  .owner td .asterisk {
    width: calc(100% - 60px);
    margin: 20px 30px;
    font-size: 1.1rem;
  }

  /* body - item - other */
  .other td {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  /* btn */
  .form-btn {
    width: 100%;
    margin-top: 0;
    border: none;
    border-radius: 0;
    transition: none;
  }
  .form-btn.next {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 0 13px;
    max-width: 375px;
    padding: 20px 30px;
    background-color: rgba(255, 255, 255, .8);
  }
  .form-btn.send {
    max-width: none;
    padding-top: 35px;
    background-color: #fff;
    border-radius: 0;
  }
  .form-btn:after {
    content: none;
  }
  .form-btn:hover {
    background-color: rgba(255, 255, 255, .8);
  }
  .form-btn.disabled {
    width: 100%;
    background: none;
    transition: none;
  }
  .form-btn.disabled input[type="submit"], .form-btn.disabled {
    color: #FF621C;
  }
  .form-btn:not(.disabled):hover input[type="submit"], .form-btn:not(.disabled):hover p {
    color: #FF621C;
  }
  .form-btn .next_btn,
  .form-btn input[type="submit"] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 19.2rem;
    height: 4.8rem;
    min-height: auto;
    margin: 0 auto;
    padding: 0 0 .2rem;
    background: url('/sell/promotion/assets/img/purchase/form-sp/arrow_next.svg') center right 2.5rem / 1.6rem auto no-repeat #fff;
    border: 2px solid #FF621C;
    border-radius: 2.4rem;
    color: #FF621C;
    font-size: 1.6rem;
    font-weight: 700;
    transition: .3s;
  }
  .form-btn:not(.disabled):hover input[type="submit"] {
    color: #FF621C;
  }
  .form-btn input[type="submit"] {
    width: 26rem;
  }
  .form-btn .next_btn {
    width: 100%;
    max-width: 26rem;
    transform: .3s;
  }
  .form-btn .next_btn:disabled,
  .form-btn input[type="submit"]:disabled,
  .form-btn:not(.disabled):hover input[type="submit"]:disabled {
    background-image: none;
    background-color: #B5B5B5;
    border-color: #B5B5B5;
    color: #fff;
  }
  .form-btn .next_btn:disabled:hover,
  .form-btn input[type="submit"]:disabled:hover {
    cursor: not-allowed;
  }
  .form-btn .return_btn {
    flex: 1 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 11rem;
    height: 4.8rem;
    margin: 0 auto;
    padding-left: 2rem;
    padding-bottom: .2rem;
    background: url('/sell/promotion/assets/img/purchase/form-sp/arrow_return.svg') center left 2rem / 1.6rem auto no-repeat #fff;
    border: 1px solid #555;
    border-radius: 2.4rem;
    color: #555;
    font-size: 1.6rem;
    font-weight: 700;
  }
  .form-btn.send .return_btn {
    margin-top: 30px;
  }
}

@media screen and (min-width: 376px) and (max-width: 1000px) {
  .status .form-body-tbl-status02-price {
    justify-content: center;
  }
  .form-privacypolicy-check {
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 374px) {
  .form.btnFix {
    padding-bottom: 146px;
  }

  .form-body-tbl-address-zip input[type=tel].short {
    width: 140px;
  }
  .form-body-tbl-address-zip-btn {
    width: 100px;
  }

  .leasebackPeriod td {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px 0;
  }
  .status .form-body-tbl-status02 span.error {
    padding: 0 20px;
  }

  .form-btn.next {
    flex-direction: column;
    gap: 10px 0;
  }
}

@media screen and (max-width: 350px) {
  .status .form-body-tbl-column {
    gap: 0 8px;
  }

  .form-body-tbl .area input[type=tel].short {
    width: 16rem;
  }

  .form-body-tbl .owner .owner_other p:first-child br {
    display: none;
  }
}


/* -------------------------------
  privacypolicy
------------------------------- */
.form-privacypolicy {
  margin: 80px auto 0;
  font-size: 1.08em;
}
.form-privacypolicy-txt {
	font-size: 1.2em;
  font-weight: 700;
  letter-spacing: .03em;
}
.form-privacypolicy-detail {
  height: 200px;
  margin: 10px 0;
  padding: 1em 1.25em;
  border: 1px solid #555;
  line-height: 1.65;
  text-align: justify;
  overflow-y: scroll;
}
.form-privacypolicy-detail-ttl {
	font-weight: 700;
  letter-spacing: .03em;
}
.form-privacypolicy-detail p:not(:last-child),
.form-privacypolicy-detail dl:not(:last-child) {
	margin-bottom: .5em;
}
.form-privacypolicy-detail dl dt {
  padding: .85em 0 .3em;
}
.form-privacypolicy-detail a {
  color: #555;
  text-decoration: underline;
}
.form-privacypolicy-detail::-webkit-scrollbar {
  width: 20px;
  background: #eee;
}
.form-privacypolicy-detail::-webkit-scrollbar-button {
  display: none;
}
.form-privacypolicy-detail::-webkit-scrollbar-thumb {
  background:#555;
}



@media screen and (max-width: 1000px) {
  .form-privacypolicy {
    margin-top: 0;
    padding-top: 20px;
    background-color: #fff;
    font-size: 1rem;
  }
  .form-privacypolicy-txt {
    display: flex;
    align-items: center;
    padding: 0 30px;
    font-size: 1.5rem;
  }
  .form-privacypolicy-check {
    margin-top: 10px;
    padding: 8px 30px;
    background-color: #F8F8F8;
  }
  .form-privacypolicy-check input[type=checkbox] {
    display: none;
  }
  .form-privacypolicy-check input[type=checkbox] + span {
    display: flex;
    align-items: flex-start;
    font-size: 1.3rem;
  }
  .form-privacypolicy-check input[type=checkbox] + span::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background-color: #fff;
    background-position: center center;
    border: 1px solid #c1c1c1;
    margin-right: 10px;
    flex: 0 0 auto;
    transform: translateY(3px);
    transition: .3s;
  }
  .form-privacypolicy-check input[type=checkbox]:checked + span::before {
    background: #FF621C url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015.36%2012.13%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M5.81%2012.13h-.06c-.32-.02-.6-.19-.78-.45L.16%204.28a1.002%201.002%200%200%201%201.68-1.09l4.07%206.27L13.6.35c.36-.42.99-.47%201.41-.12a1%201%200%200%201%20.12%201.41L6.57%2011.78c-.19.23-.47.36-.76.36Z%22%2F%3E%3C%2Fsvg%3E") center center/60% no-repeat;
    background-size: 60%;
    background-repeat: no-repeat;
    border-color: #FF621C;
  }
  .form-privacypolicy-check input[type=checkbox] + span a {
    color: #FF621C;
    text-decoration: underline;
  }
}

@media screen and (max-width: 350px) {
  .form-privacypolicy-txt {
    font-size: 1.4rem;
  }
}



/* -------------------------------
  requiredNum
------------------------------- */
.form-requiredNum {
  position: absolute;
  top: -40px;
  right: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 123px;
  height: 123px;
  background: #FF621C;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  letter-spacing: .03em;
  line-height: 1;
  transform: translateX(458px);
}
.form-requiredNum.isFixed {
  position: fixed;
  top: 20px;
}
.form-requiredNum-txt {
  margin: .7em 0;
  font-size: .8125em;
}
.form-requiredNum-int {
  font-size: 3.75em;
}

@media screen and (max-width: 1100px) {
  .form-requiredNum {
    left: auto;
    right: 2%;
    transform: none;
  }
}

@media screen and (max-width: 1000px) {
  
}



/* -------------------------------
  お問い合わせリンク
------------------------------- */
.form-mailSub {
	text-align: center;
	margin: 5rem 0 0;
}
.form-mailSub .text {
	display: inline-block;
	text-align: center;
  font-size: 1.4rem;
	line-height: 1.75;
}
.form-mailSub .text span {
	display: inline-block;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}
.form-mailSub .text a {
	color: #0077ff;
}

@media screen and (max-width: 1000px) {
  .form-mailSub {
    margin: 0;
    padding: 3.5rem 0 5rem;
    background-color: #fff;
  }
  .form-mailSub .text {
    font-size: 1.3rem;
  }
  .form-mailSub .text span {
    display: inline-block;
    margin-bottom: 5px;
    padding-left: 2em;
    background: url('/sell/promotion/assets/img/purchase/form-sp/attention.svg') center left / 1.7rem auto no-repeat;
    color : #FF621C;
    font-size: 1.4rem;
    font-weight: 700;
  }
  .form-mailSub .text a {
    color: #FF621C;
  }
}



/* -------------------------------
  confirm
------------------------------- */
.form-confirm {
  max-width: 910px;
  font-size: 1.25em;
  font-weight: 500;
}
.form-confirm-txt {
  text-align: center;
  letter-spacing: .1em;
}

/* confirm - table */
.form-confirm-tbl {
  width: 100%;
  margin-top: 30px;
}
.form-confirm-tbl tr {
  border-top: 1px solid#BFBFBF;
}
.form-confirm-tbl tr:last-child {
  border-bottom: 1px solid#BFBFBF;
}
.form-confirm-tbl th {
  width: 15.6em;
  padding: .5em 1.5em;
  background: #f6f6f6;
  font-size: .85em;
  font-weight: 700;
  letter-spacing: .03em;
  text-align: left;
  vertical-align: middle;
}
.form-confirm-tbl td {
  display: flex;
  align-items: center;
  min-height: 2.7em;
  padding: .5em 1.75em;
}

/* confirm - btn */
.form-confirm-ft {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  max-width: 910px;
  margin: 75px auto 0;
}
.form-confirm .form-btn {
  max-width: 620px;
  margin: 0;
}
.form-confirm .form-btn input[type="submit"] {
  font-size: 1em;
}
.form-btn-return {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 225px;
  height: 62px;
  margin-right: 20px;
  padding: 0 2em;
  background: #fff;
  border: 1px solid #555;
  border-radius: 31px;
  color: #555;
  text-align: center;
  font-weight: 700;
  letter-spacing: .03em;
  text-decoration: none;
}
.form-btn-return:hover {
  background: #6f6f6f;
  border-color: #6f6f6f;
  color: #fff;
  opacity: 1;
}
.form-btn-return:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  width: 30px;
  height: 5px;
  margin: auto;
  background: url('/sell/promotion/assets/img/purchase/form-sp/btn_arrow_return.svg') center center / contain no-repeat;
}
.form-btn-return:hover:before {
  background-image: url('/sell/promotion/assets/img/purchase/form-sp/btn_arrow_wt.svg');
  transform: rotate(180deg);
}

/* confirm - error */
.form-confirm-errorBox {
  width: 100%;
  max-width: 400px;
  margin: 25px auto 0;
}
.form-confirm-errorBox .error_messe {
  line-height: 1.75;
  text-align: left;
  color: #dd0000;
  font-size: 15px;
}
.form-confirm-errorBox .error_messe::before {
  content: "\30FB";
  color: #000;
}
.form-confirm-errorBox + .form-confirm-ft {
  justify-content: center;
}

@media screen and (max-width: 1000px) {
  .form-confirm {
    max-width: none;
    margin-top: 47px;
    padding-bottom: 50px;
    font-size: 1em;
  }
  .form-confirm-txt {
    display: flex;
    justify-content: center;
    font-size: .95em;
  }
  .form-confirm-txt.error {
    width: 90%;
    margin: 0 auto;
  }

  /* confirm - table */
  .form-confirm-tbl {
    width: 100%;
    margin-top: 25px;
  }
  .form-confirm-tbl tr {
    border-top: 0;
  }
  .form-confirm-tbl tr:last-child {
    border-bottom: 0;
  }
  .form-confirm-tbl th,
  .form-confirm-tbl td {
    display: block;
    width: 100%;
    font-size: 1em;
  }
  .form-confirm-tbl th {
    padding: .2em 1em .25em 1.9em;
    background-color: #EFEFEF;
  }
  .form-confirm-tbl td {
    min-height: 3em;
    padding: .7em 1em .7em 1.9em;
    background-color: #F8F8F8;
    border-top: 0;
    word-break: break-all;
  }
  .form-confirm-tbl .spAddress th {
    padding: 0;
    background-color: transparent;
    line-height: 1.55;
  }
  .form-confirm-tbl .spAddress td {
    min-height: auto;
    padding: 0 0 .7em;
  }
  .form-confirm-tbl .spAddress td:last-child {
    padding-bottom: 0;
  }

  /* confirm - btn */
  .form-confirm-ft {
    flex-direction: column;
    align-items: center;
    margin: 35px auto 25px;
  }
  .form-confirm .form-btn {
    width: 100%;
    max-width: 320px;
  }
  .form-btn-return {
    width: 120px;
    height: 48px;
    padding: 0 0 2px 25px;
  }
  .form-btn-return:hover {
    background-color: #fff;
    border-color: #555;
    color: #555;
  }
  .form-btn-return:not(:first-child) {
    margin-top: 30px;
  }
  .form-btn-return:before,
  .form-btn-return:hover:before {
    width: 16px;
    height: 16px;
    background-image: url('/sell/promotion/assets/img/purchase/form-sp/arrow_return.svg');
    transform: none;
  }

  .form-confirm-attention {
    max-width: 25.7rem;
    margin: 0 auto;
    font-size: 1.3rem;
    letter-spacing: .05em;
  }

  .form-confirm-errorBox {
    width: 90%;
  }
}



/* -------------------------------
  thanks
------------------------------- */
.form-thanks {
  font-size: 1.25em;
}
.form-thanks-txt {
  line-height: 2.5;
  text-align: center;
  font-weight: 500;
  letter-spacing: .1em;
}
.form-thanks-txt.closed {
  margin-top: 2em;
}
.form-thanks-txt.closed + .form-thanks-txt.closed {
  margin-top: .5em;
}
.form-thanks-img {
  width: 203px;
  margin: 35px auto 0;
}
.form-thanks-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 570px;
  height: 62px;
  margin: 45px auto 0;
  padding: 0 2em;
  background: #fff;
  border: 1px solid #FF621C;
  border-radius: 31px;
  color: #FF621C;
  font-weight: 700;
  letter-spacing: .03em;
  line-height: 1;
  text-decoration: none;
}
.form-thanks-btn:hover {
  background: #FF621C;
  color: #fff;
  opacity: 1;
}
.form-thanks-btn-arrow {
  position: relative;
  display: inline-block;
  padding-right: 55px;
}
.form-thanks-btn-arrow:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 5px;
  margin: auto;
  background: url('/sell/promotion/assets/img/purchase/form-sp/btn_arrow.svg') center center / contain no-repeat;
}
.form-thanks-btn:hover .form-thanks-btn-arrow:after {
  background-image: url('/sell/promotion/assets/img/purchase/form-sp/btn_arrow_wt.svg');
}

@media screen and (max-width: 1000px) {
  .form-thanks {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 500px;
    margin-top: 35px;
    font-size: 1em;
  }
  .form-thanks-txt {
    position: relative;
    margin: 0 30px;
    font-size: 1.5rem;
    line-height: 1.75;
    text-align: left;
    text-align: justify;
    letter-spacing: .075em;
    z-index: 1;
  }
  .form-thanks-txt.txt02 {
    margin-top: 15px;
    margin-right: 150px;
    font-size: 1.4rem;
    line-height: 1.85;
    letter-spacing: .015em;
  }
  .form-thanks-img {
    position: absolute;
    bottom: 5em;
    right: 34px;
    flex-shrink: 0;
    width: 100px;
    margin-top: 0;
    z-index: 0;
  }
  .form-thanks-btn {
    width: 100%;
    max-width: 260px;
    height: 48px;
    margin-top: 63px;
    padding: 0 25px 4px 10px;
    border-width: 2px;
  }
  .form-thanks-btn-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-right: 0;
    letter-spacing: .1em;
  }
  .form-thanks-btn-arrow:after {
    width: 16px;
    height: 16px;
    background-image: url('/sell/promotion/assets/img/purchase/form-sp/arrow_next.svg');
  }
}