@charset "UTF-8";

.lp-jumbotron {
    background: url("../../img/landing_page/pr_kv-8000_variable_programming/pr_kv-8000_variable_programming_bg_01.png") no-repeat center top #4f5358;
    color: #fff;
}

@media only screen and (max-width: 1239px) {
    .lp-jumbotron {
        background-size: contain;
    }
}

@media only screen and (max-width: 768px) {
    .lp-jumbotron {
        background: #4f5358;
    }
}

.lp-jumbotron-content {
    max-width: calc(1240px + 40px);
    margin: 0 auto;
    padding: 50px 20px 55px;
}

.lp-jumbotron-content > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1239px) {
    .lp-jumbotron-content {
        padding: calc((50 * 100vw) / 1240) 20px calc((55 * 100vw) / 1240);
    }
}

@media only screen and (max-width: 768px) {
    .lp-jumbotron-content {
        padding: 30px 20px 35px;
    }
}

.lp-jumbotron-header {
    margin-bottom: 40px;
}

.lp-jumbotron-header > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1239px) {
    .lp-jumbotron-header {
        margin-bottom: calc((40 * 100vw) / 1240);
    }
}

@media only screen and (max-width: 1239px) {
    .lp-jumbotron-header {
        margin-bottom: 35px;
    }
}

.lp-jumbotron-body {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1239px) {
    .lp-jumbotron-body {
        margin-bottom: calc((20 * 100vw) / 1240);
    }
}

@media only screen and (max-width: 1239px) {
    .lp-jumbotron-body {
        margin-bottom: 20px;
    }
}

.lp-jumbotron-titleGroup {
    margin-bottom: 30px;
    line-height: 1.2;
    text-align: center;
    text-shadow: 0 3px 5px rgba(63, 67, 72, 0.5);
}

.lp-jumbotron-titleGroup > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1239px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: calc((30 * 100vw) / 1240);
    }
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: 20px;
    }
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: 12px;
    font-size: 5rem;
    line-height: 1.19;
}

@media only screen and (max-width: 1239px) {
    .lp-jumbotron-title {
        margin-bottom: calc((12 * 100vw) / 1240);
        font-size: calc((50 * 100vw) / 1240);
    }
}

@media only screen and (max-width: 768px) {
    .lp-jumbotron-title {
        margin-bottom: 10px;
        font-size: 2.8rem;
        line-height: 1.4;
    }
}

.lp-jumbotron-subtitle {
    display: block;
    margin-bottom: 12px;
    color: #7fcaff;
    font-size: 3.4rem;
}

@media only screen and (max-width: 1239px) {
    .lp-jumbotron-subtitle {
        margin-bottom: calc((12 * 100vw) / 1240);
        font-size: calc((34 * 100vw) / 1240);
    }
}

@media only screen and (max-width: 768px) {
    .lp-jumbotron-subtitle {
        margin-bottom: 5px;
        font-size: 2.2rem;
    }
}

.lp-jumbotron-series {
    font-size: 2rem;
    line-height: 1.4;
    text-shadow: 0 3px 5px rgba(63, 67, 72, 0.5);
}

@media only screen and (max-width: 1239px) {
    .lp-jumbotron-series {
        font-size: calc((20 * 100vw) / 1240);
    }
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-series {
        font-size: 1.6rem;
    }
}

.lp-jumbotron-text {
    align-self: center;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: left;
    text-shadow: 0 3px 5px rgba(63, 67, 72, 0.5);
}

@media only screen and (max-width: 1239px) {
    .lp-jumbotron-text {
        font-size: calc((20 * 100vw) / 1240);
    }
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-text {
        font-size: 1.6rem;
    }
}

