@charset "UTF-8";

.lp-layout-grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
}

.lp-layout-grid-column {
    padding-left: 15px;
}

.lp-layout-grid-column.of-flex {
    display: flex;
}

.lp-layout-grid.of-column-3 .lp-layout-grid-column {
    width: 33.3333333333%;
}

.lp-layout-grid.of-jumbotron {
    margin-bottom: -40px;
}

@media only screen and (max-width: 768px) {
    .lp-layout-grid.of-jumbotron {
        margin-bottom: -39px;
    }
}

@media only screen and (max-width: 768px) {
    .lp-layout-grid.lp-smallScreen-column {
        flex-direction: column;
        margin-left: 0;
    }
    .lp-layout-grid.lp-smallScreen-column .lp-layout-grid-column {
        width: 100%;
        margin-bottom: 10px;
        padding-left: 0;
    }
    .lp-layout-grid.lp-smallScreen-column .lp-layout-grid-column:last-child {
        margin-bottom: 0;
    }
}

.lp-jumbotron {
    margin-bottom: 71px;
    background: #e6f0f5;
}

@media only screen and (max-width: 768px) {
    .lp-jumbotron {
        margin-bottom: 73px;
    }
}

.lp-jumbotron-content {
    position: relative;
    max-width: calc(970px + 40px);
    margin: 0 auto;
    padding: 55px 20px 0;
}

@media only screen and (max-width: 768px) {
    .lp-jumbotron-content {
        padding-top: 38.80208vw;
    }
}

.lp-jumbotron-content::before {
    display: block;
    position: absolute;
    top: 0;
    right: 20px;
    width: 100%;
    height: 100%;
    background: url("../../img/landing_page/lp_contact_us/lp_contact_us_bg_01.png") no-repeat right top;
    content: "";
}

@media only screen and (max-width: 768px) {
    .lp-jumbotron-content::before {
        right: 0;
        height: 35.67708vw;
        background-position-x: center;
        background-size: contain;
    }
}

.lp-jumbotron-body {
    display: flex;
    position: relative;
    flex-direction: column;
}

.lp-jumbotron-title {
    margin-bottom: 10px;
    color: #096897;
    font-size: 4rem;
    line-height: 1;
}

@media only screen and (max-width: 768px) {
    .lp-jumbotron-title {
        font-size: 3.2rem;
        text-align: center;
    }
}

.lp-jumbotron-text {
    font-size: 2.6rem;
    line-height: 1.2;
}

@media only screen and (max-width: 768px) {
    .lp-jumbotron-text {
        font-size: 2.2rem;
    }
}

.lp-jumbotron-textGroup {
    max-width: 560px;
    margin-bottom: 54px;
}

.lp-jumbotron-textGroup > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-textGroup {
        max-width: 53.60825vw;
    }
}

@media only screen and (max-width: 768px) {
    .lp-jumbotron-textGroup {
        max-width: none;
        margin-bottom: 20px;
    }
}

.lp-section-content {
    max-width: calc(970px + 40px);
    margin: 0 auto;
    padding: 0 20px;
}

.lp-media {
    display: flex;
    margin-bottom: 40px;
}

.lp-media.of-row-reverse {
    flex-direction: row-reverse;
}

.lp-media.of-row-reverse .lp-media-body {
    margin: 0 0 0 40px;
}

.lp-media.of-primary {
    max-width: 830px;
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {
    .lp-media.lp-smallScreen-column {
        flex-direction: column;
    }
    .lp-media.lp-smallScreen-column .lp-media-body {
        flex: none;
        width: 100%;
        margin-left: 0;
    }
}

.lp-media.of-align-center {
    align-items: center;
}

.lp-media-body {
    flex: 1;
}

.lp-media-body > *:last-child {
    margin-bottom: 0;
}

.lp-media-title {
    margin-bottom: 3px;
    font-size: 2.2rem;
}

@media only screen and (max-width: 768px) {
    .lp-media-title {
        text-align: center;
    }
}

.lp-media-text {
    line-height: 1.4;
}

.lp-media-image {
    min-height: 0%;
}

.lp-card {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 80px;
    padding: 17px 20px;
    background: #096897;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
    color: #fff;
}

.lp-card > *:last-child {
    margin-bottom: 0;
}

.lp-card-text {
    width: 100%;
    font-size: 1.8rem;
    line-height: 1.3;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .lp-smallScreen-hide {
        display: none;
    }
}
