@charset "UTF-8";

.lp-layout-grid {
    display: flex;
    margin-left: -10px;
}

@media only screen and (max-width: 640px) {
    .lp-layout-grid {
        margin-left: 0;
    }
}

.lp-layout-grid .of-flex {
    display: flex;
}

.lp-layout-grid.of-column-12 .of-column-4 {
    width: 33.333333333%;
}

.lp-layout-grid.of-column-12 .of-column-3 {
    width: 25%;
}

@media only screen and (max-width: 640px) {
    .lp-layout-grid.lp-smallScreen-column {
        flex-direction: column;
        align-items: center;
    }
}

.lp-layout-grid.lp-smallScreen-column .lp-layout-grid-column {
    padding-left: 10px;
}

@media only screen and (max-width: 640px) {
    .lp-layout-grid.lp-smallScreen-column .lp-layout-grid-column {
        padding: 0 0 10px 0;
    }
}

@media only screen and (max-width: 640px) {
    .lp-layout-grid.lp-smallScreen-column .lp-layout-grid-column {
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 640px) {
    .lp-layout-grid.lp-smallScreen-column .lp-layout-grid-column:last-child {
        padding-bottom: 0;
    }
}

.lp-buttonConversion {
    display: inline-block;
    background: #f30b19;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}

.lp-buttonConversion-body {
    display: block;
    padding: 10px 56px;
}

.lp-buttonConversion-outer {
    margin-bottom: 20px;
}

.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 #ccc;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
    width: 16px;
    height: 13px;
    background: url("../../img/landing_page/common/icon_btn_anc.png") no-repeat;
}

.lp-extraSmallScreen-show {
    display: none;
}

@media only screen and (max-width: 640px) {
    .lp-extraSmallScreen-show {
        display: block;
    }
}

@media only screen and (max-width: 640px) {
    .lp-extraSmallScreen-hide {
        display: none;
    }
}

.lp-jumbotron {
    min-height: 315px;
    background: linear-gradient(to right, #bfcdd8, #e8edf0);
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron {
        min-height: calc((315 * 100vw) / 970);
    }
}

.lp-jumbotron-content {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 970px;
    margin: 0 auto;
    padding: 0 140px;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-content {
        padding: 0 calc((140 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron-content {
        flex-direction: column;
        min-height: inherit;
        padding: 30px 20px 10px;
        text-align: center;
    }
}

.lp-jumbotron-body {
    flex: 1;
    padding: 40px 0 20px;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-body {
        padding: calc((40 * 100vw) / 970) 0 calc((20 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron-body {
        flex: inherit;
        padding: 0;
    }
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: 5px;
    color: #e10000;
    font-size: 50px;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-title {
        margin-bottom: calc((5 * 100vw) / 970);
        font-size: calc((50 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron-title {
        margin-bottom: 2px;
        font-size: 26px;
    }
}

.lp-jumbotron-titleOuter {
    margin-bottom: 25px;
    font-weight: normal;
    line-height: 1.2;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-titleOuter {
        margin-bottom: calc((25 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron-titleOuter {
        margin-bottom: 5px;
        line-height: 1;
    }
}

.lp-jumbotron-subTitle {
    font-size: 45px;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-subTitle {
        font-size: calc((45 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron-subTitle {
        font-size: 26px;
    }
}

.lp-jumbotron-series {
    display: block;
    margin-bottom: 10px;
    font-size: 28px;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-series {
        margin-bottom: calc((10 * 100vw) / 970);
        font-size: calc((28 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron-series {
        margin-bottom: 10px;
        font-size: 18px;
    }
}

.lp-jumbotron-image {
    width: 79px;
    margin-right: 40px;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-image {
        width: calc((79 * 100vw) / 970);
        margin-right: calc((40 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron-image {
        width: 100%;
        max-width: 56px;
        min-height: 0%;
        margin-right: 0;
        margin-bottom: 14px;
        padding-left: 0;
    }
}

.lp-section {
    background: #fff;
}

.lp-section.of-secondary {
    background: linear-gradient(to right, #bfcdd8, #e8edf0);
}

.lp-section.of-secondary .lp-layout-container {
    max-width: 770px;
    margin: 0 auto;
}

.lp-section-content {
    max-width: 970px;
    margin: 0 auto;
    padding: 35px 0 40px;
}

@media only screen and (max-width: 969px) {
    .lp-section-content {
        padding: calc((35 * 100vw) / 970) calc((20 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-section-content {
        padding: 30px 20px;
    }
}

.lp-section-title {
    display: inline-block;
    position: relative;
    font-size: 24px;
    text-align: center;
}

@media only screen and (max-width: 969px) {
    .lp-section-title {
        margin-bottom: calc((20 * 100vw) / 970);
        font-size: calc((24 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-section-title {
        display: block;
        margin-bottom: 15px;
        font-size: 18px;
    }
}

.lp-section-title::after {
    display: block;
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 100%;
    height: 2px;
    transform: translateX(-50%);
    background: #1b756b;
    content: "";
}

@media only screen and (max-width: 640px) {
    .lp-section-title::after {
        bottom: -10px;
        width: 90%;
        content: "";
    }
}

.lp-section-titleOuter {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

@media only screen and (max-width: 969px) {
    .lp-section-titleOuter {
        margin-bottom: calc((25 * 100vw) / 970);
    }
}

.lp-mediaSolution {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 640px) {
    .lp-mediaSolution {
        flex-direction: column;
    }
}

.lp-mediaSolution-body {
    width: 270px;
    margin-right: 25px;
}

@media only screen and (max-width: 969px) {
    .lp-mediaSolution-body {
        width: calc((270 * 100vw) / 970);
        margin-right: calc((25 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-mediaSolution-body {
        width: auto;
        margin-right: inherit;
    }
}

.lp-mediaSolution-image {
    width: 534px;
    margin-bottom: 0;
}

@media only screen and (max-width: 969px) {
    .lp-mediaSolution-image {
        width: calc((534 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-mediaSolution-image {
        width: 100%;
        min-height: 0%;
    }
}

.lp-mediaApplication {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    margin: 0 auto;
}

.lp-mediaApplication-body {
    display: flex;
    flex: 1 0 auto;
    justify-content: center;
    font-size: 16px;
}

.lp-mediaApplication-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaApplication-image {
    min-height: 0%;
    margin-bottom: 5px;
}

.lp-listSolution {
    margin-left: 30px;
}

@media only screen and (max-width: 969px) {
    .lp-listSolution {
        margin-left: calc((30 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-listSolution {
        margin-left: 0;
    }
}

.lp-listSolution > li {
    position: relative;
    margin-bottom: 10px;
}

@media only screen and (max-width: 640px) {
    .lp-listSolution > li {
        margin-bottom: 5px;
    }
}

.lp-listSolution > li:last-child {
    margin-bottom: 0;
}

.lp-listSolution-number {
    display: block;
    position: absolute;
    top: calc(0.5em + 5px);
    left: -30px;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #1b756b;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    content: "";
}

.lp-listSolution:last-child {
    margin-bottom: 0;
}

.lp-cardFeature {
    display: flex;
    flex-direction: column;
    width: 100%;
}

@media only screen and (max-width: 640px) {
    .lp-cardFeature {
        align-items: center;
    }
}

.lp-cardFeature-body {
    display: flex;
    flex: 1 0 auto;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 10px;
    background-color: #1b756b;
    color: #fff;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
}

@media only screen and (max-width: 969px) {
    .lp-cardFeature-body {
        padding: calc((10 * 100vw) / 970);
        font-size: calc((20 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-cardFeature-body {
        width: 100%;
        max-width: 320px;
        padding: 10px;
        font-size: 16px;
    }
}

.lp-cardFeature-body > *:last-child {
    margin-bottom: 0;
}
