.mainTitle {
  background: #8f9192; }

.mainNav__errMsg {
  font-size: 16px;
  color: #e20606;
  width: 800px;
  margin: 20px auto 0px; }
.mainNav__table {
  width: 800px;
  margin: 20px auto 40px; }
  @media screen and (max-width: 768px) {
    .mainNav__table {
      margin: 20px auto;
      width: 100%; } }
  .mainNav__table .table__row {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 768px) {
      .mainNav__table .table__row {
        flex-direction: column; } }
    .mainNav__table .table__row:last-child {
      align-items: flex-start; }
    .mainNav__table .table__row__head {
      width: 300px;
      text-align: left;
      padding-right: 10px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      @media screen and (max-width: 768px) {
        .mainNav__table .table__row__head {
          width: 100%;
          display: block;
          padding-left: 0;
          padding-bottom: 10px; } }
      .mainNav__table .table__row__head .require {
        border: solid 1px #e20606;
        color: #e20606;
        font-size: 15px;
        padding: 2px 6px;
        height: 20px;
        line-height: 20px; }
        @media screen and (max-width: 768px) {
          .mainNav__table .table__row__head .require {
            margin-left: 10px; } }
    .mainNav__table .table__row__body {
      font-size: 20px;
      flex: 1;
      text-align: left; }
      @media screen and (max-width: 768px) {
        .mainNav__table .table__row__body {
          width: 100%; } }
  .mainNav__table input[type="text"] {
    border: #ccc 1px solid;
    padding: 10px;
    font-size: 16px;
    width: 100%; }
  .mainNav__table select {
    border: solid 1px #ccc;
    padding: 3px;
    font-size: 16px;
    height: 40px;
    width: 70%;
    color: #ccc; }
    .mainNav__table select option {
      color: #000; }
  .mainNav__table ::-webkit-input-placeholder {
    color: #ccc; }
  .mainNav__table ::-moz-placeholder {
    color: #ccc; }
  .mainNav__table :-ms-input-placeholder {
    color: #ccc; }
  .mainNav__table textarea {
    width: 100%;
    font-size: 16px;
    border: solid 1px #ccc;
    resize: none;
    padding: 6px 10px; }
.mainNav .consent {
  font-size: 16px;
  width: 800px;
  margin: 10px auto 40px; }
  @media screen and (max-width: 768px) {
    .mainNav .consent {
      width: 100%; } }
.mainNav .confirmBtn {
  width: 480px;
  background: #8e8e8e;
  color: white;
  height: 50px;
  font-size: 16px;
  display: block;
  margin: 0 auto;
  transition: all 0.5s; }
  @media screen and (max-width: 768px) {
    .mainNav .confirmBtn {
      width: 100%;
      height: auto;
      padding: 10px 10px;
      line-height: 28px;
      font-size: 14px; } }
  .mainNav .confirmBtn.enable {
    background: #fa7100; }

.checkBlock {
  margin: 20px 0 30px;
  background: #E6E6E6;
  padding: 20px;
  text-align: left; }

.thanks_text {
  text-align: left;
  margin-left: 30%;
  margin-bottom: 40px; }

.link_back {
  margin: 0 auto;
  width: 240px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background: #152444;
  border-radius: 40px; }
  .link_back:hover {
    opacity: 0.7;
    text-decoration: none; }

/*# sourceMappingURL=contact.css.map */
