
.body {
    background-color: #f0f0f0 !important;
}

#how-to-use, #manual {
    margin-top: 30px;
    background-color: white;
    padding: 30px 50px;
}

#how-to-use .help-item {
    position: relative;
    width: 100%;
    margin: 0 auto 50px;
    padding: 40px 0;
    border-bottom: 1px solid #ddd;
}

#how-to-use .help-item:last-child {
    border: none !important;
    padding-bottom: 0 !important;
}

#how-to-use .help-item img {
    border: 1px solid #eaeaea;
    border-radius: 5px;
}

#how-to-use .help-item .help-title {
    font-size: 2.0rem !important;
    margin-bottom: 40px !important;
    margin-top: 10px !important;
    color: black !important;
    line-height: 1.5 !important;
}

#how-to-use .help-item .help-title span {
    font-size: 55px;
    color: #1a43a1;
    margin-right: 10px;
    position: relative;
    z-index: 2;
}

#how-to-use .help-item .help-text {
    font-size: 1.6rem !important;
}

#how-to-use .help-item .help-title span:after {
    margin-left: -10px;
    margin-top: 20px;
    position: relative;
    z-index: -1;
}

#how-to-use .help-item .help-title span.one:after {
    content: url(../../img/icon-body-2.svg);
}

#how-to-use .help-item .help-title span.two:after {
    content: url(../../img/icon-body-1.svg);
}

#how-to-use .help-item .help-title span.three:after {
    content: url(../../img/icon-body-5.webp);
}