@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-arrow .lp-buttonConversion-body, .lp-buttonConversion.of-inquiry .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-arrow .lp-buttonConversion-body::before, .lp-buttonConversion.of-inquiry .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-arrow .lp-buttonConversion-body::before {
    left: 26px;
    height: 12px;
    border-width: 7px 0 7px 13px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

.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-priceIcon .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_usd.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_jpy.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_gbp.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_krw.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_eur.png") no-repeat center center;
}

.lp-buttonConversion.of-primary {
    background: #129e83;
}

.lp-buttonConversion.of-secondary {
    background: #1a90db;
}

.lp-navigationSeries {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1240px;
    margin: 20px auto;
    padding: 4px 10px;
    border: 2px solid #e5e5e5;
    color: #999;
}

div#MainContent .lp-navigationSeries {
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: anywhere;
}

@media only screen and (max-width: 1279px) {
    .lp-navigationSeries {
        margin-right: 20px;
        margin-left: 20px;
    }
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries {
        flex-direction: column;
        align-items: center;
    }
}

.lp-navigationSeries-title {
    max-width: 600px;
    font-size: 1.1rem;
    font-weight: normal;
    line-height: 1.3;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-title {
        width: 100%;
        max-width: none;
        margin-bottom: 3px;
        text-align: center;
    }
}

.lp-navigationSeries-title + .lp-navigationSeries-linkList {
    margin-left: 10px;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-title + .lp-navigationSeries-linkList {
        margin-left: -10px;
    }
}

div#MainContent .lp-navigationSeries-title {
    margin-bottom: 0;
    color: #999;
    font-size: 11px;
    line-height: 1.3;
    text-transform: none;
}

div#MainContent .lp-navigationSeries-title + .lp-navigationSeries-linkList {
    margin-left: 10px;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-seriesNameText, .lp-navigationSeries-seriesText {
        display: block;
    }
}

.lp-navigationSeries-linkList {
    display: flex;
    flex-wrap: wrap;
    margin: -3px 0 0 -10px;
    color: #999;
}

div#MainContent .lp-navigationSeries-linkList {
    margin: -3px 0 0 -10px;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-linkList {
        justify-content: center;
        width: 100%;
    }
}

.lp-navigationSeries-linkList > li {
    display: flex;
    position: relative;
    margin-top: 3px;
    margin-left: 10px;
    background: none;
    font-size: 1.1rem;
    line-height: 1.3;
}

div#MainContent .lp-navigationSeries-linkList > li {
    margin: 3px 0 0 10px;
    padding: 0;
    background: none;
    font-size: 11px;
}

.lp-navigationSeries-linkList > li > a {
    display: block;
    position: relative;
    width: 100%;
    padding-left: 9px;
    color: #999;
    line-height: 1.3;
    text-decoration: none;
}

.lp-navigationSeries-linkList > li > a::before {
    display: block;
    position: absolute;
    top: 4px;
    left: -2px;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    content: "";
}

div#MainContent .lp-navigationSeries-linkList > li > a:link {
    color: #999;
}

div#MainContent .lp-navigationSeries-linkList > li > a::before {
    top: 0.3em;
}

.lp-navigationSeries-linkList > li > a:hover, .lp-navigationSeries-linkList > li > a:focus {
    text-decoration: underline;
}

.section {
    margin-bottom: 0;
}

.lp-jumbotron {
    width: 100%;
    padding: 0 20px;
    background-image: url("../../img/landing_page/lp_new_products_rwd/lp_new_products_bg_01.png");
}

.lp-jumbotron-content {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 640px) {
    .lp-jumbotron-content {
        flex-direction: column;
    }
}

.lp-jumbotron-body {
    display: flex;
    flex-basis: 307px;
    flex-direction: column;
    align-items: center;
    padding: 25px 0;
}

@media screen and (max-width: 640px) {
    .lp-jumbotron-body {
        flex-basis: auto;
        min-height: 0%;
        margin: auto;
    }
}

.lp-jumbotron-body > :last-child {
    margin-bottom: 0;
}

.lp-jumbotron-title {
    width: 100%;
    max-width: 307px;
    min-height: 0%;
    margin-bottom: 20px;
}

.lp-jumbotron-title.of-primary {
    max-width: 440px;
    margin-bottom: 2px;
    font-size: 2.4rem;
    font-weight: normal;
    text-align: center;
}

@media screen and (max-width: 1080px) {
    .lp-jumbotron-title.of-primary {
        font-size: calc(1.8rem + ((1vw - 0.64rem) * (1.36364)));
    }
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-title.of-primary {
        margin-bottom: -5px;
    }
}

