.contactPage::before {
  background-image: url("/assets/img/ph-kv-contact.jpg");
}

.contactPage .fixedBtn {
  display: none;
}

.container {
  font-size: 18px;
}

@media (max-width: 768px) {
  .container {
    font-size: 16px;
  }
}

.form__unit {
  display: none;
}

.form__unit.is-active {
  display: block;
}

.form__unit:nth-child(n + 2) {
  margin-top: 35px;
}

@media (max-width: 768px) {
  .form__unit:nth-child(n + 2) {
    margin-top: 38px;
  }
}

.form__title {
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 1.5;
}

.form__title sup {
  margin-left: 4px;
  font-size: inherit;
  color: #B30000;
  vertical-align: top;
}

@media (max-width: 768px) {
  .form__title sup {
    margin-left: 0;
  }
}

.form__confirm {
  min-height: 48px;
  padding: 10px 20px;
  background: #F4F4F4;
}

@media (max-width: 768px) {
  .form__confirm {
    padding: 10px 13px;
  }
}

.selectBox {
  width: 100%;
  padding: 9px 20px;
  font-weight: normal;
  border: 1px solid #1F1F1F;
  padding-right: 48px;
  background: url("/assets/img/icon-select.svg") center right 20px no-repeat;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .selectBox {
    padding: 10px 13px;
  }
}

.selectBox:focus {
  outline-color: #0063B9;
}

.selectBox.is-error {
  background-color: rgba(179, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .selectBox {
    padding-right: 48px;
  }
}

.selectBox--small {
  width: 100%;
  padding: 9px 20px;
  font-weight: normal;
  border: 1px solid #1F1F1F;
  width: 286px;
  padding-right: 48px;
  background: url("/assets/img/icon-select.svg") center right 20px no-repeat;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .selectBox--small {
    padding: 10px 13px;
  }
}

.selectBox--small:focus {
  outline-color: #0063B9;
}

.selectBox--small.is-error {
  background-color: rgba(179, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .selectBox--small {
    width: 100%;
    padding-right: 48px;
  }
}

.inputWrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: bold;
}

.input {
  width: 100%;
  padding: 9px 20px;
  font-weight: normal;
  border: 1px solid #1F1F1F;
}

@media (max-width: 768px) {
  .input {
    padding: 10px 13px;
  }
}

.input:focus {
  outline-color: #0063B9;
}

.input.is-error {
  background-color: rgba(179, 0, 0, 0.1);
}

.input--middle {
  width: 100%;
  padding: 9px 20px;
  font-weight: normal;
  border: 1px solid #1F1F1F;
  width: 393px;
  margin: 0 10px;
}

@media (max-width: 768px) {
  .input--middle {
    padding: 10px 13px;
  }
}

.input--middle:focus {
  outline-color: #0063B9;
}

.input--middle.is-error {
  background-color: rgba(179, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .input--middle {
    width: 231px;
  }
}

.input--small {
  width: 100%;
  padding: 9px 20px;
  font-weight: normal;
  border: 1px solid #1F1F1F;
  width: 228px;
  margin: 0 10px;
}

@media (max-width: 768px) {
  .input--small {
    padding: 10px 13px;
  }
}

.input--small:focus {
  outline-color: #0063B9;
}

.input--small.is-error {
  background-color: rgba(179, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .input--small {
    width: 80px;
    margin: 0 5px 0 7px;
  }
}

.input--small:first-child {
  margin-left: 0;
}

.textarea {
  width: 100%;
  padding: 9px 20px;
  font-weight: normal;
  border: 1px solid #1F1F1F;
  height: 78px;
  resize: none;
}

@media (max-width: 768px) {
  .textarea {
    padding: 10px 13px;
  }
}

.textarea:focus {
  outline-color: #0063B9;
}

.textarea.is-error {
  background-color: rgba(179, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .textarea {
    height: 100px;
  }
}

.textarea--large {
  height: 192px;
}

.textarea--middle {
  height: 148px;
}

.radioWrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: bold;
}

.radioList__item {
  margin-top: 10px;
}

@media (max-width: 768px) {
  .radioList__item {
    margin-top: 15px;
  }
}

.radioList__inner {
  width: calc(100% - 24px);
  margin-top: 10px;
  margin-left: 24px;
}

@media (max-width: 768px) {
  .radioList__inner {
    width: 100%;
    margin-left: 0;
  }
}

.radioBtn {
  display: inline-block;
  margin-right: 30px;
  vertical-align: top;
  cursor: pointer;
}

.radioBtn__txt {
  position: relative;
  padding-left: 24px;
  white-space: pre-line;
  border-radius: 2px;
}

.radioBtn__txt::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #1F1F1F;
  border-radius: 50%;
  background-color: #FFFFFF;
  transition: background-color 0.3s ease-in-out;
}

@media (max-width: 768px) {
  .radioBtn__txt::before {
    top: 3px;
  }
}

.radioBtn__txt::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 4px;
  width: 10px;
  height: 10px;
  background: #1F1F1F;
  border-radius: 50%;
  transform-origin: center center;
  transform: scale(0);
  transition: 0.3s ease-in-out;
}

@media (max-width: 768px) {
  .radioBtn__txt::after {
    top: 7px;
  }
}

input:checked + .radioBtn__txt::after {
  transform: scale(1);
}

input:focus + .radioBtn__txt {
  outline: 2px solid #0063B9;
}

.radioBtn input {
  position: absolute;
  transform: scale(0);
}

.radioWrap.is-error .radioBtn__txt::before,
.radioList.is-error .radioBtn__txt::before {
  background-color: rgba(179, 0, 0, 0.1);
}

.address {
  font-size: 18px;
  text-align: center;
}

@media (max-width: 768px) {
  .address {
    font-size: 16px;
    text-align: left;
  }
}

.address__info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}

