@charset "UTF-8";

.lp-buttonConversion {
    display: inline-block;
    max-width: 100%;
    background: #dc002f;
    color: #fff;
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion {
        font-size: 1.6rem;
    }
}

.lp-buttonConversion-body {
    display: flex;
    align-items: center;
    padding: 12px 8px 12px 24px;
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion-body {
        padding-top: 14px;
        padding-bottom: 14px;
    }
}

.lp-buttonConversion-text {
    margin-right: 16px;
}

.lp-buttonConversion-image {
    margin: -22px 0;
    border: 1px solid #ccc;
}

.lp-buttonConversion-image > img {
    min-width: 42px;
    max-width: 60px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body, .lp-buttonConversion.of-anchor .lp-buttonConversion-body, .lp-buttonConversion.of-arrow .lp-buttonConversion-body, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before, .lp-buttonConversion.of-anchor .lp-buttonConversion-body::before, .lp-buttonConversion.of-arrow .lp-buttonConversion-body::before, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_dl.png") no-repeat center center;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_anc_03.png") no-repeat center center;
}

.lp-buttonConversion.of-arrow .lp-buttonConversion-body::before {
    left: 26px;
    height: 12px;
    border-width: 7px 0 7px 13px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

.lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_inquiry_01.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before {
    background: url("../../") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before {
    background: url("../../") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before {
    background: url("../../") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before {
    background: url("../../") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
    background: url("../../") no-repeat center center;
}

.lp-buttonConversion.of-primary {
    background: #13778f;
}

.lp-buttonConversion.of-secondary {
    background: #0065bb;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_dl.png") no-repeat center center !important;
}

.lp-layout-container > *:last-child, .lp-section-content > *:last-child, .lp-section-header > *:last-child, .lp-layout-main > *:last-child, .lp-layout-grid > .lp-layout-grid-column > *:last-child, .prd-root > *:last-child, .lp-jumbotron:not(.of-index):not(.of-primary) .lp-jumbotron-body > *:last-child, .lp-jumbotron.of-index .lp-jumbotron-body > *:last-child, .lp-jumbotron.of-primary .lp-jumbotron-body > *:last-child, .lp-card > *:last-child, .lp-card-body > *:last-child, .lp-cardNote > *:last-child, .lp-listButton-outer > *:last-child, .lp-listNote-outer > *:last-child, .lp-listNote > li > *:last-child, .lp-listUserOperation > li > *:last-child, .lp-table th > *:last-child, .lp-table td > *:last-child, .lp-buttonUserOperation > *:last-child, .lp-switch-content > *:last-child {
    margin-bottom: 0;
}

.lp-layout-container {
    width: 100%;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-container {
        max-width: 840px;
    }
}

.lp-layout-container.of-centering {
    margin: auto;
}

.lp-layout-container.of-narrow {
    max-width: 840px;
}

@media only screen and (max-width: 767px) {
    .lp-layout-container.of-narrow {
        max-width: 400px;
    }
}

@media only screen and (max-width: 767px) {
    .lp-layout-container.of-smallScreen-extraNarrow {
        max-width: 400px;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-layout-container.of-side {
        width: 100%;
        max-width: 100%;
        margin: auto;
        padding: 0 calc(2rem + ((1vw - 0.36rem) * (4.22323)));
    }
}

.lp-layout-container.of-flex {
    gap: 40px;
    display: flex;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-container.of-flex {
        gap: 24px;
        flex-direction: column;
        width: 100%;
        max-width: 100%;
    }
}

.lp-layout-container.of-userOperation {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 16px;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-container.of-userOperation {
        flex-direction: column;
        max-width: 100%;
    }
}

.lp-section {
    width: 100%;
    counter-reset: heading;
}

.lp-section-content {
    max-width: calc(1280px + 40px);
    margin: auto;
    padding: 40px 20px 64px;
}

@media only screen and (max-width: 1023px) {
    .lp-section-content.of-primary {
        padding: calc(2rem + ((1vw - 0.36rem) * (3.01659))) 0 64px;
    }
}

.lp-section-header {
    margin-bottom: 40px;
}

@media only screen and (max-width: 1023px) {
    .lp-section-header {
        margin-bottom: calc(2rem + ((1vw - 0.36rem) * (3.01659)));
        padding: 0 20px;
    }
}

.lp-section.of-indexNavigation {
    margin-bottom: 32px;
    background-image: url("../../../../../img/support/user/safety/wiring_navi/wiring_navi_index_bg_01.jpg");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 1023px) {
    .lp-section.of-indexNavigation {
        background: none;
        background-color: #f0f0f0;
    }
}

.lp-section.of-indexNavigation .lp-section-content {
    padding: 64px 20px 120px;
}

@media only screen and (max-width: 1023px) {
    .lp-section.of-indexNavigation .lp-section-content {
        max-width: 880px;
        padding: 0 20px;
    }
}

.lp-section.of-footerArea .lp-section-content {
    padding: 0 20px 40px;
}

@media only screen and (max-width: 1023px) {
    .lp-section.of-footerArea.of-index .lp-section-content {
        max-width: 880px;
    }
}

.lp-section.of-footerArea.of-primary .lp-section-content {
    padding: 0 20px 64px;
}

@media only screen and (max-width: 1023px) {
    .lp-section.of-footerArea.of-primary .lp-section-content {
        padding-bottom: 40px;
    }
}

.lp-layout-main {
    width: 100%;
    background-color: #f0f0f0;
    color: #434343;
    font-size: 1.7rem;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-main {
        max-width: 100%;
        font-size: 1.5rem;
    }
}

.lp-layout-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -24px 0 32px -40px;
}

.lp-layout-grid > * {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid {
        margin-top: -8px;
        margin-bottom: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid.of-index {
        margin-top: -24px;
    }
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid.of-index > .lp-layout-grid-column {
        margin-top: 24px;
    }
}

.lp-layout-grid > .lp-layout-grid-column {
    margin-top: 24px;
    padding-left: 40px;
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid > .lp-layout-grid-column {
        margin-top: 8px;
    }
}

.lp-layout-grid > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 100%;
}

.lp-layout-grid > .lp-layout-grid-column.of-width-full {
    width: 100% !important;
}

.lp-layout-grid > .lp-layout-grid-column.of-flex {
    display: flex;
    flex-wrap: wrap;
}

.lp-layout-grid > .lp-layout-grid-column.of-flex > * {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid.of-primary {
        margin-top: -24px;
    }
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid.of-primary > .lp-layout-grid-column {
        margin-top: 24px;
    }
}

.lp-layout-grid.of-secondary {
    margin: -8px 0 24px -10px;
}

.lp-layout-grid.of-secondary > .lp-layout-grid-column {
    margin-top: 8px;
    padding-left: 10px;
}

.lp-layout-grid.of-column-2 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 50%;
}

.lp-layout-grid.of-column-3 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 33.33333%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 25%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 20%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 16.66667%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 14.28571%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 12.5%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 11.11111%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 10%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 9.09091%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 8.33333%;
}

.lp-layout-grid.of-column-2 > .lp-layout-grid-column.of-column-2 {
    width: 100%;
}

.lp-layout-grid.of-column-3 > .lp-layout-grid-column.of-column-2 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-3 > .lp-layout-grid-column.of-column-3 {
    width: 100%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-2 {
    width: 50%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-3 {
    width: 75%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-4 {
    width: 100%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-2 {
    width: 40%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-3 {
    width: 60%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-4 {
    width: 80%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-5 {
    width: 100%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-2 {
    width: 33.33333%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-3 {
    width: 50%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-4 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-5 {
    width: 83.33333%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-6 {
    width: 100%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-2 {
    width: 28.57143%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-3 {
    width: 42.85714%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-4 {
    width: 57.14286%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-5 {
    width: 71.42857%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-6 {
    width: 85.71429%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-7 {
    width: 100%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-2 {
    width: 25%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-3 {
    width: 37.5%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-4 {
    width: 50%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-5 {
    width: 62.5%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-6 {
    width: 75%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-7 {
    width: 87.5%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-8 {
    width: 100%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-2 {
    width: 22.22222%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-3 {
    width: 33.33333%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-4 {
    width: 44.44444%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-5 {
    width: 55.55556%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-6 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-7 {
    width: 77.77778%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-8 {
    width: 88.88889%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-9 {
    width: 100%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-2 {
    width: 20%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-3 {
    width: 30%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-4 {
    width: 40%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-5 {
    width: 50%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-6 {
    width: 60%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-7 {
    width: 70%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-8 {
    width: 80%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-9 {
    width: 90%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-10 {
    width: 100%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-2 {
    width: 18.18182%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-3 {
    width: 27.27273%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-4 {
    width: 36.36364%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-5 {
    width: 45.45455%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-6 {
    width: 54.54545%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-7 {
    width: 63.63636%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-8 {
    width: 72.72727%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-9 {
    width: 81.81818%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-10 {
    width: 90.90909%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-11 {
    width: 100%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-2 {
    width: 16.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-3 {
    width: 25%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-4 {
    width: 33.33333%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-5 {
    width: 41.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-6 {
    width: 50%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-7 {
    width: 58.33333%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-8 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-9 {
    width: 75%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-10 {
    width: 83.33333%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-11 {
    width: 91.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-12 {
    width: 100%;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-grid[class*="of-column-"] > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid[class*="of-column-"] > .lp-layout-grid-column[class*="of-column-"] {
        width: 100%;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-layout-grid.lp-smallScreen-column-2 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-smallScreen-column-2 > .lp-layout-grid-column[class*="of-column-"] {
        width: 50%;
    }
    .lp-layout-grid.lp-smallScreen-column-3 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-smallScreen-column-3 > .lp-layout-grid-column[class*="of-column-"] {
        width: 33.33333%;
    }
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid.lp-extraSmallScreen-column-1 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-extraSmallScreen-column-1 > .lp-layout-grid-column[class*="of-column-"] {
        width: 100%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-2 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-extraSmallScreen-column-2 > .lp-layout-grid-column[class*="of-column-"] {
        width: 50%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-3 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-extraSmallScreen-column-3 > .lp-layout-grid-column[class*="of-column-"] {
        width: 33.33333%;
    }
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.prd-layout-container {
    box-sizing: border-box;
    max-width: 100%;
    padding: 0;
}

.prd-root {
    width: 100%;
    background-color: #f0f0f0;
    color: #434343;
    font-size: 1.7rem;
}

@media only screen and (max-width: 1023px) {
    .prd-root {
        max-width: 100%;
        font-size: 1.5rem;
    }
}

.lp-jumbotron:not(.of-index):not(.of-primary) {
    background: linear-gradient(90deg, #484848 0%, #0e0e0e 100%);
}

.lp-jumbotron:not(.of-index):not(.of-primary) .lp-jumbotron-content {
    display: flex;
    width: 100%;
    max-width: calc(1280px + 40px);
    margin: auto;
    padding: 0 20px;
    color: #fff;
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron:not(.of-index):not(.of-primary) .lp-jumbotron-content {
        flex-direction: column-reverse;
    }
}

.lp-jumbotron:not(.of-index):not(.of-primary) .lp-jumbotron-body {
    flex: 1;
    padding: 60px 0;
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron:not(.of-index):not(.of-primary) .lp-jumbotron-body {
        padding: 16px 0 20px;
    }
}

.lp-jumbotron:not(.of-index):not(.of-primary) .lp-jumbotron-image {
    margin-left: 40px;
    padding-bottom: 20px;
}

@media only screen and (max-width: 1365px) {
    .lp-jumbotron:not(.of-index):not(.of-primary) .lp-jumbotron-image {
        width: calc(45rem + ((1vw - 1.023rem) * (49.7076)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron:not(.of-index):not(.of-primary) .lp-jumbotron-image {
        width: calc(32rem + ((1vw - 0.36rem) * (24.13273)));
        margin: auto;
        padding-bottom: 0;
        text-align: center;
    }
}

.lp-jumbotron:not(.of-index):not(.of-primary) .lp-jumbotron-title {
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ffca00;
    font-size: 4.8rem;
    font-weight: 500;
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron:not(.of-index):not(.of-primary) .lp-jumbotron-title {
        margin-bottom: calc(0.8rem + ((1vw - 0.36rem) * (1.20664)));
        padding-bottom: calc(0.8rem + ((1vw - 0.36rem) * (0.30166)));
        font-size: calc(2.6rem + ((1vw - 0.36rem) * (3.31825)));
    }
}

.lp-jumbotron:not(.of-index):not(.of-primary) .lp-jumbotron-text {
    font-size: 1.7rem;
    line-height: 1.8;
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron:not(.of-index):not(.of-primary) .lp-jumbotron-text {
        font-size: 1.5rem;
        line-height: 1.4;
    }
}

.lp-jumbotron.of-index {
    background: #f0f0f0;
}

.lp-jumbotron.of-index .lp-jumbotron-content {
    width: 100%;
    max-width: calc(840px + 40px);
    margin: auto;
    padding: 40px 20px 64px;
    color: #434343;
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron.of-index .lp-jumbotron-content {
        padding: 40px 20px calc(4rem + ((1vw - 0.36rem) * (3.61991)));
    }
}

.lp-jumbotron.of-index .lp-jumbotron-body {
    font-size: 1.7rem;
    line-height: 1.6;
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron.of-index .lp-jumbotron-body {
        font-size: 1.5rem;
    }
}

.lp-jumbotron.of-index .lp-jumbotron-title {
    margin-bottom: 16px;
    font-size: 6rem;
    font-weight: 500;
    line-height: 1.3;
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron.of-index .lp-jumbotron-title {
        font-size: calc(4rem + ((1vw - 0.36rem) * (3.01659)));
    }
}

.lp-jumbotron.of-primary {
    background: linear-gradient(90deg, #484848 0%, #0e0e0e 100%);
}

.lp-jumbotron.of-primary .lp-jumbotron-content {
    display: flex;
    position: relative;
    width: 100%;
    max-width: calc(1280px + 40px);
    margin: auto;
    padding: 0 20px;
    overflow: hidden;
    color: #fff;
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron.of-primary .lp-jumbotron-content {
        flex-direction: column-reverse;
    }
}

.lp-jumbotron.of-primary .lp-jumbotron-body {
    flex: 1;
    padding: 60px 0;
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron.of-primary .lp-jumbotron-body {
        padding: calc(0.8rem + ((1vw - 0.36rem) * (4.82655))) 0;
        text-align: center;
    }
}

.lp-jumbotron.of-primary .lp-jumbotron-image {
    position: absolute;
    top: 0;
    right: 0;
    margin-left: 40px;
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron.of-primary .lp-jumbotron-image {
        display: none;
    }
}

.lp-jumbotron.of-primary .lp-jumbotron-title {
    margin-bottom: 16px;
    font-size: 3.2rem;
    font-weight: 400;
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron.of-primary .lp-jumbotron-title {
        margin-bottom: calc(0.8rem + ((1vw - 0.36rem) * (1.20664)));
        font-size: calc(2rem + ((1vw - 0.36rem) * (1.80995)));
    }
}

.lp-jumbotron.of-primary .lp-jumbotron-title > a {
    color: inherit;
    text-decoration: none;
}

.lp-headingLevel1 {
    font-size: 4rem;
}

@media only screen and (max-width: 1023px) {
    .lp-headingLevel1 {
        margin-bottom: 16px;
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (2.41327)));
        text-align: center;
    }
}

.lp-headingLevel2 {
    position: relative;
    margin-bottom: 16px;
    padding-bottom: 8px;
    font-size: 2.4rem;
    line-height: 1.3;
}

@media only screen and (max-width: 1023px) {
    .lp-headingLevel2 {
        padding-bottom: 6px;
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.90498)));
    }
}

.lp-headingLevel2:not(.of-primary)::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 2px;
    background-color: #ffca00;
    content: "";
}

.lp-headingLevel2.of-primary {
    position: relative;
    flex: 1;
    padding-bottom: 0;
    padding-left: 56px;
}

@media only screen and (max-width: 1023px) {
    .lp-headingLevel2.of-primary {
        padding-left: calc(3.6rem + ((1vw - 0.36rem) * (3.01659)));
    }
}

.lp-headingLevel2.of-primary::before {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: calc(100% + 2px);
    border-bottom: 2px solid #ffca00;
    background-color: #333;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    content: counter(heading);
    counter-increment: heading;
}

@media only screen and (max-width: 1023px) {
    .lp-headingLevel2.of-primary::before {
        width: calc(2.8rem + ((1vw - 0.36rem) * (0.60332)));
        padding: 13px 0;
        font-size: calc(1.5rem + ((1vw - 0.36rem) * (0.75415)));
    }
}

.lp-headingLevel3 {
    margin-bottom: 16px;
    font-size: 2rem;
}

@media only screen and (max-width: 1023px) {
    .lp-headingLevel3 {
        margin-bottom: calc(0.8rem + ((1vw - 0.36rem) * (1.20664)));
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.30166)));
    }
}

.lp-headingLevel4 {
    margin-bottom: 8px;
    font-size: 1.6rem;
}

@media only screen and (max-width: 1023px) {
    .lp-headingLevel4 {
        font-size: 1.5rem;
    }
}

.lp-card:not(.of-primary):not(.of-secondary) {
    display: block;
    margin-bottom: 32px;
    border: 1px solid #fff;
    background: linear-gradient(180deg, #eaeaea 0%, #fff 48%, #fff 100%);
}

@media only screen and (max-width: 1023px) {
    .lp-card:not(.of-primary):not(.of-secondary) {
        max-width: 400px;
        margin: 0 auto 32px;
    }
}

.lp-card.of-shadow {
    box-shadow: 0 8px 24px #777;
}

@media only screen and (max-width: 1023px) {
    .lp-card.of-shadow {
        box-shadow: 0 4px 8px #777;
    }
}

.lp-card.of-primary {
    padding: 32px 48px 64px;
    background-color: #fff;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 1023px) {
    .lp-card.of-primary {
        max-width: 100%;
        padding: calc(2rem + ((1vw - 0.36rem) * (1.80995))) calc(2rem + ((1vw - 0.36rem) * (4.22323))) calc(2rem + ((1vw - 0.36rem) * (6.6365)));
    }
}

.lp-card.of-secondary {
    margin-bottom: 16px;
    padding: 16px;
    background-color: #f0f0f0;
    text-align: center;
}

@media only screen and (max-width: 1023px) {
    .lp-card.of-secondary {
        margin-bottom: 8px;
        padding: 8px;
    }
}

.lp-card-content {
    position: relative;
}

.lp-card-body {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 16px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: center;
    transition: all 0.2s;
}

.lp-card-title {
    font-weight: 600;
}

@media only screen and (max-width: 1023px) {
    .lp-card-title {
        font-size: 1.5rem;
        line-height: 1.5;
    }
}

.lp-card-title > em {
    font-size: 2rem;
    font-weight: 600;
}

@media only screen and (max-width: 1023px) {
    .lp-card-title > em {
        font-size: 1.5rem;
    }
}

.lp-card:hover .lp-card-body {
    background-color: rgba(255, 202, 0, 0.8);
    color: #434343;
}

.lp-cardNote {
    padding: 16px 16px 24px;
    background-color: #f0f0f0;
}

.lp-media {
    margin-bottom: 40px;
}

.lp-media-content {
    display: flex;
    flex-direction: row-reverse;
}

@media only screen and (max-width: 1023px) {
    .lp-media-content {
        flex-direction: column-reverse;
    }
}

.lp-media-image {
    display: flex;
    flex: 1 0 auto;
    align-items: center;
    justify-content: center;
    margin-right: 40px;
    padding: 16px;
    background-color: #f7f7f7;
}

@media only screen and (max-width: 1023px) {
    .lp-media-image {
        margin-right: 0;
        margin-bottom: 16px;
    }
}

.lp-navigation {
    display: flex;
    flex-wrap: wrap;
    margin: -16px 0 10px -40px;
}

@media only screen and (max-width: 1023px) {
    .lp-navigation {
        flex-direction: column;
    }
}

.lp-navigation-body {
    display: inline-block;
    position: relative;
    color: inherit;
}

.lp-navigation-body:hover {
    text-decoration: underline;
}

.lp-navigation-body::before {
    position: absolute;
    top: 1px;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23434343'/%3E%3Cpath d='M-1683.481,2540.936a.707.707,0,0,1-.531-.241.737.737,0,0,1,.053-1.027l2.982-2.732-2.982-2.732a.737.737,0,0,1-.053-1.027.705.705,0,0,1,1.009-.054l3.572,3.273a.733.733,0,0,1,.236.541.733.733,0,0,1-.236.541l-3.572,3.273A.7.7,0,0,1-1683.481,2540.936Z' transform='translate(1690.196 -2528.936)' fill='%23fff'/%3E%3C/svg%3E");
    content: "";
}

.lp-navigation-body.of-icon-blank::before {
    top: 2px;
}

.lp-navigation-text {
    display: block;
    position: relative;
    padding-left: 24px;
    color: #434343;
    font-size: 1.4rem;
}

.lp-navigation.of-primary > li::before {
    top: 3px;
}

.lp-navigation.of-primary .lp-navigation-text {
    font-size: 1.7rem;
    font-weight: 600;
}

.lp-navigation.of-primary .lp-navigation-text::before {
    top: 11px;
}

.lp-navigation.of-primary .lp-navigation-text::after {
    top: 8px;
}

.lp-navigation.of-anchor .lp-navigation-body::before {
    transform: rotate(90deg);
}

.lp-navigation > li {
    max-width: 880px;
    margin-top: 16px;
    padding-left: 40px;
    line-height: 1.2;
}

.lp-list > li {
    position: relative;
    padding-left: 10px;
}

.lp-list > li::before {
    display: inline-block;
    position: absolute;
    top: 0.7em;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #000;
    content: "";
}

.lp-list > li + li {
    margin-top: 8px;
}

.lp-list.of-primary > li::before {
    width: 3px;
    height: 3px;
}

.lp-list.of-primary > li + li {
    margin-top: 16px;
}

.lp-listButton {
    max-width: 400px;
    margin-bottom: 32px;
}

.lp-listButton.of-flex {
    display: flex;
    flex-wrap: wrap;
    margin: -32px 0 32px -40px;
}

.lp-listButton.of-flex > li {
    width: 100%;
    margin-top: 32px;
    padding-left: 40px;
}

.lp-listButton > li + li {
    margin-top: 8px;
}

.lp-listButton.of-centering {
    margin: auto;
}

.lp-listSelected {
    margin-bottom: 16px;
    padding-bottom: 24px;
    border-bottom: 1px solid #ccc;
}

.lp-listSelected > dt {
    margin-bottom: 24px;
    padding: 8px 16px;
    background-color: #505050;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
}

@media only screen and (max-width: 1023px) {
    .lp-listSelected > dt {
        font-size: calc(1.5rem + ((1vw - 0.36rem) * (0.45249)));
    }
}

.lp-listSelected > dd {
    padding: 0 16px 0 24px;
}

@media only screen and (max-width: 1023px) {
    .lp-listSelected > dd {
        padding: 0 16px 0 calc(1.8rem + ((1vw - 0.36rem) * (0.90498)));
    }
}

.lp-listSwitch {
    margin-bottom: 16px;
    border-top: 1px solid #ccc;
}

.lp-listSwitch > li {
    padding: 16px 0;
    border-bottom: 1px solid #ccc;
    line-height: 1.4;
}

.lp-listNote-outer {
    display: flex;
    margin-bottom: 16px;
}

.lp-listNote-outer.of-align-right {
    justify-content: flex-end;
}

.lp-listNote > li {
    position: relative;
    padding-left: 1.3em;
    font-size: 1.5rem;
    line-height: 1.4;
}

@media only screen and (max-width: 1023px) {
    .lp-listNote > li {
        font-size: 1.3rem;
    }
}

.lp-listNote > li + li {
    margin-top: 8px;
}

.lp-listNote-mark {
    position: absolute;
    top: 0;
    left: 0;
}

.lp-listUserOperation {
    margin: -12px 0 24px 16px;
}

@media only screen and (max-width: 1023px) {
    .lp-listUserOperation {
        display: flex;
        align-self: flex-end;
        margin-left: -12px;
    }
}

.lp-listUserOperation > li {
    margin-top: 12px;
}

@media only screen and (max-width: 1023px) {
    .lp-listUserOperation > li {
        padding-left: 12px;
    }
}

.lp-table {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.lp-table.of-fixed {
    table-layout: fixed;
}

.lp-table thead th {
    background-color: #fff;
}

.lp-table th,
.lp-table td {
    padding: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 1.7rem;
}

@media only screen and (max-width: 1023px) {
    .lp-table th,
    .lp-table td {
        padding: 4px;
        font-size: 1.3rem;
    }
}

.lp-table th {
    background-color: #f0f0f0;
    font-weight: 600;
    text-align: center;
}

.lp-table td {
    vertical-align: top;
}

.lp-table td > img {
    vertical-align: middle;
}

.lp-table.of-centeringCell th,
.lp-table.of-centeringCell td {
    text-align: center;
    vertical-align: middle;
}

.lp-textBack > a {
    position: relative;
    color: inherit;
}

.lp-textBack > a::before {
    position: absolute;
    top: calc(50% + 1px);
    left: -24px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%) rotate(180deg);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23434343'/%3E%3Cpath d='M-1683.481,2540.936a.707.707,0,0,1-.531-.241.737.737,0,0,1,.053-1.027l2.982-2.732-2.982-2.732a.737.737,0,0,1-.053-1.027.705.705,0,0,1,1.009-.054l3.572,3.273a.733.733,0,0,1,.236.541.733.733,0,0,1-.236.541l-3.572,3.273A.7.7,0,0,1-1683.481,2540.936Z' transform='translate(1690.196 -2528.936)' fill='%23fff'/%3E%3C/svg%3E");
    content: "";
}

.lp-text.of-icon {
    display: flex;
}

.lp-icon {
    display: inline-block;
    width: 40px;
    min-width: 40px;
    margin-right: 8px;
}

.lp-icon:not(.of-primary):not(.of-secondary) {
    height: 25px;
}

.lp-icon.of-primary {
    width: 20px;
    min-width: 20px;
    margin-right: 0;
    margin-bottom: -3px;
}

.lp-icon.of-secondary {
    width: 20px;
    min-width: 20px;
    margin-right: 0;
    margin-bottom: -5px;
    margin-left: 2px;
}

.lp-button {
    display: flex;
    position: relative;
    align-items: center;
    width: 100%;
    min-height: 85px;
    padding: 16px 24px 16px 40px;
    border: 1px solid #888;
    border-radius: 6px;
    background-color: #fff;
    color: #434343;
    transition: background-color 0.3s ease-out;
}

@media only screen and (max-width: 1023px) {
    .lp-button {
        min-height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.lp-button.of-index {
    font-size: 1.8rem;
}

@media only screen and (max-width: 1023px) {
    .lp-button.of-index {
        font-size: 1.5rem;
    }
}

.lp-button.of-primary {
    min-height: auto;
    padding-right: 8px;
    font-size: 1.6rem;
}

@media only screen and (max-width: 1023px) {
    .lp-button.of-primary {
        padding-top: 16px;
        padding-bottom: 16px;
    }
}

.lp-button.of-secondary {
    max-width: 200px;
    min-height: auto;
    margin: auto;
    padding: 10px 8px 10px 40px;
    border: 2px solid #888;
    font-size: 1.5rem;
}

@media only screen and (max-width: 1023px) {
    .lp-button.of-secondary {
        padding: 4px 8px 4px 22px;
        font-size: 1.3rem;
    }
}

@media only screen and (max-width: 767px) {
    .lp-button.of-secondary {
        max-width: calc(8.4rem + ((1vw - 0.36rem) * (28.50123)));
    }
}

.lp-button.of-secondary:hover {
    background-color: #ffca00;
    text-decoration: none;
}

.lp-button.of-secondary:hover::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23434343'/%3E%3Cpath d='M-1683.481,2540.936a.707.707,0,0,1-.531-.241.737.737,0,0,1,.053-1.027l2.982-2.732-2.982-2.732a.737.737,0,0,1-.053-1.027.705.705,0,0,1,1.009-.054l3.572,3.273a.733.733,0,0,1,.236.541.733.733,0,0,1-.236.541l-3.572,3.273A.7.7,0,0,1-1683.481,2540.936Z' transform='translate(1690.196 -2528.936)' fill='%23ffca00'/%3E%3C/svg%3E");
    transition: background-image 0.3s ease-out;
}

@media only screen and (max-width: 1023px) {
    .lp-button.of-secondary:hover::before {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23434343'/%3E%3Cpath d='M-1683.481,2540.936a.707.707,0,0,1-.531-.241.737.737,0,0,1,.053-1.027l2.982-2.732-2.982-2.732a.737.737,0,0,1-.053-1.027.705.705,0,0,1,1.009-.054l3.572,3.273a.733.733,0,0,1,.236.541.733.733,0,0,1-.236.541l-3.572,3.273A.7.7,0,0,1-1683.481,2540.936Z' transform='translate(1690.196 -2528.936)' fill='%23ffca00'/%3E%3C/svg%3E");
    }
}

.lp-button.of-secondary::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23ffca00'/%3E%3Cpath d='M-1683.481,2540.936a.707.707,0,0,1-.531-.241.737.737,0,0,1,.053-1.027l2.982-2.732-2.982-2.732a.737.737,0,0,1-.053-1.027.705.705,0,0,1,1.009-.054l3.572,3.273a.733.733,0,0,1,.236.541.733.733,0,0,1-.236.541l-3.572,3.273A.7.7,0,0,1-1683.481,2540.936Z' transform='translate(1690.196 -2528.936)' fill='%23434343'/%3E%3C/svg%3E");
    transition: background-image 0.3s ease-out;
}

@media only screen and (max-width: 1023px) {
    .lp-button.of-secondary::before {
        left: 8px;
        width: 10px;
        height: 10px;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23ffca00'/%3E%3Cpath d='M-1683.481,2540.936a.707.707,0,0,1-.531-.241.737.737,0,0,1,.053-1.027l2.982-2.732-2.982-2.732a.737.737,0,0,1-.053-1.027.705.705,0,0,1,1.009-.054l3.572,3.273a.733.733,0,0,1,.236.541.733.733,0,0,1-.236.541l-3.572,3.273A.7.7,0,0,1-1683.481,2540.936Z' transform='translate(1690.196 -2528.936)' fill='%23434343'/%3E%3C/svg%3E");
    }
}

.lp-button.of-tertiary {
    min-height: auto;
    padding-right: 8px;
    border: 2px solid #888;
    font-size: 1.6rem;
}

@media only screen and (max-width: 1023px) {
    .lp-button.of-tertiary {
        padding-top: 16px;
        padding-bottom: 16px;
    }
}

.lp-button.of-tertiary:hover {
    background-color: #ffca00;
    text-decoration: none;
}

.lp-button.of-tertiary:hover::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23434343'/%3E%3Cpath d='M-1683.481,2540.936a.707.707,0,0,1-.531-.241.737.737,0,0,1,.053-1.027l2.982-2.732-2.982-2.732a.737.737,0,0,1-.053-1.027.705.705,0,0,1,1.009-.054l3.572,3.273a.733.733,0,0,1,.236.541.733.733,0,0,1-.236.541l-3.572,3.273A.7.7,0,0,1-1683.481,2540.936Z' transform='translate(1690.196 -2528.936)' fill='%23ffca00'/%3E%3C/svg%3E");
}

.lp-button.of-tertiary::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23ffca00'/%3E%3Cpath d='M-1683.481,2540.936a.707.707,0,0,1-.531-.241.737.737,0,0,1,.053-1.027l2.982-2.732-2.982-2.732a.737.737,0,0,1-.053-1.027.705.705,0,0,1,1.009-.054l3.572,3.273a.733.733,0,0,1,.236.541.733.733,0,0,1-.236.541l-3.572,3.273A.7.7,0,0,1-1683.481,2540.936Z' transform='translate(1690.196 -2528.936)' fill='%23434343'/%3E%3C/svg%3E");
    transition: background-image 0.3s ease-out;
}

.lp-button.of-icon-setting {
    position: relative;
    padding-right: 36px;
}

@media only screen and (max-width: 1023px) {
    .lp-button.of-icon-setting {
        min-height: auto;
        padding: 16px 48px 16px 40px;
    }
}

.lp-button.of-icon-setting::after {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 25px;
    height: 20px;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='25' viewBox='0 0 40 25'%3E%3Crect width='40' height='25' fill='none'/%3E%3Cpath d='M-16632-3374h-8a1,1,0,0,1-1-1,1,1,0,0,1,1-1h3v-2h-7a3,3,0,0,1-3-3v-10a3,3,0,0,1,3-3h16a3,3,0,0,1,3,3v1.668l-.037.023-.047.03-1.918-.75V-3391a1,1,0,0,0-1-1h-16a1,1,0,0,0-1,1v10a1,1,0,0,0,1,1h13.049a1.465,1.465,0,0,0,.148,1.094l.535.9H-16635v2h3a1,1,0,0,1,1,1A1,1,0,0,1-16632-3374Zm4.055-4h0l-.889-1.49.666-.505h.166a1,1,0,0,0,.99-.88l.322-.244-.076-.572a6.3,6.3,0,0,1-.059-.806,6.264,6.264,0,0,1,.059-.8l.076-.573-.314-.238v-3.766l2,.781v6.1a2.982,2.982,0,0,1-.861,2.1,2.983,2.983,0,0,1-2.082.9Z' transform='translate(16649 3396)' fill='%236c6c6c'/%3E%3Cpath d='M20.165,13.431a6.373,6.373,0,0,0,0-1.862L22.225,10a.47.47,0,0,0,.117-.608L20.389,6.107a.5.5,0,0,0-.6-.209l-2.432.95a7.186,7.186,0,0,0-1.651-.931L15.34,3.4a.472.472,0,0,0-.479-.4H10.955a.472.472,0,0,0-.479.4l-.371,2.518a7.557,7.557,0,0,0-1.651.931L6.023,5.9a.483.483,0,0,0-.6.209L3.474,9.394A.46.46,0,0,0,3.591,10l2.061,1.568a7.332,7.332,0,0,0-.068.931,7.332,7.332,0,0,0,.068.931L3.591,15a.47.47,0,0,0-.117.608l1.953,3.287a.5.5,0,0,0,.6.209l2.432-.95a7.186,7.186,0,0,0,1.651.931l.371,2.517a.472.472,0,0,0,.479.4h3.907a.472.472,0,0,0,.479-.4l.371-2.517a7.557,7.557,0,0,0,1.651-.931l2.432.95a.483.483,0,0,0,.6-.209l1.953-3.287A.47.47,0,0,0,22.225,15l-2.061-1.567Zm-7.257,2.394A3.326,3.326,0,1,1,16.326,12.5,3.376,3.376,0,0,1,12.908,15.825Z' transform='translate(15.594 1)' fill='%236c6c6c'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 25px 20px;
    content: "";
}

.lp-button.of-icon-blank {
    position: relative;
    padding-right: 55px;
}

@media only screen and (max-width: 1023px) {
    .lp-button.of-icon-blank {
        min-height: auto;
        padding: 16px 48px 16px 40px;
        font-size: 1.5rem;
    }
}

.lp-button.of-icon-blank::after {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25'%3E%3Crect width='25' height='25' fill='none'/%3E%3Cpath d='M2.428,1.894H6.772V0H2.428A2.427,2.427,0,0,0,0,2.428v12.14A2.427,2.427,0,0,0,2.428,17h12.14A2.427,2.427,0,0,0,17,14.568V7.284h0V0H9.711V1.9h4.048L5.4,10.251l1.341,1.341L15.1,3.237V7.284h1.89v2.938H15.1v4.346a.534.534,0,0,1-.534.534H2.428a.534.534,0,0,1-.534-.534V2.428A.534.534,0,0,1,2.428,1.894Z' transform='translate(4 4)' fill='%236c6c6c'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 20px;
    content: "";
}

.lp-button-body {
    width: 100%;
    line-height: 1.3;
}

.lp-button:hover {
    background-color: #f0f0f0;
    text-decoration: none;
}

.lp-button::before {
    position: absolute;
    top: 50%;
    left: 16px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23434343'/%3E%3Cpath d='M-1683.481,2540.936a.707.707,0,0,1-.531-.241.737.737,0,0,1,.053-1.027l2.982-2.732-2.982-2.732a.737.737,0,0,1-.053-1.027.705.705,0,0,1,1.009-.054l3.572,3.273a.733.733,0,0,1,.236.541.733.733,0,0,1-.236.541l-3.572,3.273A.7.7,0,0,1-1683.481,2540.936Z' transform='translate(1690.196 -2528.936)' fill='%23fff'/%3E%3C/svg%3E");
    content: "";
}

.lp-buttonUserOperation {
    display: block;
    padding: 10px 16px 10px 40px;
    border: 1px solid #888;
    border-radius: 6px;
    background-color: #fff;
    color: inherit;
    font-size: 1.5rem;
    transition: background-color 0.3s;
}

.lp-buttonUserOperation:hover {
    background-color: #f0f0f0;
    text-decoration: none;
}

.lp-buttonUserOperation.of-icon-print {
    position: relative;
    width: 100%;
    text-align: left;
}

@media only screen and (max-width: 767px) {
    .lp-buttonUserOperation.of-icon-print {
        display: none;
    }
}

.lp-buttonUserOperation.of-icon-print::before {
    position: absolute;
    top: 50%;
    left: 16px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 25 25'%3E%3Crect width='16' height='16' fill='none'/%3E%3Cpath d='M18.745,9.152a.768.768,0,0,1-.768-.768V3.535H9.535v4.85A.768.768,0,1,1,8,8.385V2.768A.768.768,0,0,1,8.768,2h9.978a.768.768,0,0,1,.768.768V8.385A.768.768,0,0,1,18.745,9.152Z' transform='translate(-1.394 0.281)' fill='%236c6c6c'/%3E%3Cpath d='M20.036,24.4H18.118a.768.768,0,0,1,0-1.535h1.919c.624,0,1.151-.7,1.151-1.535V15.57c0-.832-.527-1.535-1.151-1.535H4.686c-.624,0-1.151.7-1.151,1.535v5.756c0,.832.527,1.535,1.151,1.535H6.605a.768.768,0,0,1,0,1.535H4.686A2.9,2.9,0,0,1,2,21.327V15.57A2.9,2.9,0,0,1,4.686,12.5h15.35a2.9,2.9,0,0,1,2.686,3.07v5.756A2.9,2.9,0,0,1,20.036,24.4Z' transform='translate(0 -4.601)' fill='%236c6c6c'/%3E%3Cpath d='M8.768,20h9.978a.768.768,0,0,1,.768.768v9.21a.768.768,0,0,1-.768.768H8.768A.768.768,0,0,1,8,29.978v-9.21A.768.768,0,0,1,8.768,20Zm9.21,1.535H9.535V29.21h8.443Z' transform='translate(-1.394 -7.742)' fill='%236c6c6c'/%3E%3Cpath d='M-21968.648-23435.725h-5.633v-.777h5.633Z' transform='translate(21983.83 23452.221)' fill='%23707070'/%3E%3Cpath d='M-21968.648-23435.725h-5.633v-.777h5.633Z' transform='translate(21983.83 23455.277)' fill='%23707070'/%3E%3C/svg%3E");
    content: "";
}

.lp-buttonUserOperation.of-icon-mail {
    position: relative;
}

.lp-buttonUserOperation.of-icon-mail::before {
    position: absolute;
    top: 50%;
    left: 16px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 25 25'%3E%3Crect width='16' height='16' fill='none'/%3E%3Cg transform='translate(4 6)'%3E%3Cpath d='M11.543,11H25.1a2.542,2.542,0,0,1,2.543,2.543V23.713A2.542,2.542,0,0,1,25.1,26.256H11.543A2.542,2.542,0,0,1,9,23.713V13.543A2.542,2.542,0,0,1,11.543,11ZM25.1,24.561a.848.848,0,0,0,.848-.848V13.543A.848.848,0,0,0,25.1,12.7H11.543a.848.848,0,0,0-.848.848V23.713a.848.848,0,0,0,.848.848Z' transform='translate(-10.073 -11.878)' fill='%236c6c6c'/%3E%3Cpath d='M18.327,20.63a.845.845,0,0,1-.486-.153L9.366,14.543a.848.848,0,0,1,.971-1.388l7.989,5.594,7.989-5.594a.848.848,0,0,1,.972,1.388l-8.475,5.933A.848.848,0,0,1,18.327,20.63Z' transform='translate(-10.076 -12.185)' fill='%236c6c6c'/%3E%3C/g%3E%3C/svg%3E");
    content: "";
}

.lp-switch {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.lp-switch.is-disabled {
    color: #6c6c6c;
    pointer-events: none;
}

.lp-switch-button {
    width: 44px;
    min-width: 44px;
    height: 24px;
    margin-left: 16px;
    border-radius: 12px;
    background-color: #888;
    transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.lp-switch-button::before {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    content: "";
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.lp-switch-button[aria-checked=true] {
    background-color: #ffca00;
}

.lp-switch-button[aria-checked=true]::before {
    transform: translateX(22px);
}

.lp-switch-button[aria-checked=false]::before {
    transform: translateX(2px);
}

.lp-switch-button.is-hide {
    display: none;
}

.lp-switch-text {
    font-weight: 600;
}

.lp-switch-content {
    display: none;
    animation: showContents 0.5s linear;
}

.lp-switch-content.is-show {
    display: block;
}

@keyframes showContents {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.lp-radio {
    display: inline-flex;
    z-index: 0;
    position: relative;
    align-items: center;
    padding: 16px 8px 16px 44px;
    overflow: hidden;
    border-radius: 6px;
    font-size: 1.5rem;
    cursor: pointer;
}

@media only screen and (max-width: 1023px) {
    .lp-radio {
        padding: 10px 8px 10px 44px;
    }
}

.lp-radio:hover .lp-radio-inner::before {
    background-color: #ffca00;
}

.lp-radio-nativeControl {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50%;
    background-color: #fff;
}

.lp-radio-nativeControl:checked + .lp-radio-inner::before {
    background-color: #ffca00;
}

.lp-radio-nativeControl:checked + .lp-radio-inner .lp-radio-icon.of-checked {
    opacity: 1;
}

.lp-radio-inner::before {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff8df;
    content: "";
    transition: background-color 0.3s ease-out;
}

.lp-radio-nativeControl, .lp-radio-icon {
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 16px;
    width: 2rem;
    height: 2rem;
    margin: auto;
}

.lp-radio-icon {
    opacity: 0;
    transition: opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}

.lp-radio-icon.of-checked {
    fill: #2b2b2b;
}

.lp-radio-icon.of-unchecked {
    fill: #888;
    opacity: 1;
}

.lp-radio.of-primary {
    padding: 16px 6px 16px 36px;
    font-size: 1.4rem;
}

@media only screen and (max-width: 1023px) {
    .lp-radio.of-primary {
        padding: 10px 8px 10px 44px;
        font-size: 1.5rem;
    }
}

.lp-radio.of-primary .lp-radio-nativeControl,
.lp-radio.of-primary .lp-radio-icon {
    left: 12px;
}

@media only screen and (max-width: 1023px) {
    .lp-radio.of-primary .lp-radio-nativeControl,
    .lp-radio.of-primary .lp-radio-icon {
        left: 16px;
    }
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-utility-textAlign-right {
    text-align: right;
}

.lp-utility-line-break {
    display: block;
}

.lp-utility-textColor-emphasis {
    color: #b90000;
}

.lp-utility-text-small {
    font-size: 1.5rem;
}

@media only screen and (max-width: 1023px) {
    .lp-utility-text-small {
        font-size: 1.1rem;
    }
}

.lp-utility-fontWeight-bold {
    font-weight: 600;
}

.lp-utility-marginBottom-1 {
    margin-bottom: 8px !important;
}

.lp-utility-marginBottom-2 {
    margin-bottom: 16px !important;
}

.lp-utility-marginBottom-3 {
    margin-bottom: 24px !important;
}

.lp-utility-marginBottom-4 {
    margin-bottom: 32px !important;
}

.lp-utility-marginBottom-5 {
    margin-bottom: 40px !important;
}

.lp-utility-marginBottom-6 {
    margin-bottom: 48px !important;
}

.lp-utility-marginBottom-7 {
    margin-bottom: 56px !important;
}

.lp-utility-marginBottom-8 {
    margin-bottom: 64px !important;
}

.lp-utility-marginBottom-9 {
    margin-bottom: 72px !important;
}

.lp-utility-marginBottom-10 {
    margin-bottom: 80px !important;
}

.lp-utility-marginBottom-11 {
    margin-bottom: 88px !important;
}

.lp-utility-marginBottom-12 {
    margin-bottom: 96px !important;
}

.lp-utility-marginBottom-13 {
    margin-bottom: 104px !important;
}

.lp-utility-marginBottom-14 {
    margin-bottom: 112px !important;
}

.lp-utility-marginBottom-15 {
    margin-bottom: 120px !important;
}

.lp-utility-tableColumn-1 .of-cellColumn-1 {
    width: calc(1 / 1 * 100%);
}

.lp-utility-tableColumn-1 .of-cellColumn-2 {
    width: calc(2 / 1 * 100%);
}

.lp-utility-tableColumn-1 .of-cellColumn-3 {
    width: calc(3 / 1 * 100%);
}

.lp-utility-tableColumn-1 .of-cellColumn-4 {
    width: calc(4 / 1 * 100%);
}

.lp-utility-tableColumn-1 .of-cellColumn-5 {
    width: calc(5 / 1 * 100%);
}

.lp-utility-tableColumn-1 .of-cellColumn-6 {
    width: calc(6 / 1 * 100%);
}

.lp-utility-tableColumn-1 .of-cellColumn-7 {
    width: calc(7 / 1 * 100%);
}

.lp-utility-tableColumn-1 .of-cellColumn-8 {
    width: calc(8 / 1 * 100%);
}

.lp-utility-tableColumn-1 .of-cellColumn-9 {
    width: calc(9 / 1 * 100%);
}

.lp-utility-tableColumn-1 .of-cellColumn-10 {
    width: calc(10 / 1 * 100%);
}

.lp-utility-tableColumn-1 .of-cellColumn-11 {
    width: calc(11 / 1 * 100%);
}

.lp-utility-tableColumn-1 .of-cellColumn-12 {
    width: calc(12 / 1 * 100%);
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-1 .of-smallScreen-cellColumn-1 {
        width: calc(1 / 1 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-1 .of-smallScreen-cellColumn-2 {
        width: calc(2 / 1 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-1 .of-smallScreen-cellColumn-3 {
        width: calc(3 / 1 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-1 .of-smallScreen-cellColumn-4 {
        width: calc(4 / 1 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-1 .of-smallScreen-cellColumn-5 {
        width: calc(5 / 1 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-1 .of-smallScreen-cellColumn-6 {
        width: calc(6 / 1 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-1 .of-smallScreen-cellColumn-7 {
        width: calc(7 / 1 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-1 .of-smallScreen-cellColumn-8 {
        width: calc(8 / 1 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-1 .of-smallScreen-cellColumn-9 {
        width: calc(9 / 1 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-1 .of-smallScreen-cellColumn-10 {
        width: calc(10 / 1 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-1 .of-smallScreen-cellColumn-11 {
        width: calc(11 / 1 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-1 .of-smallScreen-cellColumn-12 {
        width: calc(12 / 1 * 100%);
    }
}

.lp-utility-tableColumn-2 .of-cellColumn-1 {
    width: calc(1 / 2 * 100%);
}

.lp-utility-tableColumn-2 .of-cellColumn-2 {
    width: calc(2 / 2 * 100%);
}

.lp-utility-tableColumn-2 .of-cellColumn-3 {
    width: calc(3 / 2 * 100%);
}

.lp-utility-tableColumn-2 .of-cellColumn-4 {
    width: calc(4 / 2 * 100%);
}

.lp-utility-tableColumn-2 .of-cellColumn-5 {
    width: calc(5 / 2 * 100%);
}

.lp-utility-tableColumn-2 .of-cellColumn-6 {
    width: calc(6 / 2 * 100%);
}

.lp-utility-tableColumn-2 .of-cellColumn-7 {
    width: calc(7 / 2 * 100%);
}

.lp-utility-tableColumn-2 .of-cellColumn-8 {
    width: calc(8 / 2 * 100%);
}

.lp-utility-tableColumn-2 .of-cellColumn-9 {
    width: calc(9 / 2 * 100%);
}

.lp-utility-tableColumn-2 .of-cellColumn-10 {
    width: calc(10 / 2 * 100%);
}

.lp-utility-tableColumn-2 .of-cellColumn-11 {
    width: calc(11 / 2 * 100%);
}

.lp-utility-tableColumn-2 .of-cellColumn-12 {
    width: calc(12 / 2 * 100%);
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-2 .of-smallScreen-cellColumn-1 {
        width: calc(1 / 2 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-2 .of-smallScreen-cellColumn-2 {
        width: calc(2 / 2 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-2 .of-smallScreen-cellColumn-3 {
        width: calc(3 / 2 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-2 .of-smallScreen-cellColumn-4 {
        width: calc(4 / 2 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-2 .of-smallScreen-cellColumn-5 {
        width: calc(5 / 2 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-2 .of-smallScreen-cellColumn-6 {
        width: calc(6 / 2 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-2 .of-smallScreen-cellColumn-7 {
        width: calc(7 / 2 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-2 .of-smallScreen-cellColumn-8 {
        width: calc(8 / 2 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-2 .of-smallScreen-cellColumn-9 {
        width: calc(9 / 2 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-2 .of-smallScreen-cellColumn-10 {
        width: calc(10 / 2 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-2 .of-smallScreen-cellColumn-11 {
        width: calc(11 / 2 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-2 .of-smallScreen-cellColumn-12 {
        width: calc(12 / 2 * 100%);
    }
}

.lp-utility-tableColumn-3 .of-cellColumn-1 {
    width: calc(1 / 3 * 100%);
}

.lp-utility-tableColumn-3 .of-cellColumn-2 {
    width: calc(2 / 3 * 100%);
}

.lp-utility-tableColumn-3 .of-cellColumn-3 {
    width: calc(3 / 3 * 100%);
}

.lp-utility-tableColumn-3 .of-cellColumn-4 {
    width: calc(4 / 3 * 100%);
}

.lp-utility-tableColumn-3 .of-cellColumn-5 {
    width: calc(5 / 3 * 100%);
}

.lp-utility-tableColumn-3 .of-cellColumn-6 {
    width: calc(6 / 3 * 100%);
}

.lp-utility-tableColumn-3 .of-cellColumn-7 {
    width: calc(7 / 3 * 100%);
}

.lp-utility-tableColumn-3 .of-cellColumn-8 {
    width: calc(8 / 3 * 100%);
}

.lp-utility-tableColumn-3 .of-cellColumn-9 {
    width: calc(9 / 3 * 100%);
}

.lp-utility-tableColumn-3 .of-cellColumn-10 {
    width: calc(10 / 3 * 100%);
}

.lp-utility-tableColumn-3 .of-cellColumn-11 {
    width: calc(11 / 3 * 100%);
}

.lp-utility-tableColumn-3 .of-cellColumn-12 {
    width: calc(12 / 3 * 100%);
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-3 .of-smallScreen-cellColumn-1 {
        width: calc(1 / 3 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-3 .of-smallScreen-cellColumn-2 {
        width: calc(2 / 3 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-3 .of-smallScreen-cellColumn-3 {
        width: calc(3 / 3 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-3 .of-smallScreen-cellColumn-4 {
        width: calc(4 / 3 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-3 .of-smallScreen-cellColumn-5 {
        width: calc(5 / 3 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-3 .of-smallScreen-cellColumn-6 {
        width: calc(6 / 3 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-3 .of-smallScreen-cellColumn-7 {
        width: calc(7 / 3 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-3 .of-smallScreen-cellColumn-8 {
        width: calc(8 / 3 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-3 .of-smallScreen-cellColumn-9 {
        width: calc(9 / 3 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-3 .of-smallScreen-cellColumn-10 {
        width: calc(10 / 3 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-3 .of-smallScreen-cellColumn-11 {
        width: calc(11 / 3 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-3 .of-smallScreen-cellColumn-12 {
        width: calc(12 / 3 * 100%);
    }
}

.lp-utility-tableColumn-4 .of-cellColumn-1 {
    width: calc(1 / 4 * 100%);
}

.lp-utility-tableColumn-4 .of-cellColumn-2 {
    width: calc(2 / 4 * 100%);
}

.lp-utility-tableColumn-4 .of-cellColumn-3 {
    width: calc(3 / 4 * 100%);
}

.lp-utility-tableColumn-4 .of-cellColumn-4 {
    width: calc(4 / 4 * 100%);
}

.lp-utility-tableColumn-4 .of-cellColumn-5 {
    width: calc(5 / 4 * 100%);
}

.lp-utility-tableColumn-4 .of-cellColumn-6 {
    width: calc(6 / 4 * 100%);
}

.lp-utility-tableColumn-4 .of-cellColumn-7 {
    width: calc(7 / 4 * 100%);
}

.lp-utility-tableColumn-4 .of-cellColumn-8 {
    width: calc(8 / 4 * 100%);
}

.lp-utility-tableColumn-4 .of-cellColumn-9 {
    width: calc(9 / 4 * 100%);
}

.lp-utility-tableColumn-4 .of-cellColumn-10 {
    width: calc(10 / 4 * 100%);
}

.lp-utility-tableColumn-4 .of-cellColumn-11 {
    width: calc(11 / 4 * 100%);
}

.lp-utility-tableColumn-4 .of-cellColumn-12 {
    width: calc(12 / 4 * 100%);
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-4 .of-smallScreen-cellColumn-1 {
        width: calc(1 / 4 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-4 .of-smallScreen-cellColumn-2 {
        width: calc(2 / 4 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-4 .of-smallScreen-cellColumn-3 {
        width: calc(3 / 4 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-4 .of-smallScreen-cellColumn-4 {
        width: calc(4 / 4 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-4 .of-smallScreen-cellColumn-5 {
        width: calc(5 / 4 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-4 .of-smallScreen-cellColumn-6 {
        width: calc(6 / 4 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-4 .of-smallScreen-cellColumn-7 {
        width: calc(7 / 4 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-4 .of-smallScreen-cellColumn-8 {
        width: calc(8 / 4 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-4 .of-smallScreen-cellColumn-9 {
        width: calc(9 / 4 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-4 .of-smallScreen-cellColumn-10 {
        width: calc(10 / 4 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-4 .of-smallScreen-cellColumn-11 {
        width: calc(11 / 4 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-4 .of-smallScreen-cellColumn-12 {
        width: calc(12 / 4 * 100%);
    }
}

.lp-utility-tableColumn-5 .of-cellColumn-1 {
    width: calc(1 / 5 * 100%);
}

.lp-utility-tableColumn-5 .of-cellColumn-2 {
    width: calc(2 / 5 * 100%);
}

.lp-utility-tableColumn-5 .of-cellColumn-3 {
    width: calc(3 / 5 * 100%);
}

.lp-utility-tableColumn-5 .of-cellColumn-4 {
    width: calc(4 / 5 * 100%);
}

.lp-utility-tableColumn-5 .of-cellColumn-5 {
    width: calc(5 / 5 * 100%);
}

.lp-utility-tableColumn-5 .of-cellColumn-6 {
    width: calc(6 / 5 * 100%);
}

.lp-utility-tableColumn-5 .of-cellColumn-7 {
    width: calc(7 / 5 * 100%);
}

.lp-utility-tableColumn-5 .of-cellColumn-8 {
    width: calc(8 / 5 * 100%);
}

.lp-utility-tableColumn-5 .of-cellColumn-9 {
    width: calc(9 / 5 * 100%);
}

.lp-utility-tableColumn-5 .of-cellColumn-10 {
    width: calc(10 / 5 * 100%);
}

.lp-utility-tableColumn-5 .of-cellColumn-11 {
    width: calc(11 / 5 * 100%);
}

.lp-utility-tableColumn-5 .of-cellColumn-12 {
    width: calc(12 / 5 * 100%);
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-5 .of-smallScreen-cellColumn-1 {
        width: calc(1 / 5 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-5 .of-smallScreen-cellColumn-2 {
        width: calc(2 / 5 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-5 .of-smallScreen-cellColumn-3 {
        width: calc(3 / 5 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-5 .of-smallScreen-cellColumn-4 {
        width: calc(4 / 5 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-5 .of-smallScreen-cellColumn-5 {
        width: calc(5 / 5 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-5 .of-smallScreen-cellColumn-6 {
        width: calc(6 / 5 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-5 .of-smallScreen-cellColumn-7 {
        width: calc(7 / 5 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-5 .of-smallScreen-cellColumn-8 {
        width: calc(8 / 5 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-5 .of-smallScreen-cellColumn-9 {
        width: calc(9 / 5 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-5 .of-smallScreen-cellColumn-10 {
        width: calc(10 / 5 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-5 .of-smallScreen-cellColumn-11 {
        width: calc(11 / 5 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-5 .of-smallScreen-cellColumn-12 {
        width: calc(12 / 5 * 100%);
    }
}

.lp-utility-tableColumn-6 .of-cellColumn-1 {
    width: calc(1 / 6 * 100%);
}

.lp-utility-tableColumn-6 .of-cellColumn-2 {
    width: calc(2 / 6 * 100%);
}

.lp-utility-tableColumn-6 .of-cellColumn-3 {
    width: calc(3 / 6 * 100%);
}

.lp-utility-tableColumn-6 .of-cellColumn-4 {
    width: calc(4 / 6 * 100%);
}

.lp-utility-tableColumn-6 .of-cellColumn-5 {
    width: calc(5 / 6 * 100%);
}

.lp-utility-tableColumn-6 .of-cellColumn-6 {
    width: calc(6 / 6 * 100%);
}

.lp-utility-tableColumn-6 .of-cellColumn-7 {
    width: calc(7 / 6 * 100%);
}

.lp-utility-tableColumn-6 .of-cellColumn-8 {
    width: calc(8 / 6 * 100%);
}

.lp-utility-tableColumn-6 .of-cellColumn-9 {
    width: calc(9 / 6 * 100%);
}

.lp-utility-tableColumn-6 .of-cellColumn-10 {
    width: calc(10 / 6 * 100%);
}

.lp-utility-tableColumn-6 .of-cellColumn-11 {
    width: calc(11 / 6 * 100%);
}

.lp-utility-tableColumn-6 .of-cellColumn-12 {
    width: calc(12 / 6 * 100%);
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-6 .of-smallScreen-cellColumn-1 {
        width: calc(1 / 6 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-6 .of-smallScreen-cellColumn-2 {
        width: calc(2 / 6 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-6 .of-smallScreen-cellColumn-3 {
        width: calc(3 / 6 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-6 .of-smallScreen-cellColumn-4 {
        width: calc(4 / 6 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-6 .of-smallScreen-cellColumn-5 {
        width: calc(5 / 6 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-6 .of-smallScreen-cellColumn-6 {
        width: calc(6 / 6 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-6 .of-smallScreen-cellColumn-7 {
        width: calc(7 / 6 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-6 .of-smallScreen-cellColumn-8 {
        width: calc(8 / 6 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-6 .of-smallScreen-cellColumn-9 {
        width: calc(9 / 6 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-6 .of-smallScreen-cellColumn-10 {
        width: calc(10 / 6 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-6 .of-smallScreen-cellColumn-11 {
        width: calc(11 / 6 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-6 .of-smallScreen-cellColumn-12 {
        width: calc(12 / 6 * 100%);
    }
}

.lp-utility-tableColumn-7 .of-cellColumn-1 {
    width: calc(1 / 7 * 100%);
}

.lp-utility-tableColumn-7 .of-cellColumn-2 {
    width: calc(2 / 7 * 100%);
}

.lp-utility-tableColumn-7 .of-cellColumn-3 {
    width: calc(3 / 7 * 100%);
}

.lp-utility-tableColumn-7 .of-cellColumn-4 {
    width: calc(4 / 7 * 100%);
}

.lp-utility-tableColumn-7 .of-cellColumn-5 {
    width: calc(5 / 7 * 100%);
}

.lp-utility-tableColumn-7 .of-cellColumn-6 {
    width: calc(6 / 7 * 100%);
}

.lp-utility-tableColumn-7 .of-cellColumn-7 {
    width: calc(7 / 7 * 100%);
}

.lp-utility-tableColumn-7 .of-cellColumn-8 {
    width: calc(8 / 7 * 100%);
}

.lp-utility-tableColumn-7 .of-cellColumn-9 {
    width: calc(9 / 7 * 100%);
}

.lp-utility-tableColumn-7 .of-cellColumn-10 {
    width: calc(10 / 7 * 100%);
}

.lp-utility-tableColumn-7 .of-cellColumn-11 {
    width: calc(11 / 7 * 100%);
}

.lp-utility-tableColumn-7 .of-cellColumn-12 {
    width: calc(12 / 7 * 100%);
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-7 .of-smallScreen-cellColumn-1 {
        width: calc(1 / 7 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-7 .of-smallScreen-cellColumn-2 {
        width: calc(2 / 7 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-7 .of-smallScreen-cellColumn-3 {
        width: calc(3 / 7 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-7 .of-smallScreen-cellColumn-4 {
        width: calc(4 / 7 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-7 .of-smallScreen-cellColumn-5 {
        width: calc(5 / 7 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-7 .of-smallScreen-cellColumn-6 {
        width: calc(6 / 7 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-7 .of-smallScreen-cellColumn-7 {
        width: calc(7 / 7 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-7 .of-smallScreen-cellColumn-8 {
        width: calc(8 / 7 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-7 .of-smallScreen-cellColumn-9 {
        width: calc(9 / 7 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-7 .of-smallScreen-cellColumn-10 {
        width: calc(10 / 7 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-7 .of-smallScreen-cellColumn-11 {
        width: calc(11 / 7 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-7 .of-smallScreen-cellColumn-12 {
        width: calc(12 / 7 * 100%);
    }
}

.lp-utility-tableColumn-8 .of-cellColumn-1 {
    width: calc(1 / 8 * 100%);
}

.lp-utility-tableColumn-8 .of-cellColumn-2 {
    width: calc(2 / 8 * 100%);
}

.lp-utility-tableColumn-8 .of-cellColumn-3 {
    width: calc(3 / 8 * 100%);
}

.lp-utility-tableColumn-8 .of-cellColumn-4 {
    width: calc(4 / 8 * 100%);
}

.lp-utility-tableColumn-8 .of-cellColumn-5 {
    width: calc(5 / 8 * 100%);
}

.lp-utility-tableColumn-8 .of-cellColumn-6 {
    width: calc(6 / 8 * 100%);
}

.lp-utility-tableColumn-8 .of-cellColumn-7 {
    width: calc(7 / 8 * 100%);
}

.lp-utility-tableColumn-8 .of-cellColumn-8 {
    width: calc(8 / 8 * 100%);
}

.lp-utility-tableColumn-8 .of-cellColumn-9 {
    width: calc(9 / 8 * 100%);
}

.lp-utility-tableColumn-8 .of-cellColumn-10 {
    width: calc(10 / 8 * 100%);
}

.lp-utility-tableColumn-8 .of-cellColumn-11 {
    width: calc(11 / 8 * 100%);
}

.lp-utility-tableColumn-8 .of-cellColumn-12 {
    width: calc(12 / 8 * 100%);
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-8 .of-smallScreen-cellColumn-1 {
        width: calc(1 / 8 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-8 .of-smallScreen-cellColumn-2 {
        width: calc(2 / 8 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-8 .of-smallScreen-cellColumn-3 {
        width: calc(3 / 8 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-8 .of-smallScreen-cellColumn-4 {
        width: calc(4 / 8 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-8 .of-smallScreen-cellColumn-5 {
        width: calc(5 / 8 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-8 .of-smallScreen-cellColumn-6 {
        width: calc(6 / 8 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-8 .of-smallScreen-cellColumn-7 {
        width: calc(7 / 8 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-8 .of-smallScreen-cellColumn-8 {
        width: calc(8 / 8 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-8 .of-smallScreen-cellColumn-9 {
        width: calc(9 / 8 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-8 .of-smallScreen-cellColumn-10 {
        width: calc(10 / 8 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-8 .of-smallScreen-cellColumn-11 {
        width: calc(11 / 8 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-8 .of-smallScreen-cellColumn-12 {
        width: calc(12 / 8 * 100%);
    }
}

.lp-utility-tableColumn-9 .of-cellColumn-1 {
    width: calc(1 / 9 * 100%);
}

.lp-utility-tableColumn-9 .of-cellColumn-2 {
    width: calc(2 / 9 * 100%);
}

.lp-utility-tableColumn-9 .of-cellColumn-3 {
    width: calc(3 / 9 * 100%);
}

.lp-utility-tableColumn-9 .of-cellColumn-4 {
    width: calc(4 / 9 * 100%);
}

.lp-utility-tableColumn-9 .of-cellColumn-5 {
    width: calc(5 / 9 * 100%);
}

.lp-utility-tableColumn-9 .of-cellColumn-6 {
    width: calc(6 / 9 * 100%);
}

.lp-utility-tableColumn-9 .of-cellColumn-7 {
    width: calc(7 / 9 * 100%);
}

.lp-utility-tableColumn-9 .of-cellColumn-8 {
    width: calc(8 / 9 * 100%);
}

.lp-utility-tableColumn-9 .of-cellColumn-9 {
    width: calc(9 / 9 * 100%);
}

.lp-utility-tableColumn-9 .of-cellColumn-10 {
    width: calc(10 / 9 * 100%);
}

.lp-utility-tableColumn-9 .of-cellColumn-11 {
    width: calc(11 / 9 * 100%);
}

.lp-utility-tableColumn-9 .of-cellColumn-12 {
    width: calc(12 / 9 * 100%);
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-9 .of-smallScreen-cellColumn-1 {
        width: calc(1 / 9 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-9 .of-smallScreen-cellColumn-2 {
        width: calc(2 / 9 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-9 .of-smallScreen-cellColumn-3 {
        width: calc(3 / 9 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-9 .of-smallScreen-cellColumn-4 {
        width: calc(4 / 9 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-9 .of-smallScreen-cellColumn-5 {
        width: calc(5 / 9 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-9 .of-smallScreen-cellColumn-6 {
        width: calc(6 / 9 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-9 .of-smallScreen-cellColumn-7 {
        width: calc(7 / 9 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-9 .of-smallScreen-cellColumn-8 {
        width: calc(8 / 9 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-9 .of-smallScreen-cellColumn-9 {
        width: calc(9 / 9 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-9 .of-smallScreen-cellColumn-10 {
        width: calc(10 / 9 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-9 .of-smallScreen-cellColumn-11 {
        width: calc(11 / 9 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-9 .of-smallScreen-cellColumn-12 {
        width: calc(12 / 9 * 100%);
    }
}

.lp-utility-tableColumn-10 .of-cellColumn-1 {
    width: calc(1 / 10 * 100%);
}

.lp-utility-tableColumn-10 .of-cellColumn-2 {
    width: calc(2 / 10 * 100%);
}

.lp-utility-tableColumn-10 .of-cellColumn-3 {
    width: calc(3 / 10 * 100%);
}

.lp-utility-tableColumn-10 .of-cellColumn-4 {
    width: calc(4 / 10 * 100%);
}

.lp-utility-tableColumn-10 .of-cellColumn-5 {
    width: calc(5 / 10 * 100%);
}

.lp-utility-tableColumn-10 .of-cellColumn-6 {
    width: calc(6 / 10 * 100%);
}

.lp-utility-tableColumn-10 .of-cellColumn-7 {
    width: calc(7 / 10 * 100%);
}

.lp-utility-tableColumn-10 .of-cellColumn-8 {
    width: calc(8 / 10 * 100%);
}

.lp-utility-tableColumn-10 .of-cellColumn-9 {
    width: calc(9 / 10 * 100%);
}

.lp-utility-tableColumn-10 .of-cellColumn-10 {
    width: calc(10 / 10 * 100%);
}

.lp-utility-tableColumn-10 .of-cellColumn-11 {
    width: calc(11 / 10 * 100%);
}

.lp-utility-tableColumn-10 .of-cellColumn-12 {
    width: calc(12 / 10 * 100%);
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-10 .of-smallScreen-cellColumn-1 {
        width: calc(1 / 10 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-10 .of-smallScreen-cellColumn-2 {
        width: calc(2 / 10 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-10 .of-smallScreen-cellColumn-3 {
        width: calc(3 / 10 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-10 .of-smallScreen-cellColumn-4 {
        width: calc(4 / 10 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-10 .of-smallScreen-cellColumn-5 {
        width: calc(5 / 10 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-10 .of-smallScreen-cellColumn-6 {
        width: calc(6 / 10 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-10 .of-smallScreen-cellColumn-7 {
        width: calc(7 / 10 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-10 .of-smallScreen-cellColumn-8 {
        width: calc(8 / 10 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-10 .of-smallScreen-cellColumn-9 {
        width: calc(9 / 10 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-10 .of-smallScreen-cellColumn-10 {
        width: calc(10 / 10 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-10 .of-smallScreen-cellColumn-11 {
        width: calc(11 / 10 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-10 .of-smallScreen-cellColumn-12 {
        width: calc(12 / 10 * 100%);
    }
}

.lp-utility-tableColumn-11 .of-cellColumn-1 {
    width: calc(1 / 11 * 100%);
}

.lp-utility-tableColumn-11 .of-cellColumn-2 {
    width: calc(2 / 11 * 100%);
}

.lp-utility-tableColumn-11 .of-cellColumn-3 {
    width: calc(3 / 11 * 100%);
}

.lp-utility-tableColumn-11 .of-cellColumn-4 {
    width: calc(4 / 11 * 100%);
}

.lp-utility-tableColumn-11 .of-cellColumn-5 {
    width: calc(5 / 11 * 100%);
}

.lp-utility-tableColumn-11 .of-cellColumn-6 {
    width: calc(6 / 11 * 100%);
}

.lp-utility-tableColumn-11 .of-cellColumn-7 {
    width: calc(7 / 11 * 100%);
}

.lp-utility-tableColumn-11 .of-cellColumn-8 {
    width: calc(8 / 11 * 100%);
}

.lp-utility-tableColumn-11 .of-cellColumn-9 {
    width: calc(9 / 11 * 100%);
}

.lp-utility-tableColumn-11 .of-cellColumn-10 {
    width: calc(10 / 11 * 100%);
}

.lp-utility-tableColumn-11 .of-cellColumn-11 {
    width: calc(11 / 11 * 100%);
}

.lp-utility-tableColumn-11 .of-cellColumn-12 {
    width: calc(12 / 11 * 100%);
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-11 .of-smallScreen-cellColumn-1 {
        width: calc(1 / 11 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-11 .of-smallScreen-cellColumn-2 {
        width: calc(2 / 11 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-11 .of-smallScreen-cellColumn-3 {
        width: calc(3 / 11 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-11 .of-smallScreen-cellColumn-4 {
        width: calc(4 / 11 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-11 .of-smallScreen-cellColumn-5 {
        width: calc(5 / 11 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-11 .of-smallScreen-cellColumn-6 {
        width: calc(6 / 11 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-11 .of-smallScreen-cellColumn-7 {
        width: calc(7 / 11 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-11 .of-smallScreen-cellColumn-8 {
        width: calc(8 / 11 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-11 .of-smallScreen-cellColumn-9 {
        width: calc(9 / 11 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-11 .of-smallScreen-cellColumn-10 {
        width: calc(10 / 11 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-11 .of-smallScreen-cellColumn-11 {
        width: calc(11 / 11 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-11 .of-smallScreen-cellColumn-12 {
        width: calc(12 / 11 * 100%);
    }
}

.lp-utility-tableColumn-12 .of-cellColumn-1 {
    width: calc(1 / 12 * 100%);
}

.lp-utility-tableColumn-12 .of-cellColumn-2 {
    width: calc(2 / 12 * 100%);
}

.lp-utility-tableColumn-12 .of-cellColumn-3 {
    width: calc(3 / 12 * 100%);
}

.lp-utility-tableColumn-12 .of-cellColumn-4 {
    width: calc(4 / 12 * 100%);
}

.lp-utility-tableColumn-12 .of-cellColumn-5 {
    width: calc(5 / 12 * 100%);
}

.lp-utility-tableColumn-12 .of-cellColumn-6 {
    width: calc(6 / 12 * 100%);
}

.lp-utility-tableColumn-12 .of-cellColumn-7 {
    width: calc(7 / 12 * 100%);
}

.lp-utility-tableColumn-12 .of-cellColumn-8 {
    width: calc(8 / 12 * 100%);
}

.lp-utility-tableColumn-12 .of-cellColumn-9 {
    width: calc(9 / 12 * 100%);
}

.lp-utility-tableColumn-12 .of-cellColumn-10 {
    width: calc(10 / 12 * 100%);
}

.lp-utility-tableColumn-12 .of-cellColumn-11 {
    width: calc(11 / 12 * 100%);
}

.lp-utility-tableColumn-12 .of-cellColumn-12 {
    width: calc(12 / 12 * 100%);
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-12 .of-smallScreen-cellColumn-1 {
        width: calc(1 / 12 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-12 .of-smallScreen-cellColumn-2 {
        width: calc(2 / 12 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-12 .of-smallScreen-cellColumn-3 {
        width: calc(3 / 12 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-12 .of-smallScreen-cellColumn-4 {
        width: calc(4 / 12 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-12 .of-smallScreen-cellColumn-5 {
        width: calc(5 / 12 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-12 .of-smallScreen-cellColumn-6 {
        width: calc(6 / 12 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-12 .of-smallScreen-cellColumn-7 {
        width: calc(7 / 12 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-12 .of-smallScreen-cellColumn-8 {
        width: calc(8 / 12 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-12 .of-smallScreen-cellColumn-9 {
        width: calc(9 / 12 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-12 .of-smallScreen-cellColumn-10 {
        width: calc(10 / 12 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-12 .of-smallScreen-cellColumn-11 {
        width: calc(11 / 12 * 100%);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-utility-tableColumn-12 .of-smallScreen-cellColumn-12 {
        width: calc(12 / 12 * 100%);
    }
}

.lp-utility-display-inlineBlock {
    display: inline-block;
}

.lp-divider {
    width: 100%;
    border-bottom: 1px solid #ccc;
}

@media only screen and (max-width: 1023px) {
    .lp-smallScreen-textAlign-center {
        text-align: center;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-smallScreen-textAlign-right {
        text-align: right;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-smallScreen-line-break {
        display: block;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-smallScreen-marginBottom-1 {
        margin-bottom: 8px !important;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-smallScreen-marginBottom-2 {
        margin-bottom: 16px !important;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-smallScreen-marginBottom-3 {
        margin-bottom: 24px !important;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-smallScreen-marginBottom-4 {
        margin-bottom: 32px !important;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-smallScreen-marginBottom-5 {
        margin-bottom: 40px !important;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-smallScreen-marginBottom-6 {
        margin-bottom: 48px !important;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-smallScreen-marginBottom-7 {
        margin-bottom: 56px !important;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-smallScreen-marginBottom-8 {
        margin-bottom: 64px !important;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-smallScreen-marginBottom-9 {
        margin-bottom: 72px !important;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-smallScreen-marginBottom-10 {
        margin-bottom: 80px !important;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-smallScreen-marginBottom-11 {
        margin-bottom: 88px !important;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-smallScreen-marginBottom-12 {
        margin-bottom: 96px !important;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-smallScreen-marginBottom-13 {
        margin-bottom: 104px !important;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-smallScreen-marginBottom-14 {
        margin-bottom: 112px !important;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-smallScreen-marginBottom-15 {
        margin-bottom: 120px !important;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-smallScreen-hide {
        display: none;
    }
}

.lp-smallScreen-show {
    display: none;
}

@media only screen and (max-width: 1023px) {
    .lp-smallScreen-show {
        display: block;
    }
}

.lp-smallScreen-height-auto {
    height: auto !important;
}

@media only screen and (max-width: 767px) {
    .lp-extraSmallScreen-textAlign-center {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .lp-extraSmallScreen-textAlign-right {
        text-align: right;
    }
}

@media only screen and (max-width: 767px) {
    .lp-extraSmallScreen-line-break {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .lp-extraSmallScreen-marginBottom-1 {
        margin-bottom: 8px !important;
    }
}

@media only screen and (max-width: 767px) {
    .lp-extraSmallScreen-marginBottom-2 {
        margin-bottom: 16px !important;
    }
}

@media only screen and (max-width: 767px) {
    .lp-extraSmallScreen-marginBottom-3 {
        margin-bottom: 24px !important;
    }
}

@media only screen and (max-width: 767px) {
    .lp-extraSmallScreen-marginBottom-4 {
        margin-bottom: 32px !important;
    }
}

@media only screen and (max-width: 767px) {
    .lp-extraSmallScreen-marginBottom-5 {
        margin-bottom: 40px !important;
    }
}

@media only screen and (max-width: 767px) {
    .lp-extraSmallScreen-marginBottom-6 {
        margin-bottom: 48px !important;
    }
}

@media only screen and (max-width: 767px) {
    .lp-extraSmallScreen-marginBottom-7 {
        margin-bottom: 56px !important;
    }
}

@media only screen and (max-width: 767px) {
    .lp-extraSmallScreen-marginBottom-8 {
        margin-bottom: 64px !important;
    }
}

@media only screen and (max-width: 767px) {
    .lp-extraSmallScreen-marginBottom-9 {
        margin-bottom: 72px !important;
    }
}

@media only screen and (max-width: 767px) {
    .lp-extraSmallScreen-marginBottom-10 {
        margin-bottom: 80px !important;
    }
}

@media only screen and (max-width: 767px) {
    .lp-extraSmallScreen-marginBottom-11 {
        margin-bottom: 88px !important;
    }
}

@media only screen and (max-width: 767px) {
    .lp-extraSmallScreen-marginBottom-12 {
        margin-bottom: 96px !important;
    }
}

@media only screen and (max-width: 767px) {
    .lp-extraSmallScreen-marginBottom-13 {
        margin-bottom: 104px !important;
    }
}

@media only screen and (max-width: 767px) {
    .lp-extraSmallScreen-marginBottom-14 {
        margin-bottom: 112px !important;
    }
}

@media only screen and (max-width: 767px) {
    .lp-extraSmallScreen-marginBottom-15 {
        margin-bottom: 120px !important;
    }
}

@media only screen and (max-width: 767px) {
    .lp-extraSmallScreen-hide {
        display: none;
    }
}

.lp-extraSmallScreen-show {
    display: none;
}

@media only screen and (max-width: 767px) {
    .lp-extraSmallScreen-show {
        display: block;
    }
}

.lp-extraSmallScreen-height-auto {
    height: auto !important;
}

@media only screen and (min-width: 1024px) {
    .lp-largeScreen-fontSize-small {
        font-size: 1.2rem;
    }
}

@media print {
    .lp-jumbotron.of-primary {
        background: linear-gradient(90deg, #484848 0%, #0e0e0e 100%);
    }
    .lp-jumbotron.of-primary .lp-jumbotron-image {
        display: none;
    }
    .lp-listUserOperation {
        display: none;
    }
    .lp-listButton-outer {
        display: none;
    }
}
