@charset "UTF-8";

.lp-layout-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -45px 0 40px -45px;
}

@media screen and (max-width: 969px) {
    .lp-layout-grid {
        margin: calc(-45vw * 100 / 969) 0 calc(40vw * 100 / 969) calc(-45vw * 100 / 969);
    }
}

@media screen and (max-width: 640px) {
    .lp-layout-grid {
        margin: -28px 0 30px -28px;
    }
}

.lp-layout-grid.of-column-3 > .lp-layout-grid-column {
    width: 33.33333333%;
}

@media screen and (max-width: 640px) {
    .lp-layout-grid.of-column-3 > .lp-layout-grid-column {
        width: 100%;
    }
}

.lp-layout-grid-column {
    width: 100%;
    margin-top: 45px;
    padding-left: 45px;
}

@media screen and (max-width: 969px) {
    .lp-layout-grid-column {
        margin-top: calc(45vw * 100 / 969);
        padding-left: calc(45vw * 100 / 969);
    }
}

@media screen and (max-width: 640px) {
    .lp-layout-grid-column {
        margin-top: 28px;
        padding-left: 28px;
    }
}

.lp-jumbotron {
    margin-top: 40px;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron {
        margin-top: 0;
    }
}

.lp-card {
    padding: 20px 80px 45px;
    background: #F2F2E6;
}

@media screen and (max-width: 969px) {
    .lp-card {
        padding: calc(20vw * 100 / 969) calc(80vw * 100 / 969) calc(45vw * 100 / 969);
    }
}

@media screen and (max-width: 640px) {
    .lp-card {
        padding: 20px;
    }
}

.lp-card > *:last-child {
    margin-bottom: 0;
}

.lp-headingLevel2 {
    position: relative;
    margin-bottom: 10px;
    padding-left: 16px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.3;
}

.lp-headingLevel2::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: #E90028;
    content: "";
}

.lp-media {
    display: flex;
    flex-direction: column-reverse;
}

@media screen and (max-width: 640px) {
    .lp-media {
        flex-direction: row-reverse;
    }
}

@media screen and (max-width: 640px) {
    .lp-media-body {
        flex: 1;
    }
}

.lp-media-image {
    min-height: 0%;
    margin-bottom: 20px;
    text-align: center;
}

@media screen and (max-width: 640px) {
    .lp-media-image {
        margin-right: 20px;
        margin-bottom: 0;
    }
}

.lp-media-image img {
    max-height: 160px;
    box-shadow: 0 0 8px rgba(51, 51, 51, 0.2);
}

@media screen and (max-width: 640px) {
    .lp-media-image img {
        max-height: 100px;
    }
}

.lp-listButton {
    margin-bottom: 30px;
}

.lp-listButton > li {
    margin-bottom: 10px;
}

.lp-listButton > li:last-child {
    margin-bottom: 0;
}

.lp-buttonConversion {
    display: inline-block;
    padding: 12px 22px 11px;
    background: #e60012;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
    width: 25px;
    min-width: 25px;
    min-height: 25px;
    background: url("../../img/landing_page/common/icon_btn_anc.png") no-repeat left 0.35em;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
    width: 25px;
    min-width: 25px;
    height: 25px;
    margin-right: 6px;
    margin-left: -6px;
    background: url("../../img/common/icon_textbutton_download_trans_l.png") no-repeat;
}

.lp-buttonConversion-body {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lp-buttonConversion-body::before {
    display: block;
    content: "";
}
