/* Scss Document */
.career_obi_wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: 80px;
  border-bottom: 2px solid #eeeeee;
  background-repeat: repeat;
  background-position: 50% 0;
  background-image: url(/img/career/obi_bg01.png);
}

@media (min-width: 768px), print {
  .career_obi_wrap {
    height: 130px;
  }
}

@media (max-width: 767px), print {
  .career_wrap {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #ffffff;
  }
}

@media (min-width: 768px), print {
  .career_wrap {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #ffffff;
  }
}

/* main_inner css start */
/* table cell settings */
.cnt_col_size3 {
  padding-top: 10px;
}

@media (max-width: 767px) and (min-width: 960px), print {
  .cnt_col_size {
    display: inline-block;
  }
}

@media (min-width: 961px), print {
  .cnt_col_size {
    width: 21%;
    vertical-align: middle;
  }
  .cnt_col_size4 {
    width: 21%;
    vertical-align: top;
  }
  .cnt_col_size2 {
    width: 12%;
    vertical-align: middle;
  }
  .cnt_col_size5 {
    width: 12%;
    vertical-align: top;
  }
  .cnt_col_size3 {
    width: auto;
  }
}

/* Back button with gray solid line */
.back_btn {
  background-color: white;
  color: #655e5c;
  border: 2px solid #655e5c;
  border-radius: 5px;
  width: 220px;
  margin-right: 10px;
  padding: 14px 30px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
}

.back_btn:hover {
  background-color: #655e5c;
  color: white;
}

.back_btn a {
  display: block;
  width: 100%;
}

/* Submit button with red solid line */
.submit_btn {
  background-color: white;
  color: #ab0012;
  border: 2px solid #ab0012;
  border-radius: 5px;
  width: 220px;
  margin-left: 10px;
  padding: 14px 30px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
}

.submit_btn:hover {
  background-color: #ab0012;
  color: white;
}

.submit_btn a {
  display: block;
  width: 100%;
}

/* Confirm button with red solid line */
.confirm_btn {
  background-color: white;
  color: #ab0012;
  border: 2px solid #ab0012;
  border-radius: 5px;
  width: 300px;
  padding: 14px 30px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
}

.confirm_btn:hover {
  background-color: #ab0012;
  color: white;
}

.confirm_btn a {
  display: block;
  width: 100%;
}

/* Form decoration */
.form_table01, .form_table02, .form_table03, .form_table04, .form_table05, .form_table06, .form_table07, .form_table09, .form_table10, .form_table11 {
  height: 35px;
  background-color: #f3f3f3;
  border: 1px solid #dddddd;
}

.form_table01, .form_table02, .form_table03 {
  width: 50%;
}

.form_table04 {
  width: 100%;
}

.form_table05 {
  width: 70%;
}

.form_table06 {
  width: 10%;
}

.form_table07 {
  width: 30%;
}

.form_table08 {
  width: 93%;
  height: 300px;
  background-color: #f3f3f3;
  border: 1px solid #dddddd;
}

.form_table09 {
  width: 20%;
  padding: 0;
}

.form_table10 {
  width: 15%;
  padding: 0;
}

.form_table11 {
  width: 93%;
  padding: 0;
}

.form_table12 {
  width: 93%;
  height: 200px;
  padding: 15px 40px;
  background-color: #f3f3f3;
  border: 1px solid #dddddd;
}

.cell_tp {
  display: block;
  vertical-align: top;
}

form ul li .wid_5 {
  display: inline-block;
  width: 5%;
  margin: 1px;
}

form ul li .wid_10 {
  display: inline-block;
  width: 10%;
  margin: 1px;
}

form ul li .wid_15 {
  display: inline-block;
  width: 15%;
  margin: 1px;
}

form ul li .wid_20 {
  display: inline-block;
  width: 20%;
  margin: 1px;
}

form ul li .wid_30 {
  display: inline-block;
  width: 30%;
  margin: 1px;
}

form ul li .wid_70 {
  display: inline-block;
  width: 70%;
  margin: 1px;
}

form ul li .wid_93 {
  display: inline-block;
  width: 93%;
  margin: 1px;
}

/* Red icon */
.cnt_cnf_tag02 {
  width: 25px;
  height: 20px;
  margin-left: 0.5em;
  padding: 0 5px;
  border: 3px solid #ab0012;
  border-radius: 5px;
  background-color: #ab0012;
  color: #ffffff;
  font-size: 11px;
}

