/*** レイアウト調整 ***/
h1 {
  margin: 10px auto 0 !important;
}

.mainVisual img {
  width: 680px;
}

/*** MV埋め込みフォーム ***/
.oh-mvForm {
  margin: 50px auto 0;
}

.oh-mvForm__Step02 {
  display: none;
}

.oh-form {
  position: relative;
  max-width: 730px;
  width: 100%;
  padding: 0 !important;
  margin: 0 auto;
  border: 4px solid #F55134 !important;
  border-radius: 12px;
  background-color: #FFF !important;
  box-shadow: none;
}

.oh-table {
  background-color: #FFF2E6;
}

.oh-table__body {
  position: relative;
  padding: 1vw 3.5vw;
}

.oh-table__data {
  margin-bottom: 0 !important;
}

.oh-table__head {
  display: block;
  width: 100%;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #8c8c8c;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}

.oh-table__row {
  margin-top: 12px;
}

.oh-mvForm__heading {
  position: relative;
  text-align: right;
}

.oh-mvForm__headingImg-woman {
  position: absolute;
  top: -25.1px;
  right: 6px;
  width: 14%;
  z-index: 0;
}

.oh-cta__headingImg-woman {
  position: absolute;
  top: -40px;
  left: 42px;
  width: 15%;
  z-index: 0;
}

.oh-mvForm__headingImg {
  width: 100%;
  vertical-align: bottom;
}

/* ページネーション */
.icon-arrow__left--gray, .icon-arrow__right--gray {
  display: flex;
  height: 30px;
  float: right;
  padding: 0 15px;
  background-color: #FFF;
  border: 1px solid #AEADAD;
  border-radius: 4px;
}

.icon-arrow__right--gray {
  margin-left: 6px;
}

.icon-arrow__left--gray img, .icon-arrow__right--gray img {
  width: 8px;
  height: 26px;
}

.is-btn-disabled {
  opacity: 0.5;
}

/* STEP1 */
.oh-btn--nextPage {
  position: absolute;
  top: 80px;
  right: -100px;
  color: #828282;
  font-size: 55px;
}

.oh-btn--pageBack {
  position: absolute;
  top: 80px;
  left: -100px;
  color: #828282;
  font-size: 55px;
}

.oh-radio__icon::before {
  margin: -10px 0 0 -10px !important;
}

.oh-footer__btn--sticky_inner_step1 {
  max-width: 400px !important;
  margin-top: initial;
}

/* STEP2 */
.oh-inputText {
  margin-top: initial !important;
}

.oh-table__data {
  display: flex;
  justify-content: space-between;
}

.oh-mvForm__Step02 .oh-inputText {
  margin-top: initial;
  margin-left: 15px;
}

.oh-footer__btn--sticky__inner {
  padding: 15px 12px 15px 12px !important;
}

.oh-mvForm__Step02 .oh-footer__btn--sticky__inner {
  justify-content: center;
}

.oh-footer__btn--sticky_inner_step2 {
  max-width: 310px;
  margin-top: 0;
}

.oh-select__data--select {
  padding: 8px !important;
  appearance: none !important;
  background-image: url("https://kaitori.openhouse-group.com/img/black_arrow_down.svg");
  background-repeat: no-repeat;
  background-position: 97% 50%;
}

.oh-select__data--select[name='prefecture'], .oh-select__data--select[name='city64'] {
  width: 270px !important;
}

/* 送信ボタン */
.oh-button {
  border: 2px solid #000 !important;
  border-radius: 12.37px !important;
  background: initial;
  background-color: #D60010;
  background-image: none !important;
  color: #FFF !important;
}

.oh-button__inner {
  gap: 8px;
}

.oh-arrow::after {
  content: none !important;
}

.oh-btn-ico__arrow {
  display: flex;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  border-color: #000;
  background-color: #fff;
}

.oh-btn-img01 {
  width: 50%;
}

/* CTAボタン */
.oh-column__ctaBtn__wrapper {
  display: flex;
  margin: 0 4%;
}

.oh-column__ctaBtn-fukidashi__wrapper {
  display: flex;
  margin: 20px 4% 0;
}

.oh-footer__ctaBtn {
  padding: 0 16px 24px 16px !important;
  margin-top: 0 !important;
}

.oh-column__ctabtn__container {
  background-color: #FFF2E6 !important;
}

.oh-column__ctaBtn-soudan {
  background-color: #0080BB;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .icon-recommendation__item01__img, .icon-recommendation__item02__img, .icon-recommendation__item03__img {
    max-width: 230px;
    min-width: 200px;
    width: 20vw;
    height: auto;
  }
  .icon-recommendation__item01__txt, .icon-recommendation__item02__txt, .icon-recommendation__item03__txt {
    margin-top: 15px;
    text-align: center;
    font-size: 2.2vw;
    line-height: 3vw;
  }
}

@media screen and (max-width: 767px) {
  .intro {
    min-height: 45vw;
  }

  .intro img {
    width: 90%;
  }

  .intro .box-inner {
    padding-top: 20px;
    text-align: center;
  }

  /*** MV埋め込みフォーム ***/
  select {
    color: #000;
  }
  .box-outer {
    padding: 10.66667vw 0;
  }

  .oh-form {
    max-width: none;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    border-top: 4px solid #F55134 !important;
    border-bottom: 4px solid #F55134 !important;
    border-left: none !important;
    border-right: none !important;
    border-radius: 0;
    box-shadow: none !important;
    background-color: #FFF2E6 !important;
  }

  .oh-table__head {
    padding-bottom: 10px !important;
    margin-bottom: 15px !important;
    color: #000 !important;
  }

  .oh-table__body{
    padding: 5vw 3.5vw 0;
  }

  .oh-table__head {
    padding-bottom: 10px;
  }

  .oh-table__data {
    display: block;
  }

  .oh-table__row {
    margin: 0;
  }

  .oh-select__data--small {
    width: 100% !important;
  }

  .oh-select__data--select[name='prefecture'], .oh-select__data--select[name='city64'] {
    width: 100% !important;
    max-width: none !important;
  }

  .oh-mvForm__heading {
    text-align: center;
  }

  .oh-cta__headingImg-woman {
    position: absolute;
    top: -15px;
    right: 8px;
    left: unset;
    width: 23% !important;
    z-index: 0;
  }

  .oh-cta__headingImg-woman--sp {
    position: absolute;
    top: -14px;
    left: -3px;
    right: unset;
    width: 28% !important;
    z-index: 0;
  }

  .oh-mvForm__heading img {
    width: 100%;
    vertical-align: bottom;
  }

  .oh-radio__icon::before {
    margin: -10px 0 0 -10px !important;
  }

  /*** 送信ボタン ***/
  .oh-button {
    border-radius: 6px !important;
  }

  .oh-footer__btn--sticky {
    width: 100% !important;
    position: initial !important;
    box-shadow: none !important;
    background-color: #FFF2E6;
  }

  .oh-footer__btn--sticky__inner {
    background-color: #FFF2E6 !important;
  }

  .oh-footer__btn--sticky_inner_step1 {
    max-width: none;
    padding: 15px 15px 12px !important;
    background-color: #FFF2E6 !important;
  }

  /*** CTAボタン ***/
  .oh-column__ctaBtn__wrapper {
    display: block;
    margin: 24px 4% 0;
  }

  .oh-footer__ctaBtn {
    padding: 0 0 24px 0 !important;
    margin-top: 0 !important;
  }
}