/********* step1 *********/
/*** フォーム ***/
.oh-wrapper {
  margin-bottom: 100px;
}

/*** ラジオボタン ***/
.oh-radio__container {
  width: auto;
  height: 95px;
  position: relative;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.oh-radio__btn-link {
  position: absolute;
  width: 100%;
  height: 100px;
}

.oh-radio__icon-kodate, .oh-radio__icon-land {
  padding: 10px 0 0 0;
  margin: 0 0 5px 0;
}

.oh-radio__icon-other {
  width: 45px;
  height: 45px;
  padding: 10px 0 3px 0;
}

.oh-radio__label {
  display: contents;
}

input[type="radio"]:checked + .oh-radio__container {
  background-color: #E9F0F2;
  border: 2px solid #0088C3;
}

input[type="radio"]:checked ~ .oh-radio__container svg path {
  fill: #0088C3;
}

.oh-radio__icon {
  margin: -43px 0 0 5px;
}

.oh-radio__icon::before {
  width: 10px;
  height: 10px;
  margin: -9px 0 0 -9px;
}

.oh-radio__icon::after {
  width: 20px;
  height: 20px;
}

input[type="radio"]:checked ~ .oh-radio__container .oh-radio__icon::before {
  background-color: #0088C3;
}

.oh-formGroup {
  display: flex;
  gap: 8px;
}

.oh-formGroup__item {
  flex: 1;
}

.oh-formGroup__item:not(:last-child) {
  margin-bottom: 0;
}

.oh-radio__text {
  font-size: 14px;
  color: #000000;
  padding: 0;
}

.oh-formError.is-error {
  display: none;
}

/*** ステップバー ***/
.oh-stepBar {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
}

.oh-stepBar__step {
  position: relative;
  padding: 7px 0;
  margin: 10px 2px 10px 0;
  font-size: 12px;
  font-weight: 600;
  color: #666666;
  text-align: center;
  clip-path: polygon(0 0, 93% 0, 100% 50%, 93% 100%, 0 100%);
  flex: 1;
}

.oh-stepBar__step:last-child {
  clip-path: initial;
}

.active {
  background-color: #D9101D;
  color: #FFFFFF;
}

.inactive {
  background-color: #F5F5F5;
}

/*** 固定フッター(sp) ***/
.oh-footer__btn--sticky {
  width: 100%;
  max-width: 100%;
  position: fixed;
  display: flex;
  bottom: 0;
  left: 0;
  background-color: #FFFFFF;
  z-index: 99;
  justify-content: center;
  box-shadow: 0px -10px 5px -8px rgba(0, 0, 0, .2);
}

.oh-footer__btn--sticky__inner {
  width: 100%;
  max-width: 100%;
  background-color: #FFFFFF;
  display: flex;
  gap: 10px;
  padding: 15px 12px 12px 12px;
}

.oh-button.is-disabled, .oh-button.is-disabled:hover, .oh-button[disabled], .oh-button[disabled]:hover {
  color: #999999;
  background: #F5F5F5;
  border: 1px solid #CCCCCC;
}

.oh-arrow::after {
  color: #F5F5F5;
  font-size: 20px;
}


@media only screen and (min-width: 751px) {
  .oh-contents {
    max-width: 820px;
    width: 100%;
  }

  /*** ステップバー ***/
  .oh-stepBar__step {
    clip-path: polygon(0 0, 98% 0, 100% 50%, 98% 100%, 0 100%);
  }

  /*** MV(PC) ***/
  .oh-mv__img {
    margin: 0 0 20px 0;
  }

  /*** ラジオボタン ***/
  .oh-radio__container {
    height: 160px;
  }

  .oh-radio__btn-link {
    position: absolute;
    width: 100%;
    height: 160px;
  }

  .oh-radio__icon {
    margin: -75px 0 0 5px;
  }

  .oh-radio__icon-kodate, .oh-radio__icon-land {
    width: 80px;
    height: 80px;
    padding: 10px 0 0 0;
    margin: 0 0 5px 0;
  }
  
  .oh-radio__icon-other {
    width: 65px;
    height: 65px;
    padding: 10px 0 6px 0;
  }

  .oh-radio__text {
    font-size: 15px;
  }

  /*** 固定フッター(PC) ***/
  .oh-table__data {
    margin-bottom: 0;
  }

  .oh-footer__btn--sticky {
    display: block;
    position: initial;
    background-color: initial;
    box-shadow: none;
  }

  .oh-footer__btn--sticky__inner {
    background-color: initial;
    max-width: 280px;
    margin: 0 auto;
    margin-top: 25px;
  }
}

/*** 戻るボタン(step2, step3のみ) ***/
.oh-button.is-disabled, .oh-button.is-disabled:hover, .oh-button[disabled], .oh-button[disabled]:hover {
  width: 100%;
  color: #999999;
  background: #F5F5F5;
  border: 1px solid #CCCCCC;
}

.oh-arrow::after {
  color: #F5F5F5;
  font-size: 20px;
}

.oh-arrow-left::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f104";
  color: #D9101D;
  position: absolute;
  left: 30px;
  top: 32px;
  font-size: 13px;
}

.oh-button__back {
  width: 32%;
  color: #000000;
  background: linear-gradient(to bottom,#FFFFFF 0,#FFFFFF 78%,#EDEDED 100%);
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  text-align: center;
}

.submit {
  padding: 14px 40px;
  margin: 0;
  border: 0;
  background-color: rgba(0, 0, 0, 0);
  font-weight: 600;
  color: #000000;
}

/********* step2 *********/
.oh-form__step2 {
  display: none;
}

/********* step3 *********/
.oh-form__step3 {
  display: none;
}

.btn__form_step3 {
  width: 65%;
}


@media only screen and (min-width: 751px) {
  .oh-form {
    margin: 0;
  }

  .oh-contents {
    max-width: 820px;
    width: 100%;
  }

  /*** ステップバー ***/
  .oh-stepBar__step {
    clip-path: polygon(0 0, 98% 0, 100% 50%, 98% 100%, 0 100%);
  }

  /*** MV(PC) ***/
  .oh-mv__img {
    margin: 0 0 20px 0;
  }

  /*** フォーム ***/
  .oh-table__data {
    margin-bottom: 40px;
  }

  /*** 固定フッター(PC) ***/
  .oh-footer__btn--sticky {
    display: block;
    position: initial;
    background-color: initial;
    box-shadow: none;
  }

  .oh-footer__btn--sticky__inner {
    background-color: initial;
    max-width: 400px;
    margin: 0 auto;
    margin-top: 25px;
  }

  .oh-footer__btn--sticky_inner_step1 {
    background-color: initial;
    max-width: 250px;
    margin: 0 auto;
    margin-top: 25px;
  }

  .oh-arrow-left-2 {
    position: relative;
  }

  .oh-arrow-left-2::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f104";
    color: #D9101D;
    position: absolute;
    left: 15%;
    top: 30%;
    font-size: 13px;
  }

  .oh-arrow-left-3 {
    position: relative;

  }

  .oh-arrow-left-3::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f104";
    color: #D9101D;
    position: absolute;
    left: 15%;
    top: 20%;
    transform: translateY(5px);
    font-size: 13px;
  }

  .oh-notes-satei {
    margin: 20px auto 30px;
  }
}