@charset "UTF-8";

.lp-buttonConversion {
    display: inline-block;
    max-width: 100%;
    background: #e60012;
    color: #fff;
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion {
        font-size: 1.6rem;
    }
}

.lp-buttonConversion-body {
    display: flex;
    align-items: center;
    padding: 12px 8px 12px 24px;
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion-body {
        padding-top: 14px;
        padding-bottom: 14px;
    }
}

.lp-buttonConversion-text {
    margin-right: 16px;
}

.lp-buttonConversion-image {
    margin: -22px 0;
    border: 1px solid #ccc;
}

.lp-buttonConversion-image > img {
    min-width: 42px;
    max-width: 60px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body, .lp-buttonConversion.of-anchor .lp-buttonConversion-body, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body, .lp-buttonConversion.of-tryangle .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before, .lp-buttonConversion.of-anchor .lp-buttonConversion-body::before, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before, .lp-buttonConversion.of-tryangle .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_dl.png") no-repeat center center;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_anc_03.png") no-repeat center center;
}

.lp-buttonConversion.of-tryangle .lp-buttonConversion-body::before {
    position: absolute;
    top: 50%;
    left: 26px;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    border-top: 6px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 13px solid #fff;
    content: "";
}

.lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_inquiry_01.png") no-repeat center center;
}

.lp-buttonConversion.of-price01 .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-price01 .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-price01 .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_01.png") no-repeat center center;
}

.lp-buttonConversion.of-price02 .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-price02 .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-price02 .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_02.png") no-repeat center center;
}

.lp-buttonConversion.of-price03 .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-price03 .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-price03 .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_03.png") no-repeat center center;
}

.lp-buttonConversion.of-price04 .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-price04 .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-price04 .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_04.png") no-repeat center center;
}

.lp-buttonConversion.of-price05 .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-price05 .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-price05 .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_05.png") no-repeat center center;
}

.lp-buttonConversion.of-primary {
    background: #129e83;
}

.lp-buttonConversion.of-secondary {
    background: #1a90db;
}

.lp-jumbotron {
    background: #000;
}

.lp-jumbotron-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 30px 40px;
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-content {
        padding: 20px 20px 30px;
    }
}

.lp-jumbotron-content :last-child {
    margin-bottom: 0;
}

.lp-jumbotron-body {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 1240px;
    min-height: 0%;
    margin: 0 auto;
    padding-bottom: 3px;
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-body {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        max-width: 100%;
        padding-bottom: 5px;
        text-align: center;
    }
}

.lp-jumbotron-textGroup {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 800px;
    padding: 30px;
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-textGroup {
        order: -1;
        max-width: 100%;
        padding: 0;
        padding-bottom: 11px;
    }
}

.lp-jumbotron-title {
    max-width: 100%;
    margin-bottom: 20px;
    color: #fff;
    font-size: 39px;
    line-height: 1.4;
    text-align: center;
}

