@charset "utf-8";

/*
  File Name   : customer-harassment.css
  Description : カスタマーハラスメント
*/

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

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

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

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

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

.sec-customer-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;
}