@charset "UTF-8";

/** ----------------------------------------------
 *
 * main (.customer-harassment)
 *
 * -------------------------------------------- */

#customer-harassment {
  width: 90vw;
  margin: 0 auto;
}

.category {
  padding: 30px 0;
}

.theme {
  font-size: 5vw;
  font-weight: bold;
}

.topics {
  color: #333;
  font-size: 4.5vw;
  font-weight: bolder;
}

.list_a {
  width: 70vw;
  color: #666;
  font-size: 3.5vw;
  line-height: 2;
  margin: 0 auto;
  padding: 10px 0;
  list-style-type: upper-alpha;
}

.list_a li{
  margin: 2vh 0;
}

.list_b {
  width: 70vw;
  color: #666;
  font-size: 3.5vw;
  line-height: 2;
  margin: 0 auto;
  padding: 10px 0;
  list-style-type: upper-alpha;
}

.list_b li{
  margin: 2vh 0;
}

.text {
  color: #666;
  font-size: 3.5vw;
  margin: 0 auto;
  padding: 30px 0;
  line-height: 2;
}

.enactment-date{
  color: #666;
  font-size: 3.5vw;
  text-align: right;
  padding: 30px 0;
}