/*==================pagetitle*/
.page_title {
  background: url(../img/customer_harassment_img/pagetitle.jpg) center right no-repeat;
  background-size: cover;
}

/*==================list_num*/
.list_num {
    margin-top: 2.5em;
}
.list_num > li {
    position: relative;
    margin-bottom: 2.5em;
    padding-left: 3em;
    text-align: left;
    counter-increment: cnt;
}
.list_num > li::before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 2em;
    line-height: 1.3;
    text-align: right;
    content: counter(cnt)".";
    font-size: clamp(1.8rem, 1.756954612vw, 2.4rem);
}
.list_num > li h4 {
    margin-bottom: 0.75em;
    line-height: 1.3;
    font-size: clamp(1.8rem, 1.756954612vw, 2.4rem);
}
.list_num > li h5 {
    margin-bottom: 0.5em;
    font-size: clamp(1.5rem, 1.18vw, 1.7rem);
    font-weight: 700;
}
.list_num > li table tr th {
    padding-right: 1.5em;
    font-weight: 400;
}
@media (width >= 768px) {
.list_num {
    margin-top: 4em;
}
.list_num > li {
    margin-bottom: 4em;
    padding-left: 3.5em;
}
}