@media (max-width: 768px) {
  .address__info {
    display: block;
    margin-top: 10px;
  }
}

.address__info > li {
  display: flex;
  align-items: center;
  padding: 4px 30px;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .address__info > li {
    width: 100%;
    padding: 0 16px;
    justify-content: flex-start;
  }
}

@media not all and (max-width: 768px) {
  .address__info > li:nth-child(n + 2) {
    border-left: 1px solid #C7CFD9;
  }
}

@media (max-width: 768px) {
  .address__info > li:nth-child(n + 2) {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #C7CFD9;
  }
}

@media (max-width: 768px) {
  .address__txt {
    width: 50px;
    font-size: 18px;
  }
}

.address__link {
  margin-left: 20px;
  font-size: 24px;
  font-weight: bold;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .address__link {
    width: calc(100% - 50px);
    margin-left: 0;
    font-size: 20px;
  }
}

.errorList {
  font-weight: bold;
  color: #B30000;
}

.errorList > li {
  display: none;
  padding: 10px 20px;
  background: rgba(179, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .errorList > li {
    padding: 10px 13px;
  }
}

.errorList > li.is-error {
  display: block;
}

.confirmTxt {
  margin-bottom: 100px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.72;
}

@media (max-width: 768px) {
  .confirmTxt {
    margin-bottom: 50px;
  }
}

.recaptchaTxt {
  margin: 80px 0 40px;
  text-align: center;
}

@media (max-width: 768px) {
  .recaptchaTxt {
    margin: 40px 0 20px;
  }
}

.recaptchaTxt a {
  color: #B30000;
  text-decoration: underline;
}

.confirmBtnWrap {
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  .confirmBtnWrap form {
    width: 100%;
  }
}

.backBtn,
.submitBtn {
  display: inline-block;
  width: 260px;
  padding: 25px 30px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #1F1F1F;
  transform: translate3d(0, 0, 0);
}

@media (max-width: 768px) {
  .backBtn,
  .submitBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 100%;
    height: 60px;
    padding: 4px 38px;
    font-size: 16px;
    line-height: 1.4375;
  }
}

.submitBtn {
  width: 476px;
  margin-left: 30px;
  color: #FFFFFF;
  background: #B30000;
  border: none;
}

@media (max-width: 768px) {
  .submitBtn {
    width: 100%;
    margin-left: 10px;
  }
}

.formBtn {
  display: block;
  width: 384px;
  margin: 75px auto 0;
  padding: 25px 30px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #1F1F1F;
  transform: translate3d(0, 0, 0);
}

@media (max-width: 768px) {
  .formBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 100%;
    height: 60px;
    margin-top: 40px;
    padding: 4px 38px;
    font-size: 16px;
    line-height: 1.4375;
  }
}

.contactTxt:nth-child(n + 2) {
  margin-top: 40px;
}

.errorPage {
  text-align: center;
}

.finishPage {
  text-align: center;
}

.finishPage__fb {
  width: 315px;
  margin-top: 70px;
}

@media (max-width: 768px) {
  .finishPage__fb {
    width: 221px;
    margin-top: 30px;
  }
}

.finishPage__thx {
  font-family: "Oswald", sans-serif;
  font-size: 60px;
  font-weight: 300;
  color: #B30000;
}

@media (max-width: 768px) {
  .finishPage__thx {
    margin-top: 8px;
    font-size: 50px;
    line-height: 1;
    letter-spacing: -0.05em;
  }
}
