/*
----------------------------------------
size
----------------------------------------
*/
/*
----------------------------------------
typography
----------------------------------------
*/
/*
----------------------------------------
function
----------------------------------------
*/
.form-box {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .form-box {
    padding: 0 20px;
  }
}

.form-box__title {
  font-size: 2rem;
  margin-bottom: 35px;
  font-weight: normal;
}

@media screen and (max-width: 750px) {
  .form-box__title {
    font-size: 2rem;
    margin-bottom: 34px;
  }
}

.form-box__subtitle {
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
}

.form-box__subtitle02 {
  margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
  .form-box__subtitle {
    font-size: 1.6rem;
    padding-bottom: 8px;
  }

  .form-box__subtitle02 {
    margin-bottom: 25px;
  }
}

.form-box__table {
  width: 100%;
  margin-bottom: 50px;
  border-collapse: collapse;
}

.form-box__td {
  padding: 30px 0;
  border-bottom: 1px solid #4d4d4d;
}

.form-1 .form-box__td {
  height: 105px;
  padding: 0;
}

.form-1 .form-box__td.--last {
  height: 190px;
  padding: 0;
}

.form-2 .form-box__td {
  padding: 26px;
}

.form-box__td p {
  margin-top: 10px;
  margin-left: 30px;
  font-size: 12px;
  line-height: 1.5;
}

.form-box__td p.form-p {
  margin: 0;
  font-size: 16px;
  margin-bottom: 10px;
}

.form-box__td p.result-p.-sub {
  margin: 0;
}

.result-p.-cash {
  margin-bottom: 20px;
  line-height: 1.5;
}

.form-box__td .input-search {
  width: 95px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-weight: normal;
  background: #fff;
  padding: 0;
  border: none;
  margin-left: 20px;
}

.form-box__td:nth-of-type(1) {
  width: 30%;
}

@media screen and (max-width: 750px) {
  .form-box__td {
    display: block;
    font-size: 1.6rem;
  }
  .form-box__td:nth-of-type(1) {
    width: 100%;
    border: none;
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .form-1 .form-box__td:nth-of-type(1) {
    padding-bottom: 18px;
    box-sizing: content-box;
    height: auto;
  }
  .form-1 .form-box__td:nth-of-type(1).--last {
    padding-top: 50px;
  }
  .form-box__td:nth-of-type(2) {
    padding-bottom: 30px;
  }

  .form-1 .form-box__td:nth-of-type(2) {
    box-sizing: content-box;
    height: 100px;
  }

  .form-box__td .input-search {
    width: 115px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    font-weight: normal;
    background: #fff;
    padding: 0;
    border: none;
    margin-left: 10px;
    vertical-align: middle;
  }

  .form-box__td p {
    margin-top: 10px;
    margin-left: 30px;
    font-size: 16px;
    line-height: 1.5;
  }

  .form-box__td p.form-p {
    margin: 0;
    font-size: 32px;
    margin-bottom: 10px;
  }

  .result-p.-sub {
    padding-left: 20px;
  }

  .result-p.-cash {
    margin-bottom: 30px;
  }
}

.form-1 .progressbar {
  -webkit-transform: translateX(calc(1920px/ 12 / 2 * (-21)));
          transform: translateX(calc(1920px/ 12 / 2 * (-21)));
}

@media screen and (max-width: 750px) {
  .form-1 .progressbar {
    -webkit-transform: translateX(calc(
 1920px/ 12 / 2 * (-21) * 1.75));
            transform: translateX(calc(
 1920px/ 12 / 2 * (-21) * 1.75));
  }

  .form-1 .form-box__td:nth-of-type(2) {
    box-sizing: content-box;
    height: auto;
  }
}

.form-box__input {
  background: #212121;
  padding: 15px;
  border: solid 1px #808080;
  color: #fff;
  width: 170px;
}

@media screen and (max-width: 750px) {
  .form-box__input {
    width: calc(46% - 8px);
    padding: 15px 20px;
    border-radius: 0;
  }
}

.form-box__input.--left {
  margin-right: 14px;
}

@media screen and (max-width: 750px) {
  .form-box__input.--left {
    margin-right: 10px;
  }
}

.form-box__input.--long {
  width: 100%;
}

.select {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #212121;
  padding: 15px;
  border: solid 1px #808080;
  color: #fff;
}


@media screen and (max-width: 750px) {
  .select {
    padding: 15px 20px;
    border-radius: 0;
  }

  .form-box__input.--long {
    width: 93%;
  }
}

.select__wrap {
  position: relative;
  width: 170px;
  display: inline-block;
}

@media screen and (max-width: 750px) {
  .select__wrap {
    width: 110px;
    max-width: 100%;
  }
}

.select__wrap:after {
  content: '';
  position: absolute;
  right: 14px;
  top: 23px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none;
}

@media screen and (max-width: 750px) {
  .select__wrap:after {
    width: 10px;
    height: 10px;
    border-width: 2px;
    right: 15px;
    top: 22px;
  }
}

.select__wrap.--shrot {
  width: 120px;
}

@media screen and (max-width: 750px) {
  .select__wrap.--shrot {
    width: 86px;
  }
}

.select__wrap.--left {
  margin-right: 14px;
}

@media screen and (max-width: 750px) {
  .select__wrap.--left {
    margin-right: 7px;
  }
}

.form-box__serch {
  background: #fff;
  color: #000;
  margin-left: 19px;
  padding: 9px 17px;
  font-size: 1.2rem;
}

@media screen and (max-width: 750px) {
  .form-box__serch {
    font-size: 2.4rem;
    padding: 28px 54px;
  }
}

.confirm-box {
  background: #404040;
  padding: 20px 10px;
  margin-bottom: 16px;
  overflow-y: scroll;
  height: 240px;
  margin-top: 75px;
}

@media screen and (max-width: 750px) {
  .confirm-box {
    padding: 20px 10px;
    margin-bottom: 16px;
  }

  .form-1 .confirm-box {
    height: 245px;
    padding: 0;
    margin-top: 36px;
  }
}

.confirm-box__h3 {
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
  .confirm-box__h3 {
    font-size: 1.6rem;
    margin-bottom: 32px;
  }
}

.confirm-box__p {
  line-height: 1.8;
  font-size: 1.45rem;
}

@media screen and (max-width: 750px) {
  .confirm-box__p {
    font-size: 1.2rem;
  }
}

.confirm-box__h4 {
  line-height: 1.5;
}

@media screen and (max-width: 750px) {
  .confirm-box__h4 {
    font-size: 1.5rem;
  }
}

.confirm-box__attrntion {
  text-align: right;
  font-size: 1.2rem;
  color: #b3b3b3;
  margin-bottom: 15px;
}

@media screen and (max-width: 750px) {
  .confirm-box__attrntion {
    color: #FFF;
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 30px;
  }
}

.confirm-box__content {
  padding: 20px 50px;
  max-height: 160px;
  overflow-y: scroll;
  padding-bottom: 0;
}

@media screen and (max-width: 750px) {
  .confirm-box__content {
    padding: 20px 26px;
    height: 225px;
    max-height: none;
  }

  .confirm-box__content {
    padding-top: 45px;
  }
}

.contract-agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 23px;
}

