@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;
}

/* =================================================================================================
contents
================================================================================================= */
.ss-icon {
    fill: #333;
    width: 3.8rem;
    height: 3.8rem;
    vertical-align: middle;
}

p {
    margin-bottom: 32px;
}

.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;
}

@media screen and (max-width: 1024px) {
    .ss-smallScreen-textAlign-center {
        text-align: center;
    }
}

.ss-utility-alignSelf-center {
    align-self: center;
}

.ss-layout-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -80px 0 80px -92px;
}

@media screen and (max-width: 1476px) {
    .ss-layout-grid {
        margin: calc(-2rem + ((1vw - 1.024rem) * (-13.27434))) 0 calc(3rem + ((1vw - 1.024rem) * (11.06195))) calc(-3rem + ((1vw - 1.024rem) * (-13.71681)));
    }
}

@media screen and (max-width: 1024px) {
    .ss-layout-grid {
        margin: calc(-2rem + ((1vw - 0.36rem) * (-5.42169))) 0 calc(3rem + ((1vw - 0.36rem) * (3.91566))) calc(-3rem + ((1vw - 0.36rem) * (-3.91566)));
    }
}

.ss-layout-grid > .ss-layout-grid-column {
    margin-top: 80px;
    padding-left: 92px;
}

@media screen and (max-width: 1476px) {
    .ss-layout-grid > .ss-layout-grid-column {
        margin-top: calc(3rem + ((1vw - 1.024rem) * (11.06195)));
        padding-left: calc(3rem + ((1vw - 1.024rem) * (13.71681)));
    }
}

@media screen and (max-width: 1024px) {
    .ss-layout-grid > .ss-layout-grid-column {
        margin-top: calc(3rem + ((1vw - 0.36rem) * (3.91566)));
        padding-left: calc(3rem + ((1vw - 0.36rem) * (3.91566)));
    }
}

@media screen and (max-width: 360px) {
    .ss-layout-grid > .ss-layout-grid-column {
        margin-top: 24px;
        padding-left: 20px;
    }
}

.ss-layout-grid > .ss-layout-grid-column:not([class*="of-column-"]) {
    width: 100%;
}

.ss-layout-grid > .ss-layout-grid-column.of-flex {
    display: flex;
    flex-wrap: wrap;
}

.ss-layout-grid > .ss-layout-grid-column.of-flex > * {
    width: 100%;
}

.ss-layout-grid > .ss-layout-grid-column > *:last-child {
    margin-bottom: 0;
}

.ss-layout-grid.of-column-2 > .ss-layout-grid-column:not([class*="of-column-"]) {
    width: 50%;
}

.ss-layout-grid.of-column-3 > .ss-layout-grid-column:not([class*="of-column-"]) {
    width: 33.33333%;
}

.ss-layout-grid.of-column-4 > .ss-layout-grid-column:not([class*="of-column-"]) {
    width: 25%;
}

.ss-layout-grid.of-column-5 > .ss-layout-grid-column:not([class*="of-column-"]) {
    width: 20%;
}

.ss-layout-grid.of-column-6 > .ss-layout-grid-column:not([class*="of-column-"]) {
    width: 16.66667%;
}

.ss-layout-grid.of-column-7 > .ss-layout-grid-column:not([class*="of-column-"]) {
    width: 14.28571%;
}

.ss-layout-grid.of-column-8 > .ss-layout-grid-column:not([class*="of-column-"]) {
    width: 12.5%;
}

.ss-layout-grid.of-column-9 > .ss-layout-grid-column:not([class*="of-column-"]) {
    width: 11.11111%;
}

.ss-layout-grid.of-column-10 > .ss-layout-grid-column:not([class*="of-column-"]) {
    width: 10%;
}

.ss-layout-grid.of-column-11 > .ss-layout-grid-column:not([class*="of-column-"]) {
    width: 9.09091%;
}

.ss-layout-grid.of-column-12 > .ss-layout-grid-column:not([class*="of-column-"]) {
    width: 8.33333%;
}

.ss-layout-grid.of-column-2 > .ss-layout-grid-column.of-column-2 {
    width: 100%;
}

.ss-layout-grid.of-column-3 > .ss-layout-grid-column.of-column-2 {
    width: 66.66667%;
}

.ss-layout-grid.of-column-3 > .ss-layout-grid-column.of-column-3 {
    width: 100%;
}

.ss-layout-grid.of-column-4 > .ss-layout-grid-column.of-column-2 {
    width: 50%;
}

.ss-layout-grid.of-column-4 > .ss-layout-grid-column.of-column-3 {
    width: 75%;
}

.ss-layout-grid.of-column-4 > .ss-layout-grid-column.of-column-4 {
    width: 100%;
}

.ss-layout-grid.of-column-5 > .ss-layout-grid-column.of-column-2 {
    width: 40%;
}

.ss-layout-grid.of-column-5 > .ss-layout-grid-column.of-column-3 {
    width: 60%;
}

.ss-layout-grid.of-column-5 > .ss-layout-grid-column.of-column-4 {
    width: 80%;
}

.ss-layout-grid.of-column-5 > .ss-layout-grid-column.of-column-5 {
    width: 100%;
}

.ss-layout-grid.of-column-6 > .ss-layout-grid-column.of-column-2 {
    width: 33.33333%;
}

.ss-layout-grid.of-column-6 > .ss-layout-grid-column.of-column-3 {
    width: 50%;
}

.ss-layout-grid.of-column-6 > .ss-layout-grid-column.of-column-4 {
    width: 66.66667%;
}

.ss-layout-grid.of-column-6 > .ss-layout-grid-column.of-column-5 {
    width: 83.33333%;
}

.ss-layout-grid.of-column-6 > .ss-layout-grid-column.of-column-6 {
    width: 100%;
}

.ss-layout-grid.of-column-7 > .ss-layout-grid-column.of-column-2 {
    width: 28.57143%;
}

