@charset "UTF-8";

.ss-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-duration: .2s;
    transition-property: color,background-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ss-buttonConversion:hover {
    background-color: #c6002a;
}

@media only screen and (max-width: 640px) {
    .ss-buttonConversion {
        font-size: 1.6rem;
    }
}

.ss-buttonConversion-body {
    display: flex;
    align-items: center;
    padding: 12px 8px 12px 24px;
}

@media only screen and (max-width: 640px) {
    .ss-buttonConversion-body {
        padding-top: 14px;
        padding-bottom: 14px;
    }
}

.ss-buttonConversion-text {
    margin-right: 16px;
}

.ss-buttonConversion-image {
    margin: -22px 0;
    border: 1px solid #ccc;
}

.ss-buttonConversion-image > img {
    min-width: 42px;
    max-width: 60px;
}

.ss-buttonConversion.of-download .ss-buttonConversion-body, .ss-buttonConversion.of-anchor .ss-buttonConversion-body, .ss-buttonConversion.of-arrow .ss-buttonConversion-body, .ss-buttonConversion.of-inquiry .ss-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.ss-buttonConversion.of-download .ss-buttonConversion-body::before, .ss-buttonConversion.of-anchor .ss-buttonConversion-body::before, .ss-buttonConversion.of-arrow .ss-buttonConversion-body::before, .ss-buttonConversion.of-inquiry .ss-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.ss-buttonConversion.of-download .ss-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_dl.png") no-repeat center center;
}

.ss-buttonConversion.of-anchor .ss-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_anc_03.png") no-repeat center center;
}

.ss-buttonConversion.of-arrow .ss-buttonConversion-body::before {
    left: 26px;
    height: 12px;
    border-width: 7px 0 7px 13px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

.ss-buttonConversion.of-inquiry .ss-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_inquiry_01.png") no-repeat center center;
}

.ss-buttonConversion.of-triangleIconTriangle .ss-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.ss-buttonConversion.of-triangleIconTriangle .ss-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.ss-buttonConversion.of-triangleIconTriangle .ss-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: "";
}

.ss-buttonConversion.of-priceIcon .ss-buttonConversion-body, .ss-buttonConversion.of-priceIcon-jpy .ss-buttonConversion-body, .ss-buttonConversion.of-priceIcon-gbp .ss-buttonConversion-body, .ss-buttonConversion.of-priceIcon-krw .ss-buttonConversion-body, .ss-buttonConversion.of-priceIcon-eur .ss-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.ss-buttonConversion.of-priceIcon .ss-buttonConversion-body::before, .ss-buttonConversion.of-priceIcon-jpy .ss-buttonConversion-body::before, .ss-buttonConversion.of-priceIcon-gbp .ss-buttonConversion-body::before, .ss-buttonConversion.of-priceIcon-krw .ss-buttonConversion-body::before, .ss-buttonConversion.of-priceIcon-eur .ss-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.ss-buttonConversion.of-priceIcon .ss-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_price_usd.png") no-repeat center center;
}

.ss-buttonConversion.of-priceIcon-jpy .ss-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_price_jpy.png") no-repeat center center;
}

.ss-buttonConversion.of-priceIcon-gbp .ss-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_price_gbp.png") no-repeat center center;
}

.ss-buttonConversion.of-priceIcon-krw .ss-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_price_krw.png") no-repeat center center;
}

.ss-buttonConversion.of-priceIcon-eur .ss-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_price_eur.png") no-repeat center center;
}

.ss-buttonConversion.of-primary {
    background: #13778f;
}

.ss-buttonConversion.of-primary:hover {
    background: #116b81;
}

.ss-buttonConversion.of-secondary {
    background: #1a90db;
}

.ss-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 .ss-navigationSeries {
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: anywhere;
}

@media only screen and (max-width: 1279px) {
    .ss-navigationSeries {
        margin-right: 20px;
        margin-left: 20px;
    }
}

@media only screen and (max-width: 969px) {
    .ss-navigationSeries {
        flex-direction: column;
        align-items: center;
    }
}

.ss-navigationSeries-title {
    max-width: 600px;
    font-size: 1.1rem;
    font-weight: normal;
    line-height: 1.3;
}

@media only screen and (max-width: 969px) {
    .ss-navigationSeries-title {
        width: 100%;
        max-width: none;
        margin-bottom: 3px;
        text-align: center;
    }
}

.ss-navigationSeries-title + .ss-navigationSeries-linkList {
    margin-left: 10px;
}

@media only screen and (max-width: 969px) {
    .ss-navigationSeries-title + .ss-navigationSeries-linkList {
        margin-left: -10px;
    }
}

div#MainContent .ss-navigationSeries-title {
    margin-bottom: 0;
    color: #999;
    font-size: 11px;
    line-height: 1.3;
    text-transform: none;
}

div#MainContent .ss-navigationSeries-title + .ss-navigationSeries-linkList {
    margin-left: 10px;
}

@media only screen and (max-width: 969px) {
    .ss-navigationSeries-seriesNameText, .ss-navigationSeries-seriesText {
        display: block;
    }
}

.ss-navigationSeries-linkList {
    display: flex;
    flex-wrap: wrap;
    margin: -3px 0 0 -10px;
    color: #999;
}

div#MainContent .ss-navigationSeries-linkList {
    margin: -3px 0 0 -10px;
}