@media screen and (max-width: 1400px) {
    .lp-jumbotron-title {
        font-size: calc(39vw * 100 / 1400);
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-title {
        margin-bottom: 12px;
        font-size: 24px;
    }
}

.lp-jumbotron-series {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(670vw * 100 / 1400);
    max-width: 670px;
    padding: 4px 15px;
    background: linear-gradient(135deg, #09b700 0%, #09b700 43%, #09b70a 44%, #07b626 45%, #07b628 46%, #06b44c 47%, #05b452 48%, #03b37f 49%, #03b37f 50%, #01b1a7 51%, #00b0c1 53%, #00b0c7 54%, #00b0c7 100%);
    color: #fff;
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-series {
        flex-direction: column;
        width: calc(288vw * 100 / 360);
        padding: 7px 15px;
    }
}

.lp-jumbotron-seriesName {
    width: 285px;
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-seriesName {
        width: 100%;
        padding-bottom: 3px;
    }
    .lp-jumbotron-seriesName:last-child {
        padding-bottom: 0;
    }
}

.lp-jumbotron-series .utility-textColor-emphasis {
    flex-shrink: 0;
    margin: 0 calc(10vw * 100 / 1400);
    color: #011810;
    font-size: 24px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-series .utility-textColor-emphasis {
        font-size: 16px;
    }
}

.lp-jumbotron-image {
    display: flex;
    align-items: center;
    width: 220px;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-image {
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-image {
        width: 110px;
        margin-bottom: 0;
    }
}

.lp-jumbotron-image > img {
    min-width: 100%;
}

.lp-jumbotron-image.of-primary {
    order: -1;
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-image.of-primary {
        order: inherit;
    }
}

.lp-layout-grid {
    display: flex;
}

.lp-layout-grid.of-column-3 {
    padding-bottom: 26px;
}

@media screen and (max-width: 969px) {
    .lp-layout-grid.of-column-3 {
        flex-direction: column;
        align-items: center;
        padding-bottom: 13px;
    }
}

.lp-layout-grid.of-column-3 .lp-layout-grid-column {
    width: 100%;
    margin-right: 34px;
}

.lp-layout-grid.of-column-3 .lp-layout-grid-column:last-child {
    margin-right: 0;
}

@media screen and (max-width: 969px) {
    .lp-layout-grid.of-column-3 .lp-layout-grid-column {
        max-width: calc(670vw * 100 / 1400);
        margin-right: 0;
        margin-bottom: 23px;
    }
    .lp-layout-grid.of-column-3 .lp-layout-grid-column:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .lp-layout-grid.of-column-3 .lp-layout-grid-column {
        max-width: 100%;
    }
}

.lp-layout-grid.of-column-2 {
    max-width: calc(1180px + 20px);
}

@media screen and (max-width: 767px) {
    .lp-layout-grid.of-column-2 {
        flex-direction: column;
        margin-right: auto;
        margin-left: auto;
    }
    .lp-layout-grid.of-column-2 > *:last-child {
        margin-bottom: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .lp-layout-grid.of-column-2 {
        width: 100%;
        max-width: 580px;
        min-height: 0%;
        margin: 0 auto;
    }
}

.lp-layout-grid.of-column-2 .lp-layout-grid-column {
    width: 100%;
    max-width: 580px;
    margin-left: 20px;
}

@media screen and (max-width: 767px) {
    .lp-layout-grid.of-column-2 .lp-layout-grid-column {
        min-height: 0%;
        margin: 0 0 20px;
    }
}

.lp-layout-grid.of-column-2 .lp-layout-grid-column:first-child {
    margin-left: 0;
}

.lp-section {
    width: 100%;
    background: #fff;
}

@media screen and (max-width: 767px) {
    .lp-section {
        min-height: 0%;
    }
}

.lp-section.of-primary {
    border: 1px solid #008e3f;
}

.lp-section.of-secondary {
    border: 1px solid #008cab;
}

.lp-section.of-content {
    padding: 40px 30px;
    background: #cfd7db;
}

@media screen and (max-width: 767px) {
    .lp-section.of-content {
        padding: 24px 20px 30px;
    }
}

.lp-section-header {
    height: 100%;
    padding: 8px 40px 11px;
    text-align: center;
}

.lp-section-header.of-primary {
    background: #008e3f;
    color: #f1ffd4;
}

.lp-section-header.of-secondary {
    background: #008cab;
    color: #e6faff;
}

@media screen and (max-width: 767px) {
    .lp-section-header {
        padding: 10px 14px;
    }
}

.lp-section-title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lp-section-title-content {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.3;
}

@media screen and (max-width: 767px) {
    .lp-section-title-content {
        margin-bottom: 0;
        font-size: 18px;
    }
}

.lp-section-subtitle {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.3;
}

@media screen and (max-width: 767px) {
    .lp-section-subtitle {
        font-size: 16px;
    }
}

.lp-section-body {
    display: flex;
    flex-direction: column;
    padding: 0 40px 15px;
    background: linear-gradient(to bottom, #d7d7d7, #f5f5f5);
}

@media screen and (max-width: 1400px) {
    .lp-section-body {
        padding: 0 calc(40vw * 100 / 1400) calc(15vw * 100 / 1400);
    }
}

@media screen and (max-width: 767px) {
    .lp-section-body {
        padding: 0 20px 10px;
    }
}

.lp-section-body > *:last-child {
    margin-bottom: 0;
}

.lp-section-image {
    width: 100%;
    max-width: 325px;
    min-height: 0%;
    margin: 0 auto;
    padding: 11px 14px 10px 2px;
}

@media screen and (max-width: 767px) {
    .lp-section-image {
        width: calc(240vw * 100 / 360);
        padding: 8px 0 21px;
    }
}

.lp-section-content {
    display: flex;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .lp-section-content {
        max-width: none;
    }
}

.lp-figure {
    padding: 12px 20px 20px;
}

@media screen and (max-width: 767px) {
    .lp-figure {
        padding: 4px 10px 10px;
    }
}

.lp-figure-textGroup {
    padding-bottom: 10px;
    text-align: center;
}

.lp-figure-textGroup .lp-figure-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

@media screen and (max-width: 767px) {
    .lp-figure-textGroup .lp-figure-title {
        padding: 0 20px;
        font-size: 18px;
    }
}

.lp-figure-textGroup .lp-figure-subtitle {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

.lp-figure-textGroup.of-primary {
    color: #008e3f;
}

.lp-figure-textGroup.of-secondary {
    color: #008cab;
}

.lp-figure-image {
    text-align: center;
}

.lp-cardAsset {
    width: 100%;
    max-width: 970px;
    margin-bottom: 15px;
    padding: 26px 60px;
    background: #242424;
    color: #e2e2e2;
}

@media screen and (max-width: 1400px) {
    .lp-cardAsset {
        padding: 26px calc(60vw * 100 / 1400);
    }
}

@media screen and (max-width: 767px) {
    .lp-cardAsset {
        padding: 24px 20px 20px;
    }
}

.lp-cardAsset-body {
    display: flex;
    align-items: center;
    max-width: calc(820px + 20px);
    line-height: 1.3;
}

@media screen and (max-width: 767px) {
    .lp-cardAsset-body {
        flex-direction: column;
        margin-right: auto;
        margin-left: auto;
    }
    .lp-cardAsset-body > *:last-child {
        margin-bottom: 0 !important;
    }
}

.lp-cardAsset-text {
    flex: 1;
    width: 100%;
    min-width: 350px;
    max-width: 580px;
    margin: 0 0 0 20px;
    font-size: 22px;
    text-align: center;
}

@media screen and (max-width: 1400px) {
    .lp-cardAsset-text {
        font-size: calc(22vw * 100 / 1400);
    }
}

@media screen and (max-width: 969px) {
    .lp-cardAsset-text {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .lp-cardAsset-text {
        flex: 1 0 auto;
        min-width: auto;
        min-height: 0%;
        margin-left: 0;
        padding-bottom: 10px;
    }
}

.lp-cardAsset-button {
    margin-left: calc(46vw * 100 / 1400);
}

@media screen and (max-width: 767px) {
    .lp-cardAsset-button {
        margin: 0 auto;
    }
}

.lp-cardCaution {
    width: 100%;
    margin-bottom: 10px;
    color: #fff;
    font-size: 22px;
    text-align: center;
}

@media screen and (max-width: 1400px) {
    .lp-cardCaution {
        font-size: calc(22vw * 100 / 1400);
    }
}

@media screen and (max-width: 969px) {
    .lp-cardCaution {
        font-size: 16px;
    }
}

.lp-listFeature {
    display: flex;
    position: relative;
    justify-content: center;
    order: 2;
    margin-left: -6px;
    padding-bottom: 16px;
}

@media screen and (max-width: 1400px) {
    .lp-listFeature {
        flex-wrap: wrap;
        padding-bottom: 18px;
    }
}

.lp-listFeature > li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    min-height: 46px;
    margin-left: 5px;
    padding: 6px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
}

.lp-listFeature > li > * {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1400px) {
    .lp-listFeature > li {
        width: 48%;
        min-height: 26px;
        margin-top: 4px;
        font-size: 13px;
    }
}

.lp-listFeature > li.of-primary {
    background: #09b700;
}

.lp-listFeature > li.of-secondary {
    background: #00b0c7;
}

.lp-textGroup {
    order: 3;
}

.lp-textGroup-body {
    font-size: 18px;
}

@media screen and (max-width: 1400px) {
    .lp-textGroup-body {
        font-size: calc(16vw * 100 / 1400);
    }
}

@media screen and (max-width: 767px) {
    .lp-textGroup-body {
        font-size: 16px;
    }
}

.lp-textGroup-body > li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 18px;
    font-size: 16px;
    line-height: 1.3;
}

@media screen and (max-width: 767px) {
    .lp-textGroup-body > li {
        margin-bottom: 5px;
    }
}

.lp-textGroup-body > li::before {
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 10px;
    border-top: 3px solid;
    vertical-align: middle;
    content: "";
}

.lp-textGroup-body.of-primary > li::before {
    border-color: #008e3f;
}

.lp-textGroup-body.of-secondary > li::before {
    border-color: #008cab;
}

.lp-mediaCatalog {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
}

.lp-mediaCatalog-text {
    flex: 1;
    width: 100%;
    margin-bottom: 0;
    color: #b7b7b7;
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    .lp-mediaCatalog-text {
        width: 225px;
        min-height: 100%;
        font-size: 15px;
        line-height: 1.2;
    }
    .lp-mediaCatalog-text > * {
        margin-bottom: 0;
    }
}

.lp-mediaCatalog-image {
    width: 70px;
    margin-right: 8px;
    border: 1px solid #5d5e5e;
}

@media screen and (max-width: 767px) {
    .lp-mediaCatalog-image {
        width: 50px;
    }
}

@media screen and (max-width: 767px) {
    .lp-mediaCatalog-image {
        flex-shrink: 0;
        margin-right: 9px;
    }
}

.lp-mediaAsset {
    padding: 38px 60px 30px;
}

@media screen and (max-width: 767px) {
    .lp-mediaAsset {
        padding: 28px 40px 30px;
    }
}

.lp-mediaAsset-body {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media screen and (max-width: 969px) {
    .lp-mediaAsset-body {
        flex-direction: column-reverse;
    }
}

.lp-mediaAsset-text {
    max-width: 100%;
    margin: 0 calc(47vw * 100 / 1400) 0 35px;
    font-size: 32px;
    font-weight: bold;
}

@media screen and (max-width: 969px) {
    .lp-mediaAsset-text {
        margin: 0;
        font-size: 24px;
        text-align: center;
    }
}

.lp-mediaAsset-imageGroup {
    display: flex;
    flex-shrink: 0;
    margin-right: 10px;
}

@media screen and (max-width: 969px) {
    .lp-mediaAsset-imageGroup {
        margin-right: 0;
        margin-bottom: 8px;
    }
}

.lp-mediaAsset-image {
    margin-left: 20px;
    border: 1px solid #d3d4d5;
}

@media screen and (max-width: 767px) {
    .lp-mediaAsset-image {
        margin-left: 8px;
    }
}

.lp-mediaAsset-image:first-child {
    margin-left: 0;
}

.lp-mediaAsset-image > img {
    width: 90px;
    height: 128px;
}

@media screen and (max-width: 767px) {
    .lp-mediaAsset-image > img {
        width: 70px;
    	height: 100px;
    }
}

@media screen and (max-width: 767px) {
    .lp-smallScreen-height-auto {
        height: auto !important;
    }
}

.lp-headingLevel3 {
    padding-bottom: 8px;
    font-size: 22px;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .lp-headingLevel3 {
        padding-bottom: 11px;
        font-size: 18px;
        line-height: 1.3;
    }
}

.utility-text-small {
    font-size: 12px;
}

.utility-br-sp {
    display: none;
}

@media screen and (max-width: 767px) {
    .utility-br-sp {
        display: block;
    }
}

.utility-nowrap {
    display: inline-block;
    white-space: nowrap;
}

.utility-hyphens {
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
}

@media screen and (max-width: 767px) {
    .utility-paddingBottom-10-tb {
        padding-bottom: 10px;
    }
}

.lp-buttonConversion {
    font-size: 1.8rem;
}

.lp-buttonConversion-outer {
    margin-bottom: 0;
}