.ss-layout-grid.of-column-7 > .ss-layout-grid-column.of-column-3 {
    width: 42.85714%;
}

.ss-layout-grid.of-column-7 > .ss-layout-grid-column.of-column-4 {
    width: 57.14286%;
}

.ss-layout-grid.of-column-7 > .ss-layout-grid-column.of-column-5 {
    width: 71.42857%;
}

.ss-layout-grid.of-column-7 > .ss-layout-grid-column.of-column-6 {
    width: 85.71429%;
}

.ss-layout-grid.of-column-7 > .ss-layout-grid-column.of-column-7 {
    width: 100%;
}

.ss-layout-grid.of-column-8 > .ss-layout-grid-column.of-column-2 {
    width: 25%;
}

.ss-layout-grid.of-column-8 > .ss-layout-grid-column.of-column-3 {
    width: 37.5%;
}

.ss-layout-grid.of-column-8 > .ss-layout-grid-column.of-column-4 {
    width: 50%;
}

.ss-layout-grid.of-column-8 > .ss-layout-grid-column.of-column-5 {
    width: 62.5%;
}

.ss-layout-grid.of-column-8 > .ss-layout-grid-column.of-column-6 {
    width: 75%;
}

.ss-layout-grid.of-column-8 > .ss-layout-grid-column.of-column-7 {
    width: 87.5%;
}

.ss-layout-grid.of-column-8 > .ss-layout-grid-column.of-column-8 {
    width: 100%;
}

.ss-layout-grid.of-column-9 > .ss-layout-grid-column.of-column-2 {
    width: 22.22222%;
}

.ss-layout-grid.of-column-9 > .ss-layout-grid-column.of-column-3 {
    width: 33.33333%;
}

.ss-layout-grid.of-column-9 > .ss-layout-grid-column.of-column-4 {
    width: 44.44444%;
}

.ss-layout-grid.of-column-9 > .ss-layout-grid-column.of-column-5 {
    width: 55.55556%;
}

.ss-layout-grid.of-column-9 > .ss-layout-grid-column.of-column-6 {
    width: 66.66667%;
}

.ss-layout-grid.of-column-9 > .ss-layout-grid-column.of-column-7 {
    width: 77.77778%;
}

.ss-layout-grid.of-column-9 > .ss-layout-grid-column.of-column-8 {
    width: 88.88889%;
}

.ss-layout-grid.of-column-9 > .ss-layout-grid-column.of-column-9 {
    width: 100%;
}

.ss-layout-grid.of-column-10 > .ss-layout-grid-column.of-column-2 {
    width: 20%;
}

.ss-layout-grid.of-column-10 > .ss-layout-grid-column.of-column-3 {
    width: 30%;
}

.ss-layout-grid.of-column-10 > .ss-layout-grid-column.of-column-4 {
    width: 40%;
}

.ss-layout-grid.of-column-10 > .ss-layout-grid-column.of-column-5 {
    width: 50%;
}

.ss-layout-grid.of-column-10 > .ss-layout-grid-column.of-column-6 {
    width: 60%;
}

.ss-layout-grid.of-column-10 > .ss-layout-grid-column.of-column-7 {
    width: 70%;
}

.ss-layout-grid.of-column-10 > .ss-layout-grid-column.of-column-8 {
    width: 80%;
}

.ss-layout-grid.of-column-10 > .ss-layout-grid-column.of-column-9 {
    width: 90%;
}

.ss-layout-grid.of-column-10 > .ss-layout-grid-column.of-column-10 {
    width: 100%;
}

.ss-layout-grid.of-column-11 > .ss-layout-grid-column.of-column-2 {
    width: 18.18182%;
}

.ss-layout-grid.of-column-11 > .ss-layout-grid-column.of-column-3 {
    width: 27.27273%;
}

.ss-layout-grid.of-column-11 > .ss-layout-grid-column.of-column-4 {
    width: 36.36364%;
}

.ss-layout-grid.of-column-11 > .ss-layout-grid-column.of-column-5 {
    width: 45.45455%;
}

.ss-layout-grid.of-column-11 > .ss-layout-grid-column.of-column-6 {
    width: 54.54545%;
}

.ss-layout-grid.of-column-11 > .ss-layout-grid-column.of-column-7 {
    width: 63.63636%;
}

.ss-layout-grid.of-column-11 > .ss-layout-grid-column.of-column-8 {
    width: 72.72727%;
}

.ss-layout-grid.of-column-11 > .ss-layout-grid-column.of-column-9 {
    width: 81.81818%;
}

.ss-layout-grid.of-column-11 > .ss-layout-grid-column.of-column-10 {
    width: 90.90909%;
}

.ss-layout-grid.of-column-11 > .ss-layout-grid-column.of-column-11 {
    width: 100%;
}

.ss-layout-grid.of-column-12 > .ss-layout-grid-column.of-column-2 {
    width: 16.66667%;
}

.ss-layout-grid.of-column-12 > .ss-layout-grid-column.of-column-3 {
    width: 25%;
}

.ss-layout-grid.of-column-12 > .ss-layout-grid-column.of-column-4 {
    width: 33.33333%;
}

.ss-layout-grid.of-column-12 > .ss-layout-grid-column.of-column-5 {
    width: 41.66667%;
}

.ss-layout-grid.of-column-12 > .ss-layout-grid-column.of-column-6 {
    width: 50%;
}

.ss-layout-grid.of-column-12 > .ss-layout-grid-column.of-column-7 {
    width: 58.33333%;
}

.ss-layout-grid.of-column-12 > .ss-layout-grid-column.of-column-8 {
    width: 66.66667%;
}

.ss-layout-grid.of-column-12 > .ss-layout-grid-column.of-column-9 {
    width: 75%;
}

.ss-layout-grid.of-column-12 > .ss-layout-grid-column.of-column-10 {
    width: 83.33333%;
}

