@charset "UTF-8";
/* base */





@media screen and (max-width: 767px) {
  .checkPage .checkList form .form__flexLeft{
    width: 100%;
  }
  .checkPage .checkList form .form__flex{
    width: 100%;
    margin: 0 0rem 0.4rem 0;
    min-width: 100%;
  }
  .inquiry.form.confirm .checkList form dl{
    display: block;
    width: 100%;
  }
  .inquiry.form.confirm .checkList form dl dt{
    width: 100%;
  }
  .inquiry.form.confirm .checkList form dl dd{
    flex:unset;
    width: 100%;
  }
  .inquiry .checkList form .form__flex{
    width: 100%;
  }
  .checkPage .checkList form dl dd{
    width: 100%;
  }
  .checkPage .checkList form .form__flex{
    width: 100%;
  }
  .checkPage .checkList form .form__flex{
    margin: 0 0rem 1.2rem 0;
  }
  .checkPage .checkList form dl{
    margin:0 0 3rem;
  }
}

.checkPage .checkList form dl{
  display: flex;
  margin-bottom: 3rem;
}
.checkPage .checkList form dl dt{
  width: 340px;
}
.checkPage .checkList form dl dd{
  flex: 1;
}
.inquiry .checkList form .form__flexRight{
  margin:0;
}
.inquiry .checkList form .form__flexRight p{
  font-size: 1.4rem;
  width: auto;
}
.inquiry.form.confirm .checkList form .form__flex{
  flex-direction: column;
}
.checkPage .checkList form dl{
  margin:0 0 2rem 0;
}


.checkPage .checkList form .form__flex{
  margin: 0 2.3rem 0rem 0;
}
.checkPage.form .checkList{
  padding: 0.1rem 0 4rem;
}
.checkPage .checkList .wp_form_preview form .form__flex{
  margin:0 2.3rem 0rem 0;
}
.checkPage .checkList .wp_form_preview form dl{
  margin: 0 0 1.5rem 0;
}
@media screen and (max-width: 767px) {
    .checkPage.form .checkList {
        padding: 1.5rem 1rem 2rem;
    }
}