:root {
  --main-color: #242384;
  --sub--color: #DD5C4A;
  --label-color: #CCC1A5;
  --txt-main-color: #775F00;
}

.login_form .form_title {
  text-align: left;
  width: 100%;
  position: relative;
  font-size: 18px;
  background: inherit;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--label-color);
}
.login_form .form_table .submit input[type=submit] {
  cursor: pointer;
  width: 50%;
  min-width: 250px;
  height: 50px;
  background-color: var(--txt-main-color);
  color: #fff;
  font-weight: 700;
  border: 0;
  border-bottom: 7px solid #555;
  border-radius: 5px;
  font-size: 16px;
  transition: 0.3s;
}
.login_form .form_table .submit input[type=submit]:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.login_form .form_table .submit input[type=submit]:active {
  transition: 0.3s;
  border-bottom: 7px solid var(--txt-main-color);
}
.login_form .form_table .submit .reset {
  margin-top: 15px;
  background-color: #333 !important;
}
.login_form .form_table .submit input[name=back] {
  margin-top: 15px;
  background-color: #333;
}
.login_form .form_table .form_flex_row {
  display: flex;
}
@media (max-width: 768px) {
  .login_form .form_table .form_flex_row {
    flex-direction: column;
  }
}
.login_form .form_table .form_flex_row th {
  white-space: nowrap;
  background-color: #F5F4F0;
  border: 1px solid #eee;
}
@media (min-width: 769px) {
  .login_form .form_table .form_flex_row th {
    width: 100%;
    max-width: 200px;
  }
}
@media (max-width: 768px) {
  .login_form .form_table .form_flex_row th {
    max-width: inherit;
  }
}
.login_form .form_table .form_flex_row th p {
  display: flex;
  justify-content: flex-end;
  flex-direction: row-reverse;
  gap: 10px;
}
.login_form .form_table .form_flex_row th p span {
  float: inherit;
  padding: 3px 7px;
  border-radius: 3px;
}
.login_form .form_table .form_flex_row .search_label_name {
  color: var(--txt-main-color);
}
.login_form .form_table .form_flex_row td {
  border: 1px solid #eee;
}
@media (min-width: 769px) {
  .login_form .form_table .form_flex_row td {
    width: 100%;
  }
}
.login_form .form_table .form_flex_row td span {
  font-size: 12px;
}
.login_form .form_table .form_flex_row td input {
  height: 25px;
  border: 1px solid var(--label-color);
  border-radius: 5px;
}
.login_form .form_table .form_flex_row td input[type=text] {
  width: 70%;
}
@media (max-width: 768px) {
  .login_form .form_table .form_flex_row td input[type=text] {
    width: 95%;
  }
}
.login_form .form_table .form_flex_row td input[type=password] {
  width: 40%;
}
@media (max-width: 768px) {
  .login_form .form_table .form_flex_row td input[type=password] {
    width: 95%;
  }
}
.login_form .form_table .form_flex_row td textarea {
  width: 90%;
  border: 1px solid var(--label-color);
  border-radius: 5px;
}
.login_form .form_table .form_flex_row .more_height textarea {
  width: 90%;
  border: 1px solid var(--label-color);
  border-radius: 5px;
}
.login_form .form_table .form_flex_row .b_t_l,
.login_form .form_table .form_flex_row .b_t_r,
.login_form .form_table .form_flex_row .b_b_l,
.login_form .form_table .form_flex_row .b_b_r {
  display: block;
}
.login_form .form_table .form_flex_row .validate .error {
  padding: 20px 20px 10px;
}
.login_form .form_table .form_flex_row .search_name_wrap {
  margin-top: 15px;
}
.login_form .form_table .form_flex_row .search_mail_wrap .search_mail_txt {
  display: block;
}
.login_form .form_table .form_flex_row .search_mail_wrap .search_mail_txt_first {
  margin-bottom: 15px;
}
.login_form .form_table .form_flex_row .search_zip_wrap input[name=zip1] {
  width: 85px;
}
.login_form .form_table .form_flex_row .search_zip_wrap input[name=zip2] {
  width: 115px;
}
.login_form .form_table .form_flex_row .search_add_warp select[name=adds] {
  margin: 10px 0 0;
  padding: 8px;
  border: 1px solid var(--label-color);
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #fff;
  color: var(--txt-main-color);
}
.login_form .form_table .form_flex_row .search_add_warp select[name=add_sub] {
  margin: 10px 0;
  padding: 8px;
  border: 1px solid var(--label-color);
  border-radius: 5px;
  -webkit-appearance: none;
  background-color: #fff;
  color: var(--txt-main-color);
  -moz-appearance: none;
       appearance: none;
}
.login_form .form_table .form_flex_row .search_use_post label {
  display: flex;
  align-items: center;
}
.login_form .form_table .form_check_box_flex label {
  display: inline-flex;
  align-items: center;
}
.login_form .form_table .form_check_box_flex .search_birth_year input[name=birth_year] {
  width: 65px;
}
.login_form .form_table .form_check_box_flex textarea[name=remarks] {
  width: 94%;
  border: 1px solid var(--label-color);
  border-radius: 5px;
}
.login_form .form_table .form_check_box_flex .search_label_name {
  color: #333;
}
.login_form .form_table .form_check_box_flex .search_label_flex {
  padding-bottom: 40px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
}
@media (max-width: 768px) {
  .login_form .form_table .form_check_box_flex .search_label_flex {
    grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
  }
}
.login_form .form_table .form_check_box_flex .search_label_flex label {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
}
.login_form .form_table .form_check_box_flex .search_label_flex .error {
  position: absolute;
  padding: 0;
  bottom: 5px;
  right: 5px;
}
@media (max-width: 768px) {
  .login_form .contents_s {
    width: inherit !important;
  }
}
.login_form .contents_m {
  margin: 0 auto !important;
}/*# sourceMappingURL=form.css.map */