.en {
    font-family: Arial;
}

.wrap-en {
    max-width: 1000px;
}

.top-title {
    margin-top: 24pt;
    margin-bottom: 24pt;
    line-height: 120%;
    font-size: 26pt;
    font-weight: bold;
}

.top-title-2 {
    margin-top: 16pt;
    margin-bottom: 6pt;
    line-height: 120%;
    font-size: 16pt;
    -aw-outline-level: 2;
    font-weight: bold;
}

.common-title {
    margin-top: 13pt;
    margin-bottom: 6pt;
    line-height: 120%;
    font-size: 14pt;
    font-weight: bold;
    -aw-outline-level: 4;
}

.line {
    margin-top: 6pt;
    margin-bottom: 6pt;
    line-height: 120%
}

.li-line {
    margin-top: 6pt;
    margin-bottom: 6pt;
    line-height: 120%;
    -aw-import: list-item;
    -aw-list-level-number: 0;
    -aw-list-number-format: '•';
    -aw-list-number-styles: 'bullet';
    -aw-list-padding-sml: 17.15pt;
}

.li-line-point {
    color: #3370ff;
}

.li-line-text {
    font-weight: bold;
}


table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 16px;
    text-align: left;
}

th,
td {
    padding: 12px;
    border: 1px solid #ddd;
}

th {
    background-color: #f4f4f4;
    color: #333;
}

tr:nth-child(even) {
    background-color: #f9f9f9;
}

ul {
    margin: 0;
    list-style-type: disc;
    padding-inline-start: 40px;
}