@charset "UTF-8";
.form-header .c-main-title {
  margin-bottom: 40px;
}
.form-header .c-main-copy {
  margin-bottom: 60px;
}

.form-body {
  padding: 60px 0 120px;
  background-color: #f9f9f9;
}
.form-body input::-moz-placeholder, .form-body textarea::-moz-placeholder {
  color: #ada7a6;
  font-weight: 400;
}
.form-body input::placeholder,
.form-body textarea::placeholder {
  color: #ada7a6;
  font-weight: 400;
}
.form-body .form-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: solid 1px #dcdcdc;
  padding-bottom: 30px;
  margin-bottom: 30px;
  letter-spacing: 0.08em;
}
.form-body .form-list.type02 {
  align-items: center;
}
.form-body .form-list.type02 .form-list__title {
  padding-bottom: 12px;
}
.form-body .form-list__title {
  width: 34%;
  padding: 12px 30px 0 0;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
  line-height: 1.6;
}
.form-body .form-list__title .ex01 {
  font-size: 0.825em;
  letter-spacing: 0.02em;
}
.form-body .form-list__title .ex02 {
  display: block;
  font-size: 0.7em;
  margin-top: 5px;
  letter-spacing: 0.08em;
}
.form-body .form-list__title.required::before {
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
  content: "必須";
  font-size: 13px;
  font-weight: 700;
  line-height: 0;
  letter-spacing: 0;
  position: absolute;
  top: 26px;
  right: 0;
  margin: auto;
  color: #fa8ba8;
}
.form-body .form-list__item {
  width: 63%;
}
.form-body .form-list__input {
  box-sizing: border-box;
  padding: 14px;
  font-size: 1.55rem;
  line-height: 1.4;
  width: 100%;
  border: solid 1px #a2968c;
  background-color: #fff;
}
.form-body .form-list__input.short {
  width: 50%;
  max-width: 200px;
}
.form-body .form-list__input.short02 {
  width: 25%;
  max-width: 70px;
  margin: 0 0.5em;
}
.form-body .form-list__check {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  line-height: 1;
  font-size: 1.55rem;
  cursor: pointer;
}
.form-body .form-list__check:not(:last-of-type) {
  margin-right: 20px;
}
.form-body .form-list__check .checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 18px;
  height: 18px;
  border: 1px solid #a2968c;
  background-color: #fff;
  cursor: pointer;
}
.form-body .form-list__check .checkbox:checked {
  border: none;
  background-color: #231815;
}
.form-body .form-list__check .checkbox:checked::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 3px;
  width: 12px;
  height: 6px;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transform: rotate(-45deg);
}
.form-body .form-list__radio {
  cursor: pointer;
  font-size: 1.55rem;
  line-height: 1.6;
  display: flex;
  align-items: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 5px;
}
.form-body .form-list__radio .radioButton {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 18px;
  height: 18px;
  border: 1px solid #a2968c;
  border-radius: 9999px;
  cursor: pointer;
}
.form-body .form-list__radio .radioButton:checked::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-radius: 9999px;
  background-color: #231815;
}
.form-body .form-list__textarea {
  box-sizing: border-box;
  padding: 14px;
  font-size: 1.55rem;
  line-height: 1.8;
  width: 100%;
  border: solid 1px #a2968c;
  background-color: #fff;
  height: 10em;
}
.form-body .form-list__textarea.long {
  height: 16em;
}
.form-body .form-list__another {
  display: none;
  padding-top: 25px;
}
.form-body .form-list__another .form-list-another-title {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.form-body .form-list__ex {
  padding-top: 14px;
  font-size: 1.35rem;
  letter-spacing: 0.075em;
  line-height: 1.4;
}
.form-body .form-list__ex li {
  text-indent: -1.35rem;
  margin-left: 1.35rem;
}
.form-body .form-list__ex li:not(:last-child) {
  margin-bottom: 7px;
}
.form-body .form-list__ex li.strong {
  font-weight: 700;
  color: #c81818;
}
.form-body .form-list__select {
  position: relative;
}
.form-body .form-list__select::after {
  content: "";
  width: 11px;
  height: 11px;
  border: 0;
  border-bottom: solid 1px #231815;
  border-right: solid 1px #231815;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -8px;
}
.form-body .form-list__select select {
  position: relative;
  box-sizing: border-box;
  padding: 14px 26px 14px 14px;
  font-size: 1.55rem;
  line-height: 1.4;
  width: 100%;
  border: solid 1px #a2968c;
  background-color: #fff;
}
.form-body .form-list__select .select-empty {
  color: #ada7a6;
  font-weight: 400;
}
.form-body .form-list__select.short {
  width: 48.5%;
}
.form-body .form-list__calendar {
  position: relative;
  width: 48.5%;
}
.form-body .form-list__calendar::before {
  content: " ";
  width: 18px;
  height: 20px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(./../images/common/icon__calendar.svg);
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -10px;
}
.form-body .form-list .form__item--file .form-item__in {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 15px;
}
.form-body .form-list .form__item--file .form-item__in .form-item__label {
  display: inline-block;
  cursor: pointer;
}
.form-body .form-list .form__item--file .form-label__btn {
  position: relative;
  padding: 10px 60px 10px 20px;
  border-radius: 0;
  background-color: #a2968c;
}
.form-body .form-list .form__item--file .form-label__btn::after {
  width: 16px;
  height: 16px;
  content: " ";
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 100%;
  background-image: url(./../images/common/icon__link--search.svg);
  right: 14px;
  top: 50%;
  margin-top: -8px;
}
.form-body .form-list .form__item--file .form-label__txt {
  font-size: 1.5rem;
  line-height: 1.4;
  color: #fff;
}
.form-body .form-list .form__item--file .form-label__filename {
  margin-left: 1em;
  font-size: 1.5rem;
  line-height: 1.4;
}
.form-body .form-list .form__item--file .form__input {
  display: none;
}
.form-body .form-list .form__item--file .form__item--img {
  margin-bottom: 10px;
  max-width: 70%;
}
.form-body .form-list .form__item--file .form__item--button {
  top: -5px;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  display: block;
}
.form-body .form-list .form__item--file .form__item--button input {
  background-color: #a2968c;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  padding: 12px 1.25em;
}
.form-body .form-list .form-list-subtitle {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.form-body .form-list .form-list-shop {
  padding: 20px 0;
  display: none;
}
.form-body .form-list .form-list-shop__box02 {
  display: none;
  padding-top: 20px;
}
.form-body .form-list .form-list-shop__box02__title {
  font-size: 1.6rem;
  font-weight: 700;
}
.form-body .form-list .form-list-column {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.form-body .form-list .form-list-column__text {
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  padding-left: 0.5em;
}
.form-body .form-list .form-list-column__text02 {
  font-size: 1.6rem;
  letter-spacing: 0.025em;
  font-weight: 600;
}
.form-body .form-list .form-list-column.type02 {
  justify-content: space-between;
}
.form-body .form-list .form-list-column .form-list__radio {
  padding-right: 1.5em;
}
.form-body .form-consent {
  padding: 30px 0 90px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.form-body .form-consent__item {
  margin: 0 1.25em;
  font-size: 1.55rem;
  letter-spacing: 0.085em;
}
.form-body .form-consent__item a {
  transition: 0.4s;
  color: #a8540a;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .form-body .form-consent__item a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
}
.form-body .form-consent .form-error {
  width: 100%;
  text-align: center;
}
.form-body .form-notice {
  margin-top: 110px;
  background-color: #ededed;
  position: relative;
  padding: 0 5% 20px;
}
.form-body .form-notice__title {
  text-align: center;
  position: relative;
  font-size: 2.15rem;
  font-weight: 600;
  top: -1em;
  margin-bottom: 20px;
}
.form-body .form-notice__list {
  font-size: 1.45rem;
  letter-spacing: 0.1em;
  line-height: 1.65;
}
.form-body .form-notice__item {
  position: relative;
  margin-bottom: 18px;
  padding-left: 18px;
}
.form-body .form-notice__item::before {
  content: " ";
  width: 6px;
  height: 6px;
  background-color: #946558;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
}
.form-body .form-button {
  text-align: center;
}
.form-body .form-button__item {
  transition: 0.6s;
  position: relative;
  box-sizing: border-box;
  min-width: 320px;
  background-color: #e77f05;
  color: #fff;
  box-shadow: 5px 5px 0 #95250c;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  padding: 24px 1em;
}
.form-body .form-button__item::before {
  transition: 0.6s;
  content: " ";
  position: absolute;
  width: 20px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  background-image: url(./../images/common/icon__link--normal-w.svg);
  right: 0.85em;
  top: 50%;
  margin-top: -7px;
}
.form-body .form-button__item span {
  position: relative;
  display: inline-block;
  padding-left: 36px;
}
.form-body .form-button__item span::before {
  content: " ";
  position: absolute;
  width: 27px;
  height: 27px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  left: 0;
  top: 50%;
  margin-top: -13px;
}
@media (hover: hover) and (pointer: fine) {
  .form-body .form-button__item:hover {
    background-color: #fbb35e;
    box-shadow: 0 0 0 #95250c;
  }
  .form-body .form-button__item:hover::before {
    right: 0.65em;
  }
}
.form-body .form-list-map {
  margin-top: 20px;
  background-color: #eae9e9;
  padding: 16px 20px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.form-body .form-list-map__title {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  padding-left: 24px;
}
.form-body .form-list-map__title::before {
  transition: 0.6s;
  width: 17px;
  height: 17px;
  content: " ";
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 100%;
  background-image: url(./../images/common/icon__link--search02.svg);
  left: 0;
  top: 6px;
}
.form-body .form-list-map__body {
  position: relative;
  border-left: 1px solid #a2968c;
  padding-left: 1em;
  margin-left: 1em;
}
.form-body .form-list-map__list {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.55rem;
  line-height: 1.2;
}
.form-body .form-list-map__item:not(:last-child) {
  padding-right: 1em;
}
.form-body .form-list-map__link {
  transition: 0.4s;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .form-body .form-list-map__link:hover {
    opacity: 0.8;
    text-decoration: none;
  }
}
.form-body .form-error {
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
  margin-top: 5px;
  color: #c81818;
  font-weight: 700;
  font-size: 1.5rem;
  text-indent: -1.5rem;
  margin-left: 1.5rem;
  line-height: 1.6;
}
.form-body .confirm__ex {
  margin-top: 40px;
  font-size: 1.65rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-indent: -1.65rem;
  margin-left: 1.65rem;
  line-height: 1.6;
}
.form-body .confirm .form-confirm-title {
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  margin-bottom: 30px;
}
.form-body .confirm .form-confirm-text {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 120px;
}
.form-body .confirm .form-list__select::after {
  display: none;
}
.form-body .confirm .form-list__calendar::before {
  display: none;
}
.form-body .confirm .form-list__title {
  padding-top: 0;
}
.form-body .confirm .form-list__title.required::before {
  display: none;
}
.form-body .confirm .form-list__item {
  font-size: 1.65rem;
  line-height: 1.6;
}
.form-body .confirm .form-list .form-list-shop {
  display: block;
}
.form-body .confirm .form-list .form-list-shop__box01, .form-body .confirm .form-list .form-list-shop__box02 {
  display: block;
}
.form-body .confirm .form-button {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row-reverse;
  margin-top: 80px;
}
.form-body .confirm .form-button__item {
  margin: 0 1em;
}
.form-body .confirm .form-button__item.type2 {
  background-color: #a7a7a7;
  box-shadow: 5px 5px 0 #757575;
}
.form-body .confirm .form-button__item.type2::before {
  transform: scale(-1, 1);
  left: 0.95em;
  right: auto;
}
@media (hover: hover) and (pointer: fine) {
  .form-body .confirm .form-button__item.type2:hover {
    background-color: #cdcdcd;
    box-shadow: 0 0 0 #757575;
  }
  .form-body .confirm .form-button__item.type2:hover::before {
    left: 0.7em;
  }
}
.form-body .confirm .form-button__item span {
  padding: 0;
}
.form-body .confirm .form-button__item span::before {
  display: none;
}
.form-body .thanks .form-thanks-title {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 600;
  margin-bottom: 40px;
}
.form-body .thanks .form-thanks-text {
  font-size: 1.7rem;
  margin-bottom: 80px;
  letter-spacing: 0.05em;
}
.form-body .thanks .form-thanks-button {
  transition: 0.6s;
  text-align: center;
  display: block;
  border-top: solid 1px #231815;
  border-bottom: solid 1px #231815;
  line-height: 1.4;
  padding: 18px 0;
}
.form-body .thanks .form-thanks-button__inner {
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 600;
  padding-right: 30px;
}
.form-body .thanks .form-thanks-button__inner::before {
  transition: 0.6s;
  width: 20px;
  height: 12px;
  content: " ";
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 100%;
  background-image: url(./../images/common/icon__link--normal.svg);
  right: 0;
  top: 50%;
  margin-top: -6px;
}
@media (hover: hover) and (pointer: fine) {
  .form-body .thanks .form-thanks-button:hover {
    background-color: #ededed;
  }
  .form-body .thanks .form-thanks-button:hover .top-common-button__inner::before {
    right: -0.5em;
    top: 50%;
  }
}

.quotation .form-button__item span::before {
  background-image: url(./../images/common/icon__cv02--white.svg);
}

.reservation .form-button__item span::before {
  background-image: url(./../images/common/icon__cv01--white.svg);
}

.contactus .form-header {
  padding-bottom: 100px;
}
.contactus .form-button__item {
  min-width: 420px;
}
.contactus .form-button__item::after {
  content: " ";
  position: absolute;
  width: 150px;
  height: 85px;
  left: -24px;
  top: -3px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(./../images/common/img__pamphlet01.png);
}
.contactus .form-button__item span {
  width: 100%;
  padding: 0;
}
.contactus .form-button__item span::after {
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
  content: "リフォーム事例集 無料プレゼント！";
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0;
  background-color: #231815;
  color: #fff;
  padding: 6px 1em;
  position: absolute;
  top: -38px;
  left: 80px;
}
.contactus .confirm .form-header {
  padding-bottom: 0;
}
.contactus .confirm .form-button__item {
  min-width: 320px;
}
.contactus .confirm .form-button__item::after {
  display: none;
}
.contactus .confirm .form-button__item span::after {
  display: none;
}
.contactus .thanks .form-header {
  padding-bottom: 0;
}

@media screen and (width <= 1050px) {
  .form-body .confirm .form-button {
    margin-top: 6vw;
  }
  .form-body .confirm .form-button__item {
    min-width: auto;
    width: 40%;
    margin: 0 0.5em;
  }
}
@media screen and (width <= 640px) {
  .form-header .c-main-title {
    margin-bottom: 10vw;
  }
  .form-header .c-main-copy {
    margin-bottom: 10vw;
  }
  .form-body {
    padding: 10vw 0 12vw;
  }
  .form-body .form-list {
    display: block;
    padding-bottom: 5vw;
    margin-bottom: 5vw;
    letter-spacing: 0.04em;
  }
  .form-body .form-list__title {
    width: 100%;
    padding: 0 40px 0 0;
    font-size: 1.5rem;
  }
  .form-body .form-list__title .ex02 {
    display: inline-block;
    margin-top: 0;
  }
  .form-body .form-list__title.required::before {
    font-size: 1.3rem;
    position: absolute;
    top: 11px;
  }
  .form-body .form-list__item {
    margin-top: 2vw;
    width: 100%;
  }
  .form-body .form-list__input {
    padding: 10px;
    font-size: 1.3rem;
  }
  .form-body .form-list__check {
    -moz-column-gap: 4px;
         column-gap: 4px;
    font-size: 1.3rem;
  }
  .form-body .form-list__check:not(:last-of-type) {
    margin-right: 12px;
  }
  .form-body .form-list__check .checkbox {
    width: 16px;
    height: 16px;
  }
  .form-body .form-list__check .checkbox:checked::after {
    top: 4px;
    left: 3px;
    width: 10px;
    height: 5px;
  }
  .form-body .form-list__radio {
    cursor: pointer;
    font-size: 1.3rem;
  }
  .form-body .form-list__radio .radioButton {
    width: 16px;
    height: 16px;
  }
  .form-body .form-list__radio .radioButton:checked::after {
    width: 8px;
    height: 8px;
  }
  .form-body .form-list__textarea {
    box-sizing: border-box;
    padding: 10px;
    font-size: 1.3rem;
    line-height: 1.6;
    height: 10em;
  }
  .form-body .form-list__textarea.long {
    height: 16em;
  }
  .form-body .form-list__another {
    padding-top: 4vw;
  }
  .form-body .form-list__another .form-list-another-title {
    font-size: 1.385rem;
    margin-bottom: 3px;
  }
  .form-body .form-list__ex {
    padding-top: 2vw;
    font-size: 1.1rem;
    letter-spacing: 0;
  }
  .form-body .form-list__ex li {
    text-indent: -1.1rem;
    margin-left: 1.1rem;
  }
  .form-body .form-list .form__item--file .form-item__in {
    margin-bottom: 2.5vw;
  }
  .form-body .form-list .form__item--file .form-label__btn {
    position: relative;
    padding: 7px 34px 7px 10px;
  }
  .form-body .form-list .form__item--file .form-label__btn::after {
    width: 14px;
    height: 14px;
    right: 10px;
    top: 50%;
    margin-top: -7px;
  }
  .form-body .form-list .form__item--file .form-label__txt {
    font-size: 1.3rem;
  }
  .form-body .form-list .form__item--file .form-label__filename {
    margin-left: 0.75em;
    font-size: 1.3rem;
  }
  .form-body .form-list .form__item--file .form__item--button {
    top: -5px;
    margin-bottom: 20px;
  }
  .form-body .form-list .form__item--file .form__item--button input {
    font-size: 1.25rem;
    padding: 10px 1.25em;
  }
  .form-body .form-list__select::after {
    content: "";
    width: 8px;
    height: 8px;
    right: 16px;
    margin-top: -6px;
  }
  .form-body .form-list__select select {
    padding: 10px 18px 10px 12px;
    font-size: 1.3rem;
  }
  .form-body .form-list .form-list-subtitle {
    line-height: 1.6;
    font-size: 1.325rem;
    margin-bottom: 2vw;
  }
  .form-body .form-list .form-list-column__text {
    font-size: 1.1rem;
    padding: 0.5em 0 0.5em 0.5em;
  }
  .form-body .form-list .form-list-column__text02 {
    font-size: 1.4rem;
  }
  .form-body .form-list .form-list-shop {
    padding: 4vw 0;
  }
  .form-body .form-list .form-list-shop__box02 {
    display: none;
    padding-top: 2vw;
  }
  .form-body .form-list .form-list-shop__box02__title {
    font-size: 1.4rem;
  }
  .form-body .form-consent {
    padding: 4vw 0 6vw;
    display: block;
  }
  .form-body .form-consent__item {
    margin: 0 0 1.5vw 0;
    letter-spacing: 0.06em;
  }
  .form-body .form-consent .form-error {
    text-align: left;
  }
  .form-body .form-notice {
    margin-top: 20vw;
    padding: 0 5% 20px;
  }
  .form-body .form-notice__title {
    font-size: 1.8rem;
    top: -0.9em;
    margin-bottom: 4vw;
  }
  .form-body .form-notice__list {
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
  .form-body .form-notice__item {
    margin-bottom: 3.5vw;
    padding-left: 12px;
  }
  .form-body .form-notice__item::before {
    width: 5px;
    height: 5px;
    top: 7px;
  }
  .form-body .form-button__item {
    width: 90%;
    min-width: auto;
    box-shadow: 4px 4px 0 #95250c;
    font-size: 1.55rem;
    padding: 20px 1em;
  }
  .form-body .form-button__item::before {
    width: 16px;
    height: 12px;
    right: 1em;
    top: 50%;
    margin-top: -5px;
  }
  .form-body .form-button__item span {
    padding-left: 26px;
  }
  .form-body .form-button__item span::before {
    width: 20px;
    height: 20px;
    left: 0;
    top: 50%;
    margin-top: -10px;
  }
  .form-body .form-list-map {
    margin-top: 4vw;
    padding: 4vw 5% 5vw;
    display: block;
  }
  .form-body .form-list-map__title {
    position: relative;
    font-size: 1.45rem;
    padding-left: 16px;
  }
  .form-body .form-list-map__title::before {
    width: 13px;
    height: 13px;
    top: 6px;
  }
  .form-body .form-list-map__body {
    margin-top: 2vw;
    border-left: none;
    padding-left: 1.25em;
    margin-left: 0;
  }
  .form-body .form-list-map__list {
    font-size: 1.3rem;
  }
  .form-body .form-error {
    margin-top: 5px;
    font-size: 1.25rem;
    text-indent: -1.25rem;
    margin-left: 1.25rem;
  }
  .form-body .confirm__ex {
    margin-top: 6vw;
    font-size: 1.3rem;
    text-indent: -1.3rem;
    margin-left: 1.3rem;
    line-height: 1.5;
  }
  .form-body .confirm .form-confirm-title {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 6vw;
  }
  .form-body .confirm .form-confirm-text {
    font-size: 1.35rem;
    text-align: left;
    margin-bottom: 10vw;
  }
  .form-body .confirm .form-list__item {
    font-size: 1.35rem;
    line-height: 1.5;
  }
  .form-body .confirm .form-button {
    display: block;
    margin-top: 6vw;
  }
  .form-body .confirm .form-button__item {
    width: 80%;
    margin: 0 0 4vw;
  }
  .form-body .thanks .form-thanks-title {
    font-size: 1.8rem;
    margin-bottom: 6vw;
  }
  .form-body .thanks .form-thanks-text {
    font-size: 1.35rem;
    margin-bottom: 6vw;
  }
  .form-body .thanks .form-thanks-button {
    padding: 2.5vw 0;
  }
  .form-body .thanks .form-thanks-button__inner {
    font-size: 1.4rem;
    padding-right: 20px;
  }
  .form-body .thanks .form-thanks-button__inner::before {
    width: 16px;
    height: 10px;
    margin-top: -5px;
  }
  .contactus .form-header {
    padding-bottom: 10vw;
  }
  .contactus .form-button__item {
    min-width: auto;
    width: 92%;
  }
  .contactus .form-button__item::after {
    width: 90px;
    height: 80px;
    left: -2vw;
    top: 1.6vw;
  }
  .contactus .form-button__item span::after {
    font-size: 1.1rem;
    padding: 6px 1em;
    top: -32px;
    left: 16vw;
  }
}