@charset "UTF-8";
.k_width {
  width: 1280px;
  margin: 0 auto;
  margin-top: 20px; }

.matter {
  position: relative;
  padding-top: 30px; }
  .matter h1 {
    font-size: 24px;
    color: #000;
    font-weight: 400;
    width: 100%; }

.H_Join_form {
  width: 100%; }

.form-JobSearch {
  margin: 30px 360px 60px 0;
  font-size: 0; }
  .form-JobSearch .col-sm-6 {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-right: 40px;
    margin-bottom: 20px; }
  .form-JobSearch .text-right {
    text-align: right;
    margin-right: 40px;
    margin-top: 10px; }
  .form-JobSearch .pull-right {
    color: #4a5b9b;
    margin-top: -5px;
    float: none;
    position: absolute;
    right: 0;
    top: 100%; }
  .form-JobSearch .form-group.mdi-chevron-down:before {
    display: none; }
  .form-JobSearch fieldset {
    border: none;
    margin: 0;
    padding: 0;
    position: relative;
    font-size: 14px; }
  .form-JobSearch legend {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px; }
  .form-JobSearch label {
    margin: 0 10px 8px 0;
    white-space: nowrap; }
  .form-JobSearch input,
  .form-JobSearch select {
    display: block;
    width: 100%;
    height: 45px;
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom: 10px;
    border: 1px solid #4a5b9b;
    background: transparent; }
  .form-JobSearch input[type="checkbox"] {
    position: relative;
    box-shadow: none;
    border: 0;
    display: inline-block;
    width: 16px;
    height: 16px;
    top: 0;
    padding: 0;
    vertical-align: middle;
    margin: 0 4px 0 0px !important; }
  .form-JobSearch p {
    font-size: 12px;
    color: #4f4f4f;
    margin-top: 2px; }
  .form-JobSearch .btn-SubmitForm {
    display: inline-block;
    width: 190px;
    height: 42px;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
    margin-left: 15px;
    background-color: #4a5b9b; }
  .form-JobSearch .btn-ClearForm {
    color: #4a5b9b;
    font-size: 14px; }
  .form-JobSearch .btn-ClearForm:last-of-type {
    display: none; }

.right-rail {
  position: absolute;
  top: 45px;
  right: 0; }

@media screen and (max-width: 1320px) {
  .k_width {
    width: 1200px; } }
/*ipad pro等*/
@media screen and (max-width: 1279px) {
  .k_width {
    width: 1000px; }

  .form-JobSearch {
    margin-right: 300px; } }
@media screen and (max-width: 1023px) {
  .k_width {
    width: 710px; }

  .form-JobSearch {
    margin-right: 0; }
    .form-JobSearch .col-sm-6 {
      width: 100%;
      padding-right: 0px; }
    .form-JobSearch .text-right {
      float: none;
      text-align: center;
      margin-right: 0; }
    .form-JobSearch .btn-SubmitForm {
      display: block;
      margin: 10px auto 0; }

  .right-rail {
    display: none; } }
@media screen and (max-width: 999px) {
  .k_width {
    width: 90%; } }
