@charset "UTF-8";

.lp-layout-container {
    max-width: 970px;
    margin: 0 auto;
    padding-top: 20px;
}

@media screen and (max-width: 969px) {
    .lp-layout-container {
        padding: 0;
    }
}

.lp-jumbotron {
    text-align: center;
}

.lp-jumbotron > *:last-child {
    margin-bottom: 0;
}

.lp-buttonConversion-outer {
    margin-bottom: 30px;
    text-align: left;
}

@media screen and (max-width: 969px) {
    .lp-buttonConversion-outer {
        margin-bottom: 10px;
    }
}

.lp-buttonConversion {
    display: inline-block;
    background: #f30b19;
    color: #ffffff;
    font-size: 1.8rem;
    text-decoration: none;
}

.lp-buttonConversion.of-secondary {
    background: #fff43e;
    color: #e50011;
}

@media screen and (max-width: 969px) {
    .lp-buttonConversion.of-secondary {
        margin-bottom: 10px;
    }
}

.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.of-primary .lp-buttonConversion-body {
    padding: 6px 12px 9px 25px;
}

.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.of-primary .lp-buttonConversion-body::before {
    width: 15px;
    height: 14px;
    margin-right: 4px;
    background: url("../../img/landing_page/lp_sem_free_trial_sj_02/lp_sem_free_trial_sj_02_bg_img_01.jpg") no-repeat;
}

.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-download.of-primary .lp-buttonConversion-image {
    max-width: 39px;
    margin-left: 13px;
}

.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-anchor.of-secondary .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_anc_02.png") no-repeat;
}

@media screen and (max-width: 969px) {
    .lp-section + .lp-listButton {
        margin-bottom: 10px;
        text-align: center;
    }
}

.lp-cardContact {
    padding: 0 20px;
    background: #1582c7;
}

.lp-cardContact > *:last-child {
    margin-bottom: 0;
}

.lp-cardContact.of-primary {
    background: #137bbd;
}

.lp-textContact {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.8rem;
    text-align: center;
}

.lp-textContact-lead {
    max-width: 700px;
    margin-right: 5px;
    padding-top: 3px;
}

@media screen and (max-width: 969px) {
    .lp-textContact-lead {
        max-width: 100%;
        margin-right: 0;
    }
}

.lp-textContact-number {
    padding-top: 2px;
    color: #fff100;
    font-size: 3.3rem;
}

@media screen and (max-width: 640px) {
    .lp-textContact-number {
        font-size: calc(24vw * 100 / 360);
    }
}

@media only screen and (max-width: 969px) {
    .lp-textContact {
        flex-direction: column;
        padding-top: 5px;
    }
    .lp-textContact > * {
        width: 100%;
    }
}

.lp-cardNovelty {
    margin-bottom: 30px;
    padding: 10px 50px 40px;
    background: #e50011;
    color: #ffffff;
}

.lp-cardNovelty > *:last-child {
    margin-bottom: 0;
}

.lp-cardNovelty-body {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eecb73;
}

.lp-cardNovelty-body::before {
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #9d0a15;
    content: "";
}

@media screen and (max-width: 969px) {
    .lp-cardNovelty-body {
        flex-direction: column;
    }
}

.lp-cardNovelty-title {
    position: relative;
    margin-right: 45px;
    font-size: 3rem;
    font-weight: normal;
    text-align: center;
    text-shadow: 0 3px 6px rgba(59, 0, 4, 0.8);
}

@media screen and (max-width: 969px) {
    .lp-cardNovelty-title {
        margin-right: 0;
    }
}

.lp-cardNovelty-title > em {
    display: block;
    font-size: 4.6rem;
}

@media only screen and (max-width: 969px) {
    .lp-cardNovelty-title {
        padding-bottom: 10px;
        font-size: 3.09278vw;
    }
    .lp-cardNovelty-title > em {
        font-size: 4.74227vw;
    }
}

@media only screen and (max-width: 640px) {
    .lp-cardNovelty {
        padding: 40px;
    }
    .lp-cardNovelty-title {
        padding-bottom: 10px;
        font-size: 20px;
        text-shadow: none;
    }
    .lp-cardNovelty-title > em {
        font-size: 30px;
    }
}

.lp-cardNovelty-image {
    margin-bottom: 0;
}

.lp-textLead {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 1.6;
}

