/* Show active breakpoint in top right corner of viewport */
/* ----------------------------------------------

  page style

---------------------------------------------- */
/*

	processContentWrapper

*/
.processContentWrapper_head {
  margin-bottom: 40px;
}

/*

	privacy

*/
.privacy_title {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  color: #0068b3;
  font-size: 18px;
  line-height: 1.5;
}

.privacy_title:after {
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background: url(../images/line_dot.png) repeat-X 0 0;
  background-size: 160.25px 2px;
  content: "";
}

.privacy_message {
  margin-bottom: 20px;
}

.privacy_item:not(:last-child) {
  margin-bottom: 25px;
}

.privacy_item_title {
  position: relative;
  margin-bottom: 15px;
  padding-left: 20px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
}

.privacy_item_title:before {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  color: #2abeee;
  font-family: 'FontAwesome';
  content: "\f111";
}

.privacy_sign {
  margin-top: 20px;
  line-height: 1.5;
  text-align: right;
}

.privacy_sign_date {
  margin-bottom: 10px;
  font-size: 12px;
}

.privacy_sign_name {
  font-weight: bold;
}

.privacy_agree {
  z-index: 1;
  position: relative;
  padding: 20px;
  border-radius: 10px;
  background: #f2f2f2;
}

.privacy_agree .item-privacy {
  border: 1px solid #2abeee;
  border-radius: 5px;
}

.privacy_agree .item-privacy small {
  font-size: 0.8em;
}

.privacy_agree .disabled {
  background: #666666 !important;
  pointer-events: none;
}

@media (min-width: 48em) {
  .processContentWrapper_head {
    margin-bottom: 60px;
  }
  .privacy_title {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .privacy_title:after {
    height: 4px;
    background-size: 320.5px 4px;
  }
  .privacy_message {
    margin-bottom: 30px;
  }
  .privacy_item:not(:last-child) {
    margin-bottom: 45px;
  }
  .privacy_item_title {
    margin-bottom: 20px;
    padding-left: 25px;
    font-size: 17px;
  }
  .privacy_sign_date {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .privacy_agree {
    padding: 60px;
  }
  .privacy_agree .item-privacy {
    border-width: 2px;
  }
}

@media (max-width: 47.99em) {
  .privacy_agree input[type=checkbox] + label {
    flex-wrap: wrap;
  }
}

/*# sourceMappingURL=sourcemaps/staff.css.map */
