@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: 0;
}

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;
}

.lp-layout-header {
    border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 1024px) {
    .lp-layout-header {
        height: auto;
    }
}

.lp-layout-header > *:last-child {
    margin-bottom: 0;
}

.lp-layout-header-content {
    display: flex;
    align-items: center;
    max-width: calc(1280px + 80px);
    margin: 0 auto;
    padding: 14px 40px 10px;
}

@media screen and (max-width: 1024px) {
    .lp-layout-header-content {
        min-height: auto;
        padding: 24px 20px 16px;
    }
}

@media screen and (max-width: 1024px) {
    .lp-layout-header-content {
        justify-content: center;
        padding: 16px 20px;
    }
}

.lp-layout-header-content > *:last-child {
    margin-bottom: 0;
    margin-left: 32px;
}

@media screen and (max-width: 1024px) {
    .lp-layout-header-content > *:last-child {
        margin-left: 0;
    }
}

.lp-layout-header-body > *:last-child {
    margin-bottom: 0;
}

.lp-layout-header-logo {
    min-width: 157px;
    margin: 0;
    margin-right: auto;
    line-height: 1;
}

@media screen and (max-width: 1024px) {
    .lp-layout-header-logo {
        padding-right: 0;
    }
}

@media screen and (max-width: 1024px) {
    .lp-layout-header-logo {
        min-width: 91px;
        margin-right: 0;
    }
}

.lp-layout-header-logo img {
    width: 100%;
}

.lp-layout-footer {
    height: 50px;
    border-top: 1px solid #ddd;
    background-color: #fff;
    color: #666;
}

.lp-layout-footer-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: calc(1280px + 80px);
    margin: 0 auto;
    padding: 16px 40px 13px;
}

@media screen and (max-width: 1024px) {
    .lp-layout-footer-content {
        flex-direction: column-reverse;
        justify-content: center;
        max-width: none;
        padding: 21px 20px;
    }
}

.lp-layout-footer-content > *:last-child {
    margin-bottom: 0;
}

.lp-layout-footer-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -8px 0 24px -33px;
    font-size: 14px;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .lp-layout-footer-list {
        width: 100%;
    }
}

.lp-layout-footer-list > li {
    position: relative;
    margin: 8px 0 0 33px;
}

.lp-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: "";
}

.lp-layout-footer-list > li:first-child::before {
    display: none;
}

.lp-layout-footer-list > li > a {
    color: #06c;
    text-decoration: none;
}

.lp-layout-footer-list > li > a:hover, .lp-layout-footer-list > li > a:active, .lp-layout-footer-list > li > a:focus {
    color: #06c;
    text-decoration: underline;
}

.lp-layout-footer-copyright {
    margin-bottom: 0;
    font-size: 14px;
}

@media screen and (max-width: 1024px) {
    .lp-layout-footer-copyright {
        width: 100%;
        margin-top: 16px;
        text-align: center;
    }
}

.lp-textPhoneLink {
    min-width: 224px;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .lp-textPhoneLink {
        margin-top: 48px;
        margin-bottom: 24px;
        padding: 0 20px;
    }
}

.lp-textPhoneLink > *:last-child {
    margin-bottom: 0;
}

.lp-textPhoneLink-numberGroup {
    display: flex;
    align-items: center;
    color: #333;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    cursor: text;
}

.lp-textPhoneLink-icon {
    display: flex;
    width: 40px;
    margin: 2px 8px 0 0;
}

.lp-textPhoneLink-notes {
    font-size: 12px;
    line-height: 1.16;
}

.lp-jumbotron {
    padding-top: calc(45rem + ((1vw - 1.481rem) * (21.19461)));
    background: url("../../../../../../../../img/ss/products/microscope/vhx-8000/006/2102_01_bg_01.png") no-repeat center calc(-30rem + ((1vw - 1.481rem) * (-21.19461)));
    background-size: cover;
}

