@charset "UTF-8";

.lp-layout-container {
    max-width: 970px;
    margin: 0 auto;
}

.lp-layout-container.of-primary {
    max-width: 832px;
}

@media only screen and (max-width: 969px) {
    .lp-layout-container {
        padding: 0 20px;
    }
}

.lp-layout-container > *:last-child {
    margin-bottom: 0;
}

.lp-layout-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -8px 0 8px -8px;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column {
    width: 20%;
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid.of-column-5 > .lp-layout-grid-column {
        width: 100%;
    }
}

.lp-layout-grid-column {
    width: 100%;
    margin-top: 8px;
    padding-left: 8px;
}

.lp-section {
    padding: 40px 0;
    background: #fff;
}

@media only screen and (max-width: 767px) {
    .lp-section {
        padding: 20px 0;
    }
}

.lp-section.of-primary {
    background: #e7eff4;
}

.lp-section:last-child {
    padding-bottom: 0;
}

.lp-jumbotron-title {
    display: block;
    font-size: 4rem;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-title {
        font-size: calc(40vw * 100 / 969);
    }
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-title {
        margin-bottom: 14px;
        font-size: 2.6rem;
    }
}

.lp-jumbotron-titleGroup {
    font-weight: bold;
    line-height: 1.2;
}

.theme-KC .lp-jumbotron-titleGroup {
    font-weight: normal;
    text-align: center;
}

.lp-jumbotron-titleGroup em {
    color: #d40001;
}

.lp-jumbotron-subtitle {
    display: block;
    margin-bottom: 6px;
    font-size: 2.7rem;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-subtitle {
        font-size: calc(27vw * 100 / 969);
    }
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-subtitle {
        margin-bottom: 10px;
        font-size: 2.2rem;
    }
}

.lp-jumbotron-image {
    margin-bottom: 20px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-image {
        max-width: 480px;
        margin: 0 auto 20px;
    }
}

.lp-jumbotron > *:last-child {
    margin-bottom: 0;
}

.lp-media {
    display: flex;
}

@media only screen and (max-width: 767px) {
    .lp-media {
        flex-direction: column;
        margin-bottom: 10px;
        text-align: center;
    }
}

.lp-media-body {
    flex: 1;
}

@media only screen and (max-width: 767px) {
    .lp-media-body {
        flex: auto;
    }
}

.lp-media-image {
    min-height: 0%;
    margin-left: 40px;
}

@media only screen and (max-width: 767px) {
    .lp-media-image {
        margin-left: 0;
    }
    .lp-media-image img {
        max-width: 226px;
    }
}

.lp-mediaFeature {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.lp-mediaFeature-body {
    width: 100%;
}

.lp-mediaFeature-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaFeature-image {
    margin-right: 12px;
}

.lp-mediaFeature-image img {
    max-width: inherit;
}

@media only screen and (max-width: 970px) {
    .lp-mediaFeature-image img {
        max-height: 118px;
    }
}

@media only screen and (max-width: 832px) {
    .lp-mediaFeature-image img {
        max-height: calc(108vw * 100 / 768);
    }
}

@media only screen and (max-width: 767px) {
    .lp-mediaFeature-image img {
        max-height: inherit;
    }
}

@media only screen and (max-width: 432px) {
    .lp-mediaFeature-image img {
        width: calc(150vw * 100 / 360);
    }
}

.lp-mediaAsset {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 767px) {
    .lp-mediaAsset {
        flex-direction: column-reverse;
    }
}

.lp-mediaAsset-body {
    font-size: 2.5rem;
}

@media only screen and (max-width: 767px) {
    .lp-mediaAsset-body {
        width: 100%;
        font-size: 2rem;
    }
    .theme-KC .lp-mediaAsset-body {
        text-align: center;
    }
}

.lp-mediaAsset-body > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .lp-mediaAsset-body br {
        display: none;
    }
}

.lp-mediaAsset-image {
    margin-right: 40px;
}

@media only screen and (max-width: 767px) {
    .lp-mediaAsset-image {
        min-height: 0%;
        margin-right: 0;
        margin-bottom: 12px;
    }
}

.lp-mediaAsset-image img {
    max-width: inherit;
}

.lp-card {
    margin-bottom: 40px;
    padding: 8px 8px 24px;
    border: 1px solid #dce1e7;
    background: #ecf1f6;
}

@media only screen and (max-width: 767px) {
    .lp-card {
        margin: 0 -20px 30px;
        padding: 10px 20px 20px;
        border: 0;
    }
}

.lp-card-title {
    padding: 8px;
    font-size: 3rem;
    font-weight: normal;
    line-height: 1.3;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .lp-card-title {
        padding: 5px 0 14px;
        font-size: 2rem;
    }
}

.lp-card-body {
    padding: 15px 17px;
    background: #fff;
}

@media only screen and (max-width: 767px) {
    .lp-card-body {
        max-width: 393px;
        margin: 0 auto;
        padding: 5px;
    }
}

.lp-card-body > *:last-child {
    margin-bottom: 0;
}