.ss-layout-grid.of-column-12 > .ss-layout-grid-column.of-column-11 {
    width: 91.66667%;
}

.ss-layout-grid.of-column-12 > .ss-layout-grid-column.of-column-12 {
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .ss-layout-grid[class*="of-column-"] > .ss-layout-grid-column:not([class*="of-column-"]),
    .ss-layout-grid[class*="of-column-"] > .ss-layout-grid-column[class*="of-column-"] {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .ss-layout-grid.ss-smallScreen-column-2 > .ss-layout-grid-column:not([class*="of-column-"]),
    .ss-layout-grid.ss-smallScreen-column-2 > .ss-layout-grid-column[class*="of-column-"] {
        width: 50%;
    }
    .ss-layout-grid.ss-smallScreen-column-3 > .ss-layout-grid-column:not([class*="of-column-"]),
    .ss-layout-grid.ss-smallScreen-column-3 > .ss-layout-grid-column[class*="of-column-"] {
        width: 33.33333%;
    }
}

@media screen and (max-width: 768px) {
    .ss-layout-grid.ss-extraSmallScreen-column > .ss-layout-grid-column:not([class*="of-column-"]),
    .ss-layout-grid.ss-extraSmallScreen-column > .ss-layout-grid-column[class*="of-column-"] {
        width: 100%;
    }
}

.ss-layout-grid.of-primary {
    margin: -56px 0 56px -56px;
}

@media screen and (max-width: 1476px) {
    .ss-layout-grid.of-primary {
        margin: calc(-2rem + ((1vw - 1.024rem) * (-7.9646))) 0 calc(3rem + ((1vw - 1.024rem) * (5.75221))) calc(-2rem + ((1vw - 1.024rem) * (-7.9646)));
    }
}

@media screen and (max-width: 1024px) {
    .ss-layout-grid.of-primary {
        margin: calc(-2rem + ((1vw - 0.36rem) * (-5.42169))) 0 calc(3rem + ((1vw - 0.36rem) * (3.91566))) calc(-2rem + ((1vw - 0.36rem) * (-5.42169)));
    }
}

.ss-layout-grid.of-primary > .ss-layout-grid-column {
    margin-top: 56px;
    padding-left: 56px;
}

@media screen and (max-width: 1476px) {
    .ss-layout-grid.of-primary > .ss-layout-grid-column {
        margin-top: calc(3rem + ((1vw - 1.024rem) * (5.75221)));
        padding-left: calc(2rem + ((1vw - 1.024rem) * (7.9646)));
    }
}

@media screen and (max-width: 1024px) {
    .ss-layout-grid.of-primary > .ss-layout-grid-column {
        margin-top: calc(3rem + ((1vw - 0.36rem) * (3.91566)));
        padding-left: calc(2rem + ((1vw - 0.36rem) * (5.42169)));
    }
}

.ss-layout-header {
    z-index: 10;
    position: relative;
    width: 100%;
    margin: auto;
    padding: 14px 0;
    box-shadow: 0 3px 10px rgba(157, 175, 191, 0.2);
}

@media screen and (max-width: 768px) {
    .ss-layout-header {
        padding: 0;
    }
}

.ss-layout-header-content {
    display: flex;
    align-items: center;
    max-width: calc(1396px + 80px);
    margin: 0 auto;
    padding: 0 40px;
}

.ss-layout-header-content > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .ss-layout-header-content {
        padding: 20px;
    }
}

.ss-layout-header-logo {
    min-width: 120px;
    margin: 0 auto 0 0;
    line-height: 1;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .ss-layout-header-logo {
        margin: auto;
    }
}

.ss-layout-header-logo img {
    width: 120px;
    height: 24px;
}

@media screen and (max-width: 768px) {
    .ss-layout-header-logo img {
        width: 112px;
        height: 20px;
    }
}

.ss-layout-header-utilityGroup {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-left: 30px;
}

.ss-layout-header-utilityGroup > *:last-child {
    margin-bottom: 0;
}

.ss-layout-header-utilityList {
    display: flex;
    align-items: center;
    margin: -16px 0 16px -16px;
}

.ss-layout-header-utilityList > *:last-child {
    margin-bottom: 0;
}

.ss-layout-header-utilityList > li {
    width: 100%;
    margin-top: 16px;
    padding-left: 16px;
}

.ss-layout-header-utilityList > li > *:last-child {
    margin-bottom: 0;
}

.ss-layout-footer {
    padding: 0 0 40px;
    background: #f9f9f9;
}

@media screen and (max-width: 1024px) {
    .ss-layout-footer {
        padding: 50px 0 40px;
    }
}

.ss-layout-footer-content {
    max-width: 1300px;
    margin: auto;
    padding: 0 30px;
}

.ss-layout-footer-body {
    width: 100%;
}

.ss-layout-footer-body > *:last-child {
    margin-bottom: 0;
}

.ss-layout-footer-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 1.6rem;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .ss-layout-footer-list {
        flex-direction: column;
    }
}

.ss-layout-footer-list > li {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 1024px) {
    .ss-layout-footer-list > li {
        width: 100%;
    }
}

.ss-layout-footer-list > li > a {
    color: #333;
    text-decoration: none;
}

.ss-layout-footer-list > li + li {
    position: relative;
    margin-left: 16px;
    padding-left: 16px;
}

@media screen and (max-width: 1024px) {
    .ss-layout-footer-list > li + li {
        margin-left: 0;
        padding-left: 0;
    }
}

.ss-layout-footer-list > li + li::before {
    position: absolute;
    top: 50%;
    left: 0;
    height: 20px;
    transform: translateY(-50%);
    border-left: 1px solid #a1a1a1;
    content: "";
}

@media screen and (max-width: 1024px) {
    .ss-layout-footer-list > li + li::before {
        content: none;
    }
}

