.contact-info-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 724px;
  margin-top: 70px;
  margin-bottom: 58px;
}
@media only screen and (max-width: 960px) {
  .contact-info-image {
    max-width: 86.66%;
  }
}

@media only screen and (min-width: 960px) {
  .contact-form-wrap {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 960px) {
  .contact-form-wrap {
    background-color: #efefef;
  }
}
.contact-form-wrap .page-inner {
  box-sizing: border-box;
}
@media only screen and (min-width: 960px) {
  .contact-form-wrap .page-inner {
    max-width: 1126px;
    padding: 60px;
    border-radius: 10px;
    background-color: #efefef;
  }
}
.contact-form-wrap h2.st {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 700;
}
.contact-form-wrap h2.st::before, .contact-form-wrap h2.st::after {
  content: none;
}
.contact-form-wrap .contact-form .caution-text {
  color: #000;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.12em;
  line-height: 2;
  font-weight: 500;
  margin-bottom: 40px;
}
@media only screen and (min-width: 960px) {
  .contact-form-wrap .contact-form .formstyle .formitem {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 960px) {
  .contact-form-wrap .contact-form .formstyle .formitem:nth-child(1n+2) {
    margin-top: 20px;
  }
}
.contact-form-wrap .contact-form .formstyle .item-tit {
  display: flex;
  align-items: baseline;
  color: #000;
  box-sizing: border-box;
  font-size: 15px;
  letter-spacing: 0.12em;
}
@media only screen and (min-width: 960px) {
  .contact-form-wrap .contact-form .formstyle .item-tit {
    justify-content: space-between;
    position: static;
    transform: none;
    width: 228px;
    padding: 0;
    flex-shrink: 0;
  }
}
@media only screen and (max-width: 960px) {
  .contact-form-wrap .contact-form .formstyle .item-tit {
    margin-bottom: 8px;
  }
}
.contact-form-wrap .contact-form .formstyle .item-tit span.anno {
  background-color: #f29901 !important;
  color: #fff !important;
  padding: 4px 8px;
  margin-left: 6px;
  font-size: 11px;
  letter-spacing: 0.12em;
}
.contact-form-wrap .contact-form .formstyle .item-inner {
  box-sizing: border-box;
}
@media only screen and (min-width: 960px) {
  .contact-form-wrap .contact-form .formstyle .item-inner {
    float: none;
    width: calc(100% - 248px);
    margin-left: 20px;
  }
}
.contact-form-wrap .contact-form .formstyle .item-inner input::-moz-placeholder {
  color: #bfbfbf;
}
.contact-form-wrap .contact-form .formstyle .item-inner input::placeholder {
  color: #bfbfbf;
}
.contact-form-wrap .contact-form .formstyle .item-inner input[type=text],
.contact-form-wrap .contact-form .formstyle .item-inner input[type=email] {
  width: 100%;
  border-radius: 0;
  font-size: 14px;
  letter-spacing: 0.12em;
  padding: 12px 20px;
}
.contact-form-wrap .contact-form .formstyle .item-inner input[type=text].input-required:-moz-placeholder-shown, .contact-form-wrap .contact-form .formstyle .item-inner input[type=email].input-required:-moz-placeholder-shown {
  border: 1px solid #E49C37;
}
.contact-form-wrap .contact-form .formstyle .item-inner input[type=text].input-required:placeholder-shown,
.contact-form-wrap .contact-form .formstyle .item-inner input[type=email].input-required:placeholder-shown {
  border: 1px solid #E49C37;
}
.contact-form-wrap .contact-form .formstyle .item-inner input[type=text].p-postal-code,
.contact-form-wrap .contact-form .formstyle .item-inner input[type=email].p-postal-code {
  width: auto;
}
.contact-form-wrap .contact-form .formstyle .item-inner input[type=text]:-moz-read-only, .contact-form-wrap .contact-form .formstyle .item-inner input[type=email]:-moz-read-only {
  background-color: #ccc !important;
}
.contact-form-wrap .contact-form .formstyle .item-inner input[type=text]:read-only,
.contact-form-wrap .contact-form .formstyle .item-inner input[type=email]:read-only {
  background-color: #ccc !important;
}
.contact-form-wrap .contact-form .formstyle .item-inner input[type=checkbox],
.contact-form-wrap .contact-form .formstyle .item-inner input[type=radio] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
@media only screen and (min-width: 960px) {
  .contact-form-wrap .contact-form .formstyle .item-inner .item-s {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
}
.contact-form-wrap .contact-form .formstyle .item-inner .item-s span.fn {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.12em;
  color: #000;
}
@media only screen and (min-width: 960px) {
  .contact-form-wrap .contact-form .formstyle .item-inner .item-s span.fn {
    width: 136px;
  }
}
@media only screen and (max-width: 960px) {
  .contact-form-wrap .contact-form .formstyle .item-inner .item-s span.fn {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 960px) {
  .contact-form-wrap .contact-form .formstyle .item-inner .item-s > input[type=text] {
    width: calc(100% - 136px);
  }
}
.contact-form-wrap .contact-form .formstyle .item-inner .item-s.pcode span.autoadr {
  width: 110px;
  height: 46px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  font-size: 12px;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  .contact-form-wrap .contact-form .formstyle .item-inner .item-s.pcode span.autoadr {
    width: 110px;
    height: 46px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
  }
}
.contact-form-wrap .contact-form .formstyle .item-inner .item-s.pcode span.autoadr::after {
  content: none;
}
.contact-form-wrap .contact-form .formstyle .item-inner .form-checkbox {
  margin: -5px -10px 0 -10px;
}
.contact-form-wrap .contact-form .formstyle .item-inner .form-checkbox .horizontal-item {
  display: inline-block;
  margin: 5px 10px;
}
.contact-form-wrap .contact-form .formstyle .item-inner .form-checkbox .horizontal-item label {
  width: auto;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.12em;
}
.contact-form-wrap .contact-form .formstyle .form-btn {
  margin-top: 15px;
  padding: 0;
}
.contact-form-wrap .contact-form .formstyle input.btn_submit,
.contact-form-wrap .contact-form .formstyle input.btn_back {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 233px;
  height: 55px;
  border-radius: 27.5px;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 0;
}
.contact-form-wrap .contact-form .formstyle input.btn_back {
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
}
@media only screen and (min-width: 960px) {
  .contact-form-wrap .contact-form .formstyle input.btn_back {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 960px) {
  .contact-form-wrap .contact-form .formstyle input.btn_back {
    margin-bottom: 10px;
  }
}
.contact-form-wrap .contact-form .form-policy {
  text-align: center;
  font-size: 13px;
  margin-top: 40px;
  margin-bottom: 15px;
}
.contact-form-wrap .contact-form .form-policy a {
  color: #0076ff;
  text-decoration: underline;
}

.contact-form-step {
  display: flex;
}
.contact-form-step li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.3333333333%;
  height: 70px;
  font-size: 18px;
  letter-spacing: 0.12em;
  font-weight: bold;
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .contact-form-step li {
    height: 40px;
    font-size: 11px;
    letter-spacing: 0;
  }
}
.contact-form-step li:nth-last-child(1n+2) {
  padding-right: 22px;
  margin-right: -22px;
  -webkit-clip-path: polygon(0% 0%, calc(100% - 22px) 0%, 100% 50%, calc(100% - 22px) 100%, 0% 100%);
          clip-path: polygon(0% 0%, calc(100% - 22px) 0%, 100% 50%, calc(100% - 22px) 100%, 0% 100%);
}
@media only screen and (max-width: 960px) {
  .contact-form-step li:nth-last-child(1n+2) {
    padding-right: 15px;
    margin-right: -15px;
    -webkit-clip-path: polygon(0% 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 0% 100%);
            clip-path: polygon(0% 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 0% 100%);
  }
}
.contact-form-step li:nth-child(1) {
  z-index: 2;
  background-color: #e49c37;
}
.contact-form-step li:nth-child(2) {
  z-index: 1;
  background-color: #bfbfbf;
}
.contact-form-step li:nth-child(3) {
  background-color: #d0d0d0;
}

.showroom-link {
  text-align: left;
  color: #fff;
  background-color: #000;
  max-width: 843px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 960px) {
  .showroom-link {
    width: 47.14%;
  }
}
@media only screen and (max-width: 960px) {
  .showroom-link {
    margin-bottom: 30px;
  }
}
.showroom-link__image {
  width: 100%;
}
@media only screen and (min-width: 960px) {
  .showroom-link__content {
    padding: 30px;
  }
}
@media only screen and (max-width: 960px) {
  .showroom-link__content {
    padding: 20px;
  }
}
.showroom-link__title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}
@media only screen and (max-width: 960px) {
  .showroom-link__title {
    margin-bottom: 8px;
  }
}
.showroom-link__text {
  font-size: 14px;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}
@media only screen and (max-width: 960px) {
  .showroom-link__text {
    margin-bottom: 20px;
  }
}
.showroom-link__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 20px;
  width: 100%;
  height: 55px;
  border-radius: 27.5px;
  color: #fff;
  background-color: #f19901;
  font-size: 14px;
  letter-spacing: 0.06em;
  box-sizing: border-box;
}
.showroom-link__btn::after {
  content: "\e904";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  white-space: nowrap;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 16px;
  display: block;
  right: 20px;
}

.content-head-text {
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.06em;
}

@media only screen and (max-width: 960px) {
  .contact-form-complete {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 960px) {
  .contact-form-complete .section-contact-flow {
    width: 47.14%;
    margin-left: 5.72%;
  }
}
.contact-form-complete .section-contact-flow__title {
  margin-bottom: 30px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 960px) {
  .contact-form-complete .section-contact-flow__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.contact-form-complete .contact-flow-list {
  text-align: left;
}
.contact-form-complete .contact-flow-list__item {
  position: relative;
  z-index: 1;
  padding-left: 24px;
}
.contact-form-complete .contact-flow-list__item:nth-child(1n+2) {
  margin-top: 20px;
}
.contact-form-complete .contact-flow-list__item:nth-child(1) {
  --list-item-color: #b9d645;
}
.contact-form-complete .contact-flow-list__item:nth-child(2) {
  --list-item-color: #99d645;
}
.contact-form-complete .contact-flow-list__item:nth-child(3) {
  --list-item-color: #77d645;
}
.contact-form-complete .contact-flow-list__item:nth-child(4) {
  --list-item-color: #5db131;
}
.contact-form-complete .contact-flow-list__item:nth-child(5) {
  --list-item-color: #3b771c;
}
.contact-form-complete .contact-flow-list__wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: 5px solid #EFEFEF;
  width: 100%;
  padding: 20px 0 20px 52px;
  box-sizing: border-box;
}
@media only screen and (max-width: 960px) {
  .contact-form-complete .contact-flow-list__wrap {
    padding-left: 42px;
    padding-right: 10px;
  }
}
.contact-form-complete .contact-flow-list__wrap + p {
  margin-top: 5px;
}
.contact-form-complete .contact-flow-list__content {
  position: relative;
}
@media only screen and (min-width: 960px) {
  .contact-form-complete .contact-flow-list__content {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 960px) {
  .contact-form-complete .contact-flow-list__content {
    margin-left: 15px;
  }
}
.contact-form-complete .contact-flow-list .contact-flow-list__title {
  color: var(--list-item-color);
  margin: 0;
  margin-bottom: 7px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-align: left;
  line-height: 1;
}
@media only screen and (max-width: 960px) {
  .contact-form-complete .contact-flow-list .contact-flow-list__title {
    font-size: 15px;
  }
}
.contact-form-complete .contact-flow-list__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 28px;
  position: absolute;
  left: -28px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 23px;
  background-color: var(--list-item-color);
  font-weight: bold;
  color: #fff;
}
.contact-form-complete .contact-flow-list__text {
  font-size: 13px;
  letter-spacing: 0.06em;
  margin-bottom: 0;
}
@media only screen and (max-width: 960px) {
  .contact-form-complete .contact-flow-list__text {
    font-size: 12px;
  }
}

.contact-form-wrap .mw_wp_form.mw_wp_form_confirm .contact-form-step li:nth-child(2) {
  background-color: #e49c37;
}
.contact-form-wrap .mw_wp_form.mw_wp_form_confirm .contact-form .formstyle .item-inner .item-s.pcode span.autoadr {
  display: none !important;
}