@charset "UTF-8";

.lp-jumbotron {
    background: url("../../img/landing_page/lm_pr/lm_ws_sr57339_bg_04.png") no-repeat top #182850;
    color: #fff;
}

.lp-jumbotron-content {
    display: flex;
    max-width: calc(1024px + 40px);
    margin: 0 auto;
    padding: 0 20px;
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron-content {
        flex-direction: column-reverse;
        padding: 20px 20px 35px;
    }
}

.lp-jumbotron-body {
    flex: 1;
    padding: 60px 0;
    display: flex;
    z-index: 1;
    flex-wrap: wrap;
}

.lp-jumbotron-body > .lp-buttonConversion-outer {
    order: 3;
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron-body {
        flex: none;
        padding: 0;
    }
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-textGroup {
    margin-bottom: 25px;
    font-size: 4.2rem;
    line-height: 1.2;
    order: 2;
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-textGroup {
        margin-bottom: calc((25 * 100vw) / 1024);
        font-size: calc((54 * 100vw) / 1024);
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron-textGroup {
        margin-bottom: 20px;
        font-size: 2.6rem;
    }
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: 12px;
    font-size: 3.6rem;
    line-height: 1.19;
    text-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-title {
        margin-bottom: 0;
        font-size: calc((42 * 100vw) / 1024);
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron-title {
        margin-bottom: 10px;
        font-size: 2.2rem;
        line-height: 1.4;
    }
}

.lp-jumbotron-title > em {
    display: block;
    margin-bottom: 2px;
    font-size: 5.2rem;
    font-weight: normal;
    line-height: 1.1;
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-title > em {
        font-size: calc((52 * 100vw) / 1024);
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron-title > em {
        font-size: 3.2rem;
    }
}

.lp-jumbotron-title > em .of-textSize-primary {
    font-size: 11.9rem;
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-title > em .of-textSize-primary {
        font-size: calc((119 * 100vw) / 1024);
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron-title > em .of-textSize-primary {
        font-size: 6.8rem;
    }
}

.lp-jumbotron-title > em .of-veticalAlign-middle {
    display: inline-block;
    position: relative;
    bottom: -3px;
    vertical-align: middle;
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-title > em .of-veticalAlign-middle {
        bottom: calc((-3 * 100vw) / 1024);
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron-title > em .of-veticalAlign-middle {
        bottom: 2px;
    }
}

.lp-jumbotron-title > em .of-letterSpacing-small {
    letter-spacing: -14px;
}

.lp-jumbotron-series {
    display: block;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 1.4;
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-series {
        font-size: calc((18 * 100vw) / 1024);
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron-series {
        font-size: 1.6rem;
    }
}

.lp-jumbotron-text {
    display: block;
    font-size: 1.8rem;
    line-height: 1.4;
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-text {
        font-size: calc((18 * 100vw) / 1024);
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron-text {
        font-size: 1.6rem;
    }
}

.lp-jumbotron-icon {
    display: inline-block;
    margin: 0 0 6px 2px;
    padding: 2px 11px 1px 9px;
    border: 1px solid #fff;
    font-size: 1.6rem;
    line-height: 1.45;
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-icon {
        font-size: calc((16 * 100vw) / 1024);
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron-icon {
        margin: 0 0 5px 0;
        padding: 2px 3px;
        font-size: 1.4rem;
        line-height: 1.2;
    }
}

.lp-jumbotron-lead {
    align-self: center;
    order: 1;
    margin-bottom: 10px;
    padding: 5px 20px;
    border: 1px solid #e60012;
    background: #fff;
    color: #e60012;
    font-size: 2.2rem;
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron-lead {
        font-size: 1.8rem;
        margin-bottom: 20px;
        padding: 5px 12px;
    }
}

.lp-jumbotron-image {
    z-index: 0;
    position: relative;
    align-self: center;
    width: 360px;
    margin: 0 20px 0 35px;
    padding-top: 40px;
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-image {
        width: calc((360 * 100vw) / 1024);
        margin: 0 calc((20 * 100vw) / 1024) 0 calc((65 * 100vw) / 1024);
        padding-top: calc((40 * 100vw) / 1024);
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron-image {
        align-self: center;
        width: calc((140 * 100vw) / 320);
        max-width: 100%;
        min-height: 0%;
        margin: calc((15 * 100vw) / 320) 0 0 calc((80 * 100vw) / 320);
        padding-top: 0;
    }
}

.lp-jumbotron-image::after {
    z-index: -1;
    position: absolute;
    top: 0;
    left: -170px;
    width: 561px;
    height: 581px;
    background: url("../../img/landing_page/lm_pr/lm_ws_sr57339_bg_05.png") no-repeat top;
    background-size: contain;
    content: "";
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-image::after {
        left: calc((-170 * 100vw) / 1024);
        width: calc((561 * 100vw) / 1024);
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron-image::after {
        top: calc((-15 * 100vw) / 320);
        left: calc((-90 * 100vw) / 320);
        width: calc((250 * 100vw) / 320);
        height: calc((226 * 100vw) / 320);
    }
}

.lp-section {
    background: #fff;
    color: #333;
}

.lp-section.of-primary {
    position: relative;
    background: #dadada;
}

.lp-section.of-primary::before {
    display: block;
    position: absolute;
    bottom: -80px;
    left: 50%;
    width: 0;
    height: 0;
    transform: translateX(-50%);
    border-width: 40px 110px;
    border-style: solid;
    border-color: #dadada transparent transparent transparent;
    content: "";
}

@media only screen and (max-width: 1023px) {
    .lp-section.of-primary::before {
        bottom: calc((-80 * 100vw) / 1024);
        border-width: calc((40 * 100vw) / 1024) calc((110 * 100vw) / 1024);
    }
}

@media only screen and (max-width: 640px) {
    .lp-section.of-primary::before {
        bottom: -40px;
        border-width: 20px 50px;
    }
}

.lp-section.of-secondary {
    background: #11224d url("../../img/landing_page/lm_pr/lm_ws_sr57339_bg_02.jpg") no-repeat top center;
    color: #fff;
}

@media only screen and (max-width: 640px) {
    .lp-section.of-secondary {
        background-size: contain;
    }
}

.lp-section.of-secondary .lp-section-content {
    padding: 45px 20px 0;
}

@media only screen and (max-width: 1023px) {
    .lp-section.of-secondary .lp-section-content {
        padding: calc((45 * 100vw) / 1024) 20px 0;
    }
}

@media only screen and (max-width: 640px) {
    .lp-section.of-secondary .lp-section-content {
        padding: 30px 20px 20px;
    }
}

.lp-section-content {
    max-width: calc(1024px + 40px);
    margin: 0 auto;
    padding: 30px 20px;
}

@media only screen and (max-width: 1023px) {
    .lp-section-content {
        padding: calc((30 * 100vw) / 1024) calc((20 * 100vw) / 1024);
    }
}

@media only screen and (max-width: 640px) {
    .lp-section-content {
        padding: 20px;
    }
}

.lp-section-body > *:last-child {
    margin-bottom: 0;
}

.lp-section-header {
    max-width: 770px;
    margin: 0 auto 20px;
}

@media only screen and (max-width: 1023px) {
    .lp-section-header {
        margin: 0 auto calc((20 * 100vw) / 1024);
    }
}

@media only screen and (max-width: 640px) {
    .lp-section-header {
        max-width: 100%;
        margin-bottom: 20px;
        padding: 0;
    }
}

.lp-section-header > *:last-child {
    margin-bottom: 0;
}

.lp-card {
    max-width: 870px;
    margin: 0 auto 20px;
    padding: 5px 50px;
    background: #e7e7e7;
}

@media only screen and (max-width: 1023px) {
    .lp-card {
        padding: calc((5 * 100vw) / 1024) calc((50 * 100vw) / 1024);
    }
}

@media only screen and (max-width: 640px) {
    .lp-card {
        padding: 10px 20px;
    }
}

.lp-cardComparison {
    max-width: 600px;
    border: 1px solid #3663b6;
}

@media only screen and (max-width: 640px) {
    .lp-cardComparison {
        max-width: 100%;
    }
}

.lp-cardComparison-body {
    padding: 15px 20px 30px;
    background: url("../../img/landing_page/lm_pr/lm_ws_sr57339_bg_03.png") repeat 0 0;
}

@media only screen and (max-width: 1023px) {
    .lp-cardComparison-body {
        padding: calc((15 * 100vw) / 1024) calc((20 * 100vw) / 1024) calc((30 * 100vw) / 1024);
    }
}

@media only screen and (max-width: 640px) {
    .lp-cardComparison-body {
        padding: 16px 20px;
    }
}

.lp-cardComparison-body > *:last-child {
    margin-bottom: 0;
}

.lp-cardComparison-title {
    margin-bottom: 0;
    padding: 2px 20px;
    background: #3663b6;
    font-size: 2rem;
    text-align: center;
}

@media only screen and (max-width: 1023px) {
    .lp-cardComparison-title {
        padding: calc((2 * 100vw) / 1024) calc((20 * 100vw) / 1024);
        font-size: calc((20 * 100vw) / 1024);
    }
}

@media only screen and (max-width: 640px) {
    .lp-cardComparison-title {
        padding: 2px 20px;
        font-size: 2rem;
    }
}

.lp-cardComparison-text {
    margin-bottom: 15px;
    font-size: 1.8rem;
    line-height: 1.4;
}

@media only screen and (max-width: 1023px) {
    .lp-cardComparison-text {
        margin-bottom: calc((10 * 100vw) / 1024);
        font-size: calc((18 * 100vw) / 1024);
    }
}

@media only screen and (max-width: 640px) {
    .lp-cardComparison-text {
        margin-bottom: 10px;
        font-size: 2rem;
    }
}

.lp-media {
    display: flex;
    flex-direction: row-reverse;
}

@media only screen and (max-width: 640px) {
    .lp-media {
        flex-direction: column-reverse;
    }
}

.lp-media-body {
    flex: 1;
    padding: 35px 0;
}

@media only screen and (max-width: 1023px) {
    .lp-media-body {
        padding: calc((35 * 100vw) / 1024) 0;
    }
}

@media only screen and (max-width: 640px) {
    .lp-media-body {
        flex: none;
        padding: 0;
    }
}

.lp-media-image {
    align-self: flex-end;
    width: 375px;
    margin-right: 30px;
}

@media only screen and (max-width: 1023px) {
    .lp-media-image {
        width: calc((375 * 100vw) / 1024);
        margin-right: calc((30 * 100vw) / 1024);
    }
}

@media only screen and (max-width: 640px) {
    .lp-media-image {
        align-self: center;
        width: calc((120 * 100vw) / 320);
        min-height: 0%;
        margin-right: 0;
        margin-bottom: 15px;
    }
}

.lp-mediaConventional {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

@media only screen and (max-width: 640px) {
    .lp-mediaConventional {
        flex-direction: column-reverse;
    }
}

.lp-mediaConventional-body {
    flex: 1;
}

@media only screen and (max-width: 640px) {
    .lp-mediaConventional-body {
        flex: none;
        width: 100%;
    }
}

.lp-mediaConventional-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaConventional-image.of-width-primary {
    width: 149px;
}

@media only screen and (max-width: 1023px) {
    .lp-mediaConventional-image.of-width-primary {
        width: calc((149 * 100vw) / 1024);
    }
}

@media only screen and (max-width: 640px) {
    .lp-mediaConventional-image.of-width-primary {
        width: calc((149 * 100vw) / 320);
    }
}

.lp-mediaConventional-image.of-width-secondary {
    width: 194px;
}

@media only screen and (max-width: 1023px) {
    .lp-mediaConventional-image.of-width-secondary {
        width: calc((194 * 100vw) / 1024);
    }
}

@media only screen and (max-width: 640px) {
    .lp-mediaConventional-image.of-width-secondary {
        width: calc((194 * 100vw) / 320);
    }
}

.lp-mediaConventional-imageGroup {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 343px;
    margin-right: 40px;
}

@media only screen and (max-width: 1023px) {
    .lp-mediaConventional-imageGroup {
        max-width: calc((343 * 100vw) / 1024);
        margin-right: calc((40 * 100vw) / 1024);
    }
}

@media only screen and (max-width: 640px) {
    .lp-mediaConventional-imageGroup {
        width: 100%;
        max-width: calc((170 * 100vw) / 320);
        min-height: 0%;
        margin: 0 0 5px 0;
        text-align: center;
    }
}

.lp-mediaAsset {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

@media only screen and (max-width: 640px) {
    .lp-mediaAsset {
        flex-direction: column-reverse;
        align-items: center;
    }
}

.lp-mediaAsset.of-margin-adjust {
    margin: 0 100px;
}

@media only screen and (max-width: 1023px) {
    .lp-mediaAsset.of-margin-adjust {
        margin: 0 calc((100 * 100vw) / 1024);
    }
}

@media only screen and (max-width: 640px) {
    .lp-mediaAsset.of-margin-adjust {
        margin: 0;
    }
}

.lp-mediaAsset-body {
    z-index: 0;
    position: relative;
    flex: 1;
    margin-bottom: 83px;
    padding: 40px 0 15px;
}

@media only screen and (max-width: 1023px) {
    .lp-mediaAsset-body {
        margin-bottom: calc((83 * 100vw) / 1024);
        padding: calc((40 * 100vw) / 1024) 0 calc((15 * 100vw) / 1024);
    }
}

@media only screen and (max-width: 640px) {
    .lp-mediaAsset-body {
        flex: none;
        width: 100%;
        margin-bottom: calc((31 * 100vw) / 320);
        padding: 0;
        padding-bottom: 15px;
    }
}

.lp-mediaAsset-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaAsset-body::after {
    z-index: -1;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 329px;
    height: 83px;
    transform: translateX(-50%);
    background: url("../../img/landing_page/lm_pr/lm_ws_sr57339_bg_06.png") no-repeat top;
    background-size: contain;
    content: "";
}

@media only screen and (max-width: 1023px) {
    .lp-mediaAsset-body::after {
        width: calc((320 * 100vw) / 1024);
        height: calc((83 * 100vw) / 1024);
    }
}

@media only screen and (max-width: 640px) {
    .lp-mediaAsset-body::after {
        width: calc((120 * 100vw) / 320);
        height: calc((31 * 100vw) / 320);
    }
}

.lp-mediaAsset-text {
    font-size: 3rem;
    text-align: center;
}

@media only screen and (max-width: 1023px) {
    .lp-mediaAsset-text {
        font-size: calc((30 * 100vw) / 1024);
    }
}

@media only screen and (max-width: 640px) {
    .lp-mediaAsset-text {
        font-size: 2.2rem;
    }
}

.lp-mediaAsset-image {
    width: 320px;
    margin-right: 30px;
}

@media only screen and (max-width: 1023px) {
    .lp-mediaAsset-image {
        width: calc((320 * 100vw) / 1024);
        margin-right: calc((30 * 100vw) / 1024);
    }
}

@media only screen and (max-width: 640px) {
    .lp-mediaAsset-image {
        width: calc((220 * 100vw) / 320);
        margin-right: 0;
        margin-bottom: 5px;
        text-align: center;
    }
}

.lp-step {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1023px) {
    .lp-step {
        margin-bottom: calc((10 * 100vw) / 1024);
    }
}

@media only screen and (max-width: 640px) {
    .lp-step {
        flex-direction: column;
    }
}

.lp-step > *:last-child {
    padding-right: 0;
}

.lp-step :last-child::before {
    content: none;
}

.lp-step-column {
    display: flex;
    position: relative;
    align-items: center;
    padding-right: 32px;
}

@media only screen and (max-width: 1023px) {
    .lp-step-column {
        padding-right: calc((34 * 100vw) / 1024);
    }
}

@media only screen and (max-width: 640px) {
    .lp-step-column {
        flex-direction: column;
        min-height: 0%;
        padding-right: 0;
    }
}

.lp-step-column::before {
    position: absolute;
    top: 50%;
    right: 3px;
    width: 25px;
    height: 40px;
    transform: translateY(-50%);
    background: url("../../img/landing_page/lm_pr/lm_ws_sr57339_icon_02.png") no-repeat top;
    background-size: contain;
    content: "";
}

@media only screen and (max-width: 1023px) {
    .lp-step-column::before {
        right: calc((3 * 100vw) / 1024);
        width: calc((25 * 100vw) / 1024);
        height: calc((40 * 100vw) / 1024);
    }
}

@media only screen and (max-width: 640px) {
    .lp-step-column::before {
        top: 100%;
        right: 50%;
        width: 25px;
        height: 40px;
        transform: translateY(-90%) translateX(50%) rotate(90deg);
    }
}

.lp-figure {
    display: flex;
    flex-direction: column;
}

@media only screen and (max-width: 640px) {
    .lp-figure {
        min-height: 0%;
    }
}

.lp-figure.of-primary {
    width: 100%;
    max-width: 122px;
}

@media only screen and (max-width: 1023px) {
    .lp-figure.of-primary {
        max-width: calc((122 * 100vw) / 1024);
    }
}

@media only screen and (max-width: 640px) {
    .lp-figure.of-primary {
        max-width: 122px;
        margin: 13px auto 12px;
    }
}

.lp-figure.of-secondary {
    width: 100%;
    max-width: 185px;
}

@media only screen and (max-width: 1023px) {
    .lp-figure.of-secondary {
        max-width: calc((185 * 100vw) / 1024);
    }
}

@media only screen and (max-width: 640px) {
    .lp-figure.of-secondary {
        max-width: 185px;
        margin-bottom: 34px;
    }
}

.lp-figure.of-secondary > .lp-figure-caption {
    background: #666;
}

.lp-figure.of-tertiary {
    width: 100%;
    max-width: 215px;
}

@media only screen and (max-width: 1023px) {
    .lp-figure.of-tertiary {
        max-width: calc((215 * 100vw) / 1024);
    }
}

@media only screen and (max-width: 640px) {
    .lp-figure.of-tertiary {
        max-width: 215px;
    }
}

.lp-figure-caption {
    margin-bottom: 0;
    padding: 2px 10px;
    background: #3663b6;
    font-size: 1.8rem;
    line-height: 1.2;
    text-align: center;
}

@media only screen and (max-width: 1023px) {
    .lp-figure-caption {
        padding: calc((2 * 100vw) / 1024) calc((10 * 100vw) / 1024);
        font-size: calc((18 * 100vw) / 1024);
    }
}

@media only screen and (max-width: 640px) {
    .lp-figure-caption {
        padding: 2px 10px;
        font-size: 1.8rem;
    }
}

.lp-figure-image {
    min-height: 0%;
}

@media only screen and (max-width: 640px) {
    .lp-figure-image.of-transform-rotate {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 640px) {
    .lp-figure-image.of-transform-rotate > img {
        transform: rotate(90deg);
    }
}

.lp-list {
    color: #726c13;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.2;
}

@media only screen and (max-width: 1023px) {
    .lp-list {
        font-size: calc((20 * 100vw) / 1024);
    }
}

@media only screen and (max-width: 640px) {
    .lp-list {
        font-size: 1.8rem;
    }
}

.lp-list > *:last-child {
    margin-bottom: 0;
}

.lp-list > li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 13px;
}

@media only screen and (max-width: 640px) {
    .lp-list > li {
        margin-bottom: 10px;
    }
}

.lp-list > li::before {
    display: block;
    position: absolute;
    top: 0.4em;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #726c13;
    content: "";
}

.lp-listSolution {
    margin-bottom: 40px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.3;
}

@media only screen and (max-width: 1023px) {
    .lp-listSolution {
        margin-bottom: calc((40 * 100vw) / 1024);
        font-size: calc((20 * 100vw) / 1024);
    }
}

@media only screen and (max-width: 640px) {
    .lp-listSolution {
        margin-bottom: 20px;
        font-size: 1.8rem;
        line-height: 1.4;
    }
}

.lp-listSolution > *:last-child {
    margin-bottom: 0;
}

.lp-listSolution > li {
    position: relative;
    margin-bottom: 24px;
    padding-left: 30px;
}

@media only screen and (max-width: 1023px) {
    .lp-listSolution > li {
        margin-bottom: calc((24 * 100vw) / 1024);
        padding-left: calc((30 * 100vw) / 1024);
    }
}

@media only screen and (max-width: 640px) {
    .lp-listSolution > li {
        margin-bottom: 10px;
        padding-left: 20px;
    }
}

.lp-listSolution > li::before {
    display: inline-block;
    position: absolute;
    top: 0.1em;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url("../../img/landing_page/lm_pr/lm_ws_sr57339_icon_01.gif");
    content: "";
}

@media only screen and (max-width: 1023px) {
    .lp-listSolution > li::before {
        width: calc((20 * 100vw) / 1024);
        height: calc((20 * 100vw) / 1024);
        background-size: contain;
    }
}

@media only screen and (max-width: 640px) {
    .lp-listSolution > li::before {
        top: 0.3em;
        width: 16px;
        height: 16px;
        background-size: contain;
    }
}

.lp-headingLevel2 {
    margin-bottom: 30px;
    font-size: 3rem;
    font-weight: normal;
    line-height: 1.2;
}

@media only screen and (max-width: 1023px) {
    .lp-headingLevel2 {
        margin-bottom: calc((30 * 100vw) / 1024);
        font-size: calc((30 * 100vw) / 1024);
    }
}

@media only screen and (max-width: 640px) {
    .lp-headingLevel2 {
        font-size: 2rem;
        line-height: 1.4;
    }
}

.lp-headingLevel2.of-borderBottom-solid {
    margin-bottom: 18px;
    padding-bottom: 20px;
    border-bottom: 1px solid #223566;
}

@media only screen and (max-width: 1023px) {
    .lp-headingLevel2.of-borderBottom-solid {
        margin-bottom: calc((10 * 100vw) / 1024);
        padding-bottom: calc((20 * 100vw) / 1024);
    }
}

@media only screen and (max-width: 640px) {
    .lp-headingLevel2.of-borderBottom-solid {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
}

.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, .lp-buttonConversion.of-tryangle .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, .lp-buttonConversion.of-tryangle .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-tryangle .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-inquiry .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_inquiry_01.png") no-repeat center center;
}

.lp-buttonConversion.of-price01 .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-price01 .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-price01 .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_01.png") no-repeat center center;
}

.lp-buttonConversion.of-price02 .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-price02 .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-price02 .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_02.png") no-repeat center center;
}

.lp-buttonConversion.of-price03 .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-price03 .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-price03 .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_03.png") no-repeat center center;
}

.lp-buttonConversion.of-price04 .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-price04 .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-price04 .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_04.png") no-repeat center center;
}

.lp-buttonConversion.of-price05 .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-price05 .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-price05 .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_05.png") no-repeat center center;
}

.lp-buttonConversion.of-primary {
    background: #129e83;
}

.lp-buttonConversion.of-secondary {
    background: #1a90db;
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion-outer {
        text-align: center;
    }
}

.theme-KC .lp-jumbotron-textGroup {
    font-weight: normal;
}

.theme-KC .lp-list {
    font-weight: normal;
}

.theme-KC .lp-listSolution {
    font-weight: normal;
}

.theme-KC .lp-cardComparison-title {
    font-weight: normal;
}