.ss-layout-footer-list > li > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media screen and (max-width: 1024px) {
    .ss-layout-footer-list > li > ul {
        margin-bottom: 17px;
    }
}

.ss-layout-footer-list > li > ul > li > a {
    color: #333;
    text-decoration: none;
}

.ss-layout-footer-list > li > ul > li + li {
    position: relative;
    margin-left: 12px;
    padding-left: 12px;
}

.ss-layout-footer-list > li > ul > li + li::before {
    position: absolute;
    top: 50%;
    left: 0;
    height: 20px;
    transform: translateY(-50%);
    border-left: 1px solid #a1a1a1;
    content: "";
}

@media screen and (max-width: 1024px) {
    .ss-layout-footer-copyright {
        width: 100%;
    }
}

.ss-layout-main {
    background: #f9f9f9;
}

@media screen and (max-width: 1024px) {
    .ss-layout-main {
        margin-bottom: 0;
    }
}

.ss-layout-main > *:last-child {
    margin-bottom: 0;
}

.ss-jumbotron {
    margin-bottom: 140px;
    overflow: hidden;
    background: url("../../../../../../../img/ss/products/barcode/logistics/logistics_index_img_01.jpg") no-repeat center top;
    background-size: 100%;
}

@media screen and (max-width: 1476px) {
    .ss-jumbotron {
        margin-bottom: calc(7.2rem + ((1vw - 0.36rem) * (6.09319)));
    }
}

.ss-jumbotron-content {
    max-width: 1396px;
    margin: 0 auto;
    padding-top: 50px;
}

@media screen and (max-width: 1024px) {
    .ss-jumbotron-content {
        padding: calc(2.4rem + ((1vw - 0.36rem) * (7.68072))) 0 0;
        padding-top: calc(2.4rem + ((1vw - 0.36rem) * (7.68072)));
    }
}

.ss-jumbotron-content > *:last-child {
    margin-bottom: 0;
}

.ss-jumbotron-title {
    max-width: 100%;
    margin-bottom: 50px;
    padding: 0 40px;
    font-size: 6.4rem;
    font-weight: 600;
    text-align: center;
}

@media screen and (max-width: 1476px) {
    .ss-jumbotron-title {
        font-size: calc(5.4rem + ((1vw - 1.024rem) * (2.21239)));
        line-height: 1.25;
    }
}

@media screen and (max-width: 1024px) {
    .ss-jumbotron-title {
        margin-bottom: calc(2.4rem + ((1vw - 0.36rem) * (3.91566)));
        padding: 0 20px;
        font-size: calc(4.2rem + ((1vw - 0.36rem) * (1.80723)));
    }
}

@media screen and (max-width: 768px) {
    .ss-jumbotron-title {
        font-size: calc(2.6rem + ((1vw - 0.36rem) * (3.92157)));
        line-height: 1.4;
    }
}

.ss-jumbotron-title.of-text-small {
    font-size: 5.6rem;
}

@media screen and (max-width: 1476px) {
    .ss-jumbotron-title.of-text-small {
        font-size: calc(4.5rem + ((1vw - 1.024rem) * (2.43363)));
    }
}

@media screen and (max-width: 1024px) {
    .ss-jumbotron-title.of-text-small {
        font-size: 4.5rem;
    }
}

@media screen and (max-width: 768px) {
    .ss-jumbotron-title.of-text-small {
        font-size: calc(2.6rem + ((1vw - 0.36rem) * (3.92157)));
    }
}

.ss-navigation {
    margin-right: calc(-50vw + 50%);
    margin-left: calc(-50vw + 50%);
    background-color: rgba(239, 239, 239, 0.8);
}

@media screen and (max-width: 1024px) {
    .ss-navigation {
        margin-right: auto;
        margin-left: auto;
        background-color: #efefef;
        opacity: 1;
    }
}

.ss-navigation-list {
    display: flex;
    justify-content: center;
    width: 100%;
}

.ss-navigation-list > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
    .ss-navigation-list {
        flex-wrap: wrap;
        width: auto;
        padding: 24px 0;
    }
}

@media screen and (max-width: 768px) {
    .ss-navigation-list {
        flex-direction: column;
        width: auto;
    }
}

.ss-navigation-content {
    max-width: calc(1396px + 80px);
    margin: 0 auto;
    padding: 0 40px;
}

@media screen and (max-width: 1024px) {
    .ss-navigation-content {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.ss-navigation li {
    display: flex;
    max-width: 320px;
    margin-left: 80px;
}

@media screen and (max-width: 1476px) {
    .ss-navigation li {
        margin-left: calc(4rem + ((1vw - 1.024rem) * (8.84956)));
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.17921)));
    }
}

@media screen and (max-width: 1024px) {
    .ss-navigation li {
        width: 50%;
        max-width: none;
        margin-bottom: 16px;
        margin-left: 0;
    }
    .ss-navigation li:nth-last-child(2) {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 768px) {
    .ss-navigation li {
        width: 100%;
    }
    .ss-navigation li:nth-last-child(2) {
        margin-bottom: 16px;
    }
}

.ss-navigation li:first-child {
    margin-left: 0;
}

.ss-navigation li a {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 24px 0;
    color: #333;
    text-decoration: none;
    transition: color 0.5s ease;
}

@media screen and (max-width: 1024px) {
    .ss-navigation li a {
        padding: 0;
    }
}

@media screen and (max-width: 768px) {
    .ss-navigation li a {
        justify-content: flex-start;
    }
}

.ss-navigation li a:hover {
    color: #df000f;
}

.ss-navigation-text {
    display: flex;
    position: relative;
    align-items: center;
    max-width: 100%;
    padding-right: 20px;
    font-size: 1.8rem;
    text-align: center;
    word-break: break-word;
}

@media screen and (max-width: 1476px) {
    .ss-navigation-text {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.17921)));
    }
}

