@charset "utf-8";

#contents_top {
margin-bottom	: 50px;
}

.customer_abuseList {
margin-top		: 50px;
counter-reset: num;
}
.customer_abuseList > li {
counter-increment: num;
}
.customer_abuseList > li:not(:first-child) {
margin-top: 30px;
}

.customer_abuseList > li h4 {
color			: #004983;
font-size		: 20px;
font-weight		: bold;
margin-bottom	: 10px;
}
.customer_abuseList > li h4::before {
content: counter(num)".";
}
.customer_abuseList > li p {
  text-indent: 1em;
}
.customer_abuseList > li ul {
  margin-left: 20px;
}
.customer_abuseList > li ul li {
list-style-type: disc;
}
.spacer {
  display: block;
  margin-top: 20px;
}
.signature {
  padding-top: 50px;
  text-align: right;
}