.lp-jumbotron-textGroup {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.lp-jumbotron-icon {
    display: inline-block;
    margin-right: 10px;
    padding: 7px 12px;
    background: #e10000;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
}

.lp-section.of-primary .lp-section-content {
    padding: 60px 20px 30px;
}

@media only screen and (max-width: 969px) {
    .lp-section.of-primary .lp-section-content {
        padding: calc((60 * 100vw) / 970) 20px calc((30 * 100vw) / 970);
    }
}

@media only screen and (max-width: 768px) {
    .lp-section.of-primary .lp-section-content {
        padding: 40px 20px 10px;
    }
}

.lp-section-group {
    padding: 25px 0 30px;
    background: #f5f6f7;
}

@media only screen and (max-width: 969px) {
    .lp-section-group {
        padding: calc((25 * 100vw) / 970) 0 calc((30 * 100vw) / 970);
    }
}

@media only screen and (max-width: 768px) {
    .lp-section-group {
        padding: 15px 0 20px;
    }
}

.lp-section-content {
    max-width: calc(970px + 40px);
    margin: 0 auto;
    padding: 30px 20px 25px;
}

.lp-section-content > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 969px) {
    .lp-section-content {
        padding: calc((30 * 100vw) / 970) calc((20 * 100vw) / 970);
    }
}

@media only screen and (max-width: 768px) {
    .lp-section-content {
        padding: 15px 20px 20px;
    }
}

.lp-section-body > *:last-child {
    margin-bottom: 0;
}

.lp-section-header {
    max-width: 620px;
    margin: 0 auto 25px;
    font-size: 2rem;
    text-align: center;
}

.lp-section-header > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 969px) {
    .lp-section-header {
        margin: 0 auto calc((25 * 100vw) / 970);
        font-size: calc((20 * 100vw) / 970);
    }
}

@media only screen and (max-width: 768px) {
    .lp-section-header {
        max-width: 100%;
        margin-bottom: 15px;
        font-size: 1.6rem;
    }
}

.lp-layout-gridProduct {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    width: 1100px;
    margin-bottom: 30px;
}

.lp-layout-gridProduct > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1239px) {
    .lp-layout-gridProduct {
        width: calc((1100 * 100vw) / 1240);
        margin-bottom: calc((30 * 100vw) / 1240);
    }
}

@media only screen and (max-width: 768px) {
    .lp-layout-gridProduct {
        flex-direction: column;
    }
}

.lp-layout-gridProduct-column {
    width: 590px;
    padding-right: 40px;
}

.lp-layout-gridProduct-column > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1239px) {
    .lp-layout-gridProduct-column {
        width: calc((590 * 100vw) / 1240);
        padding-right: calc((40 * 100vw) / 1240);
    }
}

@media only screen and (max-width: 768px) {
    .lp-layout-gridProduct-column {
        width: 100%;
        min-height: 0%;
        margin-bottom: 20px;
        padding-right: 0;
    }
}

.lp-layout-gridProduct-column.of-primary {
    width: 510px;
    padding-right: 20px;
}

@media only screen and (max-width: 1239px) {
    .lp-layout-gridProduct-column.of-primary {
        width: calc((510 * 100vw) / 1240);
        padding-right: calc((20 * 100vw) / 1240);
    }
}

@media only screen and (max-width: 768px) {
    .lp-layout-gridProduct-column.of-primary {
        width: 100%;
        padding-right: 0;
    }
}

.lp-layout-gridProduct-column.of-primary .lp-mediaProduct .lp-mediaProduct-imageOuter {
    padding-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .lp-layout-gridProduct-column.of-primary .lp-mediaProduct .lp-mediaProduct-imageOuter {
        width: calc((210 * 100vw) / 360);
        margin: 0 auto;
    }
}

.lp-card {
    width: 100%;
    margin: 0 auto 30px;
    border: 1px solid #ccc;
    background: #fff;
}

.lp-card > *:last-child {
    margin-bottom: 0;
}

.lp-card-header {
    padding: 8px 20px;
    background: #3695d9;
    color: #fff;
}

@media only screen and (max-width: 969px) {
    .lp-card-header {
        padding: calc((8 * 100vw) / 970) 20px;
    }
}

@media only screen and (max-width: 768px) {
    .lp-card-header {
        padding: 6px 20px;
    }
}

.lp-card-title {
    font-size: 3rem;
    text-align: center;
}

@media only screen and (max-width: 969px) {
    .lp-card-title {
        font-size: calc((30 * 100vw) / 970);
    }
}

@media only screen and (max-width: 768px) {
    .lp-card-title {
        font-size: 2rem;
    }
}

.lp-card-body {
    padding: 25px 20px 30px;
}

