@charset "utf-8";

/*
  File Name   : recruitment-harassment.css
  Description : リクルートメントハラスメント
*/

body#recruitment-harassment .kv__inner {
  color: inherit;
}

body#recruitment-harassment .kv__title {
  text-shadow: none;
}

.sec-recruitment-harassment-contents {
  padding-bottom: 55px;
  counter-reset: number;
}

.sec-recruitment-harassment-contents p {
  margin-bottom: 1em;
}

.sec-recruitment-harassment p:last-child {
  margin-bottom: 0;
}

.sec-recruitment-harassment-sub-contents {
  margin-bottom: 34px;
}

.ttl-normal {
  counter-increment: number;
}

.ttl-normal:before {
  content: counter(number)". ";
}

@media screen and (max-width: 900px) {
  .sec-privacy-contents:last-child {
    padding-bottom: 0;
  }
}

/* enページ追加
============================================================ */
#en h3{
  line-height: normal;
}