@charset "utf-8";

#c-form__errorText-one,
#c-form__errorText-two,
#c-form__errorText-three,
#c-form__errorText-four,
#c-form__errorText-five,
#c-form__errorText-six,
#c-form__errorText-seven,
#c-form__errorText-post,
#c-form__errorText-tel,
#c-form__errorText-fax>li {
  list-style: none;
}



.swip-c-form__paging {
  margin-top: 60px;
  margin-top: 6rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .swip-c-form__paging {
    margin-top: 30px;
    margin-top: 3rem;
  }
}




.swip-c-button {
  background-color: #222;
  border: 1px solid #949494;
  border-radius: 2px;
  color: #fff;
  min-width: 222px;
  max-width: 100%;
  min-height: 44px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  margin: 0 0.5rem 1rem;
  padding: 0.5rem 1rem;
  line-height: 1.2;
}

@media screen and (max-width: 519px) {
  .swip-c-button {
    margin: 1rem 0.5rem 0;
  }
}

.swip-c-button.swip-c-button--cancel {
  background-color: #949494;
  border: 1px solid #949494;
  color: #222;
}

@media (any-hover: hover) {
  .swip-c-button.swip-c-button--cancel:hover {
    text-decoration: none;
    background-color: #dbdbdb;
  }
}

.swip-c-button.swip-c-button--cancel span::before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 1em;
  margin: 0 0.5em 0 0;
  vertical-align: middle;
  background: url("../../img/icon_angle-left.svg") no-repeat 0 0;
  background-size: contain;
}

#exec_btn span::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 1em;
  margin: 0 0 0.2em 0.5em;
  vertical-align: middle;
  background: url("../../img/icon_angle-right-white.svg") no-repeat 0 0;
  background-size: contain;
}



.c-form__select {
  max-width: calc(108% - 44px);
}

@media screen and (max-width: 519px) {
  .c-form__select {
    max-width: calc(118% - 44px);
  }
}







.swip-c-button {
  background-color: #222;
  border: 1px solid #949494;
  border-radius: 2px;
  color: #fff;
  min-width: 222px;
  max-width: 100%;
  min-height: 44px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  margin: 0 0.5rem 1rem;
  padding: 0.5rem 1rem;
  line-height: 1.2;
}

@media screen and (max-width: 519px) {
  .swip-c-button {
    margin: 1rem 0.5rem 0;
  }
}

@media (any-hover: hover) {
  .swip-c-button:hover {
    text-decoration: none;
    background-color: #6e6e6e;
  }
}





#captcha_message {
  font-size: 1.6rem;
}