@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500&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;
}

@media screen and (max-width: 1000px) {
  .inner {
    width: 89%;
    max-width: none;
  }
}



/* -------------------------------
  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 {
    width: 100%;
    height: 39px;
    padding: 0 14px;
  }
  .header-logo {
    display: flex;
    align-items: center;
    width: 38%;
    max-width: 126px;
  }
}



/* -------------------------------
  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 {
    margin-top: 120px;
  }
  .footer-copy {
    height: 37px;
    font-size: 1.1rem;
  }
}



/* -------------------------------
  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 {
    margin-top: 15px;
  }
  .ttl-txt01 {
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: .12em;
  }
  .ttl-txt02 {
    display: inline-block;
    font-size: 2.45rem;
    letter-spacing: .155em;
  }
}



/* -------------------------------
  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:nth-child(odd) {
  color: #FF621C;
}
.head-info-list-item:nth-child(even) {
  color: #00ABB2;
}
.head-info-list-item-img {
  display: flex;
  align-items: center;
  height: 120px;
  margin: 0 auto;
}
.info01 .head-info-list-item-img {
  width: 111px;
}
.info02 .head-info-list-item-img {
  width: 111px;
}
.info03 .head-info-list-item-img {
  width: 157px;
  padding-top: 10px;
}
.head-info-list-item-txt {
  margin-top: 20px;
}

@media screen and (max-width: 1000px) {
  .head-info .inner {
    width: 79.03%;
    margin-top: 25px;
  }
  .head-info-list {
    display: block;
    font-size: 1.4rem;
    text-align: left;
  }
  .head-info-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .head-info-list-item:not(:first-child) {
    padding-top: 20px;
    border-top: 1px solid #D5D5D5;
  }
  .head-info-list-item:not(:last-child) {
    padding-bottom: 20px;
  }
  .head-info-list-item-img {
    height: auto;
  }
  .info01 .head-info-list-item-img {
    width: 19.51%;
  }
  .info02 .head-info-list-item-img {
    width: 19.51%;
  }
  .info03 .head-info-list-item-img {
    width: 27.59%;
  }
  .head-info-list-item-txt {
    width: 66%;
    margin-top: 0;
    padding-right: 15px;
    letter-spacing: .05em;
    text-align: justify;
  }
  .head-info-tel {
    width: 63%;
    margin: 45px 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;
    margin-top: 40px;
    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('../img/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('../img/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;
}

@media screen and (max-width: 1000px) {
  .head-step {
    width: 88.89vw;
    max-width: 400px;
    margin: 45px auto 0;
  }
  .head-step-item {
    position: static;
    width: 75px;
    height: 43px;
    border-radius: 2.5px;
    font-size: 1rem;
  }
  .head-step-item:not(:first-child):after {
    left: 75px;
    width: calc((100% - 225px) / 2);
    background-size: 26px auto;
  }
  .head-step-item:last-child:after {
    left: auto;
    right: 75px;
  }
  .head-step-item-img {
    height: 7px;
  }
  .head-step-item-txt {
    margin-top: 5px;
  }
}



/* -------------------------------
  form
------------------------------- */
.form {
  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 .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('../img/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;
}

/* 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('../img/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('../img/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 {
    margin-top: 40px;
  }
  .form-body,
  .form-body.body02 {
    font-size: .95em;
  }
  .form-body.body02 {
    margin-top: 70px;
  }
  .form-body-ttl {
    flex-wrap: wrap;
    padding: 0 10px;
  }
  .form-body-ttl-img {
    height: 10px;
  }
  .form-body-ttl-txt01 {
    font-size: 1.25em;
  }
  .form-body-ttl-txt02 {
    display: block;
    width: 100%;
    margin: 10px 0 0;
    font-size: 1.05em;
    text-align: left;
  }

  /* 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.tbl01 th,
  .form-body-tbl.tbl02 th,
  .form-body-tbl th,
  .form-body-tbl td {
    display:block;
    width: 100%;
  }
  .form-body-tbl th,
  .form-body-tbl.tbl01 th,
  .form-body-tbl .mail th,
  .form-body-tbl .contact th {
    display: flex;
    align-items: flex-start;
    padding: 25px 10px 0;
  }
  .form-body-tbl.tbl01 th,
  .form-body-tbl.tbl02 .contact th {
    padding-bottom: 10px;
    border-bottom: 1px solid#555;
  }
  .form-body-tbl.tbl01 .address th {
    padding-top: 50px;
  }
  .form-body-tbl td,
  .form-body-tbl.tbl01 td,
  .form-body-tbl.tbl01 .type td,
  .form-body-tbl.tbl01 .address td,
  .form-body-tbl.tbl01 .period td,
  .form-body-tbl.tbl01 .status td,
  .form-body-tbl.tbl01 .leaseback td,
  .form-body-tbl .mail td,
  .form-body-tbl .contact td {
    padding: 15px 10px 0;
  }
  .form-body-tbl.tbl01 .address td {
    padding-bottom: 30px;
  }
  .form-body-tbl.tbl02 td {
    padding-top: 12px;
  }
  .form-body-tbl.tbl02 .contact td {
    padding-top: 15px;
  }
  .form-body-tbl-column > label:not(:first-of-type) {
    margin-top: 15px;
  }
  .form-body-tbl-column-sub .subContent{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .form-body-tbl-column-sub .subContent > label {
    margin-top: 10px;
  }
  .form-body-tbl-column-sub .subContent > label:not(:first-of-type) {
    margin-top: 15px;
  }
  .form-body-tbl-mark,
  .tbl02 .form-body-tbl-mark,
  .mail .form-body-tbl-mark,
  .contact .form-body-tbl-mark {
    position: relative;
    top: auto;
    right: auto;
    display: inline-block;
    align-self: flex-end;
    margin-left: 1em;
    padding: 3px 0;
    border-radius: 2.5px;
    font-size: .9em;
  }
  .form-body-tbl .asterisk {
    font-size: .9em;
    text-align: justify;
  }

  /* body - item */
  .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 {
    padding: .35em 1em;
    font-size: 1.05em;
  }
  .form-body-tbl input[type=text].short,
  .form-body-tbl input[type=tel].short,
  .form-body-tbl-select select.short {
    width: 165px;
  }
  .form-body-tbl-radio + label::after {
    top: .22em;
    left: .25em;
    width: .65em;
    height: .65em;
  }

  /* body - item - address */
  .form-body-tbl-address-ttl {
    font-size: .95em;
  }
  .form-body-tbl-address .form-body-tbl-mark {
    left: auto;
    margin: 0 0 10px 0;
  }
  .form-body-tbl-address.zip .form-body-tbl-mark {
    position: absolute;
    top: 33px;
    left: calc(164px + 1em);
    margin-bottom: 0;
  }
  .form-body-tbl-address.zip {
    margin-bottom: 47px;
  }
  .form-body-tbl-address.zip:after {
    left: 0;
    bottom: -30px;
    width: 100%;
    background: linear-gradient(to right, rgba(166, 166, 166, 1), rgba(166, 166, 166, 1) 2px, rgba(166, 166, 166, 0) 2px, rgba(166, 166, 166, 0) 6px) center left / 6px 2px repeat-x;
  }
  .form-body-tbl-address-zip {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .form-body-tbl-address-zip input[type="tel"] { order: 1; }
  .form-body-tbl-address-zip .asterisk { order: 2; }
  .form-body-tbl-address-zip button {
    order: 3;
    width: 165px;
    margin: 1em 0 0 0;
    padding: .93em 1.8em;
    font-size: .75em;
  }
  .form-body-tbl-address:not(:first-child) {
    margin-top: .9em;
  }
  .form-body-tbl span.error {
    font-size: .85em;
  }

  /* body - item - status */
  .status .form-body-tbl-status02 {
    margin: 11px 0;
  }
  .status .form-body-tbl-status02 .form-body-tbl-row {
    display: block;
  }
  .status .form-body-tbl-status02-price {
    margin-top: 10px;
  }
  .status .form-body-tbl-status02-price .form-body-tbl-txt {
    padding-top: .75em;
  }
  .form-body-tbl-status02-price-input {
    width: auto;
    transform: none;
  }
  .status .form-body-tbl-status02 span.error {
    margin: 17px 0 0 0;
  }
  .form-body-tbl-column .form-body-tbl-status02 ~ label {
    margin-top: 0;
  }

  /* body - item - leaseback */
  .form-body-tbl-leaseback-radio {
    flex-direction: column;
    align-items: flex-start;
  }
  .form-body-tbl-leaseback-radio:first-of-type label,
  .form-body-tbl-leaseback-radio:last-of-type label {
    min-width: auto;
    margin-right: 0;
  }
  .form-body-tbl-leaseback-radio:first-of-type label:not(:first-of-type),
  .form-body-tbl-leaseback-radio:last-of-type label:not(:first-of-type) {
    margin-top: 15px;
  }
  .form-body-tbl-leaseback-txt01 {
    margin-top: 15px;
    font-size: .95em;
  }
  .form-body-tbl-leaseback-txt02 {
    margin: 25px 0 10px;
    font-weight: 700;
    color: #666;
  }

  /* body - item - tel */
  .tel  input[type=tel].short {
    width: 100%;
  }

  /* btn */
  .form-btn {
    max-width: 300px;
    margin-top: 35px;
  }
  .form-btn:after {
    width: 22px;
    height: 4px;
  }
  .form-btn input[type="submit"], .form-btn p {
    min-height: 46px;
    font-size: 1em;
  }
}



/* -------------------------------
  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: 35px auto;
    padding: 0 10px;
    font-size: .95em;
  }
  .form-privacypolicy-txt {
    font-size: 1em;
  }
  .form-privacypolicy-ft {
    margin-top: 15px;
    font-size: 1.05em;
    text-align: justify;
    letter-spacing: .09em;
  }
}



/* -------------------------------
  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-requiredNum {
    top: -25px;
    right: 3%;
    width: 98px;
    height: 98px;
  }
  .form-requiredNum.isFixed {
    top: 15px;
    right: 3%;
    left: auto;
    transform: none;
  }
  .form-requiredNum-txt {
    font-size: 1rem;
  }
  .form-requiredNum-int {
    font-size: 4.8rem;
  }
}

@media screen and (max-width: 359px) {
  /* body */
  .form-requiredNum {
    width: 5em;
    height: 5em;
    margin-bottom: .3em;
  }
  .form-requiredNum-int {
    font-size: 2em;
  }
}



