@charset "UTF-8";

/* =================================================================================================
contents
================================================================================================= */
.lp-jumbotron {
    margin: 115px 0 0;
    background: #fff9ca;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron {
        margin: 75px 0 0;
    }
}

@media screen and (max-width: 640px) {
    .lp-jumbotron {
        margin: 80px 0 0;
    }
}

.lp-jumbotron-content {
    display: flex;
    position: relative;
    max-width: 970px;
    margin: 0 auto;
    padding: 0 0 0 60px;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-content {
        padding: 0 30px 0;
    }
}

@media screen and (max-width: 640px) {
    .lp-jumbotron-content {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        padding: 20px;
    }
}

.lp-jumbotron-subTitle {
    position: absolute;
    top: -65px;
    left: 60px;
    border-bottom: 2px solid #13881a;
    color: #13881a;
    font-size: 2rem;
}

@media screen and (max-width: 640px) {
    .lp-jumbotron-subTitle {
        left: 20px;
        align-self: flex-start;
    }
}

.lp-jumbotron-subTitle > em {
    font-size: 2.8rem;
}

.lp-jumbotron-body {
    max-width: 425px;
    padding: 40px 0 30px;
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-body {
        max-width: calc(425vw * 100 / 970);
    }
}

@media screen and (max-width: 640px) {
    .lp-jumbotron-body {
        max-width: 100%;
        padding: 0;
    }
}

.lp-jumbotron-title {
    margin-bottom: 26px;
    font-size: 4.3rem;
    font-weight: bold;
    line-height: 1.2;
}

.lp-jumbotron-image {
    z-index: 10;
    position: absolute;
    top: -40px;
    right: -60px;
}

@media screen and (max-width: 1100px) {
    .lp-jumbotron-image {
        right: 0px;
    }
    .lp-jumbotron-image > img {
        max-width: calc(550vw * 100 / 1100);
    }
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-image > img {
        max-width: calc(530vw * 100 / 970);
    }
}

@media screen and (max-width: 640px) {
    .lp-jumbotron-image {
        position: static;
        width: 100%;
        height: 0%;
        text-align: center;
    }
    .lp-jumbotron-image > img {
        max-width: 100%;
    }
}

.lp-section {
    z-index: 0;
    position: relative;
    overflow: hidden;
    background: #f7f7f7;
}

.lp-section-body {
    max-width: 850px;
    margin: 0 auto;
}

.lp-section-body > *:last-child {
    margin-bottom: 0;
}

.lp-section-body.of-primary {
    padding: 50px 20px 30px;
}

@media screen and (max-width: 969px) {
    .lp-section-body.of-primary {
        padding: 50px 20px 30px;
    }
}

@media screen and (max-width: 969px) {
    .lp-section-body {
        padding: 0 20px;
    }
}

@media screen and (max-width: 640px) {
    .lp-section-body {
        padding: 20px 20px 30px;
    }
}

.lp-section-header {
    position: relative;
    padding: 70px 0 50px;
    background: #ffffff;
}

@media screen and (max-width: 640px) {
    .lp-section-header {
        padding: 30px 0;
    }
}

.lp-section-header::before {
    z-index: -1;
    position: absolute;
    bottom: -12px;
    left: 50%;
    width: 14px;
    height: 14px;
    transform: rotate(-45deg) translateY(-50%);
    background: #ffffff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    content: "";
}

.lp-section-header::after {
    z-index: -2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    content: "";
}

.lp-section-header:hover .lp-mediaHeading-image.of-primary {
    opacity: 1;
    transition: all 0.6s;
}

.lp-layout-container {
    max-width: 850px;
    margin: 0 auto;
}

.lp-layout-container > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 969px) {
    .lp-layout-container {
        padding: 0 20px;
    }
}

.lp-layout-grid {
    display: flex;
    margin-bottom: 36px;
    margin-left: -60px;
}

@media screen and (max-width: 969px) {
    .lp-layout-grid {
        margin-left: calc(-60vw * 100 / 970);
    }
}

@media screen and (max-width: 640px) {
    .lp-layout-grid {
        flex-direction: column;
        margin-left: 0;
    }
    .lp-layout-grid > *:last-child {
        margin-bottom: 0;
    }
}

.lp-layout-grid-column {
    padding-left: 60px;
}

@media screen and (max-width: 969px) {
    .lp-layout-grid-column {
        padding-left: calc(60vw * 100 / 970);
    }
}

@media screen and (max-width: 640px) {
    .lp-layout-grid-column {
        margin-bottom: 30px;
        padding: 0;
    }
}

.lp-layout-grid.of-column-2 .lp-layout-grid-column {
    width: 50%;
}

@media screen and (max-width: 640px) {
    .lp-layout-grid.of-column-2 .lp-layout-grid-column {
        width: 100%;
    }
}

.lp-layout-grid.of-column-3 {
    margin-left: -20px;
}

.lp-layout-grid.of-column-3 .lp-layout-grid-column {
    width: 33.3333%;
    padding-left: 20px;
}

@media screen and (max-width: 640px) {
    .lp-layout-grid.of-column-3 .lp-layout-grid-column {
        width: 100%;
    }
}

.lp-layout-grid.of-column-4 {
    margin-left: -20px;
}

.lp-layout-grid.of-column-4 .lp-layout-grid-column {
    width: 25%;
    padding-left: 20px;
}

@media screen and (max-width: 640px) {
    .lp-layout-grid.of-column-4 .lp-layout-grid-column {
        width: 100%;
    }
}

