@charset "UTF-8";

:root {
    font-size: 62.5%;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*::before, *::after {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-wrap: break-word;
    min-width: 320px;
    color: #333;
    font-family: source-han-sans-japanese, "HiraKakuPro-W3", Meiryo, Osaka, "MS PGothic", sans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
    word-break: break-word;
    overflow-wrap: anywhere;
}

main {
    display: block;
}

p {
    margin-bottom: 16px;
}

ul,
ol {
    list-style: none;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    text-decoration: underline;
}

a:hover, a:active, a:focus {
    text-decoration: none;
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    border-bottom: 0;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bold;
}

em {
    font-style: normal;
    font-weight: bold;
}

dfn,
cite {
    font-style: normal;
}

code,
kbd,
samp {
    font-family: monospace;
    font-size: 1em;
}

small {
    font-size: 100%;
}

i {
    font-style: italic;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    max-width: 100%;
    border-style: none;
    vertical-align: bottom;
}

table {
    width: 100%;
    border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
    border-radius: 0;
    font-family: inherit;
    font-size: 100%;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    border: 0;
    background: none;
    cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: none;
}

legend {
    display: table;
    max-width: 100%;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

video {
    display: block;
    max-width: 100%;
}

.lp-buttonConversion {
    display: inline-block;
    max-width: 100%;
    background: #dc002f;
    color: #fff;
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .2s;
    transition-property: color,background-color;
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion {
        font-size: 1.6rem;
    }
}

.lp-buttonConversion:hover {
    background-color: #c6002a;
}

.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-triangleIconTriangle .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-triangleIconTriangle .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-triangleIconTriangle .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-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: #13778f;
}

.lp-buttonConversion.of-primary:hover {
    background: #116b81;
}

.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;
}

.ss-utility-line-break {
    display: block;
}

.ss-utility-textAlign-center {
    text-align: center;
}

.ss-utility-textAlign-right {
    text-align: right;
}

.ss-utility-weight-normal {
    font-weight: normal;
}

.ss-largeScreen-line-break {
    display: block;
}

@media screen and (max-width: 1280px) {
    .ss-largeScreen-line-break {
        display: inline;
    }
}

.ss-smallScreen-hide {
    display: block !important;
}

@media screen and (max-width: 1280px) {
    .ss-smallScreen-hide {
        display: none !important;
    }
}

.ss-smallScreen-show {
    display: none !important;
}

@media screen and (max-width: 1280px) {
    .ss-smallScreen-show {
        display: block !important;
    }
}

@media screen and (max-width: 1280px) {
    .ss-smallScreen-lastChild {
        margin-bottom: 0;
    }
}

.ss-smallScreen-line-break {
    display: block;
}

@media screen and (max-width: 767px) {
    .ss-smallScreen-line-break {
        display: inline;
    }
}

.ss-layout-header {
    height: 80px;
    border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 1280px) {
    .ss-layout-header {
        height: auto;
    }
}

.ss-layout-header > *:last-child {
    margin-bottom: 0;
}

.ss-layout-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: calc(1760px + 80px);
    margin: 0 auto;
    padding: 14px 40px;
}

@media screen and (max-width: 1280px) {
    .ss-layout-header-content {
        flex-direction: column;
        min-height: auto;
        padding: 24px 20px 16px;
    }
}

@media screen and (max-width: 767px) {
    .ss-layout-header-content {
        padding: 16px 20px;
    }
}

.ss-layout-header-content > *:last-child {
    margin-bottom: 0;
    margin-left: 20px;
}

@media screen and (max-width: 1280px) {
    .ss-layout-header-content > *:last-child {
        margin-left: 0;
    }
}

.ss-layout-header-logo {
    min-width: 157px;
    margin: 0;
    line-height: 1;
}

@media screen and (max-width: 1280px) {
    .ss-layout-header-logo {
        padding-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .ss-layout-header-logo {
        min-width: 91px;
    }
}

.ss-layout-header-logo img {
    width: 100%;
}

.ss-layout-footer {
    height: 50px;
    border-top: 1px solid #ddd;
    background-color: #fff;
    color: #666;
}

.ss-layout-footer-content {
    max-width: calc(1760px + 80px);
    margin: 0 auto;
    padding: 16px 40px 13px;
}

@media screen and (max-width: 1280px) {
    .ss-layout-footer-content {
        max-width: none;
        padding: 24px 20px;
    }
}

.ss-layout-footer-content > *:last-child {
    margin-bottom: 0;
}

.ss-layout-footer-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -8px 0 24px -33px;
    font-size: 14px;
    text-align: center;
}

