@charset "UTF-8";

.lp-jumbotron {
    position: relative;
    margin-bottom: 30px;
    background: url("../../img/landing_page/lp_survey/bg_01.png") no-repeat top center;
    background-size: contain;
    color: #ffffff;
}

.lp-jumbotron-content {
    max-width: calc(970px + 40px);
    margin: 0 auto;
    padding: 30px 20px 0;
}

.lp-jumbotron-title {
    margin-bottom: 25px;
    font-size: 3.6rem;
    line-height: 1.3;
    text-align: center;
}

.lp-jumbotron-title.of-text-large {
    font-size: 4.2rem;
}

.lp-jumbotron-title.of-text-extraLarge {
    font-size: 5rem;
}

.lp-jumbotron-title.of-text-small {
    font-size: 3rem;
}

.lp-jumbotron-title.of-text-extraSmall {
    font-size: 2.4rem;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-title {
        font-size: 3.71134vw;
    }
    .lp-jumbotron-title.of-text-large {
        font-size: 4.3299vw;
    }
    .lp-jumbotron-title.of-text-extraLarge {
        font-size: 5.15464vw;
    }
    .lp-jumbotron-title.of-text-small {
        font-size: 3.09278vw;
    }
    .lp-jumbotron-title.of-text-extraSmall {
        font-size: 2.47423vw;
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron-title {
        margin-bottom: 15px;
        font-size: 3rem;
    }
    .lp-jumbotron-title.of-text-large {
        font-size: 3.4rem;
    }
    .lp-jumbotron-title.of-text-extraLarge {
        font-size: 3.8rem;
    }
    .lp-jumbotron-title.of-text-small {
        font-size: 2.6rem;
    }
    .lp-jumbotron-title.of-text-extraSmall {
        font-size: 2.4rem;
    }
}

.lp-buttonConversion {
    display: inline-block;
    max-width: 100%;
    background: #f30b19;
    color: #ffffff;
    font-size: 1.8rem;
    text-decoration: none;
}

.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 .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 .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-anchor .lp-buttonConversion-body::before {
    width: 16px;
    min-width: 16px;
    height: 13px;
    min-height: 13px;
    background: url("../../img/landing_page/common/icon_btn_anc.png") no-repeat;
    background-size: contain;
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion {
        font-size: 1.4rem;
    }
}

.lp-card {
    margin: 15px 0 0;
    padding: 20px;
    border: 1px solid #c10000;
    background: #132a3a;
}

.lp-card-title {
    width: 100%;
    margin-bottom: 0;
    text-align: center;
}

.lp-card-titleOuter {
    display: flex;
    justify-content: center;
    margin-top: -36px;
    margin-bottom: 20px;
}

.lp-card-titleBody {
    display: inline-block;
    max-width: 100%;
    padding: 5px 35px;
    background: #c10000;
}

@media only screen and (max-width: 969px) {
    .lp-card {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 640px) {
    .lp-card {
        padding: 0;
    }
    .lp-card-titleOuter {
        display: block;
        margin-top: 0;
        margin-bottom: 0;
    }
    .lp-card-titleBody {
        display: block;
        padding: 5px 20px;
    }
    .lp-card-body {
        padding: 20px;
    }
}

.lp-media {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.lp-media.of-row-reverse {
    flex-direction: row-reverse;
}

.lp-media-body {
    width: 100%;
    max-width: 500px;
    margin-bottom: 80px;
}

.lp-media-image::before {
    display: block;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 40px);
    background: #08263e;
    content: "";
}

.lp-media-body > *:last-child {
    margin-bottom: 0;
}

.lp-media-body:only-child {
    margin-bottom: 40px;
}

.lp-media-body:only-child::before {
    height: 100%;
}

.lp-media-image {
    align-self: flex-end;
    min-height: 0%;
}

.lp-media-image.of-shadow {
    padding: 10px;
    background: #ffffff;
    box-shadow: 0 0 5px 0 rgba(204, 204, 204, 0.9);
}

@media only screen and (max-width: 969px) {
    .lp-media {
        margin-bottom: 0;
    }
    .lp-media.lp-smallScreen-column {
        flex-direction: column;
        align-items: center;
    }
    .lp-media.lp-smallScreen-column .lp-media-body {
        min-height: 0%;
        margin-bottom: 0;
    }
    .lp-media.lp-smallScreen-column .lp-media-body:only-child > *:last-child {
        margin-bottom: 35px;
    }
    .lp-media.lp-smallScreen-column .lp-media-image {
        align-self: center;
        margin: 10px 0 0 0;
    }
}

.lp-mediaNovelty {
    display: flex;
}

.lp-mediaNovelty.of-row-reverse {
    flex-direction: row-reverse;
}

.lp-mediaNovelty.of-align-center {
    align-items: center;
}

.lp-mediaNovelty-body {
    flex: 1;
}

.lp-mediaNovelty-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaNovelty-image {
    max-width: 150px;
    min-height: 0%;
    margin-right: 20px;
}

.lp-mediaNovelty-image > img {
    width: 100%;
}

@media only screen and (max-width: 640px) {
    .lp-mediaNovelty.lp-smallScreen-column-reverse {
        flex-direction: column-reverse;
        align-items: center;
    }
    .lp-mediaNovelty.lp-smallScreen-column-reverse .lp-mediaNovelty-body {
        flex: none;
        width: 100%;
    }
    .lp-mediaNovelty.lp-smallScreen-column-reverse .lp-mediaNovelty-image {
        max-width: 120px;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.lp-utility-textColor-primary {
    color: #f00000;
}

.lp-utility-text-large {
    font-size: 2.2rem;
}

.lp-utility-textAlign-left {
    text-align: left;
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-utility-textAlign-right {
    text-align: right;
}

@media only screen and (max-width: 969px) {
    .lp-smallScreen-line-break {
        display: block;
    }
}

@media only screen and (max-width: 640px) {
    .lp-extraSmallScreen-line-break {
        display: block;
    }
    .lp-extraSmallScreen-hide {
        display: none;
    }
}

@media only screen and (min-width: 970px) {
    .smallScreen-show {
        display: none;
    }
    .lp-largeScreen-line-break {
        display: block;
    }
}