.lp-card-body > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 969px) {
    .lp-card-body {
        padding: calc((26 * 100vw) / 970) 20px;
    }
}

@media only screen and (max-width: 768px) {
    .lp-card-body {
        padding: 18px 10px;
    }
}

.lp-media {
    text-align: center;
}

.lp-media > *:last-child {
    margin-bottom: 0;
}

.lp-media-body {
    width: 100%;
    margin-bottom: 15px;
}

.lp-media-body > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 969px) {
    .lp-media-body {
        margin-bottom: calc((25 * 100vw) / 970);
    }
}

@media only screen and (max-width: 768px) {
    .lp-media-body {
        margin-bottom: 10px;
    }
}

.lp-media-text {
    color: #3695d9;
    font-size: 2rem;
    text-align: center;
}

@media only screen and (max-width: 969px) {
    .lp-media-text {
        font-size: calc((20 * 100vw) / 970);
    }
}

@media only screen and (max-width: 768px) {
    .lp-media-text {
        font-size: 1.8rem;
    }
}

.lp-media-image {
    margin-bottom: 30px;
    text-align: center;
}

.lp-mediaProduct {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
}

.lp-mediaProduct > *:last-child {
    margin-bottom: 0;
}

.lp-mediaProduct-body {
    width: 100%;
    text-align: center;
}

.lp-mediaProduct-body > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .lp-mediaProduct-body {
        height: auto !important;
    }
}

.lp-mediaProduct-image {
    flex: 1;
    text-align: center;
}

.lp-mediaProduct-imageOuter {
    display: flex;
    flex: 1 0 auto;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    min-height: 0%;
    padding-bottom: 20px;
}

@media only screen and (max-width: 969px) {
    .lp-mediaProduct-imageOuter {
        padding-bottom: calc((20 * 100vw) / 970);
    }
}

@media only screen and (max-width: 768px) {
    .lp-mediaProduct-imageOuter {
        height: auto !important;
        padding-bottom: 0;
    }
}

.lp-mediaAsset {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 768px) {
    .lp-mediaAsset {
        flex-direction: column-reverse;
    }
}

.lp-mediaAsset-body {
    max-width: 435px;
}

.lp-mediaAsset-body > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .lp-mediaAsset-body {
        width: 100%;
    }
}

.lp-mediaAsset-text {
    font-size: 3rem;
}

@media only screen and (max-width: 969px) {
    .lp-mediaAsset-text {
        font-size: calc((30 * 100vw) / 970);
    }
}

@media only screen and (max-width: 768px) {
    .lp-mediaAsset-text {
        font-size: 2.4rem;
        text-align: center;
    }
}

.lp-mediaAsset-image {
    width: 140px;
    margin-right: 45px;
}

.lp-mediaAsset-image > img {
    border: 1px solid #ccc;
}

@media only screen and (max-width: 969px) {
    .lp-mediaAsset-image {
        width: calc((140 * 100vw) / 970);
        margin-right: calc((45 * 100vw) / 970);
    }
}

@media only screen and (max-width: 768px) {
    .lp-mediaAsset-image {
        width: calc((104 * 100vw) / 360);
        min-height: 0%;
        margin-right: 0;
        margin-bottom: 15px;
        text-align: center;
    }
}

.lp-step {
    margin-bottom: 30px;
}

@media only screen and (max-width: 969px) {
    .lp-step {
        margin-bottom: calc((30 * 100vw) / 970);
    }
}

@media only screen and (max-width: 768px) {
    .lp-step {
        margin-bottom: 15px;
    }
}

.lp-step-content {
    display: flex;
    justify-content: center;
    margin-left: -25px;
}

@media only screen and (max-width: 969px) {
    .lp-step-content {
        margin-left: calc((-25 * 100vw) / 970);
    }
}

@media only screen and (max-width: 768px) {
    .lp-step-content {
        flex-direction: column;
        margin-left: 0;
    }
}

.lp-step-content.of-asymmetry {
    margin-left: -120px;
}

@media only screen and (max-width: 969px) {
    .lp-step-content.of-asymmetry {
        margin-left: calc((-120 * 100vw) / 970);
    }
}

