.main-tit {
  margin-bottom: 30px; }

#contact-form {
  padding-bottom: 90px; }
  #contact-form h3 {
    line-height: 1.7;
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem;
    padding-bottom: 20px; }
  #contact-form p.com {
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.75; }
  #contact-form p.com+p.com {
    margin-top: 20px; }
  #contact-form p.com span {
    font-weight: bold; }
  #contact-form p.com a {
    color: #203d5a;
    text-decoration: underline; }
  #contact-form .form_wrap {
    width: 675px;
    margin: 100px auto 0; }
    #contact-form .form_wrap .check_txt {
      text-align: center;
      font-size: 14px;
      font-size: 1.4rem;
      padding: 25px 0 50px 0;
      line-height: 2; }
  #contact-form .policy_check {
    font-size: 14px;
    font-size: 1.4rem;
    padding-bottom: 75px; }
  #contact-form .submit_btn .submit_btn {
	outline: none;
    margin: 0 auto;
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    width: 360px;
    color: #203d5a;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    padding: 25px 0;
    font-weight: 600;
    background-color: #d9dbcd; }
  #contact-form #form_tbl {
    text-align: left; }
    #contact-form #form_tbl th {
      font-size: 14px;
      font-size: 1.4rem;
      padding-bottom: 30px;
      padding-right: 20px;
      display: flex;
      width: 195px;
      vertical-align: top; }
      #contact-form #form_tbl th .hissu {
        margin-left: auto;
        color: #fff;
        line-height: 1.5;
        background-color: #d42121;
        font-size: 11px;
        font-size: 1.1rem;
        padding: 2px 8px; }
    #contact-form #form_tbl td {
      font-size: 14px;
      font-size: 1.4rem;
      padding-bottom: 30px;
      vertical-align: top; }
      #contact-form #form_tbl td.set {
        color: #203d5a; }
      #contact-form #form_tbl td.birthday_td span {
        padding: 0 15px 0 5px; }
      #contact-form #form_tbl td.zip_td span.hyphen {
        width: 35px;
        display: inline-block;
        height: 1px;
        background-color: #000;
        vertical-align: middle; }
      #contact-form #form_tbl td.last_td ul span {
        padding-right: 30px;
        padding-left: 5px; }
      #contact-form #form_tbl td.last_td ul input {
        width: 120px; }
      #contact-form #form_tbl td.last_td table th {
        width: 140px;
        padding: 20px 0 0 0; }
      #contact-form #form_tbl td.last_td table td {
        padding: 20px 0 0 0; }
        #contact-form #form_tbl td.last_td table td input {
          width: 260px; }
      #contact-form #form_tbl td input {
	    height: 50px;
	    box-sizing: border-box;
        padding: 10px 10px;
        border: 1px solid #000000;
        border-radius: 0; }
        #contact-form #form_tbl td input.name {
          width: 180px; }
          #contact-form #form_tbl td input.name:first-of-type {
            margin-right: 40px; }
        #contact-form #form_tbl td input.mail {
          width: 400px; }
        #contact-form #form_tbl td input.zip {
          width: 120px; }
        #contact-form #form_tbl td input.add1 {
          width: 140px; }
        #contact-form #form_tbl td input.add {
          width: 400px; }
        #contact-form #form_tbl td input.tel {
          width: 120px;
          margin-right: 20px; }
        #contact-form #form_tbl td input.birthday {
          width: 100px; }
      #contact-form #form_tbl td ul li {
        padding-bottom: 20px; }
        #contact-form #form_tbl td ul li:last-child {
          padding-bottom: 0; }
      #contact-form #form_tbl td ol {
        display: flex; }
        #contact-form #form_tbl td ol li {
          padding-right: 45px; }
          #contact-form #form_tbl td ol li:last-child {
            padding-right: 0; }
      #contact-form #form_tbl td textarea {
	    line-height: 1.6;
        padding: 10px 10px;
        border: 1px solid #000000;
        width: 400px;
        height: 230px;
        border-radius: 0; }

/*# sourceMappingURL=recruit-form.css.map */
input[type="checkbox"] {
    display: none;
}

input[type="radio"] {
    display: none;
}

.mwform-checkbox-field .mwform-checkbox-field-text {
    position: relative;
    padding-left: 40px;
    line-height: 22px;
}

input[type="checkbox"] + .mwform-checkbox-field-text::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #000;
    position: absolute;
    left: 0;
    top: 0;
}

input[type="checkbox"] + .mwform-checkbox-field-text::after {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: 4px;
    width: 10px;
    height: 20px;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    border-bottom: 3px solid #000;
    border-right: 3px solid #000;
    opacity: 0;
}

input[type="checkbox"]:checked + .mwform-checkbox-field-text::after {
    opacity: 1;
}

.mwform-radio-field .mwform-radio-field-text {
    position: relative;
    padding-left: 30px;
}

input[type="radio"] + .mwform-radio-field-text::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #000;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    left: 0;
    top: 50%;
}

input[type="radio"] + .mwform-radio-field-text::after {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 3px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: 0;
    z-index: 1;
}

input[type="radio"]:checked + .mwform-radio-field-text::after {
    opacity: 1;
}

.mw_wp_form .error+.error {
    display: none;
}

.mw_wp_form .error {
    font-size: 1.4rem!important;
    margin-top: 10px;
}

.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 40px!important;
}

#contact-form #form_tbl td > div {
	letter-spacing: -.2em;
}

#contact-form #form_tbl td > div * {
	letter-spacing: normal;
}