@charset "UTF-8";

.lp-layout-grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
}

.lp-layout-grid-column {
    padding: 0 0 10px 20px;
}

.lp-layout-grid-column.of-flex {
    display: flex;
}

.lp-layout-grid-column > *:last-child {
    margin-bottom: 0;
}

.lp-layout-grid.of-column-12 .of-column-4 {
    width: 33.33333%;
}

.lp-layout-grid.of-column-12 .of-column-6 {
    width: 50%;
}

.lp-layout-grid.of-full {
    margin-left: 0;
}

.lp-layout-grid.of-full > .lp-layout-grid-column {
    padding: 0;
}

.lp-layout-grid.of-full .lp-layout-grid-columnContent {
    padding-left: 45px;
}

.lp-layout-grid.of-align-center {
    align-items: center;
}

.lp-layout-grid.of-row-reverse {
    flex-direction: row-reverse;
}

@media only screen and (max-width: 969px) {
    .lp-layout-grid.lp-smallScreen-column {
        flex-direction: column;
        margin-bottom: 40px;
    }
    .lp-layout-grid.lp-smallScreen-column.of-column-12 > .of-column-6 {
        width: 100%;
    }
    .lp-layout-grid.lp-smallScreen-column.of-full > .lp-layout-grid-column {
        margin-bottom: 20px;
    }
    .lp-layout-grid.lp-smallScreen-column.of-full > .lp-layout-grid-column:last-child {
        margin-bottom: 0;
    }
    .lp-layout-grid.lp-smallScreen-column.of-full .lp-layout-grid-columnContent {
        padding-left: 0;
    }
}

@media only screen and (max-width: 640px) {
    .lp-layout-grid {
        margin-bottom: 25px;
    }
    .lp-layout-grid.lp-extraSmallScreen-column {
        margin-left: 0;
    }
    .lp-layout-grid.lp-extraSmallScreen-column .lp-layout-grid-column {
        justify-content: center;
        width: 100%;
        margin-bottom: 20px;
        padding: 0;
    }
    .lp-layout-grid.lp-extraSmallScreen-column .lp-layout-grid-column:last-child {
        margin-bottom: 0;
    }
}

.lp-layout-gridComparison {
    display: flex;
    margin-left: -30px;
}

.lp-layout-gridComparison-column {
    padding-left: 30px;
}

.lp-layout-gridComparison-column.of-flex {
    display: flex;
    flex-direction: column;
}

@media only screen and (max-width: 969px) {
    .lp-layout-gridComparison {
        justify-content: center;
    }
}

@media only screen and (max-width: 640px) {
    .lp-layout-gridComparison.lp-extraSmallScreen-column {
        flex-direction: column;
        align-items: center;
    }
    .lp-layout-gridComparison.lp-extraSmallScreen-column .lp-layout-gridComparison-column {
        margin-bottom: 45px;
    }
    .lp-layout-gridComparison.lp-extraSmallScreen-column .lp-layout-gridComparison-column:last-child {
        margin-bottom: 0;
    }
}

.lp-layout-container {
    max-width: 970px;
    margin: 0 auto;
    padding: 0 20px;
}

.lp-jumbotron {
    min-height: 540px;
    overflow: hidden;
}

.lp-jumbotron-content {
    display: flex;
    position: relative;
    align-items: flex-start;
    max-width: calc(970px + 40px);
    margin: 0 auto;
    padding: 0 20px;
}

