@charset "UTF-8";

.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;
}

:root {
    font-size: 10px;
}

* {
    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, notosans, "Hiragino Kaku Gothic Pro", 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%;
}

#main p {
    margin-top: 0;
}

a {
    text-decoration: none;
}

a:link,
a:visited {
    color: #fff;
}

.ss-layout-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: calc(1240px + 40px);
    max-width: calc(1743px + 40px);
    margin: 0 auto;
    padding: 16px 20px;
}

.ss-layout-header-content > *:last-child {
    margin-bottom: 0;
}

.ss-layout-header-logo {
    width: 50%;
    margin: 0 auto 0 0;
    line-height: 1;
}

.ss-layout-header-logo img {
    width: 140px;
}

.ss-layout-header-utilityGroup {
    display: flex;
    flex: 1;
    justify-content: right;
}

.ss-layout-header-utilityGroup > *:last-child {
    margin-bottom: 0;
}

.ss-layout-header-utilityList {
    margin: -24px 0 24px -24px;
}

.ss-layout-header-utilityList > *:last-child {
    margin-bottom: 0;
}

.ss-layout-header-utilityList > li {
    margin-top: 24px;
    padding-left: 24px;
}

.ss-layout-header-utilityList > li > *:last-child {
    margin-bottom: 0;
}

.ss-layout-main {
    margin-bottom: 48px;
}

.ss-layout-main > *:last-child {
    margin-bottom: 0;
}

.ss-layout-footer {
    overflow: hidden;
    border-top: 1px solid #ccc;
    color: #666;
    font-size: 1.4rem;
}

.ss-layout-footer-content {
    min-width: calc(1240px + 40px);
    max-width: calc(1743px + 40px);
    margin: 0 auto;
    padding: 18px 20px;
}

.ss-layout-footer-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: -8px;
    margin-left: -65px;
    text-align: center;
}

.ss-layout-footer-list > li {
    position: relative;
    margin-top: 8px;
    margin-left: 65px;
    line-height: 1.5;
}

.ss-layout-footer-list > li::before {
    display: block;
    position: absolute;
    top: 50%;
    left: -32px;
    width: 1px;
    height: 18px;
    transform: translateY(-50%);
    background: #666;
    content: "";
}

.ss-layout-footer-list > li:first-child::before {
    content: none;
}

.ss-layout-footer-list > li a {
    color: #666;
}

.ss-textPhone {
    display: block;
    margin-bottom: 24px;
}

.ss-textPhone > *:last-child {
    margin-bottom: 0;
}

.ss-textPhone-numberGroup {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #333 !important;
    cursor: default;
}

.ss-textPhone-icon {
    max-width: 35px;
    min-height: 20px;
    margin-right: 8px;
}

.ss-textPhone-number {
    display: inline-block;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.5;
}

.ss-textPhone-note {
    display: block;
    margin-bottom: 10px;
    font-size: 1.2rem;
    line-height: 1.5;
}

.ss-jumbotron {
    margin-bottom: 32px;
}

.ss-jumbotron-content {
    width: calc(1240px + 40px);
    margin: 0 auto;
    padding: 26px 20px 0;
}

.ss-jumbotron-inner {
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
}

.ss-jumbotron-innerGroup > *:last-child {
    margin-bottom: 0;
}

.ss-jumbotron-inner > *:last-child {
    margin-bottom: 0;
}

.ss-jumbotron-inner.of-flexDirection-column-reverse {
    flex-direction: column-reverse;
}

.ss-jumbotron-body {
    padding-bottom: 16px;
}

.ss-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

.ss-jumbotron-header > *:last-child {
    margin-bottom: 0;
}

.ss-jumbotron-title {
    margin-bottom: 24px;
    font-size: 4.6rem;
    line-height: 1.5;
    text-align: center;
}

.ss-media {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-bottom: 24px;
}

.ss-media-body {
    flex: 1;
}

.ss-media-body > *:last-child {
    margin-bottom: 0;
}

.ss-media-image {
    width: 50%;
    max-width: 550px;
}

.ss-listFeature > *:last-child {
    margin-bottom: 0;
}

.ss-listFeature > li {
    display: flex;
    position: relative;
    align-items: center;
    width: 100%;
    min-height: 100px;
    margin-bottom: 28px;
    font-size: 2.4rem;
    line-height: 1.5;
}

.ss-listFeature > li::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100px;
    height: 100px;
    transform: translateY(-50%);
    content: "";
}

.ss-listFeature > li.of-primary {
    padding-left: 132px;
}

.ss-listFeature > li.of-primary::before {
    background: url("../../../../../../img/ss/products/microscope/vr-6000/008/2023_01_bg_01.png") no-repeat;
}

.ss-listFeature > li.of-secondary {
    padding-left: 189px;
}

.ss-listFeature > li.of-secondary::before {
    left: 57px;
    background: url("../../../../../../img/ss/products/microscope/vr-6000/008/2023_01_bg_02.png") no-repeat;
}

.ss-listFeature > li.of-tertiary {
    padding-left: 189px;
}

.ss-listFeature > li.of-tertiary::before {
    left: 57px;
    background: url("../../../../../../img/ss/products/microscope/vr-6000/008/2023_01_bg_03.png") no-repeat;
}

.ss-listFeature > li.of-quaternary {
    padding-left: 132px;
}

.ss-listFeature > li.of-quaternary::before {
    background: url("../../../../../../img/ss/products/microscope/vr-6000/008/2023_01_bg_04.png") no-repeat;
}

.ss-listButton {
    display: flex;
    flex-wrap: wrap;
    margin: -24px 0 32px -24px;
}

.ss-listButton > li {
    margin-top: 24px;
    padding-left: 24px;
}