@charset "utf-8";
/******************************************

CSS for /customer_harassment/
update:2025/02/26

******************************************/
.harassment .update{
  text-align: right;
}

.harassment h2{
  margin: 1rem 0 0 0;
  padding: 0 0 6px 0;
}

.harassment p{
  margin-top: 1.5rem;
  line-height: 1.5;
}

.harassment h3{
  margin-top: 1.5rem;
  margin-bottom: 0;
  text-align: left;
  font-size: 1.125rem;
  font-weight: bold;
}

.harassment h3:after{
  content: none;
}

.harassment h3 > span{
  font-size: 1rem;
  font-weight: normal;
}

.harassment_ol{
  margin-top: 1.5rem;
  padding-left: 1rem;
  list-style: decimal;
}

.harassment_ol > li:not(:first-of-type){
  margin-top: .5rem;
}