
#customer_harassment {

    .title {
        padding: 30px 0;
        text-align: center;
        border-top: solid #000 1px;
        border-bottom: solid #000 1px;
    }

    .custom-ol {
        /* list-style-type: decimal; 数字のナンバリング
        list-style-position: outside; 番号をリストの外側に表示（内側なら inside） */
        padding: 0 2.5em;
    }

    /* .custom-ol li::marker {
        font-size: 1.5em;  数字の大きさを変更
        color: red;        色も変えられる
    } */

    .custom-ol li {
        margin: 5em 0;
    }

    .custom-ol li h3 {
        font-weight: normal;
        margin-bottom: 0.8em;
        font-size: 2.7rem;
    }

    .custom-ol li p,
    .custom-ol li ul {
        padding-left: 1.8em;
        line-height: 2;
    }

    .custom-ol .move p {
        margin-bottom: 2em;
    }

    .custom-ol li.move ul.move_list li,
    .custom-ol .attempt ul li {
        margin: 0.4em 0;
        position: relative;
        padding-left: 1em;
    }
    .custom-ol li.move ul.move_list li::before,
    .custom-ol .attempt ul li::before {
        position: absolute;
        content: "・";
        display: block;
        left: 0;
        top: 0;
        color: #000;
    }

}

@media screen and (max-width: 640px) {

    #customer_harassment {

        .mb1m {
            margin-bottom: 2em !important;
        }

        .custom-ol,
        .custom-ol li ul {
            padding: 0;
        }

        .custom-ol li h3 {
            font-size: 1.9rem;
            margin-bottom: 0.5em;
        }

        .custom-ol li {
            margin: 1.5em 0.5em 3em;
        }
        .custom-ol li p,
        .custom-ol li ul li {
            font-size: 0.8em;
            padding-left: 0;
            line-height: 1.8;
        }

    }

}


/* ========================================
お問い合わせページ
======================================== */

.pre_inquiry {
    margin-bottom: 3em;
}

.pre_inquiry p {
    position: relative;
    padding-left: 1.5em;
}

.pre_inquiry p::before {
    position: absolute;
    content: "■";
    display: block;
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
}

.mb20 {
    margin-bottom: 20px;
}
.mb50 {
    margin-bottom: 50px;
}