@charset "UTF-8";
/* =================================================================================================
reset
================================================================================================= */
/*	base
-----------------------------------------*/
: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;
    background: #fff;
    color: #333;
    font-family: notosans, "ヒラギノ角ゴ Pro W3", "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;
}

@media screen and (max-width: 969px) {
    body.is-menu-show {
        background: #ededed;
    }
}

main {
    display: block;
}

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;
}

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: none;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
}

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;
}

.ss-buttonConversion {
    display: inline-block;
    max-width: 250px;
    background: #e60012;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
}

@media screen and (min-width: 750px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@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 {
    position: relative;
    padding-left: 53px;
}

.ss-buttonConversion.of-download .ss-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    background: url("../../../../../../img/ss/products/microscope/vhx-7000/004/icon_btn_dl.png") no-repeat center center;
    content: "";
}

/* =================================================================================================
layout
================================================================================================= */
.ss-layout-header {
    z-index: 10;
    position: relative;
    width: 100%;
    background: #fff;
}

.ss-layout-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 21px 25px 18px;
}

@media only screen and (max-width: 1200px) {
    .ss-layout-header-content {
        display: block;
        padding: 20px 0;
        text-align: center;
    }
}

.ss-layout-header-logo > a img {
    width: 126px;
    height: 22px;
}

@media only screen and (max-width: 1200px) {
    .ss-layout-main {
        display: flex;
        flex-direction: column-reverse;
    }
}

.ss-layout-main-body {
    min-height: 0%;
}

.ss-headingLevel1 {
    z-index: 10;
    position: absolute;
    top: 20px;
    left: calc(50% - (184px));
    max-width: 1200px;
    transform: translateX(-50%);
}

@media only screen and (max-width: 1200px) {
    .ss-headingLevel1 {
        position: static;
        left: auto;
        transform: none;
    }
}

.ss-headingLevel1-titleGroup {
    display: flex;
    flex-direction: row-reverse;
}

@media only screen and (max-width: 1200px) {
    .ss-headingLevel1-titleGroup {
        flex-direction: column-reverse;
        align-items: center;
        min-height: 0%;
        margin-top: 20px;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.ss-headingLevel1-title {
    width: 366px;
    margin-left: 19px;
}

@media only screen and (max-width: 1200px) {
    .ss-headingLevel1-title {
        width: 264px;
        margin-left: 0;
    }
}

.ss-headingLevel1-image {
    width: 67px;
}

@media only screen and (max-width: 1200px) {
    .ss-headingLevel1-image {
        width: 128px;
        min-height: 0%;
    }
}

.ss-figure {
    width: 100%;
    margin-top: calc(-120vh * 100 / 1600);
    margin-bottom: calc(-130vh * 100 / 1600);
    pointer-events: none;
}

@media only screen and (max-width: 1200px) {
    .ss-figure {
        order: 2;
        height: auto;
        margin-top: 0;
        margin-bottom: 0;
    }
}

.ss-figure > video {
    width: 100%;
}

.ss-layout-footer {
    z-index: 10;
    position: relative;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
    padding: 15px 20px 15px;
    background: #fff;
    color: #333;
    font-size: 1.3rem;
}

@media only screen and (max-width: 1200px) {
    .ss-layout-footer {
        position: relative;
        margin-top: 20px;
        padding: 20px 20px 18px;
        border-top: 1px solid #ddd;
        font-size: 1.3rem;
        text-align: left;
    }
}

.ss-layout-footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ss-layout-footer-content > *:first-child {
    margin-top: 0;
}

.ss-layout-footer-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 7px 0 0;
    color: #333;
    font-size: 1.2rem;
}

@media only screen and (max-width: 1200px) {
    .ss-layout-footer-list {
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }
}

.ss-layout-footer-list > li {
    position: relative;
    margin: 0 0 0 8px;
    padding-left: 8px;
}

.ss-layout-footer-list > li::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 13px;
    transform: translateY(-50%);
    background: #333;
    content: "";
}

.ss-layout-footer-list > li:first-child {
    margin: 0;
    padding: 0;
}

.ss-layout-footer-list > li:first-child::before {
    content: none;
}

@media only screen and (max-width: 1200px) {
    .ss-layout-footer-list > li:last-child {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .ss-layout-footer-list > li:last-child::before {
        content: none;
    }
}

.ss-layout-footer-list > li > a {
    color: #333;
}

.ss-listButton {
    display: flex;
}

.ss-listButton li {
    margin-left: 10px;
}

@media only screen and (max-width: 1200px) {
    .ss-listButton li {
        margin-bottom: 10px;
        margin-left: 0;
    }
}

.ss-listButton li:first-child {
    margin-left: 0;
}

.ss-buttonImage > img {
    height: 46px;
}

.ss-textTel {
    display: flex;
    align-items: center;
    font-size: 22px;
    font-weight: bold;
}

.ss-textTel > .ss-icon {
    display: flex;
}

.ss-textTel a {
  color: #000;
}

@media screen and (max-width: 1200px) {
    .smallScreen-show {
        display: block;
    }
    .smallScreen-hide {
        display: none;
    }
}

@media screen and (min-width: 1201px) {
    .smallScreen-show {
        display: none;
    }
    .smallScreen-hide {
        display: flex;
    }
}

.utility-textAlign-center {
    text-align: center;
}