.lp-textLead-outer {
    margin-bottom: 12px;
    padding: 4px 20px 0;
}

@media screen and (max-width: 969px) {
    .lp-textLead-outer {
        padding-top: 0;
    }
}

@media only screen and (max-width: 969px) {
    .lp-textLead {
        font-size: 3.09278vw;
    }
}

@media only screen and (max-width: 640px) {
    .lp-textLead {
        font-size: 26px;
    }
}

.lp-layout-grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
}

.lp-layout-grid.of-product {
    margin: 0 0 30px -20px;
}

.lp-layout-grid .lp-layout-grid-column {
    padding-left: 10px;
}

.lp-layout-grid .lp-layout-grid-column > *:last-child {
    margin-bottom: 0;
}

.lp-layout-grid.of-product .lp-layout-grid-column {
    min-height: calc(0%);
    margin-bottom: 20px;
    padding-left: 20px;
}

@media screen and (max-width: 969px) {
    .lp-layout-grid.of-product .lp-layout-grid-column {
        margin-bottom: 10px;
    }
}

.lp-layout-grid.of-column-12 .of-column-4 {
    width: 33.3333333333%;
}

.lp-layout-grid.of-column-12 .of-column-3 {
    width: 25%;
}

.lp-layout-grid.of-column-12 .of-column-2 {
    width: 16.66667%;
}

.lp-layout-grid-column.of-flex {
    display: flex;
}

@media only screen and (max-width: 969px) {
    .lp-layout-grid-outer {
        padding: 0 25px;
    }
    .lp-layout-grid.lp-smallScreen-column {
        flex-direction: column;
    }
    .lp-layout-grid.of-product.lp-smallScreen-column {
        flex-direction: row;
    }
    .lp-layout-grid.lp-smallScreen-column .lp-layout-grid-column {
        width: 100%;
        text-align: center;
    }
    .lp-layout-grid.lp-smallScreen-column.of-product .lp-layout-grid-column {
        width: 50%;
    }
    .lp-layout-grid.of-column-12 .lp-smallScreen-column-6 {
        width: 50%;
    }
}

@media screen and (max-width: 640px) {
    .lp-layout-grid.of-product.lp-smallScreen-column {
        flex-direction: column;
    }
    .lp-layout-grid.of-product.lp-smallScreen-column .lp-layout-grid-column {
        width: 100%;
    }
    .lp-layout-grid.of-column-12 > *:last-child {
        margin-bottom: 0;
    }
}

.lp-card {
    display: flex;
    position: relative;
    flex-direction: column;
    width: 100%;
    border: 1px solid #cccccc;
    color: #333333;
    text-decoration: none;
}

.lp-card .lp-buttonConversion.of-primary {
    background: #e60012;
    font-size: 12px;
}

.lp-card .lp-buttonConversion.of-primary::before {
    display: block;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.lp-card-title {
    min-height: 31px;
    margin-bottom: 0;
    padding: 5px 10px 2px;
    text-align: center;
}

.lp-card-title.of-primary {
    background-color: #eefcd8;
}

.lp-card-title.of-secondary {
    background-color: #dbfaf6;
}

.lp-card-title.of-tertiary {
    background-color: #ecf0fe;
}

.lp-media {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    padding: 12px 15px 20px;
}

.lp-media > * {
    width: 50%;
}

.lp-media-body > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 969px) {
    .lp-media-body {
        text-align: left;
    }
}

.lp-list {
    margin-bottom: 16px;
}

.lp-list > li {
    position: relative;
    padding-left: 10px;
    line-height: 1.43;
}

.lp-list > li::before {
    display: block;
    position: absolute;
    top: 0.5em;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #333333;
    content: "";
}

.lp-media-image {
    margin-right: 10px;
    padding-top: 3px;
}

.lp-listTandC-outer {
    max-width: 720px;
    margin: 0 auto 30px;
    padding: 0 20px;
}

.smallScreen-show {
    display: none;
}

@media screen and (max-width: 969px) {
    .smallScreen-show {
        display: block;
    }
}

.largeScreen-show {
    display: block;
}

@media screen and (max-width: 969px) {
    .largeScreen-show {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .lp-smallScreen-height-auto {
        height: auto !important;
    }
}

.lp-utility-textColor-primary {
    color: #009ec6;
}

.lp-utility-textColor-secondary {
    color: #d00f0f;
}