@media only screen and (max-width: 969px) {
    .ss-navigationSeries-linkList {
        justify-content: center;
        width: 100%;
    }
}

.ss-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 .ss-navigationSeries-linkList > li {
    margin: 3px 0 0 10px;
    padding: 0;
    background: none;
    font-size: 11px;
}

.ss-navigationSeries-linkList > li > a {
    display: block;
    position: relative;
    width: 100%;
    padding-left: 9px;
    color: #999;
    line-height: 1.3;
    text-decoration: none;
}

.ss-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 .ss-navigationSeries-linkList > li > a:link {
    color: #999;
}

div#MainContent .ss-navigationSeries-linkList > li > a::before {
    top: 0.3em;
}

.ss-navigationSeries-linkList > li > a:hover, .ss-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;
}

.ss-layout-container {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.ss-layout-header {
    width: 100%;
    background-color: #fff;
}

.ss-layout-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1560px;
    margin: 0 auto;
    padding: 10px 40px;
}

.ss-layout-header-content > *:last-child {
    margin-bottom: 0;
}

.ss-layout-header-logo {
    margin-bottom: 0;
}

.ss-layout-header-logo img {
    width: 114px;
}

.ss-textPhone {
    margin-bottom: 24px;
    color: #333;
}

.ss-textPhone > *:last-child {
    margin-bottom: 0;
}

.ss-textPhone-numberGroup {
    display: flex;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 8px;
}

.ss-textPhone-number {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
}

.ss-textPhone-note {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 1.2rem;
    line-height: 1.2;
}

.ss-textPhone-icon {
    width: 36px;
    min-width: 36px;
    height: 20px;
    min-height: 20px;
    margin-top: 0.2rem;
    margin-right: 8px;
}

.ss-textPhone-icon .of-iconColor-primary {
    fill: #00a23f;
}

.ss-layout-main {
    padding: 86px 0 74px;
    background: url(../../../../../../../../img/ss/products/microscope/vhx-8000/008/2023_01_img_02.png) no-repeat;
    background-color: #000;
    background-position: center 205px;
}

.ss-layout-main > *:last-child {
    margin-bottom: 0;
}

.ss-card {
    width: 1290px;
    margin: 0 auto 32px;
    border: 3px solid #7f7f7f;
    border-radius: 10px;
    background: url(../../../../../../../../img/ss/products/microscope/vhx-8000/008/2023_01_img_02.png) no-repeat;
    background-color: #000;
    background-position: center 110px;
    box-shadow: 10px 10px 20px rgba(255, 255, 255, 0.4);
}

.ss-card-content {
    padding: 30px 40px;
}

.ss-card-content > *:last-child {
    margin-bottom: 0;
}

.ss-jumbotron {
    margin-bottom: 24px;
}

.ss-jumbotron-content {
    display: flex;
    flex-direction: column-reverse;
    max-width: 1290px;
    margin: 0 auto;
}

.ss-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

.ss-jumbotron-image {
    width: 100%;
    margin-top: -24px;
    margin-bottom: 12px;
    padding-left: 206px;
}

.ss-jumbotron-title {
    display: block;
    margin-bottom: 16px;
    color: #fff;
    font-size: 4.8rem;
    line-height: 1.5;
}

.ss-jumbotron-titleGroup {
    margin-bottom: 41px;
    text-align: center;
}

.ss-jumbotron-titleGroup > *:last-child {
    margin-bottom: 0;
}

.ss-jumbotron-series {
    display: block;
    margin-bottom: 16px;
    color: #fff;
    font-size: 2.5rem;
    font-weight: normal;
    line-height: 1.1;
}

.ss-buttonConversion {
    box-shadow: 15px 10px 25px rgba(255, 255, 255, 0.4);
}

.ss-listButton {
    display: flex;
    flex-wrap: wrap;
    margin: -24px 0 32px -24px;
}

.ss-listButton > li {
    margin-top: 24px;
    padding-left: 24px;
}

.ss-layout-footer {
    width: 100%;
    background-color: #fff;
}

.ss-layout-footer-content {
    max-width: calc(1432px + 286px);
    margin: 0 auto;
    padding: 16px 143px;
}

.ss-layout-footer-content > *:last-child {
    margin-bottom: 0;
}

.ss-layout-footer-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -8px 0 24px -33px;
    font-size: 1.2rem;
    text-align: center;
}

.ss-layout-footer-list > li {
    position: relative;
    margin: 8px 0 0 33px;
}

.ss-layout-footer-list > li::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -17px;
    width: 1px;
    height: 14px;
    transform: translateY(-50%);
    background-color: #a8a8a8;
    content: "";
}

.ss-layout-footer-list > li:first-child::before {
    display: none;
}

.ss-layout-footer-list > li > a {
    color: inherit;
    text-decoration: none;
}

.ss-utility-justifyContent-center {
    justify-content: center;
}

.ss-utility-paddingTop-primary {
    padding-top: 0;
}

.ss-layout-container.of-primary {
  overflow: initial;
}
.ss-layout-container.of-primary .ss-layout-header,
.ss-layout-container.of-primary .ss-layout-main,
.ss-layout-container.of-primary .ss-layout-footer {
  min-width: 1346px;
}
.ss-layout-container.of-primary .ss-layout-header-content {
  width: 100%;
  max-width: 1560px;
}