.ss-layout-footer-list > li {
    position: relative;
    margin: 8px 0 0 33px;
}

.ss-layout-footer-list > li::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -17px;
    width: 1px;
    height: 100%;
    transform: translateY(-50%);
    background-color: #666;
    content: "";
}

.ss-layout-footer-list > li:first-child::before {
    display: none;
}

.ss-layout-footer-list > li > a {
    color: #666;
    text-decoration: none;
}

.ss-layout-footer-list > li > a:hover, .ss-layout-footer-list > li > a:active, .ss-layout-footer-list > li > a:focus {
    color: #666;
    text-decoration: underline;
}

@media screen and (max-width: 1280px) {
    .ss-layout-footer-list > .ss-layout-footer-copyright {
        width: 100%;
    }
    .ss-layout-footer-list > .ss-layout-footer-copyright::before {
        display: none;
    }
}

.ss-textPhoneLink {
    min-width: 224px;
    margin-bottom: 32px;
    text-align: center;
}

@media screen and (max-width: 1280px) {
    .ss-textPhoneLink {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

.ss-textPhoneLink > *:last-child {
    margin-bottom: 0;
}

.ss-textPhoneLink-numberGroup {
    display: flex;
    align-items: center;
    color: #333;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    cursor: text;
}

.ss-textPhoneLink-numberGroupOuter {
    display: inline-block;
}

.ss-textPhoneLink-icon {
    display: flex;
    width: 40px;
    margin: 2px 8px 0 0;
}

.ss-textPhoneLink-notes {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.16;
}

.ss-layout-main > *:last-child {
    margin-bottom: 0;
}

.ss-layout-container {
    display: flex;
    overflow: hidden;
    background: #f5f5f5;
}

.gtie9 .ss-jumbotron-image {
    width: 350px;
}

@media screen and (max-width: 1760px) {
    .gtie9 .ss-jumbotron-image {
        width: calc(24rem + ((1vw - 1.28rem) * (8.33333)));
    }
}

@media screen and (max-width: 1280px) {
    .gtie9 .ss-jumbotron-image {
        width: calc(24rem + ((1vw - 0.768rem) * (23.4375)));
        margin-bottom: 16px;
        margin-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .gtie9 .ss-jumbotron-image {
        width: 180px;
    }
}

.gtie9 .ss-jumbotron-body {
    max-width: 690px;
}

.gtie9 .ss-media-lead {
    font-size: 27px;
}

@media screen and (max-width: 1760px) {
    .gtie9 .ss-media-lead {
        font-size: calc(1.8rem + ((1vw - 1.28rem) * (1.875)));
    }
}

@media screen and (max-width: 1280px) {
    .gtie9 .ss-media-lead {
        color: #333;
        font-size: calc(2rem + ((1vw - 0.36rem) * (0.86957)));
    }
}

.gtie9 .ss-sectionFeature-content {
    min-width: 500px;
}

@media screen and (max-width: 1280px) {
    .gtie9 .ss-sectionFeature-content {
        min-width: auto;
    }
}

.gtie9 .ss-sectionFeature-image {
    max-width: 290px;
}

.ss-jumbotron {
    display: flex;
    width: 100%;
    min-height: 0%;
}

@media screen and (max-width: 1280px) {
    .ss-jumbotron {
        margin-bottom: 70px;
        padding: 0 calc(2rem + ((1vw - 0.36rem) * (2.17391)));
    }
}

@media screen and (max-width: 767px) {
    .ss-jumbotron {
        margin-bottom: 70px;
    }
}

.ss-jumbotron-content {
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding: 30px 0;
}

@media screen and (max-width: 1280px) {
    .ss-jumbotron-content {
        flex-direction: column-reverse;
        width: 100%;
        padding: 24px 0 0;
    }
}

@media screen and (max-width: 1280px) {
    .ss-jumbotron-content {
        justify-content: center;
    }
}

.ss-jumbotron-body {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 600px;
    text-align: center;
}

@media screen and (max-width: 1280px) {
    .ss-jumbotron-body {
        max-width: 100%;
    }
}

.ss-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

.ss-jumbotron-body .lp-listButton {
    order: 3;
}

.ss-jumbotron-subtitle {
    order: 1;
    width: 400px;
    margin: 0 auto 48px;
    margin-bottom: 48px;
    padding: 16px 40px;
    background: #052c85;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
}

@media screen and (max-width: 1760px) {
    .ss-jumbotron-subtitle {
        width: calc(30rem + ((1vw - 1.28rem) * (20.83333)));
        margin-bottom: calc(2rem + ((1vw - 1.28rem) * (8.33333)));
        font-size: 18px;
    }
}

@media screen and (max-width: 1280px) {
    .ss-jumbotron-subtitle {
        width: 400px;
        margin-bottom: calc(1.8rem + ((1vw - 0.768rem) * (3.51563)));
        font-size: calc(1.8rem + ((1vw - 0.768rem) * (0.39063)));
    }
}

@media screen and (max-width: 767px) {
    .ss-jumbotron-subtitle {
        width: 100%;
        margin-bottom: 24px;
        padding: 8px 16px;
        font-size: 16px;
    }
}

.ss-jumbotron-titleGroup {
    display: flex;
    flex-direction: column;
    align-items: center;
    order: 2;
    margin-bottom: 36px;
}

@media screen and (max-width: 1760px) {
    .ss-jumbotron-titleGroup {
        margin-bottom: calc(2.4rem + ((1vw - 1.28rem) * (2.5)));
    }
}

@media screen and (max-width: 1280px) {
    .ss-jumbotron-titleGroup {
        margin-bottom: calc(3rem + ((1vw - 0.768rem) * (5.85938)));
    }
}

@media screen and (max-width: 767px) {
    .ss-jumbotron-titleGroup {
        margin-bottom: calc(3rem + ((1vw - 0.36rem) * (7.35294)));
    }
}

.ss-jumbotron-title {
    display: block;
    max-width: 100%;
    margin-bottom: 48px;
    font-family: source-han-serif-japanese, serif;
    font-size: 60px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}

@media screen and (max-width: 1760px) {
    .ss-jumbotron-title {
        margin-bottom: calc(2.4rem + ((1vw - 1.28rem) * (5)));
        font-size: calc(3rem + ((1vw - 1.28rem) * (6.25)));
    }
}

@media screen and (max-width: 1280px) {
    .ss-jumbotron-title {
        margin-bottom: 24px;
        font-size: calc(2.8rem + ((1vw - 0.36rem) * (3.43137)));
    }
}

.ss-jumbotron-title em {
    color: #2051be;
}

.ss-jumbotron-series {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: normal;
}

@media screen and (max-width: 1760px) {
    .ss-jumbotron-series {
        font-size: 18px;
    }
}

@media screen and (max-width: 1280px) {
    .ss-jumbotron-series {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.4902)));
    }
}