@media screen and (max-width: 1024px) {
    .ss-navigation-text {
        text-align: left;
    }
}

.ss-navigation-text::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 8px;
    height: 8px;
    margin-top: -0.5rem;
    transform: rotate(45deg);
    border: 2px solid #df000f;
    border-top: transparent;
    border-left: transparent;
    content: "";
}

.ss-headingLevel2 {
    margin-bottom: 40px;
    font-size: 4rem;
    font-weight: normal;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .ss-headingLevel2 {
        margin-bottom: calc(2.4rem + ((1vw - 0.36rem) * (2.40964)));
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (2.40964)));
    }
}

.ss-section {
    padding-bottom: 140px;
}

@media screen and (max-width: 1476px) {
    .ss-section {
        padding-bottom: calc(7.4rem + ((1vw - 0.36rem) * (5.91398)));
    }
}

.ss-section-body {
    max-width: calc(1396px + 80px);
    margin: 0 auto;
    padding: 0 40px;
}

@media screen and (max-width: 768px) {
    .ss-section-body {
        max-width: calc(528px + 80px);
    }
}

.ss-section-body > *:last-child {
    margin-bottom: 0;
}

.ss-section-header {
    max-width: calc(1396px + 80px);
    margin: 0 auto 40px;
    padding: 0 40px;
}

.ss-section-header > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .ss-section-header {
        margin-bottom: calc(2.4rem + ((1vw - 0.36rem) * (2.40964)));
        padding: 0 20px;
    }
}

@media screen and (max-width: 768px) {
    .ss-section.of-primary .ss-section-body {
        max-width: 100%;
        padding: 0 calc(2rem + ((1vw - 0.36rem) * (4.90196)));
    }
}

.ss-section.of-download {
    padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
    .ss-section.of-download .ss-section-body {
        max-width: 100%;
        padding: 0 calc(2rem + ((1vw - 0.36rem) * (4.90196)));
    }
}

@media screen and (max-width: 1476px) {
    .ss-section.of-download {
        padding-bottom: calc(6rem + ((1vw - 0.36rem) * (3.58423)));
    }
}

@media screen and (max-width: 768px) {
    .ss-section.of-secondary .ss-section-body {
        max-width: 100%;
    }
}

.ss-linkTop {
    margin-bottom: 0;
}

.ss-linkTop a {
    display: inline-block;
    position: fixed;
    right: 30px;
    bottom: 120px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #df000f;
    box-shadow: 2px 2px 8px rgba(119, 72, 72, 0.302);
    color: #fff;
    text-align: right;
    transition: background 0.5s ease;
}

.ss-linkTop a:hover {
    background-color: #ea646d;
}

.ss-linkTop a::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    transform: rotate(45deg) translate(-60%, 10%);
    border-top: 2px solid #efefef;
    border-left: 2px solid #efefef;
    content: "";
}

@media screen and (max-width: 1024px) {
    .ss-linkTop a {
        right: 10px;
        bottom: 30px;
        width: 40px;
        height: 40px;
    }
    .ss-linkTop a::before {
        width: 12px;
        height: 12px;
    }
}

.ss-linkTop-text {
    display: none;
}

.ss-media {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.ss-media-body {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    width: 100%;
    color: #333;
    font-size: 2rem;
}

@media screen and (max-width: 1024px) {
    .ss-media-body {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.60241)));
    }
}

.ss-media-title {
    display: flex;
    position: relative;
    flex: 1 0 auto;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 8px 0;
    overflow: hidden;
    text-align: center;
    transition: color 0.5s ease;
}

.ss-media-title::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #dbdbdb;
    content: "";
}

.ss-media-title::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transform: translate(-100%, 0);
    background-color: #dc002f;
    content: "";
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}

.ss-media-text {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0 35px;
}

@media screen and (max-width: 1024px) {
    .ss-media-text {
        padding: 0 calc(1.8rem + ((1vw - 0.36rem) * (2.56024)));
    }
}

.ss-media-text::before, .ss-media-text::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    vertical-align: middle;
    content: "";
}

.ss-media-text::before {
    right: 2px;
    width: 20px;
    height: 2px;
    background: #df000f;
}

@media screen and (max-width: 1024px) {
    .ss-media-text::before {
        width: calc(1.5rem + ((1vw - 0.36rem) * (0.75301)));
    }
}

.ss-media-text::after {
    right: 2px;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    border-top: 2px solid #df000f;
    border-right: 2px solid #df000f;
}

.ss-media-titleGroup {
    display: flex;
    flex: 1 0 auto;
}

.ss-media-titleGroup > *:last-child {
    margin-bottom: 0;
}

.ss-media-image {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
}

.ss-media-image img {
    height: auto;
    transition: transform 0.6s ease;
}

.ss-media:hover .ss-media-title, .ss-media.is-active .ss-media-title {
    color: #dc002f;
}

.ss-media:hover .ss-media-title::after, .ss-media.is-active .ss-media-title::after {
    transform: translate(0, 0);
}

.ss-media:hover .ss-media-image img, .ss-media.is-active .ss-media-image img {
    transform: scale(1.1);
}

.of-primary .ss-media-title {
    display: flex;
    font-size: 1.6rem;
    text-align: left;
}

@media screen and (max-width: 1024px) {
    .of-primary .ss-media-title {
        font-size: calc(1.4rem + ((1vw - 0.36rem) * (0.3012)));
    }
}

.of-primary .ss-media-text {
    flex: 1;
    padding: 0 35px 0 0;
}

@media screen and (max-width: 1024px) {
    .of-primary .ss-media-text {
        padding: 0 calc(1.8rem + ((1vw - 0.36rem) * (2.56024))) 0 0;
    }
}

.of-primary .ss-media-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-right: 10px;
    margin-bottom: 0;
    padding: 0;
    background: #717171;
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    transition: background 0.5s ease;
}

