@charset "utf-8";

body {
  padding-top: 9.0rem;
}
.single-title {
  color: #1c50a1;
  background: #e6f9ff;
  text-align: center;
  padding: 5.0rem;
}
.single-title__en {
  font-family: "Josefin Sans", sans-serif;
  font-size: 4.8rem;
  font-weight: 600;
  margin-bottom: 2.0rem;
}
.single-title__ja {
  font-size: 2.8rem;
  font-weight: 500;
}

.harassment {
  width: 100%;
  max-width: 110.0rem;
  padding: 10.0rem 5.0rem;
  margin: 0 auto;
}
.harassment *:first-child {
  margin-top: 0;
}
.harassment__heading {
  font-size: 2.4rem;
  font-weight: 500;
  color: #1c50a1;
  padding: 0.5rem 0 0.5rem 2.0rem;
  margin: 7.0rem 0 3.0rem;
  border-left: 0.6rem solid currentColor;
}
.harassment__txt {
  font-size: 1.8rem;
  line-height: 1.77;
  font-weight: 300;
  text-align: justify;
  word-break: break-all;
}
.harassment__txt em {
  font-weight: 500;
  color: #1c50a1;
  font-style: normal;
}
.harassment__txt strong {
  font-weight: 500;
}
.harassment__list {
  margin-left: 1.5em;
}
.harassment__list-item {
  font-size: 1.8rem;
  line-height: 1.77;
  font-weight: 300;
  text-align: justify;
  list-style-type: disc;
}
.harassment__list--num .harassment__list-item {
  list-style-type: decimal;
}
.harassment__contact {
  background: #f2f2f2;
  padding: 4.0rem;
  margin: 3.0rem 0;
}
.harassment__contact *:not(:last-child) {
  margin-bottom: 3.0rem;
}
.harassment__link {
  color: currentColor;
  text-decoration: underline;
}
