.v-privacy-check {
  margin: 30px 0;
  text-align: center;
}

.v-filereference {
  opacity: 0;
  position: relative;
  z-index: 1;
}

.v-file {
  border: 1px solid #CCCCCC;
  position: absolute;
  top: 10px;
  left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 201px;
  height: 43px;
}

.v-select {
  position: relative;
}
.v-select::after {
  content: "";
  background: url("/data/img/views/contact/pc/select_icon.png") no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.v-submit {
  text-align: center;
}
.v-submit__button {
  display: inline-block;
  position: relative;
}
.v-submit__button::after {
  content: "";
  display: inline-block;
  width: 33px;
  height: 15px;
  background: url("/data/img/common/pc/btn_arrow.png") no-repeat;
  background-size: contain;
  right: 7%;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.v-submit__button.is-back::after {
  content: none;
}
.v-submit__button.is-back a {
  line-height: 42px;
}
.v-submit__button.is-back a::after {
  right: inherit;
  left: 7%;
  -webkit-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
}

.v-error {
  color: #f00;
}

.v-result {
  text-align: center;
  margin-bottom: 20px;
}
.v-result__head {
  font-size: 1.4em;
  margin-bottom: 20px;
}

.v-contact > p {
  color: #666666;
  font-size: 15px;
}
.v-contact__details {
  background: #F0F0F0;
  padding: 20px;
  margin-top: 35px;
  margin-bottom: 45px;
}
.v-contact__details__title {
  font-size: 15px;
  color: #666666;
  font-weight: bold;
}
.v-contact__details__box {
  display: flex;
}
.v-contact__details__box__contact {
  width: 50%;
}
.v-contact__details__box__contact > p {
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
}
.v-contact__details__box__contact > p > a {
  color: #FF5900;
  text-decoration: none;
}
.v-contact__details__box__contact > p.is-big {
  color: #FF5900;
  font-size: 38px;
  font-weight: bold;
}
.v-contact__details__box__contact > p.is-big::before {
  content: "";
  background: url("/data/img/common/pc/phone_icon.png") no-repeat;
  background-size: contain;
  width: 42px;
  height: 42px;
  display: inline-block;
}
.v-contact__details > p {
  text-align: center;
}

.v-contactform {
  padding: 70px;
}
.v-contactform__bar {
  width: 1031px;
  background: #F0F0F0;
  height: 10px;
  display: flex;
  justify-content: space-between;
  border-radius: 50px;
  overflow: hidden;
  margin-bottom: 60px;
}
.v-contactform__bar__level {
  width: 300px;
  background: #D9D9D9;
  height: 10px;
}
.v-contactform__bar__level.is-active {
  background: #FF5B00;
}
.v-contactform__steps {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin-bottom: 13px;
}
.v-contactform__steps > li {
  text-align: center;
  width: 300px;
  color: #CCCCCC;
  font-weight: bold;
}
.v-contactform__steps > li.is-active {
  color: #000;
}
.v-contactform__steps > li.is-btn-back {
  background: #3E3E3E;
}

.v-contactbutton {
  width: 322px;
  height: 52px;
}

.v-required {
  color: #fff;
  font-size: 15px;
  background: #FF5C00;
  display: inline-block;
  white-space: nowrap;
  padding: 3px 15px;
  border-radius: 3px;
}

.v-agreement {
  height: 237px;
  overflow: auto;
  width: 100%;
  border: 1px solid #aaa;
  color: #666666;
  padding: 5px;
}

.is-parsley-error {
  position: relative;
}

.is-parsley-success {
  background: #fff;
}

.is-parsley-errors-list {
  width: 100%;
}
.is-parsley-errors-list li {
  list-style: none;
  font-size: 15px;
  font-weight: normal;
  color: #1A1A1A;
  width: auto;
  box-sizing: border-box;
  padding: 8px 10px 8px 5px;
  border: 1px solid #9ed6ef;
  border-radius: 4px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 10px;
  top: -34px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  white-space: nowrap;
  background: #fff;
  z-index: 1;
}
.is-parsley-errors-list li::after {
  content: "";
  display: block;
  pointer-events: none;
  width: 20px;
  height: 20px;
  background: #fff;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: #9ed6ef #9ed6ef transparent transparent;
  position: absolute;
  left: 30px;
  bottom: -11px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.is-parsley-errors-list li::before {
  content: "";
  width: 1.34em;
  height: 1.34em;
  background: url(/data/img/views/contact/pc/error-ico.png) no-repeat center center;
  background-size: contain;
  margin: 0.1em 0.5em;
}

.is-parsley-wrap {
  display: block;
  position: relative;
}

.is-mid .is-parsley-error,
.is-mid .is-parsley-success {
  background: none;
  position: relative;
}
.is-mid .is-parsley-errors-list li::after {
  top: -34px;
}

.c-input__label {
  position: relative;
}
.c-input__label .is-parsley-errors-list li {
  right: -2px;
  top: -52px;
}

/**
 * For SP Layout
 */
@media screen and (max-width: 750px) {
  .v-privacy-check {
    margin: 30px 0;
    text-align: center;
  }

  .v-select {
    position: relative;
  }
  .v-select::after {
    content: "";
    background: url("/data/img/views/contact/pc/select_icon.png") no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }

  .v-submit {
    text-align: center;
  }
  .v-submit__button {
    display: inline-block;
    position: relative;
  }
  .v-submit__button::after {
    content: "";
    display: inline-block;
    width: 33px;
    height: 15px;
    background: url("/data/img/common/pc/btn_arrow.png") no-repeat;
    background-size: contain;
    right: 7%;
    top: 50%;
    position: absolute;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }

  .v-error {
    color: #f00;
  }

  .v-result {
    text-align: center;
  }
  .v-result__head {
    font-size: 1.4em;
    margin-bottom: 20px;
  }

  .v-contact > p {
    color: #666666;
    font-size: 15px;
  }
  .v-contact__details {
    background: #F0F0F0;
    padding: 20px;
    margin-top: 35px;
    margin-bottom: 45px;
  }
  .v-contact__details__title {
    font-size: 15px;
    color: #666666;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .v-contact__details__box {
    display: block;
  }
  .v-contact__details__box__contact {
    width: auto;
  }
  .v-contact__details__box__contact > p {
    font-size: 15px;
    text-align: center;
    color: #FF5900;
    font-weight: bold;
    line-height: 1.2;
  }
  .v-contact__details__box__contact > p.is-big {
    color: #FF5900;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .v-contact__details__box__contact > p.is-big::before {
    content: "";
    background: url("/data/img/common/pc/phone_icon.png") no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    display: inline-block;
  }
  .v-contact__details > p {
    text-align: center;
  }
  .v-contact__details > p a {
    font-size: 28px;
  }

  .v-contactform {
    padding: 0;
  }
  .v-contactform__bar {
    width: auto;
    background: #F0F0F0;
    height: 10px;
    display: flex;
    justify-content: space-between;
    border-radius: 50px;
    overflow: hidden;
    margin-bottom: 60px;
  }
  .v-contactform__bar__level {
    width: 10rem;
    background: #D9D9D9;
    height: 10px;
  }
  .v-contactform__bar__level.is-active {
    background: #FF5B00;
  }
  .v-contactform__steps {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin-bottom: 13px;
  }
  .v-contactform__steps > li {
    text-align: center;
    width: 300px;
    color: #CCCCCC;
    font-weight: bold;
  }
  .v-contactform__steps > li.is-active {
    color: #000;
  }

  .v-contactbutton {
    width: 25rem;
    height: 52px;
  }

  .v-required {
    color: #fff;
    font-size: 15px;
    background: #FF5C00;
    display: inline-block;
    white-space: nowrap;
    padding: 3px 15px;
    border-radius: 3px;
  }

  .v-agreement {
    height: 237px;
    overflow: auto;
    width: 100%;
    border: 1px solid #aaa;
    color: #666666;
    padding: 5px;
  }

  .v-filereference {
    margin-bottom: 15px;
  }

  .is-parsley-errors-list li {
    white-space: normal;
    max-width: 28rem;
    font-size: 1.5rem;
    left: -1.5rem;
    top: auto;
    bottom: -5rem;
    padding: 1rem;
    line-height: 1.2;
  }
  .is-parsley-errors-list li::after {
    width: 1.5rem;
    height: 1.5rem;
    left: 3rem;
    bottom: auto;
    top: -0.8rem;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .is-top .is-parsley-errors-list li {
    bottom: -1rem;
    top: auto;
    left: -1.5rem;
  }

  .c-input__label {
    position: relative;
  }
  .c-input__label .is-parsley-errors-list li {
    right: -2px;
    top: auto;
    bottom: -6rem;
  }
}
/*# sourceMappingURL=index.css.map */