.lp-headingLevel2 {
    margin-bottom: 20px;
    font-size: 4.3rem;
    font-weight: bold;
    line-height: 1.2;
}

@media screen and (max-width: 640px) {
    .lp-headingLevel2 {
        font-size: 3rem;
    }
}

.lp-headingLevel2 > em {
    color: #f24e4e;
}

.lp-headingLevel2-subTitle {
    display: block;
    color: #808080;
    font-size: 2rem;
    text-align: center;
}

.lp-headingLevel3 {
    margin-bottom: 22px;
    color: #f24d4d;
    font-size: 3.5rem;
    font-weight: bold;
}

@media screen and (max-width: 640px) {
    .lp-headingLevel3 {
        margin-bottom: 10px;
        font-size: 2.5rem;
    }
}

.lp-mediaHeading {
    display: flex;
    position: relative;
    flex-direction: row-reverse;
    justify-content: flex-end;
    background: #ffffff;
}

@media screen and (max-width: 640px) {
    .lp-mediaHeading {
        flex-direction: column-reverse;
        align-items: center;
    }
}

.lp-mediaHeading > *:last-child {
    margin-bottom: 0;
}

.lp-mediaHeading-content {
    width: 850px;
    margin: 0 auto;
}

.lp-mediaHeading-text {
    font-size: 2.1rem;
    line-height: 1.75;
}

.lp-mediaHeading-body {
    width: 100%;
    line-height: 1.75;
}

.lp-mediaHeading-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaHeading-image {
    padding: 0 76px 0 36px;
}

.lp-mediaHeading-image.of-primary {
    position: absolute;
    top: 0;
    left: -35px;
    opacity: 0;
}

.lp-mediaHeading-image.of-primary > img {
    max-width: 212px;
}

@media screen and (max-width: 640px) {
    .lp-mediaHeading-image.of-primary {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .lp-mediaHeading-image {
        padding: 0;
    }
}

.lp-mediaHeading-image > img {
    max-width: 124px;
}

.lp-media {
    display: flex;
}

@media screen and (max-width: 640px) {
    .lp-media {
        align-items: center;
    }
}

.lp-media.of-column {
    flex-direction: column-reverse;
}

.lp-media-text {
    width: 100%;
    margin-bottom: 0;
    font-size: 1.8777rem;
}

.lp-media-text > em {
    color: #0071bc;
    font-weight: normal;
}

.lp-media-image {
    height: 0%;
    margin-bottom: 28px;
}

@media screen and (max-width: 640px) {
    .lp-media-image {
        width: 100%;
        text-align: center;
    }
}

.lp-media.of-primary .lp-media-text {
    order: 1;
    font-size: 1.4rem;
}

.lp-media.of-primary .lp-media-image {
    order: 2;
    margin-bottom: 10px;
}

.lp-media.of-primary .lp-media-title {
    order: 3;
    color: #CB4040;
    font-size: 1.5rem;
    font-weight: bold;
}

.lp-mediaFeature {
    display: flex;
    position: relative;
    align-items: center;
    font-size: 1.8rem;
}

@media screen and (max-width: 640px) {
    .lp-mediaFeature {
        flex-direction: column-reverse;
        margin-bottom: 30px;
    }
    .lp-mediaFeature:first-child {
        margin-top: -20px;
    }
}

.lp-mediaFeature-body {
    width: 100%;
}

.lp-mediaFeature-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaFeature-image {
    z-index: -3;
    position: relative;
    margin-right: -51px;
}

@media screen and (max-width: 640px) {
    .lp-mediaFeature-image {
        margin-right: 0;
    }
}

.lp-mediaFeature-image > img {
    max-width: 550px;
}

@media screen and (max-width: 969px) {
    .lp-mediaFeature-image > img {
        max-width: calc(550vw * 100 / 970);
    }
}

@media screen and (max-width: 640px) {
    .lp-mediaFeature-image > img {
        max-width: 100%;
    }
}

.lp-mediaAsset {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    max-width: 850px;
    margin: 40px auto 0;
}

@media screen and (max-width: 640px) {
    .lp-mediaAsset {
        flex-direction: column-reverse;
        padding: 0 20px;
    }
}

.lp-mediaAsset-body {
    font-size: 3.5rem;
    font-weight: bold;
    line-height: 1.3;
}

@media screen and (max-width: 640px) {
    .lp-mediaAsset-body {
        width: 100%;
    }
}

.lp-mediaAsset-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaAsset-image {
    position: relative;
    min-height: 0%;
    margin-right: 30px;
}

.lp-mediaAsset-image > img {
    max-width: 194px;
}

@media screen and (max-width: 640px) {
    .lp-mediaAsset-image {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.lp-buttonConversion {
    display: inline-block;
    margin: 0;
    background: #dc002f;
    color: #ffffff;
    font-size: 2rem;
    text-decoration: none;
}

.lp-buttonConversion-body {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px 9px 16px;
}

.lp-buttonConversion-text {
    text-align: center;
}

.lp-buttonConversion-image {
    margin: -24px 0 -24px 16px;
    border: 1px solid #cccccc;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
    display: block;
    width: 16px;
    min-width: 16px;
    height: 13px;
    margin-right: 8px;
    background: url("../../img/landing_page/common/icon_btn_anc.png") no-repeat;
    background-size: contain;
    content: "";
}

@media only screen and (max-width: 640px) {
    .lp-smallScreen-textAlign-center {
        text-align: center;
    }
}

.lp-utility-textWeight-normal {
    font-weight: normal;
}