.lp-cardDownload {
    margin-top: 50px;
    padding: 5px 20px;
    background: linear-gradient(#3f3f3f, #1c1c1c);
    color: #fff;
    font-size: 2.4rem;
    font-weight: normal;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .lp-cardDownload {
        margin-top: 30px;
        margin-right: -20px;
        margin-left: -20px;
        padding: 7px 20px;
        font-size: calc(24vw * 100 / 640);
    }
}

.lp-cardDownload-body {
    display: inline-block;
    position: relative;
    margin-bottom: 0;
    padding: 0 80px;
}

@media only screen and (max-width: 767px) {
    .lp-cardDownload-body {
        padding: 0 60px;
    }
}

.lp-cardDownload-body > *:last-child {
    margin-bottom: 0;
}

.lp-cardDownload-body::before,
.lp-cardDownload-body::after {
    display: block;
    position: absolute;
    top: 50%;
    width: 24px;
    height: 28px;
    margin-top: -14px;
    background: url("../../../img/landing_page/common/icon_btn_arrow.png") no-repeat;
    content: "";
}

@media only screen and (max-width: 767px) {
    .lp-cardDownload-body::before,
    .lp-cardDownload-body::after {
        width: 16px;
        height: 18px;
        margin-top: -9px;
        background-size: contain;
    }
}

.lp-cardDownload-body::before {
    left: 0;
}

.lp-cardDownload-body::after {
    right: 0;
}

.lp-figure {
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .lp-figure {
        display: flex;
        align-items: center;
    }
}

@media only screen and (max-width: 767px) {
    .lp-figure img {
        margin-right: 10px;
    }
}

.lp-figure-caption {
    margin-top: 8px;
    line-height: 1.3;
}

@media only screen and (max-width: 767px) {
    .lp-figure-caption {
        flex: 1;
        margin-top: 0;
        text-align: left;
    }
}

.lp-headingLevel2 {
    position: relative;
    margin-bottom: 14px;
    padding-bottom: 10px;
    font-size: 3.6rem;
    line-height: 1.3;
    text-align: center;
}

.theme-KC .lp-headingLevel2 {
    font-weight: normal;
}

@media only screen and (max-width: 767px) {
    .lp-headingLevel2 {
        font-size: 2.4rem;
    }
}

.lp-headingLevel2::before {
    display: block;
    position: absolute;
    right: 50%;
    bottom: 0;
    width: 405px;
    height: 1px;
    transform: translateX(50%);
    background: #d40001;
    content: "";
}

@media only screen and (max-width: 767px) {
    .lp-headingLevel2::before {
        width: 100%;
    }
}

.lp-text {
    font-size: 1.8rem;
    line-height: 1.3;
}

html:not(.theme-KA) .lp-text {
    font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
    .lp-text {
        font-size: 1.6rem;
    }
}

.lp-textLead {
    margin-bottom: 36px;
    font-size: 1.8rem;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .lp-textLead {
        margin-bottom: 20px;
        line-height: 1.3;
        text-align: left;
    }
}

.lp-step {
    display: flex;
    flex-wrap: wrap;
    margin: -44px 0 40px -44px;
}

@media only screen and (max-width: 767px) {
    .lp-step {
        max-width: 393px;
        margin: -44px auto 20px auto;
    }
}

.lp-step-column {
    display: flex;
    flex: 1;
    flex-direction: column;
    margin-top: 44px;
    padding-left: 44px;
}

@media only screen and (max-width: 767px) {
    .lp-step-column {
        flex: none;
        width: 100%;
        padding-left: 0;
    }
}

.lp-step-column + .lp-step-column {
    position: relative;
}

.lp-step-column + .lp-step-column::before {
    display: block;
    position: absolute;
    bottom: 50px;
    left: 10px;
    width: 22px;
    height: 24px;
    transform: rotate(-90deg);
    background: url("../../img/landing_page/pr_striped_lighting/pr_striped_lighting_rwd_arrow.png") no-repeat;
    content: "";
}

@media only screen and (max-width: 767px) {
    .lp-step-column + .lp-step-column::before {
        top: -34px;
        bottom: inherit;
        left: 50%;
        transform: translateX(-50%) rotate(0);
    }
}

.lp-step-title {
    box-sizing: content-box;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    padding: 10px 30px;
    background: #444e61;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
}

.theme-KC .lp-step-title {
    font-weight: normal;
}

@media only screen and (max-width: 767px) {
    .lp-step-title {
        height: auto !important;
        margin-bottom: 10px;
        padding: 10px;
    }
}

.lp-step-image {
    text-align: center;
}

.lp-listButton {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -10px;
}

.lp-listButton > li {
    margin-left: 10px;
}

@media only screen and (max-width: 767px) {
    .lp-listButton {
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
        margin-left: 0;
    }
    .lp-listButton > li {
        margin-bottom: 8px;
        margin-left: 0;
    }
    .lp-listButton > li:last-child {
        margin-bottom: 0;
    }
}

.lp-buttonConversion {
    display: inline-block;
    margin-bottom: 10px;
    background: #f30b19;
    color: #fff;
    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 #ccc;
}

.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-buttonConversion.of-primary {
    min-width: 247px;
    padding-right: 24px;
    background: #1a90db;
}

.lp-buttonConversion.of-primary-body {
    padding-bottom: 9px;
}

.lp-utility-textColor-primary {
    color: #2cd15e;
}

@media only screen and (max-width: 767px) {
    .lp-buttonConversion.of-primary {
        min-width: auto;
    }
}

@media screen and (max-width: 767px) {
    .lp-smallScreen-hide {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .lp-smallScreen-show {
        display: none;
    }
}

.theme-KC .lp-smallScreen-textWeight-normal {
    font-weight: normal;
}

@media only screen and (max-width: 767px) {
    .lp-smallScreen-textWeight-normal {
        font-weight: normal;
    }
}