@media screen and (max-width: 767px) {
    .ss-jumbotron-series {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.98039)));
    }
}

.ss-jumbotron-series > em {
    font-weight: bold;
}

.ss-jumbotron-image {
    z-index: 2;
    min-height: 0%;
    margin-left: 55px;
}

@media screen and (max-width: 1760px) {
    .ss-jumbotron-image {
        min-width: calc(27rem + ((1vw - 1.28rem) * (24.16667)));
        margin-left: calc(2.7rem + ((1vw - 1.28rem) * (5.83333)));
    }
}

@media screen and (max-width: 1280px) {
    .ss-jumbotron-image {
        width: calc(24rem + ((1vw - 0.768rem) * (23.4375)));
        margin-bottom: 16px;
        margin-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .ss-jumbotron-image {
        width: 180px;
    }
}

.ss-section {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: calc(1760px + 80px);
    min-height: calc(100vh - 131px);
    margin: 0 auto;
    padding: 0 40px;
    background: url("../../../../../../../../img/ss/products/measure-sys/lm/002/lm_2032_01_bg_img_01.png") no-repeat right top;
    background-position: 320px 0;
    background-size: calc(70rem + ((1vw - 1.28rem) * (90.625)));
}

@media screen and (max-width: 1280px) {
    .ss-section {
        background: url("../../../../../../../../img/ss/products/measure-sys/lm/002/lm_2032_01_bg_img_01.png") no-repeat center top;
        background-size: calc(60rem + ((1vw - 0.768rem) * (39.0625)));
    }
}

@media screen and (max-width: 767px) {
    .ss-section {
        background: url("../../../../../../../../img/ss/products/measure-sys/lm/002/lm_2032_01_bg_img_01.png") no-repeat center top;
        background-size: calc(51rem + ((1vw - 0.36rem) * (22.05882)));
    }
}

@media screen and (max-width: 1280px) {
    .ss-section {
        flex-direction: column;
        padding: 0;
    }
}

.ss-sectionFeature {
    display: flex;
    min-height: 0%;
}

.ss-sectionFeature > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1280px) {
    .ss-sectionFeature {
        justify-content: center;
        margin-bottom: 40px;
        padding: 0 calc(2rem + ((1vw - 0.36rem) * (2.17391)));
    }
}

