@charset "UTF-8";
.sub_h2Area {
  background-image: url("../img/company/main_bg.jpg");
}

.recruit_entryArea {
  padding-top: 60px;
  padding-bottom: 130px;
}

.recruit_entryArea_m .inner {
  text-align: center;
  padding-right: 0;
  padding-left: 0;
}

.h3Area {
  padding-bottom: 50px;
}

h3,
.h3_txt {
  text-align: center;
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #d6d6d6;
}

h3 {
	font-family: source-han-sans-japanese,sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #000;
  font-size: 27px;
  line-height: 1;
  padding-bottom: 5px;
}

.recruit_entryBox .formBox #mailfield p {
  padding: 10px 20px 30px;
  text-align: center;
}

.recruit_entryBox .formBox #mailfield .requiredCaution {
  text-align: right;
}

.recruit_entryBox .formBox #mailfield div.mfp_buttons {
  margin-top: 40px;
}

.recruit_entryBox .formBox #mailfield div.mfp_buttons button.sub_btn01 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto;
}

.recruit_entryBox .formBox #mailfield div.mfp_buttons button.sub_btn01 p {
  padding: 0;
}

.mfp_rows {
  clear: both;
}

.mfp_rows .mfp_col5 {
  width: 48%;
  float: left;
  max-width: 160px;
}

.mfp_rows .mfp_col5:not(:first-child) {
  margin-left: 4%;
}

.mfp_rows .mfp_col5 label {
  width: 100%;
  font-size: 13px;
  padding: 4px;
  margin: 0;
}

.mfp_rows .mfp_col5 label input {
  margin-right: 3%;
}

/* thanksページ */
.thanksBox h3,
.thanksBox p {
  text-align: center;
}

.thanksBox h3 {
  margin-bottom: 50px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .recruit_entryArea {
    padding-top: 22px;
    padding-bottom: 95px;
  }
  .recruit_entryArea .inner .h3Area {
    padding-bottom: 30px;
  }
  h3 {
    font-size: 20px;
  }
  .recruit_entryArea_m .inner {
    padding-right: 0;
    padding-left: 0;
  }
  .recruit_entryBox {
    width: 100%;
    padding: 0 0;
  }
  .recruit_entryBox .formBox #mailfield p {
    padding: 10px 0 20px;
    text-align: justify;
  }
  .recruit_entryBox .formBox #mailfield > p {
    padding-right: 2vw;
    padding-left: 2vw;
  }
  .thanksBox p {
    text-align: justify;
  }
}

/* // MARK : maxW 622px */
@media screen and (max-width: 622px) {
  .mfp_element_button {
    width: 100%;
    padding: 15px 90px;
    border: solid 3px transparent;
  }
}

/* // MARK : maxW 500px */
@media screen and (max-width: 500px) {
  .inner {
    padding-right: 3vw;
    padding-left: 3vw;
  }
  .thanksBox {
    padding-right: 2vw;
    padding-left: 2vw;
  }
}
/*# sourceMappingURL=contact.css.map */