@charset "UTF-8";

.lp-layout-container {
    max-width: calc(970px + 40px);
    margin: 0 auto;
    padding: 0 20px;
}

.lp-layout-grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
}

.lp-layout-grid.of-column-12 .of-column-4 {
    width: 33.3333333333%;
}

@media only screen and (max-width: 969px) {
    .lp-layout-grid {
        margin-left: -1.03093vw;
    }
}

@media only screen and (max-width: 640px) {
    .lp-layout-grid {
        margin-left: -10px;
    }
    .lp-layout-grid.lp-extraSmallScreen-column {
        flex-direction: column;
        align-items: center;
    }
    .lp-layout-grid.lp-extraSmallScreen-column .lp-layout-grid-column {
        width: 100%;
        margin-bottom: 10px;
    }
    .lp-layout-grid.lp-extraSmallScreen-column .lp-layout-grid-column:last-child {
        margin-bottom: 0;
    }
}

.lp-layout-grid-column {
    min-height: 0%;
    padding-left: 10px;
}

.lp-layout-grid-column.of-flex {
    display: flex;
}

@media only screen and (max-width: 969px) {
    .lp-layout-grid-column {
        padding-left: 1.03093vw;
    }
}

@media only screen and (max-width: 640px) {
    .lp-layout-grid-column {
        padding-left: 10px;
    }
}

.lp-jumbotron {
    margin-bottom: 30px;
    overflow: hidden;
}

.lp-jumbotron-content {
    max-width: calc(970px + 40px);
    margin: 0 auto;
    padding: 0 20px;
}

