.contactConfirm__section__btns {
  width: 35.5rem;
  margin: 2.5rem auto 0;
}

@media screen and (max-width: 767px) {
  .contactConfirm__section__btns {
    width: auto;
    margin-top: 1.875rem;
  }
}

.contactConfirm__section__btns__btn {
  float: left;
  width: 50%;
  margin-top: 1.25rem;
  box-sizing: border-box;
  padding: 0 0.625rem;
}

@media screen and (max-width: 767px) {
  .contactConfirm__section__btns__btn {
    float: none;
    width: auto;
    margin-top: 0.9375rem;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .contactConfirm__section__btns__btn:first-child {
    margin-top: 0;
  }
}

@media print, (min-width: 768px) {
  .contactConfirm__section__btns__btn:nth-child(1), .contactConfirm__section__btns__btn:nth-child(2) {
    margin-top: 0;
  }
}

@media print, (min-width: 768px) {
  .contactConfirm__section__btns__btn:nth-child(2n+1) {
    clear: left;
  }
}

.contactConfirm__section__btns::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.btn--back {
  display: block;
  box-sizing: border-box;
  padding: 0.9375rem 0;
  border: 2px solid #bbb;
  border-radius: 0.25rem;
  color: #bbb;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 150ms linear, color 150ms linear;
  transition: background-color 150ms linear, color 150ms linear;
}

@media screen and (max-width: 767px) {
  .btn--back {
    padding: 0.75rem 0;
    border-radius: 0.25rem;
    font-size: 0.9375rem;
  }
}

html.device-pc .btn--back:hover,
html.device-pc .btn--back:active {
  background: #bbb;
  color: #fff;
}

.select > select:focus, .select--w130 > select:focus {
  border: 1px solid #d1bb42;
  border-radius: 0.25rem;
  background: #fff;
}

.emailAddress {
  word-break: break-all;
}

.inquiryContent {
  white-space: pre-wrap;
}

.formError {
  color: #f00;
  font-size: 0.875rem;
}

.colWrap__col label {
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .colWrap__col {
    margin-top: 0;
  }
}
