.confirm-page-wrapper {
  margin-top: 100px;
  margin-right: 13%;
  margin-left: 13%;
  margin-bottom: 100px;
}

.confirm-page-container-form span {
  width: 100%;
  display: block;
  color: rgb(0, 100, 183);
  font-size: 25px;
  font-family: YuGothicStd, sans-serif;
  font-weight: bold;
  text-align: center;
  border-bottom: 3px solid rgb(0, 100, 183);
  padding-bottom: 21px;
  padding-top: 40px;
}

.confirm-page-form-section {
  text-align: center;
}
.confirm-page-form-section table {
  margin: 50px auto 50px;
}

.confirm-page-form-section td {
  word-wrap: break-word;
  max-width: 400px;
  border-bottom: 1px solid rgb(0, 100, 183);
  padding-bottom: 25px;
  padding-right: 20px;
  text-align: left;
}

.confirm-page-form-section form {
  width: 100%;
}

.confirm-page-mail {
  width: 100%;
  display: flex;
  justify-content: center;
}

.confirm-page-mail-form {
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 30px;
}

.confirm-page-mail-form p {
  color: rgb(0, 100, 183);
  font-size: 20px;
  font-family: YuGothicStd, sans-serif;
  margin-top: 30px;
}

.confirm-page-mail-form input {
  border: 0px;
  border-bottom: 1px solid rgb(0, 100, 183);
  font-size: 150%;
  width: 100%;
  padding: 8px;
  background: rgba(223, 250, 255, 0.3);
}
.confirm-page-mail-form textarea {
  border: 0px;
  border-bottom: 1px solid rgb(0, 100, 183);
}

.confirm-page-mail-form-content {
  height: 380px !important;
  background: rgba(223, 250, 255, 0.3);
  width: 100%;
  font-size: 150%;
  padding: 8px;
}

.confirm-page-form-privacy-section {
  margin-top: 104px;
  margin-bottom: 147px;
  padding-left: 20px;
}

.confirm-page-mail-input-form-privacy {
  width: 30px !important;
  height: 30px !important;
  transform: scale(2);
}

.confirm-page-mail-form-privacy {
  color: rgb(0, 100, 183);
  font-size: 20px;
  font-family: YuGothicStd, sans-serif;
}

.confirm-page-confirm-submit {
  width: 50% !important;
  height: 47px;
  color: white;
  font-size: 20px !important;
  font-family: YuGothicStd, sans-serif;
  font-weight: bold;
  text-align: center;
  -webkit-appearance: none !important;
  background-color: rgb(0, 100, 183) !important;
  border-radius: 8px;
  margin-top: 30px;
  box-shadow: 0.5px 0.5px black;
}

@media only screen and (max-width: 1000px) {
  .confirm-page-wrapper {
    margin-top: 78px;
    margin-bottom: 78px;
    margin-left: 3%;
    margin-right: 3%;
  }
  .confirm-page-title {
    height: 61px;
    margin-bottom: 30px;
  }

  .confirm-page-title h1 {
    font-size: 13px;
  }

  .confirm-page-title span {
    font-size: 10px;
  }

  .confirm-page-container-form span {
    font-size: 15px;
    padding-bottom: 11px;
    padding-top: 20px;
    border-bottom: 1px solid rgb(0, 100, 183);
  }

  .confirm-page-mail-form input {
    font-size: 100%;
    width: 100%;
    height: 30px;
  }

  .confirm-page-mail-form-content {
    height: 200px !important;
    width: 100%;
    font-size: 100%;
  }

  .confirm-page-form-privacy-section {
    margin-top: 54px;
    margin-bottom: 57px;
    padding-left: 10px;
  }

  .confirm-page-mail-input-form-privacy {
    width: 12px !important;
    height: 12px !important;
    transform: scale(1.5);
  }

  .confirm-page-mail-form-privacy {
    color: rgb(0, 100, 183);
    font-size: 14px;
    padding-left: 10px;
  }

  .confirm-page-container-company-phone {
    padding: 0 !important;
  }
  .confirm-page-container-company-address {
    padding: 0 !important;
  }

  .confirm-page-container-company span {
    font-size: 15px;
    border-bottom: 1px solid rgb(0, 100, 183);
  }
  .confirm-page-container-company-section {
    padding-top: 27px;
    padding-bottom: 27px;
    border-bottom: 1px solid rgb(0, 100, 183);
  }

  .confirm-page-container-company p {
    font-size: 15px;
  }
  .confirm-page-submit {
    width: 90%;
    height: 50px;
    font-size: 12px;
    box-shadow: 0px 0px 0px 0px black;
  }
  .confirm-page-company-branch {
    margin-top: 35px;
  }

  .confirm-page-confirm-submit {
    font-size: 12px !important;
  }
  .confirm-page-form-section table {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .confirm-page-form-section td {
    max-width: 170px !important;
    padding: 10px;
  }

  .confirm-page-mail-form p {
    font-size: 12px;
    margin-top: 23px;
  }
}
