/* -----------------------------------------------------------
    入力画面共通  /  table
-------------------------------------------------------------- */
br.sp_br {
  display: none;
}
input.husegutospm {
  visibility: hidden;
}
.form_table {
  /* margin-top: 30px; */
  width: 100%;
  border-collapse: collapse;
  line-height: 1.8;
  border-top: 1px #ddd solid;
}
.form_table th {
  padding: 35px 30px 35px 0;
  width: min(300px, 100%);
  height: 50px;
  /* vertical-align: middle; */
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 24px;
  text-align: left;
  border-bottom: solid 1px #ddd;
  position: relative;
}
.form_table th::after {
  position: absolute;
  top: 22px;
  right: 0;
  width: 1px;
  height: 50px;
  content: "";
  background: #ddd;
}
.form_table td {
  /* padding: 30px 0 30px 50px; */
  padding: 22px 0 22px 30px;
  vertical-align: middle;
  border-bottom: 1px #ddd solid;
}
.form_th_title {
  display: inline-block;
  /* padding: 5px 0 0; */
}
.form_th_notes {
  float: right;
  display: inline-block;
  /* margin: 5px 0 0; */
  margin-left: auto;
  padding: 0 12px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff !important;
  /*
  background: #c00;
  */
  background: #eb585d;
}