@media only screen and (max-width: 768px) {
    .lp-step-content.of-asymmetry {
        margin-left: 0;
    }
}

.lp-step-content.of-asymmetry .lp-step-column {
    display: flex;
    flex: none;
    width: calc(187px + 120px);
    padding-left: 120px;
}

@media only screen and (max-width: 969px) {
    .lp-step-content.of-asymmetry .lp-step-column {
        width: calc((307 * 100vw) / 970);
        padding-left: calc((120 * 100vw) / 970);
    }
}

@media only screen and (max-width: 768px) {
    .lp-step-content.of-asymmetry .lp-step-column {
        justify-content: center;
        width: 100%;
        padding-left: 0;
    }
}

.lp-step-content.of-asymmetry .lp-step-column + .lp-step-column {
    width: calc(399px + 120px);
}

@media only screen and (max-width: 969px) {
    .lp-step-content.of-asymmetry .lp-step-column + .lp-step-column {
        width: calc((519 * 100vw) / 970);
    }
}

@media only screen and (max-width: 768px) {
    .lp-step-content.of-asymmetry .lp-step-column + .lp-step-column {
        width: 100%;
    }
}

.lp-step-column {
    flex: 1;
    padding-left: 25px;
}

.lp-step-column > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 969px) {
    .lp-step-column {
        padding-left: calc((25 * 100vw) / 970);
    }
}

@media only screen and (max-width: 768px) {
    .lp-step-column {
        flex: none;
        padding-bottom: 65px;
        padding-left: 0;
    }
}

@media only screen and (max-width: 768px) {
    .lp-step-column + .lp-step-column {
        position: relative;
        padding-bottom: 0;
    }
    .lp-step-column + .lp-step-column::before {
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%) translateY(-40px);
        border-width: 25px;
        border-style: solid;
        border-color: #006aa3 transparent transparent transparent;
        content: "";
    }
}

.lp-step-column + .lp-step-column .lp-figure-imageOuter {
    position: relative;
}

.lp-step-column + .lp-step-column .lp-figure-imageOuter::before {
    display: block;
    position: absolute;
    top: 50%;
    left: -35px;
    transform: translateY(-50%) translateX(-50%);
    border-width: 25px;
    border-style: solid;
    border-color: transparent transparent transparent #006aa3;
    content: "";
}

@media only screen and (max-width: 969px) {
    .lp-step-column + .lp-step-column .lp-figure-imageOuter::before {
        left: calc((-35 * 100vw) / 970);
        border-width: calc((25 * 100vw) / 970);
    }
}

@media only screen and (max-width: 768px) {
    .lp-step-column + .lp-step-column .lp-figure-imageOuter::before {
        content: none;
    }
}

.lp-figure {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 25px;
}

@media only screen and (max-width: 969px) {
    .lp-figure {
        margin-bottom: calc((25 * 100vw) / 970);
    }
}

@media only screen and (max-width: 768px) {
    .lp-figure {
        margin-bottom: 15px;
    }
}

.lp-figure > *:last-child {
    margin-bottom: 0;
}

.lp-figure-caption {
    flex: 1 0 auto;
    margin-bottom: 15px;
    font-size: 2rem;
    line-height: 1.2;
    text-align: center;
}

@media only screen and (max-width: 969px) {
    .lp-figure-caption {
        margin-bottom: calc((15 * 100vw) / 970);
        font-size: calc((20 * 100vw) / 970);
    }
}

@media only screen and (max-width: 768px) {
    .lp-figure-caption {
        margin-bottom: 15px;
        font-size: 1.8rem;
    }
}

.lp-figure-image {
    flex: 1;
    text-align: center;
}

.lp-figure-imageOuter {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 0%;
    margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
    .lp-figure-imageOuter {
        display: block;
        height: auto !important;
        text-align: center;
    }
}

.lp-headingLevel2 {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    padding: 0 120px;
    font-size: 4rem;
    line-height: 1.2;
}

@media only screen and (max-width: 969px) {
    .lp-headingLevel2 {
        margin-bottom: calc((20 * 100vw) / 970);
        font-size: calc((40 * 100vw) / 970);
    }
}