@media screen and (max-width: 640px) {
    .lp-jumbotron-title.of-primary {
        font-size: 1.8rem;
    }
}

.lp-jumbotron-title.of-primary > em {
    font-size: 5rem;
}

@media screen and (max-width: 1080px) {
    .lp-jumbotron-title.of-primary > em {
        font-size: calc(3.5rem + ((1vw - 0.64rem) * (3.40909)));
    }
}

@media screen and (max-width: 640px) {
    .lp-jumbotron-title.of-primary > em {
        font-size: 3.5rem;
    }
}

.lp-jumbotron-text {
    font-size: 3rem;
}

@media screen and (max-width: 1080px) {
    .lp-jumbotron-text {
        font-size: calc(2.4rem + ((1vw - 0.64rem) * (1.36364)));
    }
}

@media screen and (max-width: 640px) {
    .lp-jumbotron-text {
        font-size: 2.4rem;
    }
}

.lp-jumbotron-image {
    display: flex;
    align-self: flex-end;
    min-height: 0%;
}

@media screen and (max-width: 640px) {
    .lp-jumbotron-image {
        align-self: center;
        max-width: 100%;
    }
}

.lp-jumbotron-image img {
    width: 100%;
    min-height: 0%;
}

.lp-jumbotron.of-primary {
    background-color: #eaf1f6;
    background-image: none;
}

.lp-jumbotron.of-primary .lp-jumbotron-content {
    justify-content: flex-start;
    max-width: 1080px;
    margin: 0 auto;
    background-image: url("../../img/landing_page/lp_sensor-list_01078972/lp_sensor-list_01078972_bg_01.png");
    background-position: right;
    background-repeat: no-repeat;
    background-size: 60%;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron.of-primary .lp-jumbotron-content {
        justify-content: center;
        padding-bottom: calc(18rem + ((1vw - 0.64rem) * (24.31611)));
        background-position: right 50% bottom 10px;
    }
}

@media screen and (max-width: 640px) {
    .lp-jumbotron.of-primary .lp-jumbotron-content {
        padding-bottom: 145px;
        background-size: 320px 140px;
    }
}

.lp-jumbotron.of-primary .lp-jumbotron-body {
    flex-basis: 440px;
    padding: 70px 0 60px;
}

@media screen and (max-width: 1080px) {
    .lp-jumbotron.of-primary .lp-jumbotron-body {
        padding-top: calc(1.5rem + ((1vw - 0.64rem) * (12.5)));
        padding-bottom: calc(1.5rem + ((1vw - 0.64rem) * (10.22727)));
    }
}

@media screen and (max-width: 969px) {
    .lp-jumbotron.of-primary .lp-jumbotron-body {
        padding-top: calc(1.5rem + ((1vw - 0.64rem) * (7.59878)));
        padding-bottom: 15px;
    }
}

@media screen and (max-width: 640px) {
    .lp-jumbotron.of-primary .lp-jumbotron-body {
        flex-basis: auto;
        padding: 15px 0;
    }
}

.lp-section {
    padding: 40px 0;
}

@media screen and (max-width: 640px) {
    .lp-section {
        padding: 30px 0 40px;
    }
}

.lp-section.of-primary {
    padding: 30px 0 10px;
    background-color: #dff2f9;
}

.lp-section-content {
    max-width: 1080px;
    margin: auto;
}

.lp-section.of-secondary {
    margin-top: -40px;
    background-color: #f8f8f8;
}

@media screen and (max-width: 1080px) {
    .lp-section.of-secondary {
        margin-top: calc(-2rem + ((1vw - 0.64rem) * (-4.54545)));
    }
}

@media screen and (max-width: 640px) {
    .lp-section.of-secondary {
        margin-top: -20px;
        padding: 20px;
    }
}

.lp-section.of-secondary .lp-section-content > *:last-child {
    margin-bottom: 0;
}

.lp-headingLevel2-outer {
    margin: 0 0 32px;
    text-align: center;
}

.lp-headingLevel2 {
    display: inline-block;
    position: relative;
    padding: 0 10px;
    font-size: 3rem;
    font-weight: bold;
}

@media screen and (max-width: 640px) {
    .lp-headingLevel2 {
        font-size: 2.2rem;
    }
}

.lp-headingLevel2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 3px solid #1a5da3;
    content: "";
}

.lp-headingLevel2 > em {
    color: #f77309;
    font-weight: normal;
}

.lp-listButton > li {
    margin-bottom: 10px;
}

