@charset "UTF-8";

.lp-jumbotron {
    margin-bottom: 30px;
    color: #08263e;
    background: linear-gradient(to bottom, #fcfcfc,#e0e0e0);
    font-size: 2rem;
}

.lp-jumbotron-content {
    max-width: calc(1240px + 40px);
    margin: 0 auto;
    padding: 30px 20px;
}

.lp-jumbotron-title {
    margin-bottom: 16px;
    font-size: 3.6rem;
    line-height: 1.3;
}

.lp-jumbotron-title.of-text-large {
    font-size: 4.2rem;
}

.lp-jumbotron-title.of-text-extraLarge {
    font-size: 5rem;
}

.lp-jumbotron-title.of-text-small {
    font-size: 3rem;
}

.lp-jumbotron-title.of-text-extraSmall {
    font-size: 2.4rem;
}

@media only screen and (max-width: 1024px) {
    .lp-jumbotron-title {
        font-size: 3.71134vw;
    }
    .lp-jumbotron-title.of-text-large {
        font-size: 4.3299vw;
    }
    .lp-jumbotron-title.of-text-extraLarge {
        font-size: 5.15464vw;
    }
    .lp-jumbotron-title.of-text-small {
        font-size: 3.09278vw;
    }
    .lp-jumbotron-title.of-text-extraSmall {
        font-size: 2.47423vw;
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron {
        font-size: 1.6rem;
    }
    .lp-jumbotron-title {
        margin-bottom: 15px;
        font-size: 3rem;
    }
    .lp-jumbotron-title.of-text-large {
        font-size: 3.4rem;
    }
    .lp-jumbotron-title.of-text-extraLarge {
        font-size: 3.8rem;
    }
    .lp-jumbotron-title.of-text-small {
        font-size: 2.6rem;
    }
    .lp-jumbotron-title.of-text-extraSmall {
        font-size: 2.4rem;
    }
}

.lp-buttonConversion {
    display: inline-block;
    max-width: 100%;
    background: #f30b19;
    color: #fff;
    font-size: 1.8rem;
    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: 20px;
    padding-left: 20px;
}

.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;
    min-width: 16px;
    height: 13px;
    min-height: 13px;
    background: url("../../img/landing_page/common/icon_btn_anc.png") no-repeat;
    background-size: contain;
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion {
        font-size: 1.4rem;
    }
}

.lp-media {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lp-media.of-row-reverse {
    flex-direction: row-reverse;
}

.lp-media-body {
    width: 100%;
    flex: 1;
}

.lp-media-body > *:last-child {
    margin-bottom: 0;
}

.lp-media-body:only-child {
    margin-bottom: 40px;
}

.lp-media-body:only-child::before {
    height: 100%;
}

.lp-media-image {
    align-self: center;
    min-height: 0%;
    margin-right: 10px;
}

.lp-media-image.of-primary {
    order: -1;
    margin: 0 0 0 20px;
}

.lp-media-image.of-shadow {
    padding: 10px;
    background: #ffffff;
    box-shadow: 0 0 5px 0 rgba(204, 204, 204, 0.9);
}

.lp-media-textGroup {
    margin-bottom: 40px;
    text-align: center;
}

.lp-mediatextGroup > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
    .lp-media {
        margin-bottom: 0;
    }
    .lp-media.lp-smallScreen-column {
        flex-direction: column;
        align-items: center;
    }
    .lp-media.lp-smallScreen-column .lp-media-body {
        min-height: 0%;
        margin-bottom: 0;
        flex: none;
        max-width: 640px;
    }

    .lp-media.lp-smallScreen-column .lp-media-image {
        align-self: center;
        margin: 32px 0 0 0;
    }
    .lp-media-textGroup {
        margin-bottom: 32px;
    }
}

@media only screen and (max-width: 640px) {
    .lp-media.lp-smallScreen-column .lp-media-body {
        max-width: 500px;
    }
    .lp-media-textGroup {
        margin-bottom: 24px;
    }
}

.lp-mediaNovelty {
    display: flex;
    max-width: 420px;
    margin: 0 auto 24px;
}

.lp-mediaNovelty.of-row-reverse {
    flex-direction: row-reverse;
}

.lp-mediaNovelty.of-align-center {
    align-items: center;
}

.lp-mediaNovelty-body {
    flex: 1;
}

.lp-mediaNovelty-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaNovelty-image {
    max-width: 90px;
    min-height: 0%;
    margin-right: 20px;
}

.lp-mediaNovelty-image > img {
    width: 100%;
    border: 1px solid #ccc;
}

@media only screen and (max-width: 640px) {
    .lp-mediaNovelty.lp-smallScreen-column-reverse {
        flex-direction: column-reverse;
        align-items: center;
    }
    .lp-mediaNovelty.lp-smallScreen-column-reverse .lp-mediaNovelty-body {
        flex: none;
        width: 100%;
        text-align: center;
    }
    .lp-mediaNovelty.lp-smallScreen-column-reverse .lp-mediaNovelty-image {
        max-width: 120px;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.lp-utility-textColor-primary {
    color: #f00000;
}

.lp-utility-text-large {
    font-size: 2.2rem;
}

.lp-utility-textAlign-left {
    text-align: left;
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-utility-textAlign-right {
    text-align: right;
}

.lp-utility-line-break {
    display: block;
}

@media only screen and (max-width: 1024px) {
    .lp-smallScreen-line-break {
        display: block;
    }
    .lp-smallScreen-hide {
        display: none;
    }
}

@media only screen and (max-width: 640px) {
    .lp-extraSmallScreen-line-break {
        display: block;
    }
    .lp-extraSmallScreen-hide {
        display: none;
    }
}

@media only screen and (min-width: 1024px) {
    .smallScreen-show {
        display: none;
    }
    .lp-largeScreen-line-break {
        display: block;
    }
    .lp-largeScreen-lastChild {
        margin-bottom: 0;
    }
}