@media screen and (max-width: 1024px) {
    .of-primary .ss-media-number {
        width: calc(1.8rem + ((1vw - 0.36rem) * (2.71084)));
        height: calc(1.8rem + ((1vw - 0.36rem) * (2.71084)));
        margin-right: calc(0.8rem + ((1vw - 0.36rem) * (0.3012)));
        font-size: calc(1.4rem + ((1vw - 0.36rem) * (0.90361)));
        font-weight: normal;
    }
}

.of-primary .ss-media:hover .ss-media-number, .of-primary .ss-media.is-active .ss-media-number {
    background: #dc002f;
}

.ss-cardAttention {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 78px;
    background: #efefef;
    font-size: 2.4rem;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .ss-cardAttention {
        min-height: calc(23rem + ((1vw - 0.768rem) * (27.34375)));
        padding: 78px;
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (1.20482)));
    }
}

.ss-listButton {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -32px 0 32px -32px;
}

@media screen and (max-width: 768px) {
    .ss-listButton {
        flex-direction: column;
        margin-top: -24px;
    }
}

.ss-listButton > li {
    display: flex;
    flex: 0 0 auto;
    justify-content: center;
    max-width: 100%;
    padding: 32px 0 0 32px;
}

@media screen and (max-width: 768px) {
    .ss-listButton > li {
        padding-top: 24px;
    }
}

.ss-mediaAsset {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    margin: 0 0 24px -36px;
}

@media screen and (max-width: 768px) {
    .ss-mediaAsset {
        flex-direction: column-reverse;
    }
    .ss-mediaAsset > * {
        width: 100%;
    }
}

.ss-mediaAsset > * {
    padding-left: 36px;
}

.ss-mediaAsset-body {
    flex-shrink: 0;
    max-width: calc(100% - 191px);
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .ss-mediaAsset-body {
        width: 100%;
        max-width: none;
    }
}

.ss-mediaAsset-body > *:last-child {
    margin-bottom: 0;
}

.ss-mediaAsset-text {
    margin-bottom: 32px;
    font-size: 40px;
    text-align: left;
}

@media screen and (max-width: 1476px) {
    .ss-mediaAsset-text {
        font-size: calc(3.6rem + ((1vw - 1.476rem) * (Infinity)));
    }
}

@media screen and (max-width: 1476px) {
    .ss-mediaAsset-text {
        font-size: 36px;
    }
}

@media screen and (max-width: 1024px) {
    .ss-mediaAsset-text {
        font-size: calc(2rem + ((1vw - 0.36rem) * (2.40964)));
        line-height: 1.38;
        text-align: center;
    }
}

@media screen and (max-width: 360px) {
    .ss-mediaAsset-text {
        font-size: 20px;
        line-height: 1.4;
    }
}

.ss-mediaAsset-image {
    min-width: calc(155px + 36px);
    min-height: 0%;
}

.ss-textPhoneLink {
    width: 100%;
    text-align: center;
}

.ss-textPhoneLink > *:last-child {
    margin-bottom: 0;
}

.ss-textPhoneLink-numberGroup {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    .ss-textPhoneLink-numberGroup {
        flex-direction: column;
        justify-content: center;
    }
}

.ss-textPhoneLink-number {
    color: #df000f;
    font-size: 2.4rem;
    font-weight: 700;
}

@media screen and (max-width: 1024px) {
    .ss-textPhoneLink-number {
        width: 100%;
    }
}

.ss-textPhoneLink-number > a {
    cursor: default;
}

@media screen and (max-width: 1024px) {
    .ss-textPhoneLink .ss-textPhoneLink-notes {
        width: 100%;
        margin-bottom: 4px;
    }
}

.AutoPhoneCall {
    color: #dc002f;
    font-size: 2.4rem;
    text-decoration: none;
}

.lp-buttonConversion {
    flex-shrink: 0;
    cursor: pointer;
    transition-duration: 0.2s;
    transition-property: color, background-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.lp-buttonConversion:hover {
    background-color: #c6002a;
    cursor: pointer;
}

@media screen and (max-width: 1476px) {
    .lp-buttonConversion {
        font-size: 16px;
    }
}

.lp-buttonConversion-text {
    flex: 1;
}

@media screen and (max-width: 1476px) {
    .lp-buttonConversion-image {
        max-width: 50px;
    }
}

@media screen and (max-width: 1476px) {
    .lp-buttonConversion-image > img {
        max-width: 50px;
    }
}

.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: flex;
    position: relative;
    top: auto;
    left: -10px;
    width: 19px;
    height: 18px;
    transform: none;
    content: "";
}

.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: inherit;
    height: 100%;
    padding-left: 33px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
    background: url("../../../../../img/landing_page/common/icon_btn_dl.png") no-repeat center center;
}

.prd-downloadCardMinimal-titleLink::before {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
}

@media (hover: hover) {
    .lp-buttonConversion:hover,
    .prd-downloadCard:hover:not(.is-hasHover)
.lp-buttonConversion,
    .prd-downloadCardMinimal:hover .lp-buttonConversion {
        background-color: #c6002a;
    }
}

@media screen and (max-width: 1024px) {
    .ss-smallScreen-hide {
        display: none;
    }
}

.ss-smallScreen-show {
    display: none;
}

@media screen and (max-width: 1024px) {
    .ss-smallScreen-show {
        display: block;
    }
}

@media screen and (max-width: 1024px) {
    .ss-smallScreen-lastChild {
        margin-bottom: 0;
    }
}

.ss-smallScreen-line-break {
    display: block;
}

@media screen and (max-width: 1024px) {
    .ss-smallScreen-line-break {
        display: inline;
    }
}

.ss-figureBaloon {
    position: relative;
}