.lp-jumbotron-title {
    display: block;
    font-size: 3rem;
    font-weight: normal;
    text-align: center;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-title {
        font-size: 3.09278vw;
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron-title {
        font-size: 2rem;
        line-height: 1.2;
    }
}

.lp-jumbotron-title > em {
    display: block;
    font-size: 4rem;
    font-weight: bold;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-title > em {
        font-size: 4.12371vw;
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron-title > em {
        margin: 10px 0;
        font-size: 2.4rem;
        line-height: 1.2;
    }
}

.lp-jumbotron-title > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-titleGroup {
    padding: 20px 0;
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron-titleGroup {
        padding: 15px 0;
    }
}

.lp-jumbotron-series {
    font-size: 2rem;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-series {
        font-size: 1.6rem;
    }
}

.lp-jumbotron-seriesGroup {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    font-weight: normal;
}

.lp-jumbotron-icon {
    margin-right: 16px;
    padding: 7px 10px;
    background: #d40001;
    color: #ffffff;
    font-size: 1.6rem;
    line-height: 1;
    white-space: nowrap;
}

.lp-jumbotron-body {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
    background: linear-gradient(#b9c2cc, #efefef);
}

.lp-section-content {
    max-width: 970px;
    margin: 0 auto;
}

.lp-listUnordered {
    margin-bottom: 35px;
}

@media only screen and (max-width: 640px) {
    .lp-listUnordered {
        margin-bottom: 15px;
    }
}

.lp-listUnordered > li {
    font-size: 2rem;
}

@media only screen and (max-width: 640px) {
    .lp-listUnordered > li {
        font-size: 1.6rem;
    }
}

.lp-listUnordered.of-bullet-disc > li {
    position: relative;
    padding-left: 15px;
}

.lp-listUnordered.of-bullet-disc > li::before {
    display: block;
    position: absolute;
    top: 0.7em;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #000000;
    content: "";
}

.lp-buttonConversion {
    display: inline-block;
    background: #dc002f;
    color: #ffffff;
    font-size: 1.8rem;
    text-decoration: none;
}

.lp-buttonConversion-body {
    display: block;
    padding: 10px 56px;
}

.lp-buttonConversion-outer {
    margin: 30px 0;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 15px;
    padding-left: 20px;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
    display: block;
    width: 16px;
    height: 13px;
    margin-right: 14px;
    background: url("../../img/landing_page/common/icon_btn_anc.png") no-repeat;
    background-size: contain;
    content: "";
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-text {
    text-align: center;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-image {
    margin: -24px 0 -24px 16px;
    border: 1px solid #cccccc;
}

.lp-card {
    padding: 18px 25px;
    background: #ebf0f5;
}

.lp-card-title {
    margin: 20px 0 30px;
    font-size: 3rem;
    font-weight: normal;
}

@media only screen and (max-width: 969px) {
    .lp-card-title {
        font-size: 3.09278vw;
    }
}

@media only screen and (max-width: 640px) {
    .lp-card-title {
        margin: 0 0 20px;
        font-size: 2rem;
    }
}

.lp-card.of-border {
    margin-bottom: 45px;
    padding: 10px;
    border: 1px solid #7b8fa5;
    background: #ffffff;
}

@media only screen and (max-width: 640px) {
    .lp-card.of-border {
        padding: 20px;
    }
}

.lp-card.of-flex {
    display: flex;
    width: 100%;
}

@media only screen and (max-width: 640px) {
    .lp-card.of-flex {
        display: block;
    }
}

.lp-media {
    display: flex;
}

.lp-media.of-row-reverse {
    flex-direction: row-reverse;
}

.lp-media.of-row-reverse .lp-media-image {
    margin-right: 20px;
    margin-left: 0;
}

.lp-media.of-align-center {
    align-items: center;
}

.lp-media .of-alignSelf-start {
    align-self: flex-start;
}

.lp-media-body {
    flex: 1;
    padding: 34px 0;
}

.lp-media-body > *:last-child {
    margin-bottom: 0;
}

.lp-media-body.of-paddingAdjust-primary {
    padding-bottom: 0;
}

.lp-media-text {
    margin-bottom: 30px;
    font-size: 3rem;
}

@media only screen and (max-width: 969px) {
    .lp-media-text {
        font-size: 3.09278vw;
    }
}

@media only screen and (max-width: 640px) {
    .lp-media-text {
        font-size: 2rem;
        text-align: center;
    }
}

.lp-media-image {
    min-height: 0%;
    margin-left: 20px;
}

@media only screen and (max-width: 969px) {
    .lp-media-image.of-widthAdjust-primary {
        width: 48.45361vw;
    }
}

@media only screen and (max-width: 640px) {
    .lp-media.lp-extraSmallScreen-column-reverse {
        flex-direction: column-reverse;
    }
    .lp-media.lp-extraSmallScreen-column-reverse > * {
        width: 100%;
    }
    .lp-media.lp-extraSmallScreen-column-reverse .lp-media-body {
        flex: none;
        padding-top: 0;
    }
    .lp-media.lp-extraSmallScreen-column-reverse .lp-media-image {
        margin-right: 0;
        margin-left: 0;
        text-align: center;
    }
}

.lp-mediaFeature {
    display: flex;
    flex-direction: column;
    width: 100%;
}

@media only screen and (max-width: 640px) {
    .lp-mediaFeature {
        display: inherit;
    }
}

.lp-mediaFeature-title {
    font-size: 1.8rem;
    line-height: 1.3;
    text-align: center;
}

@media only screen and (max-width: 640px) {
    .lp-mediaFeature-title {
        height: auto !important;
    }
}

.lp-mediaFeature-titleGroup {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    margin-bottom: 25px;
}

@media only screen and (max-width: 640px) {
    .lp-mediaFeature-titleGroup {
        margin-bottom: 18px;
    }
}

.lp-mediaFeature-icon {
    display: flex;
    flex: 1 0 auto;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    padding: 5px 10px;
    background: #60778f;
    color: #ffffff;
    font-size: 1.4rem;
    text-align: center;
}

.lp-mediaFeature-body {
    min-height: 0%;
}

.lp-mediaFeature-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaFeature-image {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 0%;
    text-align: center;
}

@media only screen and (max-width: 969px) {
    .lp-mediaFeature-image > img {
        width: 100%;
    }
}

@media only screen and (max-width: 640px) {
    .lp-mediaFeature-image {
        height: auto !important;
    }
    .lp-mediaFeature-image > img {
        width: auto;
    }
}

.lp-mediaAsset {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 640px) {
    .lp-mediaAsset {
        flex-direction: column-reverse;
    }
    .lp-mediaAsset > * {
        width: 100%;
    }
}

.lp-mediaAsset-body {
    max-width: 660px;
}

.lp-mediaAsset-body > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 969px) {
    .lp-mediaAsset-body {
        max-width: 68.04124vw;
    }
}

@media only screen and (max-width: 640px) {
    .lp-mediaAsset-body {
        max-width: none;
    }
}

.lp-mediaAsset-text {
    font-size: 3rem;
}

@media only screen and (max-width: 969px) {
    .lp-mediaAsset-text {
        font-size: 3.09278vw;
    }
}

@media only screen and (max-width: 640px) {
    .lp-mediaAsset-text {
        font-size: 2rem;
        text-align: center;
    }
}

.lp-mediaAsset-image {
    margin-right: 20px;
    text-align: center;
}

@media only screen and (max-width: 640px) {
    .lp-mediaAsset-image {
        margin-right: 0;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 970px) {
    .lp-largeScreen-line-break {
        display: block;
    }
}