.lp-listButton > :last-child {
    margin-bottom: 0;
}

.lp-layout-grid {
    display: flex;
    flex-wrap: wrap;
}

.lp-layout-grid-column {
    margin-bottom: 40px;
    border-right: 1px solid #c4c4c4;
}

@media screen and (max-width: 640px) {
    .lp-layout-grid-column {
        margin-bottom: 20px;
    }
}

.lp-layout-grid.of-column-3 .lp-layout-grid-column {
    width: 33.333333%;
}

@media screen and (max-width: 640px) {
    .lp-layout-grid.of-column-3 .lp-layout-grid-column {
        width: 50%;
    }
}

@media screen and (min-width: 970px) {
    .lp-layout-grid.of-column-3 .lp-layout-grid-column:nth-child(3n) {
        border-right: 0;
    }
}

@media screen and (max-width: 969px) {
    .lp-layout-grid.of-column-3 .lp-layout-grid-column:nth-child(3n) {
        border-right: 0;
    }
}

@media screen and (max-width: 640px) {
    .lp-layout-grid.of-column-3 .lp-layout-grid-column:nth-child(3n) {
        border-right: 1px solid #c4c4c4;
    }
    .lp-layout-grid.of-column-3 .lp-layout-grid-column:nth-child(2n) {
        border-right: 0;
    }
}

.lp-layout-grid.of-column-4 .lp-layout-grid-column {
    width: 25%;
}

@media screen and (max-width: 969px) {
    .lp-layout-grid.of-column-4 .lp-layout-grid-column {
        width: 33.333333%;
    }
}

@media screen and (max-width: 640px) {
    .lp-layout-grid.of-column-4 .lp-layout-grid-column {
        width: 50%;
    }
}

@media screen and (min-width: 970px) {
    .lp-layout-grid.of-column-4 .lp-layout-grid-column:nth-child(4n) {
        border-right: 0;
    }
}

@media screen and (max-width: 969px) {
    .lp-layout-grid.of-column-4 .lp-layout-grid-column:nth-child(3n) {
        border-right: 0;
    }
}

@media screen and (max-width: 640px) {
    .lp-layout-grid.of-column-4 .lp-layout-grid-column:nth-child(3n) {
        border-right: 1px solid #c4c4c4;
    }
    .lp-layout-grid.of-column-4 .lp-layout-grid-column:nth-child(2n) {
        border-right: 0;
    }
}

.lp-media {
    display: flex;
    position: relative;
    flex-direction: column-reverse;
    align-items: center;
    padding: 0 15px;
}

.lp-media.of-primary {
    padding: 0 20px;
}

.lp-media .lp-textLink > a::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    content: "";
}

.lp-media-body {
    width: 100%;
}

.lp-media-body > :last-child {
    margin-bottom: 0;
}

.lp-media-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 0%;
}

.lp-media-image > img {
    width: 100%;
    min-height: 0%;
}

.lp-textLink {
    width: 100%;
    font-size: 2rem;
    text-align: center;
}

@media screen and (max-width: 640px) {
    .lp-textLink {
        font-size: 1.6rem;
    }
}

.lp-textLink > a {
    display: inline-block;
}

.lp-textLink > a::before {
    display: inline-block;
    margin-top: -3px;
    border: 4px solid transparent;
    border-left: 6px solid #cc1616;
    vertical-align: middle;
    content: "";
}

.lp-text {
    margin-bottom: 5px;
    font-size: 2rem;
}

@media screen and (max-width: 1080px) {
    .lp-text {
        font-size: calc(1.6rem + ((1vw - 0.64rem) * (0.90909)));
    }
}

@media screen and (max-width: 640px) {
    .lp-text {
        font-size: 1.6rem;
    }
}

.utility-text-large {
    font-size: 3rem;
}

@media screen and (max-width: 1080px) {
    .utility-text-large {
        font-size: calc(2rem + ((1vw - 0.64rem) * (2.27273)));
    }
}

@media screen and (max-width: 640px) {
    .utility-text-large {
        font-size: 2rem;
    }
}

.utility-textAlign-center {
    text-align: center;
}

@media screen and (max-width: 640px) {
    .lp-buttonConversion-text.of-primary {
        font-size: 1.4rem;
    }
}

@media screen and (min-width: 970px) {
    .lp-largeScreen-height-auto {
        height: auto !important;
    }
}

@media screen and (max-width: 969px) {
    .lp-middleScreen-height-auto {
        height: auto !important;
    }
}

@media screen and (max-width: 640px) {
    .lp-smallScreen-height-auto {
        height: auto !important;
    }
}