@media (max-width: 767px), print {
  .cnt_cnf_tag01 {
    display: none;
  }
  .cnt_cnf3 {
    padding-top: 10px;
  }
}

@media (min-width: 768px), print {
  .cnt_cnf {
    text-align: left;
    vertical-align: top;
    width: 20%;
  }
  .cnt_cnf2 {
    text-align: right;
    vertical-align: top;
    width: 12%;
  }
  .cnt_cnf3 {
    text-align: left;
    vertical-align: top;
    width: 65%;
  }
  .cnt_cnf_tag02 {
    display: none;
  }
  .cnt_cnf_tag01 {
    width: 25px;
    height: 20px;
    margin-left: 0.5em;
    padding: 0 5px;
    border: 3px solid #ab0012;
    border-radius: 5px;
    background-color: #ab0012;
    color: #ffffff;
    font-size: 11px;
  }
}

/* Alert txt */
.txt_red_arart {
  color: initial;
  color: #ab0012;
  font-weight: bold;
}

/* Text with wider line-height */
.contact_wide_txt {
  line-height: 200%;
}

/* confirm button col 1 */
.contact_solid_txt_btn_area {
  /* Safari */
  display: -webkit-box;
  display: flex;
  /* Safari */
  -webkit-box-pack: center;
          justify-content: center;
}

/* Privacy policy */
.contact_privacy_btn {
  font-size: 0;
  color: #000000;
  margin: 10px auto 30px 0;
}

.contact_privacy_btn a {
  display: block;
  width: 100%;
}

.contact_privacy_btn_item {
  background-color: #e3e3e3;
  display: inline-block;
  font-size: 16px;
  color: #655e5c;
  width: 80%;
  margin: 0;
  padding: 10px 25px 10px 25px;
  border: solid 1px #9b9795;
  border-radius: 3px;
  text-align: center;
}

@media (min-width: 768px), print {
  .contact_privacy_btn {
    font-size: 0;
    margin: 10px auto 60px 0;
  }
  .contact_privacy_btn a {
    display: block;
    width: 100%;
  }
  .contact_privacy_btn:hover {
    opacity: 0.7;
    transition: opacity 0.2s;
  }
  .contact_privacy_btn_item {
    background-color: #e3e3e3;
    display: inline-block;
    font-size: 16px;
    width: 30%;
    margin: 0;
    padding: 10px 25px 10px 25px;
    border: solid 1px #9b9795;
    border-radius: 3px;
    text-align: center;
  }
}

/* Privacy policy2 */
.contact_text_area {
  background-color: #f3f3f3;
  color: #655e5c;
  border: 1px solid #dddddd;
  margin: 10px;
  padding: 20px;
}

@media (min-width: 768px), print {
  .contact_text_area {
    margin: 10px;
  }
}

/* valign center tag */
.box_center {
  /* Safari */
  display: -webkit-box;
  display: flex;
  /* Safari */
  -webkit-box-pack: center;
          justify-content: center;
}

/* Form error message */
.form_errormsg {
  color: #f30012;
  padding: 3px;
}

.form_error_input {
  border-color: #f30012;
  background-color: #f3eeee;
}

@media (min-width: 768px) and (max-width: 960px), print {
  .table_main01 {
    width: 100%;
    border-top: 2px solid #cdcbca;
  }
  .table_main01 th {
    padding: 15px 5px;
    text-align: left;
    font-weight: normal;
  }
  .table_main01 .cnt_col_size {
    width: 22%;
  }
  .table_main01 .cnt_col_size2 {
    width: 8%;
  }
  .table_main01 td {
    padding: 15px 20px;
    text-align: left;
    font-weight: normal;
  }
  .table_main01 tr {
    border-bottom: 2px solid #cdcbca;
  }
  .table_main01 .tablehead01 {
    background-color: #f3f3f3;
    font-weight: bold;
  }
}

@media (min-width: 961px), print {
  .table_main01 {
    width: 100%;
    border-top: 2px solid #cdcbca;
  }
  .table_main01 th, .table_main01 td {
    padding: 15px 20px;
    text-align: left;
    font-weight: normal;
  }
  .table_main01 tr {
    border-bottom: 2px solid #cdcbca;
  }
  .table_main01 .tablehead01 {
    background-color: #f3f3f3;
    font-weight: bold;
  }
}