@media only screen and (max-width: 768px) {
    .lp-headingLevel2 {
        padding: 0 50px;
        font-size: 2.4rem;
        line-height: 1.4;
    }
}

.lp-headingLevel2::before, .lp-headingLevel2::after {
    position: absolute;
    top: 50%;
    width: 100px;
    height: 1px;
    background: #bbb;
    content: "";
}

@media only screen and (max-width: 768px) {
    .lp-headingLevel2::before, .lp-headingLevel2::after {
        width: 30px;
    }
}

.lp-headingLevel2::before {
    left: 0;
}

.lp-headingLevel2::after {
    right: 0;
}

.lp-listButton {
    margin-bottom: 25px;
    text-align: center;
}

.lp-buttonConversion {
    display: inline-block;
    max-width: 100%;
    background: #e60012;
    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-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-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-inquiry .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_inquiry_01.png") no-repeat center center;
}

.lp-buttonConversion.of-triangleIconTriangle .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-triangleIconTriangle .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-triangleIconTriangle .lp-buttonConversion-body::before {
    position: absolute;
    top: 50%;
    left: 26px;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    border-top: 6px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 13px solid #fff;
    content: "";
}

.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("../../img/landing_page/common/icon_btn_price_usd.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_jpy.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_gbp.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_krw.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_eur.png") no-repeat center center;
}

.lp-buttonConversion.of-primary {
    background: #129e83;
}

.lp-buttonConversion.of-secondary {
    background: #1a90db;
}

.lp-navigationSeries {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1240px;
    margin: 20px auto;
    padding: 4px 10px;
    border: 2px solid #e5e5e5;
    color: #999;
}

div#MainContent .lp-navigationSeries {
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: anywhere;
}

@media only screen and (max-width: 1279px) {
    .lp-navigationSeries {
        margin-right: 20px;
        margin-left: 20px;
    }
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries {
        flex-direction: column;
        align-items: center;
    }
}

.lp-navigationSeries-title {
    max-width: 600px;
    font-size: 1.1rem;
    font-weight: normal;
    line-height: 1.3;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-title {
        width: 100%;
        max-width: none;
        margin-bottom: 3px;
        text-align: center;
    }
}

.lp-navigationSeries-title + .lp-navigationSeries-linkList {
    margin-left: 10px;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-title + .lp-navigationSeries-linkList {
        margin-left: -10px;
    }
}

div#MainContent .lp-navigationSeries-title {
    margin-bottom: 0;
    color: #999;
    font-size: 11px;
    line-height: 1.3;
    text-transform: none;
}

div#MainContent .lp-navigationSeries-title + .lp-navigationSeries-linkList {
    margin-left: 10px;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-seriesNameText, .lp-navigationSeries-seriesText {
        display: block;
    }
}

.lp-navigationSeries-linkList {
    display: flex;
    flex-wrap: wrap;
    margin: -3px 0 0 -10px;
    color: #999;
}

div#MainContent .lp-navigationSeries-linkList {
    margin: -3px 0 0 -10px;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-linkList {
        justify-content: center;
        width: 100%;
    }
}

.lp-navigationSeries-linkList > li {
    display: flex;
    position: relative;
    margin-top: 3px;
    margin-left: 10px;
    background: none;
    font-size: 1.1rem;
    line-height: 1.3;
}

div#MainContent .lp-navigationSeries-linkList > li {
    margin: 3px 0 0 10px;
    padding: 0;
    background: none;
    font-size: 11px;
}

.lp-navigationSeries-linkList > li > a {
    display: block;
    position: relative;
    width: 100%;
    padding-left: 9px;
    color: #999;
    line-height: 1.3;
    text-decoration: none;
}

.lp-navigationSeries-linkList > li > a::before {
    display: block;
    position: absolute;
    top: 4px;
    left: -2px;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    content: "";
}

div#MainContent .lp-navigationSeries-linkList > li > a:link {
    color: #999;
}

div#MainContent .lp-navigationSeries-linkList > li > a::before {
    top: 0.3em;
}

.lp-navigationSeries-linkList > li > a:hover, .lp-navigationSeries-linkList > li > a:focus {
    text-decoration: underline;
}

.lp-utility-text-newLine {
    display: block;
}