.lp-jumbotron-body {
    width: 490px;
    padding: 48px 0 52px;
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-title {
    margin-bottom: 68px;
}

.theme-KC .lp-jumbotron-title {
    font-weight: normal;
}

.lp-jumbotron-titleIcon {
    margin-right: 13px;
    padding: 4px 12px;
    background: #e60012;
    color: #ffffff;
    font-size: 1.6rem;
    line-height: 1;
    word-break: keep-all;
}

.lp-jumbotron-titleSeries {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.lp-jumbotron-titleSeriesName {
    color: #666666;
    font-size: 2rem;
    font-weight: normal;
    font-weight: bold;
}

.theme-KC .lp-jumbotron-titleSeriesName {
    font-weight: normal;
}

.lp-jumbotron-titleText {
    display: block;
    margin-bottom: 15px;
    font-size: 6rem;
    line-height: 1.2;
}

.lp-jumbotron-titleSubText {
    display: block;
    color: #ffffff;
    font-size: 2.8rem;
}

.lp-jumbotron-titleSubTextBody {
    display: inline-block;
    padding: 5px 30px;
    background: #1350a1;
}

.lp-jumbotron-titleLead {
    display: block;
    margin-bottom: 14px;
    color: #1350a1;
    font-size: 4rem;
}

.lp-jumbotron-titleLead > em {
    font-size: 10rem;
    line-height: 1;
}

.theme-KC .lp-jumbotron-titleLead > em {
    font-weight: normal;
}

.lp-jumbotron-image {
    z-index: -1;
    position: absolute;
    right: -368px;
    min-height: 0%;
}

.theme-KC .lp-jumbotron-image {
    right: -265px;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron {
        min-height: calc((540 * 100vw) / 970);
    }
    .lp-jumbotron-body {
        width: calc((485 * 100vw) / 970);
        padding: calc((48 * 100vw) / 970) 0 calc((52 * 100vw) / 970);
    }
    .lp-jumbotron-title {
        margin-bottom: calc((68 * 100vw) / 970);
    }
    .lp-jumbotron-titleIcon {
        font-size: calc((16 * 100vw) / 970);
    }
    .lp-jumbotron-titleSeries {
        margin-bottom: calc((12 * 100vw) / 970);
    }
    .lp-jumbotron-titleSeriesName {
        font-size: calc((20 * 100vw) / 970);
    }
    .lp-jumbotron-titleText {
        margin-bottom: calc((15 * 100vw) / 970);
        font-size: calc((60 * 100vw) / 970);
    }
    .lp-jumbotron-titleSubText {
        font-size: calc((28 * 100vw) / 970);
    }
    .lp-jumbotron-titleSubTextBody {
        padding: 5px calc((30 * 100vw) / 970);
    }
    .lp-jumbotron-titleLead {
        font-size: calc((40 * 100vw) / 970);
    }
    .lp-jumbotron-titleLead > em {
        font-size: calc((100 * 100vw) / 970);
    }
    .lp-jumbotron-image {
        right: calc((-368 * 100vw) / 970);
        width: calc((1180 * 100vw) / 970);
    }
    .theme-KC .lp-jumbotron-image {
        right: calc((-265 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron-body {
        width: 100%;
        margin-top: calc((350 * 100vw) / 640);
        padding: 0 0 30px;
        text-align: center;
    }
    .lp-jumbotron-title {
        margin-bottom: 35px;
    }
    .lp-jumbotron-titleIcon {
        margin-right: 0;
        margin-bottom: 5px;
        font-size: 16px;
    }
    .lp-jumbotron-titleSeries {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
    }
    .lp-jumbotron-titleSeriesName {
        font-size: 16px;
    }
    .lp-jumbotron-titleText {
        margin-bottom: 10px;
        font-size: 36px;
    }
    .lp-jumbotron-titleSubText {
        font-size: 18px;
    }
    .lp-jumbotron-titleSubTextBody {
        padding: 5px 10px;
    }
    .lp-jumbotron-titleLead {
        margin-bottom: 10px;
        font-size: 28px;
    }
    .lp-jumbotron-titleLead > em {
        font-size: 60px;
    }
    .lp-jumbotron-image {
        right: calc((-55 * 100vw) / 640);
        width: calc((800 * 100vw) / 640);
    }
    .theme-KC .lp-jumbotron-image {
        right: calc((-55 * 100vw) / 640);
        width: calc((800 * 100vw) / 640);
    }
}

.lp-section-content {
    position: relative;
    max-width: calc(970px + 40px);
    margin: 0 auto;
    padding: 54px 20px;
}

.lp-section-content > *:last-child {
    margin-bottom: 0;
}

.lp-section.of-primary {
    background: #1b2128;
    color: #ffffff;
}

.lp-section.of-primary .lp-headingLevel2 {
    color: #ffffff;
}

.lp-section.of-primary .lp-headingLevel2::before {
    background: #4e4e4e;
}

.lp-section.of-primary .lp-headingLevel2::after {
    background: #ffffff;
}

.lp-section.of-secondary {
    overflow: hidden;
}

.lp-section.of-tertiary {
    background: #004497;
    color: #ffffff;
}

.lp-section.of-tertiary .lp-headingLevel2 {
    color: #ffffff;
}

.lp-section.of-tertiary .lp-headingLevel2::before {
    background: #115cb8;
}

.lp-section.of-tertiary .lp-headingLevel2::after {
    background: #ffffff;
}

.lp-section.of-quaternary {
    background: linear-gradient(#ffffff, #f1f1f1);
}

@media only screen and (max-width: 969px) {
    .lp-section-content {
        padding: calc((40 * 100vw) / 970) 20px;
    }
}

@media only screen and (max-width: 640px) {
    .lp-section-content {
        padding: 20px;
    }
    .lp-section.of-quaternary {
        background: none;
    }
}

.lp-headingLevel2 {
    position: relative;
    margin-bottom: 46px;
    color: #00479d;
    line-height: 1.2;
}

.lp-headingLevel2.of-primary {
    font-size: 4.2rem;
}

.lp-headingLevel2.of-primary::before, .lp-headingLevel2.of-primary::after {
    position: absolute;
    bottom: -20px;
    left: 0;
    height: 1px;
    content: "";
}

.lp-headingLevel2.of-primary::before {
    width: 100%;
    background: #e2e2e2;
}

.lp-headingLevel2.of-primary::after {
    width: 100px;
    background: #00479d;
}

.lp-headingLevel2.of-secondary {
    margin-bottom: 40px;
    padding: 12px 20px;
    border: 1px solid #00479d;
    border-top-width: 4px;
    background: #ffffff;
    font-size: 2.5rem;
    text-align: center;
}

.theme-KC .lp-headingLevel2 {
    font-weight: normal;
}

@media only screen and (max-width: 969px) {
    .lp-headingLevel2 {
        margin-bottom: calc((46 * 100vw) / 970);
        text-align: center;
    }
    .lp-headingLevel2.of-primary {
        font-size: calc((42 * 100vw) / 970);
    }
    .lp-headingLevel2.of-primary::before, .lp-headingLevel2.of-primary::after {
        bottom: calc((-20 * 100vw) / 970);
    }
    .lp-headingLevel2.of-secondary {
        margin: 0 -20px calc((40 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-headingLevel2 {
        margin-bottom: 30px;
    }
    .lp-headingLevel2.of-primary {
        font-size: 28px;
    }
    .lp-headingLevel2.of-primary::before, .lp-headingLevel2.of-primary::after {
        bottom: -13px;
    }
    .lp-headingLevel2.of-secondary {
        margin-bottom: 20px;
    }
}

.lp-text {
    margin-bottom: 36px;
    line-height: 1.75;
}

@media only screen and (max-width: 969px) {
    .lp-text {
        margin-bottom: calc((36 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-text {
        margin-bottom: 20px;
    }
}

.lp-buttonConversion {
    display: inline-block;
    margin: 0 0 16px;
    background: #f30b19;
    color: #ffffff;
    font-size: 2rem;
    text-decoration: none;
}

.lp-buttonConversion-body {
    display: block;
    padding: 10px 56px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 10px;
    padding-left: 16px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
    display: block;
    width: 25px;
    height: 25px;
    margin-right: 14px;
    background: url("../../img/common/icon_textbutton_download_trans_l.png") no-repeat;
    background-size: contain;
    content: "";
}

.lp-buttonConversion.of-download .lp-buttonConversion-text {
    text-align: center;
}

.lp-buttonConversion.of-download .lp-buttonConversion-image {
    margin: -24px 0 -24px 16px;
    border: 1px solid #cccccc;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
    width: 16px;
    height: 13px;
    background: url("../../img/landing_page/common/icon_btn_anc.png") no-repeat;
}

.lp-media {
    display: flex;
}

.lp-media-body {
    flex: 1;
}

.lp-media-image {
    min-height: 0%;
    margin-bottom: 0;
}

.lp-media.of-row-reverse {
    flex-direction: row-reverse;
}

.lp-media.of-row-reverse .lp-media-image {
    margin-right: 45px;
}

.lp-media.of-align-center {
    align-items: center;
}

.lp-media.of-secondary .lp-media-body {
    position: relative;
}

.lp-media.of-secondary .lp-media-image {
    width: 539px;
    margin-right: -125px;
}

@media only screen and (max-width: 969px) {
    .lp-media {
        margin-bottom: 30px;
    }
    .lp-media.of-primary {
        flex-direction: column;
    }
    .lp-media.of-primary .lp-media-body {
        flex: inherit;
    }
    .lp-media.of-primary .lp-media-image {
        width: 100%;
        margin: 0;
        text-align: center;
    }
    .lp-media.of-secondary .lp-media-image {
        display: none;
    }
}

.lp-mediaComparison {
    max-width: 250px;
}

.lp-mediaComparison-text {
    font-size: 1.3rem;
}

.lp-mediaComparison-image {
    min-height: 0%;
    margin-bottom: 10px;
}

.lp-mediaComparison-image > img {
    width: 100%;
}

.lp-mediaComparison.of-arrow .lp-mediaComparison-image {
    position: relative;
}

.lp-mediaComparison.of-arrow .lp-mediaComparison-image::before {
    position: absolute;
    top: 50%;
    right: -23px;
    transform: translateY(-50%);
    border-width: 19.5px 0 19.5px 15px;
    border-style: solid;
    border-color: transparent transparent transparent #818181;
    content: "";
}

.lp-mediaComparison.of-column-reverse {
    display: flex;
    flex-direction: column-reverse;
}

@media only screen and (max-width: 640px) {
    .lp-extraSmallScreen-column .lp-mediaComparison.of-arrow {
        position: relative;
    }
    .lp-extraSmallScreen-column .lp-mediaComparison.of-arrow::before {
        position: absolute;
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%);
        border-width: 15px 19.5px 0 19.5px;
        border-style: solid;
        border-color: #818181 transparent transparent transparent;
        content: "";
    }
    .lp-extraSmallScreen-column .lp-mediaComparison.of-arrow .lp-mediaComparison-image::before {
        content: none;
    }
}

.lp-mediaMeasurement {
    display: flex;
    flex-direction: row-reverse;
}

.lp-mediaMeasurement-text {
    flex: 1;
    margin-bottom: 0;
    padding: 5px 10px;
    font-size: 1.3rem;
}

@media only screen and (max-width: 640px) {
    .lp-mediaMeasurement {
        align-items: center;
    }
}

.lp-mediaStep {
    display: flex;
    position: relative;
    flex-direction: row-reverse;
    align-items: center;
    width: 100%;
    color: #00255a;
    font-weight: bold;
}

.lp-mediaStep-body {
    flex: 1;
    padding: 0 20px;
    font-size: 3rem;
    text-align: center;
}

.lp-mediaStep-body > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 640px) {
    .lp-mediaStep-body {
        font-size: 2rem;
    }
}

.lp-mediaApplication {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
}

.lp-mediaApplication-body {
    display: flex;
    flex: 1 0 auto;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
    padding: 10px;
    background: #00316b;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
}

.lp-mediaApplication-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaApplication-image {
    min-height: 0%;
}

@media only screen and (max-width: 640px) {
    .lp-mediaApplication {
        width: auto;
    }
}

.lp-card {
    background: #ffffff;
    color: #000000;
}

.lp-card-title {
    margin-bottom: 0;
    padding: 10px;
    background: #c2e018;
    color: #00255a;
    text-align: center;
}

.lp-card-body {
    padding: 10px;
}

.lp-card-body > *:last-child {
    margin-bottom: 0;
}

.lp-card .lp-layout-grid-column:nth-last-of-type(-n+2) {
    padding-bottom: 0;
}

.lp-listStep-number {
    width: 87px;
    margin-bottom: 0;
    padding: 20px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.1;
    text-align: center;
}

.lp-listStep-body {
    display: flex;
    position: relative;
    flex: 1;
    align-items: center;
    justify-content: center;
    padding: 18px;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}

.lp-listStep-body::before {
    z-index: 1;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #00316d transparent transparent transparent;
    content: "";
}

.lp-listStep-body > *:last-child {
    margin-bottom: 0;
}

.lp-listStep > li {
    display: flex;
}

.lp-listStep > li.of-primary .lp-listStep-number {
    background: #00255a;
}

.lp-listStep > li.of-primary .lp-listStep-body {
    background: #00316d;
}

.lp-listStep > li.of-secondary .lp-listStep-number {
    background: #003a8b;
}

.lp-listStep > li.of-secondary .lp-listStep-body {
    background: #004ca8;
}

.lp-listStep > li.of-secondary .lp-listStep-body::before {
    border-top-color: #004ca8;
}

.lp-listStep > li.of-tertiary .lp-listStep-number {
    background: #004eb6;
}

.lp-listStep > li.of-tertiary .lp-listStep-body {
    background: #005ac8;
}

.lp-listStep > li.of-tertiary .lp-listStep-body::before {
    border-top-color: #005ac8;
}

.lp-listStep > li:last-child {
    position: relative;
    background: #ffffff;
}

.lp-listStep > li:last-child::before {
    display: block;
    position: absolute;
    width: 87px;
    height: 100%;
    background: #c2e018;
    content: "";
}

@media only screen and (max-width: 640px) {
    .lp-listStep-body {
        font-size: 1.8rem;
    }
}

.lp-mediaAsset {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
}

.lp-mediaAsset-body {
    padding: 0 45px;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.3;
}

.theme-KC .lp-mediaAsset-body {
    font-weight: normal;
}

.lp-mediaAsset-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaAsset-image {
    min-height: 0%;
    margin-right: 20px;
}

@media only screen and (max-width: 969px) {
    .lp-mediaAsset {
        margin: calc((40 * 100vw) / 970) 0;
    }
    .lp-mediaAsset-body {
        padding: 0 calc((45 * 100vw) / 970);
        font-size: calc((28 * 100vw) / 970);
    }
    .lp-mediaAsset-image {
        width: calc((336 * 100vw) / 970);
        text-align: center;
    }
}

@media only screen and (max-width: 640px) {
    .lp-mediaAsset {
        flex-direction: column-reverse;
        margin: 40px 0;
    }
    .lp-mediaAsset-body {
        width: 100%;
        max-width: none;
        font-size: 2.8rem;
        font-weight: bold;
        text-align: center;
    }
    .lp-mediaAsset-image {
        width: 100%;
        margin: 0;
    }
}

@media only screen and (min-width: 970px) {
    .smallScreen-show {
        display: none;
    }
}