.ss-figureBaloon-label {
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 9px 11px 12px 10px;
    border: 2px solid #fff;
    background-color: #dc002f;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

@media screen and (max-width: 1476px) {
    .ss-figureBaloon-label {
        font-size: calc(1.1rem + ((1vw - 1.024rem) * (1.10619)));
    }
}

@media screen and (max-width: 1024px) {
    .ss-figureBaloon-label {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 768px) {
    .ss-figureBaloon-label {
        font-size: calc(1.1rem + ((1vw - 0.36rem) * (1.22549)));
    }
}

.ss-figureBaloon-label::after {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -4px;
    border: solid transparent;
    border-top-width: 7px;
    border-right-width: 4px;
    border-bottom-width: 7px;
    border-left-width: 4px;
    border-color: rgba(247, 221, 51, 0);
    border-top-color: #dc002f;
    content: "";
    pointer-events: none;
}

@media screen and (max-width: 1476px) {
    .ss-figureBaloon-label::after {
        border-top-width: calc(0.5rem + ((1vw - 1.024rem) * (0.44248)));
        border-right-width: calc(0.3rem + ((1vw - 1.024rem) * (0.22124)));
        border-bottom-width: calc(0.5rem + ((1vw - 1.024rem) * (0.44248)));
        border-left-width: calc(0.3rem + ((1vw - 1.024rem) * (0.22124)));
    }
}

@media screen and (max-width: 1024px) {
    .ss-figureBaloon-label::after {
        border-top-width: 7px;
        border-right-width: 4px;
        border-bottom-width: 7px;
        border-left-width: 4px;
    }
}

@media screen and (max-width: 768px) {
    .ss-figureBaloon-label::after {
        border-top-width: calc(0.5rem + ((1vw - 0.36rem) * (0.4902)));
        border-right-width: calc(0.3rem + ((1vw - 0.36rem) * (0.2451)));
        border-bottom-width: calc(0.5rem + ((1vw - 0.36rem) * (0.4902)));
        border-left-width: calc(0.3rem + ((1vw - 0.36rem) * (0.2451)));
    }
}

.ss-figureBaloon-label::before {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    margin-top: 2px;
    margin-left: -6px;
    border: solid transparent;
    border-top-width: 10px;
    border-right-width: 6px;
    border-bottom-width: 10px;
    border-left-width: 6px;
    border-color: rgba(30, 144, 255, 0);
    border-top-color: #fff;
    content: "";
    pointer-events: none;
}

@media screen and (max-width: 1476px) {
    .ss-figureBaloon-label::before {
        margin-left: calc(-0.5rem + ((1vw - 1.024rem) * (-0.22124)));
        border-top-width: calc(0.6rem + ((1vw - 1.024rem) * (0.88496)));
        border-right-width: calc(0.4rem + ((1vw - 1.024rem) * (0.44248)));
        border-bottom-width: calc(0.6rem + ((1vw - 1.024rem) * (0.88496)));
        border-left-width: calc(0.4rem + ((1vw - 1.024rem) * (0.44248)));
    }
}

@media screen and (max-width: 1024px) {
    .ss-figureBaloon-label::before {
        margin-left: -6px;
        border-top-width: 10px;
        border-right-width: 6px;
        border-bottom-width: 10px;
        border-left-width: 6px;
    }
}

@media screen and (max-width: 768px) {
    .ss-figureBaloon-label::before {
        margin-left: calc(-0.5rem + ((1vw - 0.36rem) * (-0.2451)));
        border-top-width: calc(0.6rem + ((1vw - 0.36rem) * (0.98039)));
        border-right-width: calc(0.4rem + ((1vw - 0.36rem) * (0.4902)));
        border-bottom-width: calc(0.6rem + ((1vw - 0.36rem) * (0.98039)));
        border-left-width: calc(0.4rem + ((1vw - 0.36rem) * (0.4902)));
    }
}

.ss-figureBaloon-label.is-active.icon1 {
    top: 268px;
    transform: scale(1.5, 1.5);
}

@media screen and (max-width: 1476px) {
    .ss-figureBaloon-label.is-active.icon1 {
        top: calc(18rem + ((1vw - 1.024rem) * (19.46903)));
    }
}

@media screen and (max-width: 1024px) {
    .ss-figureBaloon-label.is-active.icon1 {
        top: calc(27.2rem + ((1vw - 0.768rem) * (-0.78125)));
    }
}

@media screen and (max-width: 768px) {
    .ss-figureBaloon-label.is-active.icon1 {
        top: calc(12rem + ((1vw - 0.36rem) * (37.2549)));
    }
}

.ss-figureBaloon-label.is-active.icon2 {
    top: 144px;
    transform: scale(1.5, 1.5);
}

@media screen and (max-width: 1476px) {
    .ss-figureBaloon-label.is-active.icon2 {
        top: calc(9.3rem + ((1vw - 1.024rem) * (11.28319)));
    }
}

@media screen and (max-width: 1024px) {
    .ss-figureBaloon-label.is-active.icon2 {
        top: calc(14.4rem + ((1vw - 0.768rem) * (0)));
    }
}

@media screen and (max-width: 768px) {
    .ss-figureBaloon-label.is-active.icon2 {
        top: calc(5.5rem + ((1vw - 0.36rem) * (21.81373)));
    }
}

.ss-figureBaloon-label.is-active.icon3 {
    top: 69px;
    transform: scale(1.5, 1.5);
}

@media screen and (max-width: 1476px) {
    .ss-figureBaloon-label.is-active.icon3 {
        top: calc(4.9rem + ((1vw - 1.024rem) * (4.42478)));
    }
}

@media screen and (max-width: 1024px) {
    .ss-figureBaloon-label.is-active.icon3 {
        top: calc(7.5rem + ((1vw - 0.768rem) * (-2.34375)));
    }
}

@media screen and (max-width: 768px) {
    .ss-figureBaloon-label.is-active.icon3 {
        top: calc(2.4rem + ((1vw - 0.36rem) * (11.02941)));
    }
}

.ss-figureBaloon-label.is-active.icon4 {
    top: 129px;
    transform: scale(1.5, 1.5);
}

@media screen and (max-width: 1476px) {
    .ss-figureBaloon-label.is-active.icon4 {
        top: calc(8.7rem + ((1vw - 1.024rem) * (9.29204)));
    }
}

@media screen and (max-width: 1024px) {
    .ss-figureBaloon-label.is-active.icon4 {
        top: calc(12.8rem + ((1vw - 0.768rem) * (0.39063)));
    }
}

@media screen and (max-width: 768px) {
    .ss-figureBaloon-label.is-active.icon4 {
        top: calc(5.1rem + ((1vw - 0.36rem) * (19.11765)));
    }
}

.ss-figureBaloon:hover {
    text-decoration: none;
}

.icon1 {
    top: 284px;
    left: 152px;
}

@media screen and (max-width: 1476px) {
    .icon1 {
        top: calc(19.1rem + ((1vw - 1.024rem) * (20.57522)));
        left: calc(10.2rem + ((1vw - 1.024rem) * (11.06195)));
        width: calc(2.3rem + ((1vw - 1.024rem) * (1.99115)));
        height: calc(2.3rem + ((1vw - 1.024rem) * (1.99115)));
    }
}

@media screen and (max-width: 1024px) {
    .icon1 {
        top: calc(28.8rem + ((1vw - 0.768rem) * (-0.78125)));
        left: calc(16.3rem + ((1vw - 0.768rem) * (49.21875)));
        width: 32px;
        height: 32px;
    }
}

@media screen and (max-width: 768px) {
    .icon1 {
        top: calc(13rem + ((1vw - 0.36rem) * (38.72549)));
        left: calc(6.5rem + ((1vw - 0.36rem) * (24.01961)));
        width: calc(2.3rem + ((1vw - 0.36rem) * (2.20588)));
        height: calc(2.3rem + ((1vw - 0.36rem) * (2.20588)));
    }
}

.icon2 {
    top: 160px;
    left: 255px;
}

@media screen and (max-width: 1476px) {
    .icon2 {
        top: calc(10rem + ((1vw - 1.024rem) * (13.27434)));
        left: calc(16.7rem + ((1vw - 1.024rem) * (19.46903)));
        width: calc(2.3rem + ((1vw - 1.024rem) * (1.99115)));
        height: calc(2.3rem + ((1vw - 1.024rem) * (1.99115)));
    }
}

@media screen and (max-width: 1024px) {
    .icon2 {
        top: calc(16rem + ((1vw - 0.768rem) * (0)));
        left: calc(26.5rem + ((1vw - 0.768rem) * (50)));
        width: 32px;
        height: 32px;
    }
}

@media screen and (max-width: 768px) {
    .icon2 {
        top: calc(6.5rem + ((1vw - 0.36rem) * (23.28431)));
        left: calc(11.8rem + ((1vw - 0.36rem) * (36.02941)));
        width: calc(2.3rem + ((1vw - 0.36rem) * (2.20588)));
        height: calc(2.3rem + ((1vw - 0.36rem) * (2.20588)));
    }
}

.icon3 {
    top: 85px;
    left: 380px;
}

@media screen and (max-width: 1476px) {
    .icon3 {
        top: calc(5.8rem + ((1vw - 1.024rem) * (5.97345)));
        left: calc(25rem + ((1vw - 1.024rem) * (28.76106)));
        width: calc(2.3rem + ((1vw - 1.024rem) * (1.99115)));
        height: calc(2.3rem + ((1vw - 1.024rem) * (1.99115)));
    }
}

@media screen and (max-width: 1024px) {
    .icon3 {
        top: calc(9.1rem + ((1vw - 0.768rem) * (-2.34375)));
        left: calc(39.1rem + ((1vw - 0.768rem) * (50.39063)));
        width: 32px;
        height: 32px;
    }
}

@media screen and (max-width: 768px) {
    .icon3 {
        top: calc(3.4rem + ((1vw - 0.36rem) * (13.97059)));
        left: calc(17.6rem + ((1vw - 0.36rem) * (52.69608)));
        width: calc(2.3rem + ((1vw - 0.36rem) * (2.20588)));
        height: calc(2.3rem + ((1vw - 0.36rem) * (2.20588)));
    }
}

.icon4 {
    top: 145px;
    left: 465px;
}

@media screen and (max-width: 1476px) {
    .icon4 {
        top: calc(9.3rem + ((1vw - 1.024rem) * (11.50442)));
        left: calc(31.3rem + ((1vw - 1.024rem) * (33.62832)));
        width: calc(2.3rem + ((1vw - 1.024rem) * (1.99115)));
        height: calc(2.3rem + ((1vw - 1.024rem) * (1.99115)));
    }
}

@media screen and (max-width: 1024px) {
    .icon4 {
        top: calc(14.4rem + ((1vw - 0.768rem) * (0.39063)));
        left: calc(47.3rem + ((1vw - 0.768rem) * (50.39063)));
        width: 32px;
        height: 32px;
    }
}

@media screen and (max-width: 768px) {
    .icon4 {
        top: calc(6.1rem + ((1vw - 0.36rem) * (20.34314)));
        left: calc(21.7rem + ((1vw - 0.36rem) * (62.7451)));
        width: calc(2.3rem + ((1vw - 0.36rem) * (2.20588)));
        height: calc(2.3rem + ((1vw - 0.36rem) * (2.20588)));
    }
}

.prd-cardSlider-reel {
    margin-right: 0;
    margin-left: 0;
}

.prd-cardSlider-reel::after,
.prd-cardSlider-reel::before {
    content: none;
}

.prd-downloadCardMinimal {
    padding: 2.4rem 2.4rem;
}

.prd-largeScreen-marginBottom-7 {
    margin-bottom: 2.4rem;
}
