@charset "UTF-8";

/* ハラスメント防止 */


.harassment-sec{
  padding-top: 50px;
}
.harassment-sec p{
  margin-bottom: 20px;
}

.harassment-sec p a{
  text-decoration: underline;
}

.harassmen-secList{
  margin-bottom: 30px;
}

.harassmen-secList li{
    font-size: 1.4em;
    line-height: 1.8;
}

.harassment-secImg{
  width: 100%;
  max-width: 100%;
}
.harassment-secImg img{
  display: block;
  width: 100%;
  max-width: 100%;
}