/* -------------------------------
  お問い合わせリンク
------------------------------- */
.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;
}



/* -------------------------------
  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('../img/btn_arrow_return.svg') center center / contain no-repeat;
}
.form-btn-return:hover:before {
  background-image: url('../img/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 {
    font-size: 1em;
  }
  .form-confirm-txt {
    display: flex;
    justify-content: center;
    font-size: .95em;
  }

  /* confirm - table */
  .form-confirm-tbl {
    width: 100%;
    margin-top: 25px;
  }
  .form-confirm-tbl th,
  .form-confirm-tbl td {
    display: block;
    width: 100%;
    font-size: 1em;
  }
  .form-confirm-tbl th {
    padding: .25em .75em;
  }
  .form-confirm-tbl td {
    min-height: 3em;
    padding: .5em .75em;
    border-top: 1px solid#BFBFBF;
  }

  /* confirm - btn */
  .form-confirm-ft {
    flex-direction: column;
    align-items: center;
    margin: 65px auto 50px;
  }
  .form-confirm .form-btn {
    width: 100%;
    max-width: 320px;
  }
  .form-btn-return {
    width: 168px;
    height: 46px;
  }
  .form-btn-return:not(:first-child) {
    margin-top: 55px;
  }
  .form-btn-return:before {
    width: 22px;
    height: 4px;
  }
}



/* -------------------------------
  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('../img/btn_arrow.svg') center center / contain no-repeat;
}
.form-thanks-btn:hover .form-thanks-btn-arrow:after {
  background-image: url('../img/btn_arrow_wt.svg');
}

@media screen and (max-width: 1000px) {
  .form-thanks {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1em;
  }
  .form-thanks-txt {
    width: 92%;
    line-height: 2;
    text-align: left;
    text-align: justify;
  }
  .form-thanks-img {
    flex-shrink: 0;
    width: 150px;
    margin-top: 20px;
  }
  .form-thanks-btn {
    width: 100%;
    max-width: 320px;
    height: 46px;
    margin-top: 30px;
  }
  .form-thanks-btn-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-right: 0;
  }
  .form-thanks-btn-arrow:after {
    width: 22px;
    height: 4px;
  }
}