@media screen and (max-width: 750px) {
  .contract-agree {
    margin-bottom: 24px;
  }
}

.contract-agree.--disabled .contract-agree__check {
  cursor: initial;
}

.contract-agree.--disabled .contract-agree__span {
  cursor: initial;
  text-decoration: none;
}

.contract-agree__check {
  margin: 0;
  margin-right: 9px;
  cursor: pointer;
}

@media screen and (max-width: 750px) {
  .contract-agree__check {
    margin-right: 10px;
  }
}

.contract-agree__span {
  text-decoration: underline;
  font-size: 1.5rem;
  cursor: pointer;
}

@media screen and (max-width: 750px) {
  .contract-agree__span {
    font-size: 1.5rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.contract-agree__icon {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.btn-ditail-wrap {
  margin-bottom: 80px;
}

.form-1 .btn-ditail-wrap {
  margin: 0;
}

.btn-ditail.--disabled {
  background: #4d4d4d;
  color: #fff;
  pointer-events: none;
}

.btn-ditail.--disabled .btn-ditail-arrow {
  border-color: #fff;
}

.form-box__personal {
  display: none;
}

.form-1 {
  background: transparent;
  height: initial;
  overflow: initial;
}

.gradation__body {
  background: black;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, black), to(#333333));
  background: linear-gradient(180deg, black 25%, #333333 100%);
}

.gradation__body {
  height: initial;
  background: linear-gradient(180deg, black 450px, #333333 900px,#333333 100%);
}

.form-box {
  padding: 50px 35px;
}

@media screen and (max-width: 750px) {
  .form-box {
    padding: 25px 18px;
  }
}

/* header {
  margin-bottom: 70px;
} */

@media screen and (max-width: 750px) {
  header {
    height: 320px;
    margin-bottom: 0px;
  }

  .btn-ditail.--disabled {
    min-width: 500px;
  }

  .gradation__body {
    height: initial;
    background: linear-gradient(180deg, black 400px, #333333 500px,#333333 100%);
  }
}

.slick-next {
  right: 40%;
}

@media screen and (min-width: 751px) {
  .progressbar {
    bottom: 0;
  }
  .modelwrap {
    overflow: initial;
  }
  .progressbar-border {
    bottom: -0.1px;
  }
}

.modelwrap-img {
  height: 100%;
}

@media screen and (max-width: 750px) {
  .modelwrap-img {
    height: 100%;
    max-height: 650px;
  }

  .slick-next {
    right: 35%;
  }
}

.model-gradient-bottom {
  height: 100%;
}

@media screen and (max-width: 750px) {
  .model-gradient-bottom {
    height: 450px;
  }
}

.progressbar {
  width: 800px;
}

@media screen and (max-width: 750px) {
  .progressbar {
    width: 1200px;
  }
}

.kv-sp-wrap {
  position: initial;
}

.cash-table tr td:nth-of-type(1) {
  width: 25%;
}
.cash-table tr td:nth-of-type(2) {
  padding-left: 30px;
  vertical-align: middle;
}
.cash-table tr td:nth-of-type(1) span {
  font-size: 12px;
  display: inline-block;
  margin-top: 20px;
  line-height: 1.4;
  color: #FFF;
  position: relative;
  padding-left: 15px;
}
.cash-table tr td:nth-of-type(1) span::before {
  content: '※';
  position: absolute;
  left: 0;
}
@media screen and (max-width: 910px) {
  .radio-label.--cash {
    font-size: 13px;
  }
}
@media screen and (max-width: 800px) {
  .radio-label.--cash {
    font-size: 12px;
  }
}

@media screen and (max-width: 750px) {
  .cash-table tr td:nth-of-type(1) {
    width: 100%;
    display: block;
    font-size: 16px;
  }
  .cash-table tr td:nth-of-type(2) {
    display: block;
    padding-left: 0;
  }
  .cash-table tr td:nth-of-type(1) span {
    font-size: 12px;
    margin-top: 10px;
    padding: 0;
    position: static;
    color: #FFF;
  }
  .cash-table tr td:nth-of-type(1) span::before {
    content: '※';
    position: static;
  }
}
/*# sourceMappingURL=8_form-1.css.map */