div.event_calendar {
  margin-left: 0 !important;
  font-size: 1.4rem;
}
.form_btn_area {
  text-align: center;
}
.form_btn_area .form_btn_txt {
  margin-top: 32px;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.07em;
  /* text-align: center; */
}
.form_btn_area .form_btn_txt a {
  display: inline-block;
  color: var(--green);
  text-decoration: underline;
}
.form_table input[type="text"],
.form_table input[type="password"],
.form_table input[type="tel"],
.form_table input[type="email"],
.form_table input[type="date"],
.form_table select {
  width: 100% !important;
  height: 50px;
  padding: 10px;
  border-radius: 0% !important;
  border: none !important;
  background: #eff1f2;
  font-size: 1.4rem;
}
.form_btn_area .submit_orange_wrapper {
  margin: 38px auto 0;
  width: min(320px, 100%);
  position: relative;
}
.form_btn_area .submit_orange_wrapper::after {
  position: absolute;
  top: 50%;
  right: 34px;
  transform: translateY(-50%);
  width: 8px;
  height: 12px;
  content: "";
  mask: url(../img/icon/btn-arrow.svg) center/cover no-repeat;
  background: #fff;
  transition: all 0.4s;
}
.form_btn_area input.submit_orange {
  display: inline-block;
  width: 100%;
  padding: 30px 0;
  border-radius: 40px;
  background: var(--orange);
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.12em;
  color: #fff;
  transition: all 0.4s;
}
.form_btn_area input.submit_orange:hover {
  opacity: 0.6;
}
.form_td_notes {
  display: inline-block;
  margin-top: 12px;
  font-weight: 700;
  font-size: 1.2rem;
}
.form_th_caution {
  margin-top: 16px;
  font-weight: 700;
  font-size: 1.2rem;
  color: #eb585d;
}
span.form_th_caution {
  display: none;
}
@media screen and (max-width: 960px) {
  .form_table th,
  .form_table td {
    display: block;
  }
  .form_table th {
    width: 100%;
  }
  .form_table th {
    padding: 14px 0;
    border-bottom: none;
  }
  .form_table th::after {
    display: none;
  }
  .form_table td {
    padding: 0 0 20px 0;
  }
  p.form_th_caution {
    display: none;
  }
  span.form_th_caution {
    display: block;
  }
  div.event_calendar {
    margin: auto !important;
    font-size: 1.2rem;
  }
  .form_table input[type="text"],
  .form_table input[type="password"],
  .form_table input[type="tel"],
  .form_table input[type="email"],
  .form_table input[type="date"],
  .form_table select {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  br.sp_br {
    display: block;
  }
  .form_table {
    margin-top: 20px;
  }
  .form_td_notes {
    margin-top: 7px;
  }
  .form_btn_area .form_btn_txt {
    margin-top: 16px;
    font-size: 1.2rem;
  }
  .form_btn_area .submit_orange_wrapper {
    margin-top: 14px;
  }
  .form_btn_area input.submit_orange {
    padding: 20px 0;
  }
}

/* 未使用 */
.form_table td.chk {
  /* padding: 50px 0 20px 0; */
  text-align: center;
  border-bottom: none;
  color: #e94647;
  font-size: 1.7rem;
  line-height: 24px;
}
.form_table td.chk p {
  text-align: left;
}

.accordion .form_table th {
  width: 170px;
  padding: 45px 0 30px 40px;
}

.form_th_notes.est {
  float: none;
  padding: 6px 10px;
  margin: 0 0 0 10px;
  vertical-align: middle;
}
.form_th_notes.any {
  background: #1294d5;
}

.form_table input[type="number"] {
  width: 30%;
}
.form_table td .inputbox {
  margin: 0 0 15px 0;
}
.form_table td .inputbox p.sub_title {
  width: 160px;
  display: inline-block;
  vertical-align: top;
}
/*    ラジオボタン    */
.radio_list {
}
.radio_list li {
  line-height: 1.8;
  margin: 10px 0 0 0;
  /* font-size: 18px; */
}
.radio_list li:first-child {
  margin: 0;
}
.radio_list.wide li {
  float: left;
  margin: 0 0 0 20px;
}
.radio_list.wide li:first-child {
  margin: 0;
}
.radio_list li strong {
  background-image: linear-gradient(transparent 70%, #a7d940 70%, #a7d940 100%);
}
.strong-area {
  margin: 20px 0 0 0;
  padding: 15px;
  border: solid 2px #a7d940;
  border-radius: 5px;
}
.strong-area p strong {
  background-image: linear-gradient(transparent 70%, #a7d940 70%, #a7d940 100%);
}
@media screen and (max-width: 667px) {
  .strong-area {
    margin: 15px 0 0 0;
    border: solid 2px #a7d940;
    background-color: #fff;
  }
  .radio_list li {
    font-size: 18px;
  }
}
/*    登録職種切替え用    */
.form_table td .invisible {
  display: none;
}
/*    希望職種    */
.form_table td.category_list select {
  width: 40%;
  margin: 15px 0 0 0;
}
/*    生年月日    */
.form_table td.birth select {
  width: 20%;
  margin: 0 5px 0 0;
}
.form_table td.birth input[type="text"] {
  width: 20%;
  margin: 20px 5px 0 0;
}
/*    最終学歴    */
.form_table td.education select {
  width: 30%;
  margin: 0 20px 0 0;
}
.form_table td.education input[type="text"] {
  width: 50%;
}
/*    最寄り駅    */
.form_table td.station select {
  width: 30%;
  margin: 0 5px 0 0;
}
.form_table td.station input[type="text"] {
  width: 40%;
  margin: 0 5px 0 0;
}
.form_table td.station .min {
  display: inline-block;
}
.form_table td.station .min input[type="text"] {
  margin: 0 0 0 20px;
}
/*    連絡可能時間
.form_table td.availabletime input[type="text"]{
  width: 40%;
}
*/
/*    希望収入    */
.form_table td.income select {
  width: 30%;
  margin: 0 20px 0 0;
}
.form_table td.income input[type="text"] {
  width: 30%;
  margin: 0 5px 0 0;
}
/*    職歴    */
.form_table td.history select {
  width: 40%;
  margin: 0 20px 0 0;
}
.form_table td.history .period input[type="text"] {
  width: 115px;
  margin: 0 5px 0 0;
}
.form_table td.history textarea {
  width: 70%;
}
/*    郵便番号    */
input[type="number"].input_zip {
  width: 30%;
  margin: 0 0 0 10px;
}
.zip_btn {
  width: 30%;
  margin: 15px 0 0;
  text-align: center;
}
.zip_btn a {
  display: block;
  padding: 10px 0;
  color: #fff;
  background: #7fb2aa;
}
td.area .name_txt {
  margin: 0 0 5px;
  font-size: 1.4rem;
}
/*    年齢    */
input[type="number"].input_old,
input[type="tel"].input_old {
  width: 30%;
  margin: 0 10px 0 0;
}
/*    注釈    */
.form_td_notes02 {
  margin: 15px 0;
  font-size: 1.4rem;
}
.form_td_notes03 {
  margin: 15px 0 0;
  font-size: 1.4rem;
}
.form_td_notes04 {
  margin: 7px 0 15px;
  font-size: 1.4rem;
}
.form_td_notes05 {
  margin: 0 0 15px;
  font-size: 1.4rem;
}
.form_table td .cau_txt {
  font-size: 1.3rem;
  padding: 20px 0 0 0;
}