@media screen and (max-width: 1580px) {
    .lp-jumbotron {
        padding-top: calc(36rem + ((1vw - 1.024rem) * (43.85965)));
        background: url("../../../../../../../../img/ss/products/microscope/vhx-8000/006/2102_01_bg_01.png") no-repeat center calc(-25rem + ((1vw - 1.024rem) * (-10.96491)));
        background-size: calc(128rem + ((1vw - 1.024rem) * (70.17544)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron {
        padding-top: calc(18.5rem + ((1vw - 0.36rem) * (26.35542)));
        background: url("../../../../../../../../img/ss/products/microscope/vhx-8000/006/2102_01_bg_01.png") no-repeat center calc(-9rem + ((1vw - 0.36rem) * (-24.09639)));
        background-size: calc(50rem + ((1vw - 0.36rem) * (117.46988)));
    }
}

@media only screen and (min-width: 1024px) and (max-height: 921px) {
    .lp-jumbotron {
        padding-top: calc((300 * 100vh) / 655);
    }
}

.lp-jumbotron-content {
    padding-bottom: 20px;
    background: #f0f0f0;
}

.lp-jumbotron-body {
    display: flex;
    justify-content: center;
    max-width: calc(1280px + 80px);
    margin: 0 auto;
    padding: 0 40px;
}

@media screen and (max-width: 1280px) {
    .lp-jumbotron-body {
        padding: 0 calc(2rem + ((1vw - 1.024rem) * (7.8125)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-body {
        display: block;
        padding: 0 20px 67px;
        padding-bottom: 67px;
    }
}

.lp-jumbotron-title {
    display: block;
    font-family: source-han-serif-japanese, serif;
    font-size: 5.6rem;
    font-weight: normal;
}

@media screen and (max-width: 1280px) {
    .lp-jumbotron-title {
        font-size: calc(4rem + ((1vw - 1.024rem) * (6.25)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-title {
        font-size: calc(2.7rem + ((1vw - 0.36rem) * (1.95783)));
    }
}

.lp-jumbotron-series {
    font-size: 2.4rem;
    font-weight: normal;
}

@media screen and (max-width: 1280px) {
    .lp-jumbotron-series {
        font-size: calc(2rem + ((1vw - 1.024rem) * (1.5625)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-series {
        display: block;
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.3012)));
    }
}

.lp-jumbotron-seriesName {
    font-size: 2.4rem;
    font-weight: normal;
}

@media screen and (max-width: 1280px) {
    .lp-jumbotron-seriesName {
        font-size: calc(2rem + ((1vw - 1.024rem) * (1.5625)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-seriesName {
        display: block;
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.90361)));
    }
}

.lp-mediaJumbotron {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: center;
}

@media screen and (max-width: 1024px) {
    .lp-mediaJumbotron {
        flex-direction: column-reverse;
        align-items: center;
    }
}

.lp-mediaJumbotron-body {
    margin-top: 30px;
}

@media screen and (max-width: 1024px) {
    .lp-mediaJumbotron-body {
        width: 100%;
        margin-top: -25px;
    }
}

.lp-mediaJumbotron-image {
    flex: 1 0 auto;
    min-height: 0%;
    margin-top: -140px;
    margin-right: 40px;
}

@media screen and (max-width: 1280px) {
    .lp-mediaJumbotron-image {
        width: 450px;
        margin-top: calc(-12rem + ((1vw - 1.024rem) * (-4.38596)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-mediaJumbotron-image {
        max-width: 280px;
        margin-top: -30px;
        margin-right: 0;
    }
}

.lp-media {
    display: flex;
    position: relative;
    margin-bottom: 64px;
}

@media screen and (max-width: 1024px) {
    .lp-media {
        flex-direction: column;
        align-items: center;
        margin-bottom: 30px;
    }
}

.lp-media-body {
    max-width: 620px;
    margin-right: 70px;
    font-size: 2rem;
}

@media screen and (max-width: 1580px) {
    .lp-media-body {
        max-width: calc(55rem + ((1vw - 1.28rem) * (16.66667)));
        margin-right: calc(3rem + ((1vw - 1.024rem) * (7.19424)));
        font-size: calc(1.8rem + ((1vw - 1.024rem) * (0.35971)));
    }
}

@media screen and (max-width: 1280px) {
    .lp-media-body {
        max-width: calc(38rem + ((1vw - 1.024rem) * (66.40625)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-media-body {
        max-width: 100%;
        margin-right: 0;
    }
}

.lp-media-body p {
    line-height: 2;
}

.lp-media-image {
    position: absolute;
    top: 0;
    right: 0;
    min-height: 0%;
}

@media screen and (max-width: 1024px) {
    .lp-media-image {
        position: static;
    }
}

@media screen and (max-width: 1580px) {
    .lp-media-image {
        width: calc(35rem + ((1vw - 1.024rem) * (16.18705)));
    }
}

.lp-media.of-reverse {
    flex-direction: row-reverse;
}

@media screen and (max-width: 1024px) {
    .lp-media.of-reverse {
        flex-direction: column;
    }
}

.lp-media.of-reverse .lp-media-image {
    left: 0;
}

@media screen and (max-width: 1024px) {
    .lp-media.of-reverse .lp-media-image {
        position: static;
    }
}

@media screen and (max-width: 1580px) {
    .lp-media.of-reverse .lp-media-image {
        width: calc(35rem + ((1vw - 1.024rem) * (16.18705)));
    }
}

.lp-media.of-reverse .lp-media-body {
    margin-right: 0;
    margin-left: 80px;
}

@media screen and (max-width: 1580px) {
    .lp-media.of-reverse .lp-media-body {
        margin-left: calc(3rem + ((1vw - 1.024rem) * (7.19424)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-media.of-reverse .lp-media-body {
        margin-left: 0;
    }
}

.lp-mediaAsset-content {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    max-width: calc(1280px + 80px);
    margin: 0 auto;
    padding: 0;
}

@media screen and (max-width: 1024px) {
    .lp-mediaAsset-content {
        flex-direction: column-reverse;
        padding: 0;
    }
}

.lp-mediaAsset-body {
    width: 100%;
    max-width: 700px;
}

.lp-mediaAsset-text {
    font-size: 3rem;
}

@media screen and (max-width: 1024px) {
    .lp-mediaAsset-text {
        font-size: 2rem;
    }
}

.lp-mediaAsset-image {
    min-width: 141px;
    margin-right: 80px;
}

@media screen and (max-width: 1024px) {
    .lp-mediaAsset-image {
        margin-right: 0;
    }
}

.lp-section-content {
    max-width: calc(1280px + 80px);
    margin: 0 auto;
    padding: 190px 100px 0 130px;
}

@media screen and (max-width: 1580px) {
    .lp-section-content {
        padding: 190px calc(14.5rem + ((1vw - 1.28rem) * (-15))) 0 130px;
    }
}

@media screen and (max-width: 1280px) {
    .lp-section-content {
        padding: 190px calc(10rem + ((1vw - 1.024rem) * (11.71875))) 0 130px;
    }
}

@media screen and (max-width: 1024px) {
    .lp-section-content {
        padding: 0 20px;
        padding-top: 80px;
    }
}

.lp-section-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1530px;
    height: 480px;
    overflow: hidden;
}

@media screen and (max-width: 1580px) {
    .lp-section-image {
        width: calc(92rem + ((1vw - 1.024rem) * (82.73381)));
        height: calc(30rem + ((1vw - 1.024rem) * (32.3741)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-section-image {
        display: block;
        width: 100%;
        height: 180px;
    }
}

.lp-section-image img {
    flex-shrink: 0;
}

.lp-section.of-primary {
    position: relative;
    min-height: 800px;
    background: url("../../../../../../../../img/ss/products/microscope/vhx-8000/006/2102_01_bg_02.png") right bottom 80px no-repeat;
}

@media screen and (max-width: 1024px) {
    .lp-section.of-primary {
        min-height: auto;
        background: none;
    }
}

@media screen and (max-width: 1024px) {
    .lp-section.of-primary .lp-section-image {
        margin-top: -60px;
    }
}

.lp-section.of-secondary {
    position: relative;
    min-height: 800px;
    background: url("../../../../../../../../img/ss/products/microscope/vhx-8000/006/2102_01_bg_03.png") left bottom 80px no-repeat;
}

@media screen and (max-width: 1024px) {
    .lp-section.of-secondary {
        min-height: auto;
        background: none;
    }
}

.lp-section.of-secondary .lp-section-content {
    padding: 0 100px 0 100px;
    padding-top: 190px;
}

@media screen and (max-width: 1580px) {
    .lp-section.of-secondary .lp-section-content {
        padding: 190px calc(14.5rem + ((1vw - 1.28rem) * (-15))) 0 calc(14.5rem + ((1vw - 1.28rem) * (-15)));
    }
}

@media screen and (max-width: 1280px) {
    .lp-section.of-secondary .lp-section-content {
        padding: 190px calc(14.5rem + ((1vw - 1.28rem) * (-5))) 0 calc(10rem + ((1vw - 1.024rem) * (11.71875)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-section.of-secondary .lp-section-content {
        padding: 0 20px;
        padding-top: 80px;
    }
}

.lp-section.of-secondary .lp-section-image {
    width: 1530px;
    height: 480px;
    margin-right: 0;
    margin-left: auto;
    overflow: hidden;
}

@media screen and (max-width: 1580px) {
    .lp-section.of-secondary .lp-section-image {
        width: calc(93rem + ((1vw - 1.024rem) * (80.93525)));
        height: calc(30rem + ((1vw - 1.024rem) * (32.3741)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-section.of-secondary .lp-section-image {
        width: 100%;
        height: 180px;
    }
}

.lp-section.of-tertiary {
    position: relative;
    min-height: 800px;
    background: url("../../../../../../../../img/ss/products/microscope/vhx-8000/006/2102_01_bg_04.png") right bottom 80px no-repeat;
}

@media screen and (max-width: 1024px) {
    .lp-section.of-tertiary {
        min-height: auto;
        background: none;
    }
}

.lp-section.of-quaternary {
    padding-bottom: 160px;
}

@media screen and (max-width: 1024px) {
    .lp-section.of-quaternary {
        padding-bottom: 80px;
    }
}

.lp-section.of-quaternary .lp-section-content {
    padding-top: 160px;
}

@media screen and (max-width: 1024px) {
    .lp-section.of-quaternary .lp-section-content {
        padding-top: 80px;
    }
}

.lp-headingLevel2 {
    color: #5f6d9f;
    font-family: source-han-serif-japanese, serif;
    font-size: 4.8rem;
    font-weight: normal;
}

@media screen and (max-width: 1580px) {
    .lp-headingLevel2 {
        font-size: calc(3.5rem + ((1vw - 1.024rem) * (2.33813)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-headingLevel2 {
        font-size: 2.4rem;
    }
}

.lp-listButton > *:last-child {
    margin-bottom: 0;
}

.lp-listButton li {
    margin-bottom: 40px;
}

.lp-listButton li + li {
    margin-left: 0;
}

.lp-card {
    background: #f0f0f0;
}

.lp-card.of-width-small {
    max-width: 920px;
    margin: 0 auto;
}

.lp-card-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 42px 100px;
}

@media screen and (max-width: 1024px) {
    .lp-card-content {
        flex-direction: column;
        padding: 30px 30px;
    }
}

.lp-card-header {
    margin-right: 60px;
    font-size: 2.4rem;
}

@media screen and (max-width: 1024px) {
    .lp-card-header {
        width: 100%;
        margin-right: 0;
        font-size: 1.8rem;
        text-align: center;
    }
}

.lp-card-body .lp-textPhoneLink-numberGroupOuter {
    display: block;
}

@media screen and (max-width: 1024px) {
    .lp-card-body .lp-textPhoneLink {
        margin-top: 0;
        margin-bottom: 0;
        padding: 0;
    }
}

.lp-card-body .lp-textPhoneLink-numberGroup {
    font-size: 4.2rem;
    line-height: 1.6;
}

@media screen and (max-width: 1580px) {
    .lp-card-body .lp-textPhoneLink-numberGroup {
        font-size: calc(2.8rem + ((1vw - 1.024rem) * (2.51799)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-card-body .lp-textPhoneLink-numberGroup {
        font-size: 2.6rem;
    }
}

.lp-card-body .lp-textPhoneLink-icon {
    width: 48px;
}

@media screen and (max-width: 1024px) {
    .lp-card-body .lp-textPhoneLink-icon {
        width: 30px;
    }
}

@media screen and (max-width: 1024px) {
    .lp-card-body .lp-textPhoneLink-icon img {
        flex-shrink: 0;
    }
}

.lp-card-body .lp-textPhoneLink-notes {
    display: block;
    font-size: 1.6rem;
    text-align: left;
}

@media screen and (max-width: 1024px) {
    .lp-card-body .lp-textPhoneLink-notes {
        font-size: 1.2rem;
    }
}

.lp-utility-marginBottom-1 {
    margin-bottom: 10px;
}

.lp-utility-marginBottom-2 {
    margin-bottom: 16px;
}

.lp-utility-marginBottom-3 {
    margin-bottom: 24px;
}

.lp-utility-marginBottom-4 {
    margin-bottom: 32px;
}

.lp-utility-marginBottom-5 {
    margin-bottom: 40px;
}

.lp-utility-marginBottom-6 {
    margin-bottom: 48px;
}

.lp-utility-marginBottom-7 {
    margin-bottom: 56px;
}

.lp-utility-marginBottom-8 {
    margin-bottom: 64px;
}

.lp-utility-marginBottom-9 {
    margin-bottom: 72px;
}

.lp-utility-marginBottom-10 {
    margin-bottom: 80px;
}

.lp-utility-marginBottom-11 {
    margin-bottom: 160px;
}

.lp-utility-text-large {
    font-size: 4.4rem;
}

@media screen and (max-width: 1280px) {
    .lp-utility-text-large {
        font-size: calc(3rem + ((1vw - 1.024rem) * (3.07018)));
    }
}

@media screen and (max-height: 900px) and (max-width: 1480px) {
    .lp-utility-text-large {
        font-size: 3rem;
    }
}

@media screen and (max-width: 1024px) {
    .lp-utility-text-large {
        font-size: calc(2rem + ((1vw - 0.36rem) * (3.61446)));
    }
}

.lp-utility-line-break {
    display: block;
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-utility-textAlign-right {
    text-align: right;
}

.lp-utility-weight-normal {
    font-weight: normal;
}

@media only screen and (min-width: 1024px) {
    .lp-largeScreen-line-break {
        display: block;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 360px) {
    .lp-largeScreen-line-break {
        display: inline;
    }
}

@media only screen and (min-width: 1024px) {
    .lp-largeScreen-textAlign-center {
        text-align: center;
    }
    .lp-largeScreen-textAlign-right {
        text-align: right;
    }
    .lp-largeScreen-weight-normal {
        font-weight: normal;
    }
    .lp-largeScreen-justifyContent-end {
        justify-content: end;
    }
    .lp-largeScreen-marginBottom-1 {
        margin-bottom: 10px;
    }
    .lp-largeScreen-marginBottom-2 {
        margin-bottom: 16px;
    }
    .lp-largeScreen-marginBottom-3 {
        margin-bottom: 24px;
    }
    .lp-largeScreen-marginBottom-4 {
        margin-bottom: 32px;
    }
    .lp-largeScreen-marginBottom-5 {
        margin-bottom: 40px;
    }
    .lp-largeScreen-marginBottom-6 {
        margin-bottom: 48px;
    }
    .lp-largeScreen-marginBottom-7 {
        margin-bottom: 56px;
    }
    .lp-largeScreen-marginBottom-8 {
        margin-bottom: 64px;
    }
    .lp-largeScreen-marginBottom-9 {
        margin-bottom: 72px;
    }
    .lp-largeScreen-marginBottom-10 {
        margin-bottom: 80px;
    }
    .lp-largeScreen-marginBottom-11 {
        margin-bottom: 160px;
    }
}

@media screen and (max-width: 1024px) {
    .lp-smallScreen-marginBottom-1 {
        margin-bottom: 10px;
    }
    .lp-smallScreen-marginBottom-2 {
        margin-bottom: 16px;
    }
    .lp-smallScreen-marginBottom-3 {
        margin-bottom: 24px;
    }
    .lp-smallScreen-marginBottom-4 {
        margin-bottom: 32px;
    }
    .lp-smallScreen-marginBottom-5 {
        margin-bottom: 40px;
    }
    .lp-smallScreen-marginBottom-6 {
        margin-bottom: 48px;
    }
    .lp-smallScreen-marginBottom-7 {
        margin-bottom: 56px;
    }
    .lp-smallScreen-marginBottom-8 {
        margin-bottom: 64px;
    }
    .lp-smallScreen-marginBottom-9 {
        margin-bottom: 72px;
    }
    .lp-smallScreen-marginBottom-10 {
        margin-bottom: 80px;
    }
    .lp-smallScreen-marginBottom-11 {
        margin-bottom: 160px;
    }
    .lp-smallScreen-textAlign-center {
        text-align: center;
    }
    .lp-smallScreen-textAlign-right {
        text-align: right;
    }
    .lp-smallScreen-justifyContent-center {
        justify-content: center;
    }
    .lp-smallScreen-line-break {
        display: block;
    }
}

@media screen and (max-width: 1024px) and (max-width: 1024px) {
    .lp-smallScreen-line-break {
        display: inline;
    }
}

.lp-smallScreen-hide {
    display: block !important;
}

@media screen and (max-width: 1024px) {
    .lp-smallScreen-hide {
        display: none !important;
    }
}

.lp-smallScreen-show {
    display: none !important;
}

@media screen and (max-width: 1024px) {
    .lp-smallScreen-show {
        display: block !important;
    }
}

@media screen and (max-width: 1024px) {
    .lp-smallScreen-lastChild {
        margin-bottom: 0;
    }
}