.ss-sectionFeature-content {
    display: flex;
    z-index: 1;
    position: relative;
    flex-direction: column;
    justify-content: center;
    min-width: 600px;
    margin-left: 40px;
    padding: 40px 0;
    background: transparent linear-gradient(180deg, #142144 0%, #052c85 100%) 0% 0% no-repeat padding-box;
}

@media screen and (max-width: 1760px) {
    .ss-sectionFeature-content {
        min-width: calc(40rem + ((1vw - 1.28rem) * (41.66667)));
    }
}

@media screen and (max-width: 1280px) {
    .ss-sectionFeature-content {
        min-width: auto;
        margin-left: 0;
        padding: 0;
        background: none;
    }
}

@media screen and (max-width: 767px) {
    .ss-sectionFeature-content {
        width: 100%;
        padding: 0;
    }
}

.ss-sectionFeature-content > *:last-child {
    margin-bottom: 0;
}

.ss-sectionFeature-content::after {
    display: block;
    z-index: -1;
    position: absolute;
    top: 0;
    right: 100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #142144 50.2%, #052c85 100%) no-repeat top left/100% 100%;
    content: "";
}

@media screen and (max-width: 1280px) {
    .ss-sectionFeature-content::after {
        display: none;
    }
}

.ss-sectionFeature-content::before {
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 300%;
    height: 100%;
    background: transparent linear-gradient(180deg, #142144 0%, #052c85 100%) 0% 0% no-repeat padding-box;
    content: "";
}

@media screen and (max-width: 1280px) {
    .ss-sectionFeature-content::before {
        display: none;
    }
}

.ss-media {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    min-height: 0%;
    margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
    .ss-media {
        flex-direction: column-reverse;
    }
}

.ss-media-body {
    flex: 1;
    min-width: 220px;
    color: #fff;
}

.ss-media-body > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .ss-media-body {
        flex: 1 0 auto;
        width: 100%;
        text-align: center;
    }
}

.ss-media-lead {
    font-size: 28px;
}

.ss-media-lead > em {
    font-size: 36px;
    font-weight: bold;
}

@media screen and (max-width: 1760px) {
    .ss-media-lead > em {
        font-size: calc(2rem + ((1vw - 1.28rem) * (3.33333)));
    }
}

@media screen and (max-width: 1280px) {
    .ss-media-lead > em {
        font-size: calc(2rem + ((1vw - 0.36rem) * (1.73913)));
    }
}

@media screen and (max-width: 1760px) {
    .ss-media-lead {
        font-size: calc(1.8rem + ((1vw - 1.28rem) * (2.08333)));
    }
}

@media screen and (max-width: 1280px) {
    .ss-media-lead {
        color: #333;
        font-size: calc(2rem + ((1vw - 0.36rem) * (0.86957)));
    }
}

@media screen and (max-width: 767px) {
    .ss-media-lead {
        font-size: 20px;
    }
    .ss-media-lead > em {
        font-size: 20px;
    }
    .ss-media-lead br {
        display: none;
    }
}

.ss-media-image {
    width: 100%;
    max-width: 320px;
    min-height: 0%;
    margin-right: 16px;
}

@media screen and (max-width: 767px) {
    .ss-media-image {
        margin: 0 0 16px;
    }
}

.lp-listButton {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -32px 0 32px -32px;
}

@media screen and (max-width: 1280px) {
    .lp-listButton {
        flex-direction: column;
        margin-top: -24px;
    }
}

.lp-listButton > li {
    display: flex;
    flex: 0 0 auto;
    justify-content: center;
    max-width: 100%;
    padding: 32px 0 0 32px;
}

@media screen and (max-width: 1280px) {
    .lp-listButton > li {
        padding-top: 24px;
    }
}
