@charset "UTF-8";

.section {
    margin-bottom: 0;
    overflow: hidden;
}

.lp-jumbotron {
    padding-bottom: 118px;
    background: #dadada;
}

@media screen and (max-width: 640px) {
    .lp-jumbotron {
        padding-bottom: 0;
    }
}

.lp-jumbotron-content {
    display: flex;
    justify-content: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: 24px 70px;
}

@media screen and (max-width: 1200px) {
    .lp-jumbotron-content {
        flex-direction: column-reverse;
        align-items: center;
        padding: 16px;
        text-align: center;
    }
}

.lp-jumbotron-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
}

@media screen and (max-width: 1200px) {
    .lp-jumbotron-body {
        max-width: 600px;
    }
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
    .lp-jumbotron-body {
        flex: auto;
        padding-left: 0;
    }
}

@media screen and (max-width: 640px) {
    .lp-jumbotron-body {
        max-width: 100%;
    }
}

.lp-jumbotron-title {
    max-width: 100%;
    color: #2d2c43;
    font-size: 60px;
    line-height: 1;
    margin-bottom: 8px;
}

@media screen and (max-width: 1200px) {
    .lp-jumbotron-title {
        font-size: 50px;
    }
}

@media screen and (max-width: 640px) {
    .lp-jumbotron-title {
        font-size: 36px;
    }
}

.lp-jumbotron-subtitle {
    max-width: 100%;
    color: #2d2c43;
    font-size: 24px;
    line-height: 1.25;
}

.lp-jumbotron-image {
    display: flex;
    align-items: center;
    margin-left: 40px;
}

@media screen and (max-width: 1200px) {
    .lp-jumbotron-image {
        margin-left: 0;
    }
}

.lp-layout-main {
    padding-bottom: 80px;
    background: #e9e9e9;
}

@media screen and (max-width: 640px) {
    .lp-layout-main {
        padding: 16px 20px 30px;
    }
}

.lp-layout-container {
    display: flex;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

@media screen and (max-width: 640px) {
    .lp-layout-container {
        max-width: none;
    }
}

.lp-layout-grid {
    display: flex;
}

.lp-layout-grid.of-primary {
    max-width: calc(1180px + 20px);
    margin: -118px 0 0 -20px;
}

@media screen and (max-width: 1200px) {
    .lp-layout-grid.of-primary {
        flex-direction: column;
        margin-right: auto;
        margin-left: auto;
    }
    .lp-layout-grid.of-primary > *:last-child {
        margin-bottom: 0 !important;
    }
}

@media screen and (max-width: 640px) {
    .lp-layout-grid.of-primary {
        width: 100%;
        max-width: 580px;
        min-height: 0%;
        margin: 0 auto;
    }
}

.lp-layout-grid.of-primary .lp-layout-grid-column {
    max-width: 580px;
    margin-left: 20px;
}

@media screen and (max-width: 1200px) {
    .lp-layout-grid.of-primary .lp-layout-grid-column {
        min-height: 0%;
        margin: 0 0 15px;
    }
}

.lp-section {
    width: 100%;
    background: #2d2c44;
}

@media screen and (max-width: 640px) {
    .lp-section {
        min-height: 0%;
    }
}

.lp-section.of-content {
    padding-bottom: 80px;
    background: #fff;
}

@media screen and (max-width: 640px) {
    .lp-section.of-content {
        padding: 16px 20px 30px;
    }
}

.lp-section-header {
    padding: 18px 24px 23px;
    color: #fff;
    text-align: center;
}

@media screen and (max-width: 640px) {
    .lp-section-header {
        padding: 10px 14px 9px;
    }
}

.lp-section-title {
    display: block;
    margin-bottom: 4px;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.3;
}

@media screen and (max-width: 640px) {
    .lp-section-title {
        font-size: 24px;
    }
}

.lp-section-subtitle {
    display: block;
    font-size: 18px;
    font-weight: bold;
}

@media screen and (max-width: 640px) {
    .lp-section-subtitle {
        font-size: 16px;
    }
}

.lp-section-body {
    display: flex;
    flex-direction: column;
    padding-bottom: 23px;
}

@media screen and (max-width: 640px) {
    .lp-section-body {
        padding-bottom: 15px;
    }
}

.lp-section-body > *:last-child {
    margin-bottom: 0 !important;
}

@media screen and (max-width: 640px) {
    .lp-section-image {
        flex-shrink: 0;
    }
}

.lp-section-image.of-primary {
    margin-bottom: 16px;
}

.lp-section-image.of-secondary {
    margin-bottom: 24px;
}

@media screen and (max-width: 640px) {
    .lp-section-image.of-secondary {
        margin-bottom: 20px;
    }
}

.lp-listText {
    margin-bottom: 26px;
    padding: 0 40px;
    color: #fff;
    font-size: 22px;
}

@media screen and (max-width: 640px) {
    .lp-listText {
        padding: 0 18px;
        font-size: 16px;
    }
}

.lp-listText > li {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.lp-listText > li::after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 40px;
    transform: translateX(-50%);
    border-bottom: 2px solid #895bf6;
    content: "";
}

.lp-listText > li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.lp-listText > li:last-child::after {
    content: none;
}

.lp-listButton {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

@media screen and (max-width: 1200px) {
    .lp-listButton {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 18px;
    }
}

@media screen and (max-width: 640px) {
    .lp-listButton {
        margin-bottom: 16px;
    }
}

.lp-listButton > li {
    margin-right: 16px;
}

@media screen and (max-width: 1200px) {
    .lp-listButton > li {
        width: 100%;
        max-width: 100%;
        margin: 0 0 20px;
        text-align: center;
    }
}

.lp-listButton > li:last-child {
    margin-right: 0;
}

@media screen and (max-width: 1200px) {
    .lp-listButton > li:last-child {
        margin-bottom: 0;
    }
}

.lp-buttonConversion {
    display: inline-block;
    max-width: 100%;
    margin: 0 0 9px;
    background: #f30b19;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}
.lp-buttonConversion.of-primary {
    background: #dc002f;
}

.lp-buttonConversion-body {
    display: block;
    padding: 10px 56px;
}

.lp-buttonConversion.of-download {
    margin: 9px 0;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    padding-right: 10px;
    padding-left: 45px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 13px;
    width: 25px;
    height: 25px;
    transform: translateY(-50%);
    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;
}

@media screen and (max-width: 1200px) {
    .lp-smallScreen-height-auto {
        height: auto !important;
    }
}
