/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
   /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }
@charset "UTF-8";
html {
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 62.5%;
}

@media screen and (max-width: 768px) {
  html {
    height: 100%;
  }
}


body {
  -webkit-text-size-adjust: 100%;
}

@media print, screen and (min-width: 769px) {
  body {
    min-width: 960px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  body {
    min-width: initial;
    font-size: 1.4rem;
    min-height: 100%;
  }
}


html {
  overflow-y: scroll;
}


body {
  position: relative;
  color: #333;
}


a {
  text-decoration: none;
  text-underline-position: under;
  color: #333;
}

a:hover {
  text-decoration: none;
  color: #0064d2;
}


img {
  vertical-align: top;
}


figure {
  text-align: center;
  margin: 0;
}

figure figcaption {
  text-align: center;
  margin-top: 10px;
}


em {
  font-style: normal;
}


ul,
ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}


li {
  line-height: 1.6;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}


dd {
  padding: 0;
  margin: 0;
}


p {
  padding: 0;
  margin: 0;
  line-height: 1.8;
}


img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}


input,
button,
textarea,
select {
  background: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}

input[type="text"]:focus,
textarea:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

textarea {
  width: 100%;
  line-height: 1.8;
}


#page {
  margin: 0;
}


.header {
  z-index: 10;
}

.header,
.breadcrumb,
.pageTop,
.footer {
  max-width: 1280px;
  margin: 0 auto;
  z-index: 1;
}

.header {
  z-index: 10;
}



@-webkit-keyframes accordionFadeIn {
  0% {
    opacity: 0;
    height: 0;
    display: none;
    padding: 0 10px;
  }
  1% {
    opacity: 0;
    height: 0;
    display: block;
  }
  90% {
    opacity: 1;
    height: auto;
    display: block;
    padding: 15px 10px;
  }
  100% {
    opacity: 1;
    height: auto;
    display: block;
  }
}
@keyframes accordionFadeIn {
  0% {
    opacity: 0;
    height: 0;
    display: none;
    padding: 0 10px;
  }
  1% {
    opacity: 0;
    height: 0;
    display: block;
  }
  90% {
    opacity: 1;
    height: auto;
    display: block;
    padding: 15px 10px;
  }
  100% {
    opacity: 1;
    height: auto;
    display: block;
  }
}

@-webkit-keyframes accordionFadeOut {
  0% {
    opacity: 1;
    height: auto;
    display: block;
    padding: 15px 10px;
  }
  1% {
    opacity: 1;
    height: auto;
    display: block;
  }
  90% {
    opacity: 0.2;
    height: 0;
    display: block;
  }
  100% {
    opacity: 0;
    height: 0;
    display: none;
    padding: 0 10px;
  }
}

@keyframes accordionFadeOut {
  0% {
    opacity: 1;
    height: auto;
    display: block;
    padding: 15px 10px;
  }
  1% {
    opacity: 1;
    height: auto;
    display: block;
  }
  90% {
    opacity: 0.2;
    height: 0;
    display: block;
  }
  100% {
    opacity: 0;
    height: 0;
    display: none;
    padding: 0 10px;
  }
}


@-webkit-keyframes headerFadeIn {
  0% {
    opacity: 0;
    height: 0;
    display: none;
  }
  1% {
    opacity: 0;
    height: 0;
    display: block;
  }
  90% {
    opacity: 1;
    height: auto;
    display: block;
  }
  100% {
    opacity: 1;
    height: auto;
    display: block;
  }
}
@keyframes headerFadeIn {
  0% {
    opacity: 0;
    height: 0;
    display: none;
  }
  1% {
    opacity: 0;
    height: 0;
    display: block;
  }
  90% {
    opacity: 1;
    height: auto;
    display: block;
  }
  100% {
    opacity: 1;
    height: auto;
    display: block;
  }
}

@-webkit-keyframes headerFadeOut {
  0% {
    opacity: 1;
    height: auto;
    display: block;
  }
  1% {
    opacity: 1;
    height: auto;
    display: block;
  }
  90% {
    opacity: 0.2;
    height: 0;
    display: block;
  }
  100% {
    opacity: 0;
    height: 0;
    display: none;
  }
}

@keyframes headerFadeOut {
  0% {
    opacity: 1;
    height: auto;
    display: block;
  }
  1% {
    opacity: 1;
    height: auto;
    display: block;
  }
  90% {
    opacity: 0.2;
    height: 0;
    display: block;
  }
  100% {
    opacity: 0;
    height: 0;
    display: none;
  }
}


@-webkit-keyframes heroFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes heroFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes swipeFadeInOut {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  1% {
    opacity: 0;
    visibility: visible;
  }
  25% {
    opacity: 1;
    visibility: visible;
  }
  75% {
    opacity: 1;
    visibility: visible;
  }
  99% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes swipeFadeInOut {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  1% {
    opacity: 0;
    visibility: visible;
  }
  25% {
    opacity: 1;
    visibility: visible;
  }
  75% {
    opacity: 1;
    visibility: visible;
  }
  99% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@-webkit-keyframes loadingSpinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes loadingSpinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


.bg-gray {
  background-color: #a0a0a5;
}

.bg-blue {
  background-color: #0064d2;
}

.bg-white {
  background-color: #fff;
}

.fg-gray {
  color: #60656a;
}

.fg-red {
  color: #ff0000;
}

.fg-blue {
  color: #0064d2;
}

.fg-green {
  color: #0ddb28;
}

.fg-white {
  color: #ffffff;
}


.ghost {
  display: none;
}


.font-ss {
  font-size: 1.2rem;
}

.font-s {
  font-size: 1.4rem;
}

.font-m {
  font-size: 1.6rem;
}

.font-l {
  font-size: 1.8rem;
}

.font-ll {
  font-size: 2rem;
}


.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-touch-action: auto;
  touch-action: auto;
  position: relative;
}


.ps__content {
  display: table;
  min-width: 100%;
}


.ps__rail-x-bottom, .ps__rail-x-top, .ps__rail-y {
  display: none;
  opacity: 0.8;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  position: absolute;
}

.ps__rail-x-bottom {
  height: 4px;
  bottom: 0;
}

.ps__rail-x-top {
  height: 4px;
  top: 0;
}

.ps__rail-y {
  width: 4px;
  right: 0;
}

.ps--active-x-single > .ps__rail-x-bottom,
.ps--active-x-double > .ps__rail-x-bottom, .ps--active-x-double > .ps__rail-x-top, .ps--active-y-single > .ps__rail-y {
  display: block;
  cursor: pointer;
}

.ps--active-x-single > .ps__rail-x-bottom::before,
.ps--active-x-double > .ps__rail-x-bottom::before, .ps--active-x-double > .ps__rail-x-top::before, .ps--active-y-single > .ps__rail-y::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #d2dce5;
}

.ps--active-x-single > .ps__rail-x-bottom::before,
.ps--active-x-double > .ps__rail-x-bottom::before {
  width: 100%;
  height: 2px;
  bottom: 1px;
}

.ps--active-x-double > .ps__rail-x-top::before {
  width: 100%;
  height: 2px;
  top: 1px;
}

.ps--active-y-single > .ps__rail-y::before {
  width: 2px;
  height: 100%;
  right: 1px;
}


.ps__thumb-x-bottom, .ps__thumb-x-top, .ps__thumb-y {
  background-color: #0064d2;
  border-radius: 6px;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  transition: background-color .2s linear, height .2s ease-in-out;
  position: absolute;
  cursor: pointer;
}

.ps__thumb-x-bottom {
  height: 4px;
  bottom: 0;
}

.ps__thumb-x-top {
  height: 4px;
  top: 0;
}

.ps__thumb-y {
  width: 4px;
  right: 0;
}

.swipe_image {
  display: inline-block;
  position: absolute;
  top: calc(50% - 70px);
  left: calc(50% - 70px);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.swipe_image img {
  width: 140px;
  height: 140px;
}

.swipe_image--show {
  -webkit-animation: swipeFadeInOut 2s ease 0s 1 normal;
  animation: swipeFadeInOut 2s ease 0s 1 normal;
}


.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.imagemodal {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 4px;
  display: inline-block;
}

.imagemodal__outer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  z-index: 999;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .imagemodal__outer {
    padding: 21px 27px 21px 21px;
  }
}

.imagemodal__outer--show {
  opacity: 1;
}

.imagemodal__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  max-width: 1070px;
  max-height: 1070px;
}

.imagemodal__inner figure {
  width: 100%;
}

.imagemodal__inner figure img {
  max-width: 100%;
  max-height: 612px;
}

.imagemodal__inner figure figcaption {
  margin: 1em auto 0;
}

@media screen and (max-width: 768px) {
  .imagemodal__inner {
    padding: 20px;
  }
  .imagemodal__inner figure img {
    max-height: 450px;
  }
}

.imagemodal__close {
  position: absolute;
  top: -24px;
  right: -26px;
  width: 52px;
  height: 52px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/icon-times.png);
  background-size: contain;
  z-index: 1;
}

.imagemodal__close__inner {
  position: absolute;
  top: 3px;
  left: 6px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.imagemodal img {
  cursor: auto;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.modal_dialog {
  z-index: 999;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
}

@media screen and (max-width: 768px) {
  .modal_dialog {
    padding: 20px;
  }
}

.modal_dialog::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.7;
}

.modal_dialog__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
  background-color: #FFFFFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 1140px;
  height: 100%;
  border-radius: 8px;
}

.modal_dialog__box__body {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.modal_dialog__box__body > iframe {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  border: none;
  border-radius: 8px 8px 0 0;
  width: 100%;
}

.modal_dialog__box__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
}

@media screen and (max-width: 768px) {
  .modal_dialog__box__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
  }
}

.modal_dialog__box__footer__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

@media screen and (max-width: 768px) {
  .modal_dialog__box__footer__column {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media screen and (max-width: 768px) {
  .modal_dialog__box__footer__column + .modal_dialog__box__footer__column {
    margin-top: 20px;
  }
}

.modal_dialog__positive_button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  border-radius: 4px;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  color: #fff;
  background-color: #0064d2;
  margin: 0 15px;
  padding: 8px 10px;
  width: 100%;
  max-width: 370px;
  min-height: 40px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .modal_dialog__positive_button {
    max-width: none;
  }
}

.modal_dialog__positive_button:disabled {
  color: #FFF;
  background-color: #707070;
}

.modal_dialog__negative_button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  border-radius: 4px;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  color: #fff;
  background-color: #a0a0a5;
  margin: 0 15px;
  padding: 8px 10px;
  width: 100%;
  max-width: 370px;
  min-height: 40px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .modal_dialog__negative_button {
    max-width: none;
  }
}



.comp_v2_0010 {
  z-index: 998;
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: scaleY(0.7);
    transform: scaleY(0.7);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
  }
}

@keyframes slideIn {
  0% {
    -webkit-transform: scaleY(0.7);
    transform: scaleY(0.7);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
  }
}

@-webkit-keyframes slideOut {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scaleY(0.9);
    transform: scaleY(0.9);
    opacity: 0;
  }
}

@keyframes slideOut {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scaleY(0.9);
    transform: scaleY(0.9);
    opacity: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0010 {
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0010 {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    display: block;
    background-color: #fff;
  }
  .comp_v2_0010::before {
    content: "";
    position: relative;
    width: 100%;
    height: 40px;
  }
}

.comp_v2_0010__sitemap_link {
  display: inline-block;
  position: relative;
  padding: 20px 0 0 40px;
  font-size: 1.3rem;
  letter-spacing: 0.15rem;
  font-weight: bold;
  color: #1d1e21;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
  background-size: 13px 13px;
  background-position: left 15px top 20px;
}

.comp_v2_0010__sitemap_link:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .comp_v2_0010__sitemap_link {
    padding: 10px 0 0 40px;
    background-position: left 15px top 10px;
  }
}

.comp_v2_0010__frame {
  padding: 0;
  font-size: 1.2rem;
  color: #1d1e21;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .comp_v2_0010__frame {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0010__frame {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  }
}

.comp_v2_0010__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0;
}

.comp_v2_0010__level_split {
  border: none;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  position: relative;
  margin: 0;
  padding: 0;
  height: 0;
  height: 2px;
  background-color: transparent;
  margin-top: -1.85px;
}

.comp_v2_0010__level_split + .comp_v2_0010__level_split {
  display: none;
}

@media screen and (max-width: 768px) {
  .comp_v2_0010__level_split {
    display: none;
  }
}

.comp_v2_0010__level_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 64px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0010__level_1 {
    padding: 0 15px 0 0;
    min-height: 44px;
  }
}

.comp_v2_0010__level_1__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.comp_v2_0010__level_1__logo__img {
  height: 64px;
}

.comp_v2_0010__level_1__logo__img a {
  display: block;
}

.comp_v2_0010__level_1__logo__img__sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .comp_v2_0010__level_1__logo__img {
    height: 44px;
    overflow: hidden;
  }
  .comp_v2_0010__level_1__logo__img__pc {
    display: none;
  }
  .comp_v2_0010__level_1__logo__img__sp {
    display: block;
  }
}

.comp_v2_0010__level_1__logo__corporate_name {
  padding-left: 49px;
  padding-right: 0px;
  font-weight: bold;
  color: #2d2d2d;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0010__level_1__logo__corporate_name {
    display: none;
  }
}

.comp_v2_0010__level_1__utility {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 768px) {
  .comp_v2_0010__level_1__utility {
    display: none;
  }
}

@media screen and (max-width: 1139px) {
  .comp_v2_0010__level_1__utility {
    font-size: 1.3rem;
  }
}

.comp_v2_0010__level_1__utility__language + .comp_v2_0010__level_1__utility__search,
.comp_v2_0010__level_1__utility__search + .comp_v2_0010__level_1__utility__contact {
  border-left: 1px solid rgba(51, 51, 51, 0.2);
}

.comp_v2_0010__level_1__utility__language {
  position: relative;
}

#check-show-language-select:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_1__utility__language__change_button::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

#check-show-language-select:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_1__utility__language__selector {
  display: block;
  -webkit-animation: slideIn 0.2s ease;
  animation: slideIn 0.2s ease;
}

@media print, screen and (min-width: 1140px) {
  .comp_v2_0010__level_1__utility__language__change_button, .comp_v2_0010__level_1__utility__language__change_button--active {
    position: relative;
    letter-spacing: 0.2em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px 0 0px;
    height: 36px;
    cursor: pointer;
  }
  .comp_v2_0010__level_1__utility__language__change_button::after, .comp_v2_0010__level_1__utility__language__change_button--active::after {
    content: "";
    position: absolute;
    left: 0px;
    right: 20px;
    bottom: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    height: 2px;
    z-index: 4;
    overflow: hidden;
    background-color: #0064d2;
    -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .comp_v2_0010__level_1__utility__language__change_button span, .comp_v2_0010__level_1__utility__language__change_button--active span {
    pointer-events: none;
  }
  .comp_v2_0010__level_1__utility__language__change_button a, .comp_v2_0010__level_1__utility__language__change_button span, .comp_v2_0010__level_1__utility__language__change_button label, .comp_v2_0010__level_1__utility__language__change_button--active a, .comp_v2_0010__level_1__utility__language__change_button--active span, .comp_v2_0010__level_1__utility__language__change_button--active label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
  }
  .comp_v2_0010__level_1__utility__language__change_button--active::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .comp_v2_0010__level_1__utility__language__change_button:hover::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@media screen and (max-width: 1139px) {
  .comp_v2_0010__level_1__utility__language__change_button, .comp_v2_0010__level_1__utility__language__change_button--active {
    position: relative;
    letter-spacing: 0.1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0;
    height: 36px;
    cursor: pointer;
  }
  .comp_v2_0010__level_1__utility__language__change_button::after, .comp_v2_0010__level_1__utility__language__change_button--active::after {
    content: "";
    position: absolute;
    left: 0px;
    right: 7px;
    bottom: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    height: 2px;
    z-index: 4;
    overflow: hidden;
    background-color: #0064d2;
    -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .comp_v2_0010__level_1__utility__language__change_button span, .comp_v2_0010__level_1__utility__language__change_button--active span {
    pointer-events: none;
  }
  .comp_v2_0010__level_1__utility__language__change_button a, .comp_v2_0010__level_1__utility__language__change_button span, .comp_v2_0010__level_1__utility__language__change_button label, .comp_v2_0010__level_1__utility__language__change_button--active a, .comp_v2_0010__level_1__utility__language__change_button--active span, .comp_v2_0010__level_1__utility__language__change_button--active label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 7px 0 0px;
  }
  .comp_v2_0010__level_1__utility__language__change_button--active::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .comp_v2_0010__level_1__utility__language__change_button:hover::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.comp_v2_0010__level_1__utility__language__change_button::before {
  content: "";
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin: 0;
  width: 20px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-size: 20px 20px;
  background-image: url("/apps/toshiba-ss-v2/clientlibs/dist/img/header-icon-language.png");
  margin-bottom: 0;
  margin-right: 5px;
}

.comp_v2_0010__level_1__utility__language__selector {
  display: none;
  position: absolute;
  -webkit-transform-origin: top;
  transform-origin: top;
  top: 50px;
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fafbfd;
  border: 1px solid rgba(51, 51, 51, 0.2);
  border-radius: 4px;
}

.comp_v2_0010__level_1__utility__language__selector--close {
  -webkit-animation: slideOut 0.2s ease !important;
  animation: slideOut 0.2s ease !important;
}

.comp_v2_0010__level_1__utility__language__selector dl {
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.comp_v2_0010__level_1__utility__language__selector dl dt {
  padding: 4px;
  margin: 0;
}

.comp_v2_0010__level_1__utility__language__selector dl dd {
  position: relative;
  padding: 0;
  margin: 0;
}

.comp_v2_0010__level_1__utility__language__selector dl dd + dt {
  padding-top: 10px;
}

.comp_v2_0010__level_1__utility__language__selector dl a {
  position: relative;
  display: inline-block;
  padding: 10px 10px 5px 10px;
  cursor: pointer;
  display: block;
}

.comp_v2_0010__level_1__utility__language__selector dl a--active {
  position: relative;
  display: inline-block;
  padding: 10px 10px 5px 10px;
}

.comp_v2_0010__level_1__utility__language__selector dl a--active::after {
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 0;
  content: "";
  height: 2px;
  z-index: 4;
  overflow: hidden;
  background-color: #0064d2;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.comp_v2_0010__level_1__utility__language__selector dl a::after {
  position: absolute;
  left: 15%;
  right: 100%;
  bottom: 0;
  content: "";
  height: 2px;
  z-index: 4;
  overflow: hidden;
  background-color: #0064d2;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0010__level_1__utility__language__selector dl a:hover::after {
    left: 3%;
    right: 10%;
  }
}

.comp_v2_0010__level_1__utility__language__selector dl span {
  position: relative;
  display: inline-block;
  padding: 10px 10px 5px 10px;
}

#check-show-search-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_1__utility__search__show_button::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

#check-show-search-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__mega_area__search_mega {
  display: block;
  -webkit-animation: slideIn 0.2s ease;
  animation: slideIn 0.2s ease;
}

@media print, screen and (min-width: 1140px) {
  .comp_v2_0010__level_1__utility__search__show_button, .comp_v2_0010__level_1__utility__search__show_button--active {
    position: relative;
    letter-spacing: 0.2em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px 0 20px;
    height: 36px;
    cursor: pointer;
  }
  .comp_v2_0010__level_1__utility__search__show_button::after, .comp_v2_0010__level_1__utility__search__show_button--active::after {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    height: 2px;
    z-index: 4;
    overflow: hidden;
    background-color: #0064d2;
    -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .comp_v2_0010__level_1__utility__search__show_button span, .comp_v2_0010__level_1__utility__search__show_button--active span {
    pointer-events: none;
  }
  .comp_v2_0010__level_1__utility__search__show_button a, .comp_v2_0010__level_1__utility__search__show_button span, .comp_v2_0010__level_1__utility__search__show_button label, .comp_v2_0010__level_1__utility__search__show_button--active a, .comp_v2_0010__level_1__utility__search__show_button--active span, .comp_v2_0010__level_1__utility__search__show_button--active label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
  }
  .comp_v2_0010__level_1__utility__search__show_button--active::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .comp_v2_0010__level_1__utility__search__show_button:hover::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .comp_v2_0010__level_1__utility__search__show_button::before {
    content: "";
    position: relative;
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin: 0;
    width: 20px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-size: 20px 20px;
    background-image: url("/apps/toshiba-ss-v2/clientlibs/dist/img/header-icon-search.png");
    margin-bottom: 0;
    margin-right: 5px;
  }
}

@media screen and (max-width: 1139px) {
  .comp_v2_0010__level_1__utility__search__show_button, .comp_v2_0010__level_1__utility__search__show_button--active {
    position: relative;
    letter-spacing: 0.1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0;
    height: 36px;
    cursor: pointer;
  }
  .comp_v2_0010__level_1__utility__search__show_button::after, .comp_v2_0010__level_1__utility__search__show_button--active::after {
    content: "";
    position: absolute;
    left: 7px;
    right: 7px;
    bottom: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    height: 2px;
    z-index: 4;
    overflow: hidden;
    background-color: #0064d2;
    -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .comp_v2_0010__level_1__utility__search__show_button span, .comp_v2_0010__level_1__utility__search__show_button--active span {
    pointer-events: none;
  }
  .comp_v2_0010__level_1__utility__search__show_button a, .comp_v2_0010__level_1__utility__search__show_button span, .comp_v2_0010__level_1__utility__search__show_button label, .comp_v2_0010__level_1__utility__search__show_button--active a, .comp_v2_0010__level_1__utility__search__show_button--active span, .comp_v2_0010__level_1__utility__search__show_button--active label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 7px 0 7px;
  }
  .comp_v2_0010__level_1__utility__search__show_button--active::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .comp_v2_0010__level_1__utility__search__show_button:hover::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.comp_v2_0010__mega_area__search_mega {
  display: none;
  -webkit-transform-origin: top;
  transform-origin: top;
  position: absolute;
  top: -1px;
  width: 100%;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fafbfd;
  overflow: hidden;
  border: 1px solid rgba(51, 51, 51, 0.2);
  border-top: none;
  border-left: none;
  border-right: none;
}

.comp_v2_0010__mega_area__search_mega .menu-selector {
  display: none;
}

@media screen and (max-width: 768px) {
  .comp_v2_0010__mega_area__search_mega__inner {
    margin: 0 -10px;
    padding: 0px !important;
    width: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0010__mega_area__search_mega__inner {
    padding-top: 30px !important;
    min-height: 50vh;
  }
}

.comp_v2_0010__mega_area__search_mega__inner h3 {
  font-size: 2.8rem;
  margin: 0;
  padding: 50px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0010__mega_area__search_mega__inner h3 {
    font-size: 2.4rem;
    margin: 0;
    padding-top: 30px;
  }
}

.comp_v2_0010__mega_area__search_mega__inner h3--bold, .comp_v2_0010__mega_area__search_mega__inner h3--regular {
  font-size: 2.8rem;
  margin: 0;
  padding: 50px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0010__mega_area__search_mega__inner h3--bold, .comp_v2_0010__mega_area__search_mega__inner h3--regular {
    font-size: 2.4rem;
    margin: 0;
    padding-top: 30px;
  }
}

.comp_v2_0010__mega_area__search_mega__inner h3--bold a, .comp_v2_0010__mega_area__search_mega__inner h3--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0010__mega_area__search_mega__inner h3--bold a::after, .comp_v2_0010__mega_area__search_mega__inner h3--regular a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_0010__mega_area__search_mega__inner h3--bold a[target="_blank"]::after, .comp_v2_0010__mega_area__search_mega__inner h3--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0010__mega_area__search_mega__inner h3--bold a[href$=".pdf"]::after, .comp_v2_0010__mega_area__search_mega__inner h3--bold a[href*="docget.jsp"]::after, .comp_v2_0010__mega_area__search_mega__inner h3--regular a[href$=".pdf"]::after, .comp_v2_0010__mega_area__search_mega__inner h3--regular a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_0010__mega_area__search_mega__inner h3--bold a[href*="/list/index.php"]::after, .comp_v2_0010__mega_area__search_mega__inner h3--regular a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_0010__mega_area__search_mega__inner h3--bold a[href^="#"]::after, .comp_v2_0010__mega_area__search_mega__inner h3--regular a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_0010__mega_area__search_mega__inner h3--bold a[href^="tel:"]::after, .comp_v2_0010__mega_area__search_mega__inner h3--bold a[href^="mailto:"]::after, .comp_v2_0010__mega_area__search_mega__inner h3--regular a[href^="tel:"]::after, .comp_v2_0010__mega_area__search_mega__inner h3--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0010__mega_area__search_mega__inner h3--bold a[href^="tel:"], .comp_v2_0010__mega_area__search_mega__inner h3--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0010__mega_area__search_mega__inner h3--bold a:hover, .comp_v2_0010__mega_area__search_mega__inner h3--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0010__mega_area__search_mega__inner h3--bold a:hover::after, .comp_v2_0010__mega_area__search_mega__inner h3--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0010__mega_area__search_mega__inner h3--bold a:hover[target="_blank"]::after, .comp_v2_0010__mega_area__search_mega__inner h3--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0010__mega_area__search_mega__inner h3--bold a:hover[href$=".pdf"]::after, .comp_v2_0010__mega_area__search_mega__inner h3--bold a:hover[href*="docget.jsp"]::after, .comp_v2_0010__mega_area__search_mega__inner h3--regular a:hover[href$=".pdf"]::after, .comp_v2_0010__mega_area__search_mega__inner h3--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0010__mega_area__search_mega__inner h3--bold a:hover[href*="/list/index.php"]::after, .comp_v2_0010__mega_area__search_mega__inner h3--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0010__mega_area__search_mega__inner h3--bold a:hover[href^="#"]::after, .comp_v2_0010__mega_area__search_mega__inner h3--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0010__mega_area__search_mega__inner h3--bold a:hover[href^="tel:"]::after, .comp_v2_0010__mega_area__search_mega__inner h3--bold a:hover[href^="mailto:"]::after, .comp_v2_0010__mega_area__search_mega__inner h3--regular a:hover[href^="tel:"]::after, .comp_v2_0010__mega_area__search_mega__inner h3--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0010__mega_area__search_mega__inner h3--bold {
  font-weight: bold;
}

.comp_v2_0010__mega_area__search_mega__inner h3--regular {
  font-weight: normal;
}

.comp_v2_0010__mega_area__search_mega__inner h4 {
  font-size: 2rem;
  margin: 0;
  padding: 40px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0010__mega_area__search_mega__inner h4 {
    margin: 0;
    padding-top: 30px;
  }
}

.comp_v2_0010__mega_area__search_mega__inner h4 a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0010__mega_area__search_mega__inner h4 a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_0010__mega_area__search_mega__inner h4 a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0010__mega_area__search_mega__inner h4 a[href$=".pdf"]::after, .comp_v2_0010__mega_area__search_mega__inner h4 a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_0010__mega_area__search_mega__inner h4 a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_0010__mega_area__search_mega__inner h4 a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_0010__mega_area__search_mega__inner h4 a[href^="tel:"]::after, .comp_v2_0010__mega_area__search_mega__inner h4 a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0010__mega_area__search_mega__inner h4 a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0010__mega_area__search_mega__inner h4 a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0010__mega_area__search_mega__inner h4 a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0010__mega_area__search_mega__inner h4 a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0010__mega_area__search_mega__inner h4 a:hover[href$=".pdf"]::after, .comp_v2_0010__mega_area__search_mega__inner h4 a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0010__mega_area__search_mega__inner h4 a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0010__mega_area__search_mega__inner h4 a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0010__mega_area__search_mega__inner h4 a:hover[href^="tel:"]::after, .comp_v2_0010__mega_area__search_mega__inner h4 a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0010__mega_area__search_mega__inner h4--bold, .comp_v2_0010__mega_area__search_mega__inner h4--regular {
  font-size: 2rem;
  margin: 0;
  padding: 40px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0010__mega_area__search_mega__inner h4--bold, .comp_v2_0010__mega_area__search_mega__inner h4--regular {
    margin: 0;
    padding-top: 30px;
  }
}

.comp_v2_0010__mega_area__search_mega__inner h4--bold a, .comp_v2_0010__mega_area__search_mega__inner h4--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0010__mega_area__search_mega__inner h4--bold a::after, .comp_v2_0010__mega_area__search_mega__inner h4--regular a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_0010__mega_area__search_mega__inner h4--bold a[target="_blank"]::after, .comp_v2_0010__mega_area__search_mega__inner h4--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0010__mega_area__search_mega__inner h4--bold a[href$=".pdf"]::after, .comp_v2_0010__mega_area__search_mega__inner h4--bold a[href*="docget.jsp"]::after, .comp_v2_0010__mega_area__search_mega__inner h4--regular a[href$=".pdf"]::after, .comp_v2_0010__mega_area__search_mega__inner h4--regular a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_0010__mega_area__search_mega__inner h4--bold a[href*="/list/index.php"]::after, .comp_v2_0010__mega_area__search_mega__inner h4--regular a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_0010__mega_area__search_mega__inner h4--bold a[href^="#"]::after, .comp_v2_0010__mega_area__search_mega__inner h4--regular a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_0010__mega_area__search_mega__inner h4--bold a[href^="tel:"]::after, .comp_v2_0010__mega_area__search_mega__inner h4--bold a[href^="mailto:"]::after, .comp_v2_0010__mega_area__search_mega__inner h4--regular a[href^="tel:"]::after, .comp_v2_0010__mega_area__search_mega__inner h4--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0010__mega_area__search_mega__inner h4--bold a[href^="tel:"], .comp_v2_0010__mega_area__search_mega__inner h4--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0010__mega_area__search_mega__inner h4--bold a:hover, .comp_v2_0010__mega_area__search_mega__inner h4--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0010__mega_area__search_mega__inner h4--bold a:hover::after, .comp_v2_0010__mega_area__search_mega__inner h4--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0010__mega_area__search_mega__inner h4--bold a:hover[target="_blank"]::after, .comp_v2_0010__mega_area__search_mega__inner h4--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0010__mega_area__search_mega__inner h4--bold a:hover[href$=".pdf"]::after, .comp_v2_0010__mega_area__search_mega__inner h4--bold a:hover[href*="docget.jsp"]::after, .comp_v2_0010__mega_area__search_mega__inner h4--regular a:hover[href$=".pdf"]::after, .comp_v2_0010__mega_area__search_mega__inner h4--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0010__mega_area__search_mega__inner h4--bold a:hover[href*="/list/index.php"]::after, .comp_v2_0010__mega_area__search_mega__inner h4--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0010__mega_area__search_mega__inner h4--bold a:hover[href^="#"]::after, .comp_v2_0010__mega_area__search_mega__inner h4--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0010__mega_area__search_mega__inner h4--bold a:hover[href^="tel:"]::after, .comp_v2_0010__mega_area__search_mega__inner h4--bold a:hover[href^="mailto:"]::after, .comp_v2_0010__mega_area__search_mega__inner h4--regular a:hover[href^="tel:"]::after, .comp_v2_0010__mega_area__search_mega__inner h4--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0010__mega_area__search_mega__inner h4--bold {
  font-weight: bold;
}

.comp_v2_0010__mega_area__search_mega__inner h4--regular {
  font-weight: normal;
}

.comp_v2_0010__mega_area__search_mega__inner h5 {
  font-size: 1.8rem;
  margin: 0;
  padding: 30px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

.comp_v2_0010__mega_area__search_mega__inner h5 a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0010__mega_area__search_mega__inner h5 a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_0010__mega_area__search_mega__inner h5 a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0010__mega_area__search_mega__inner h5 a[href$=".pdf"]::after, .comp_v2_0010__mega_area__search_mega__inner h5 a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_0010__mega_area__search_mega__inner h5 a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_0010__mega_area__search_mega__inner h5 a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_0010__mega_area__search_mega__inner h5 a[href^="tel:"]::after, .comp_v2_0010__mega_area__search_mega__inner h5 a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0010__mega_area__search_mega__inner h5 a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0010__mega_area__search_mega__inner h5 a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0010__mega_area__search_mega__inner h5 a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0010__mega_area__search_mega__inner h5 a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0010__mega_area__search_mega__inner h5 a:hover[href$=".pdf"]::after, .comp_v2_0010__mega_area__search_mega__inner h5 a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0010__mega_area__search_mega__inner h5 a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0010__mega_area__search_mega__inner h5 a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0010__mega_area__search_mega__inner h5 a:hover[href^="tel:"]::after, .comp_v2_0010__mega_area__search_mega__inner h5 a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0010__mega_area__search_mega__inner h5--bold, .comp_v2_0010__mega_area__search_mega__inner h5--regular {
  font-size: 1.8rem;
  margin: 0;
  padding: 30px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

.comp_v2_0010__mega_area__search_mega__inner h5--bold a, .comp_v2_0010__mega_area__search_mega__inner h5--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0010__mega_area__search_mega__inner h5--bold a::after, .comp_v2_0010__mega_area__search_mega__inner h5--regular a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_0010__mega_area__search_mega__inner h5--bold a[target="_blank"]::after, .comp_v2_0010__mega_area__search_mega__inner h5--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0010__mega_area__search_mega__inner h5--bold a[href$=".pdf"]::after, .comp_v2_0010__mega_area__search_mega__inner h5--bold a[href*="docget.jsp"]::after, .comp_v2_0010__mega_area__search_mega__inner h5--regular a[href$=".pdf"]::after, .comp_v2_0010__mega_area__search_mega__inner h5--regular a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_0010__mega_area__search_mega__inner h5--bold a[href*="/list/index.php"]::after, .comp_v2_0010__mega_area__search_mega__inner h5--regular a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_0010__mega_area__search_mega__inner h5--bold a[href^="#"]::after, .comp_v2_0010__mega_area__search_mega__inner h5--regular a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_0010__mega_area__search_mega__inner h5--bold a[href^="tel:"]::after, .comp_v2_0010__mega_area__search_mega__inner h5--bold a[href^="mailto:"]::after, .comp_v2_0010__mega_area__search_mega__inner h5--regular a[href^="tel:"]::after, .comp_v2_0010__mega_area__search_mega__inner h5--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0010__mega_area__search_mega__inner h5--bold a[href^="tel:"], .comp_v2_0010__mega_area__search_mega__inner h5--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0010__mega_area__search_mega__inner h5--bold a:hover, .comp_v2_0010__mega_area__search_mega__inner h5--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0010__mega_area__search_mega__inner h5--bold a:hover::after, .comp_v2_0010__mega_area__search_mega__inner h5--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0010__mega_area__search_mega__inner h5--bold a:hover[target="_blank"]::after, .comp_v2_0010__mega_area__search_mega__inner h5--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0010__mega_area__search_mega__inner h5--bold a:hover[href$=".pdf"]::after, .comp_v2_0010__mega_area__search_mega__inner h5--bold a:hover[href*="docget.jsp"]::after, .comp_v2_0010__mega_area__search_mega__inner h5--regular a:hover[href$=".pdf"]::after, .comp_v2_0010__mega_area__search_mega__inner h5--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0010__mega_area__search_mega__inner h5--bold a:hover[href*="/list/index.php"]::after, .comp_v2_0010__mega_area__search_mega__inner h5--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0010__mega_area__search_mega__inner h5--bold a:hover[href^="#"]::after, .comp_v2_0010__mega_area__search_mega__inner h5--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0010__mega_area__search_mega__inner h5--bold a:hover[href^="tel:"]::after, .comp_v2_0010__mega_area__search_mega__inner h5--bold a:hover[href^="mailto:"]::after, .comp_v2_0010__mega_area__search_mega__inner h5--regular a:hover[href^="tel:"]::after, .comp_v2_0010__mega_area__search_mega__inner h5--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0010__mega_area__search_mega__inner h5--bold {
  font-weight: bold;
}

.comp_v2_0010__mega_area__search_mega__inner h5--regular {
  font-weight: normal;
}

.comp_v2_0010__mega_area__search_mega__inner__slider {
  display: block;
  overflow-x: auto;
  overflow-y: hidden;
  width: calc(100% + 14px);
  margin: 0 -7px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0010__mega_area__search_mega__inner__slider {
    width: 100%;
    margin: 0;
  }
}

.comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area {
  white-space: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area label {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  padding: 0 10px;
}

.comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area label:last-child {
  padding: 0 20px 0 10px;
}

.comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area label:first-child {
  padding: 0 10px 0 20px;
}

.ps--active-x-single .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area label {
  border: none;
  padding: 20px 10px;
}

.comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button {
  display: inline-block;
  background-color: transparent;
  color: #444;
  outline-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.2rem;
  font-weight: normal;
  cursor: pointer;
  -webkit-transition: ease 0.1s;
  transition: ease 0.1s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  letter-spacing: 0.2em;
}

.comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button, .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button--active {
  position: relative;
  letter-spacing: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px 0 10px;
  height: 30px;
  cursor: pointer;
}

.comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button::after, .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button--active::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  height: 2px;
  z-index: 4;
  overflow: hidden;
  background-color: #0064d2;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button span, .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button--active span {
  pointer-events: none;
}

.comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button a, .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button span, .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button label, .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button--active a, .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button--active span, .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button--active label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

.comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button--active::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.comp_v2_0010__mega_area__search_mega__inner .comp_v2_0010__mega_area__search_mega__inner__search_part_number {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 10px;
  display: none;
}

@media screen and (max-width: 768px) {
  .comp_v2_0010__mega_area__search_mega__inner .comp_v2_0010__mega_area__search_mega__inner__search_part_number {
    height: calc(100vh - 149px);
    padding-bottom: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

#show-search-part-number:checked ~ .comp_v2_0010__mega_area__search_mega__inner .comp_v2_0010__mega_area__search_mega__inner__search_part_number {
  display: block !important;
}

#show-search-part-number:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-part-number-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button {
  display: inline-block;
  background-color: transparent;
  color: #444;
  outline-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.2rem;
  font-weight: normal;
  cursor: pointer;
  -webkit-transition: ease 0.1s;
  transition: ease 0.1s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  letter-spacing: 0.2em;
  padding: 10px 18px;
  font-weight: bold;
  font-size: 1.4rem;
  pointer-events: none;
}

#show-search-part-number:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-part-number-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button, #show-search-part-number:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-part-number-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button--active {
  position: relative;
  letter-spacing: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px 0 10px;
  height: 30px;
  cursor: pointer;
}

#show-search-part-number:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-part-number-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button::after, #show-search-part-number:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-part-number-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button--active::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  height: 2px;
  z-index: 4;
  overflow: hidden;
  background-color: #0064d2;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#show-search-part-number:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-part-number-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button span, #show-search-part-number:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-part-number-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button--active span {
  pointer-events: none;
}

#show-search-part-number:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-part-number-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button a, #show-search-part-number:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-part-number-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button span, #show-search-part-number:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-part-number-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button label, #show-search-part-number:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-part-number-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button--active a, #show-search-part-number:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-part-number-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button--active span, #show-search-part-number:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-part-number-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button--active label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

#show-search-part-number:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-part-number-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button--active::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

#show-search-part-number:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-part-number-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

#show-search-part-number:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-part-number-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

@media screen and (max-width: 768px) {
  .comp_v2_0010__mega_area__search_mega__inner .comp_v2_0010__mega_area__search_mega__inner__slider.ps--active-x-single ~ .comp_v2_0010__mega_area__search_mega__inner__search_part_number {
    height: calc(100vh - 159px);
  }
}

.comp_v2_0010__mega_area__search_mega__inner .comp_v2_0010__mega_area__search_mega__inner__search_other_part_number {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 10px;
  display: none;
}

@media screen and (max-width: 768px) {
  .comp_v2_0010__mega_area__search_mega__inner .comp_v2_0010__mega_area__search_mega__inner__search_other_part_number {
    height: calc(100vh - 149px);
    padding-bottom: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

#show-search-other-part-number:checked ~ .comp_v2_0010__mega_area__search_mega__inner .comp_v2_0010__mega_area__search_mega__inner__search_other_part_number {
  display: block !important;
}

#show-search-other-part-number:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-other-part-number-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button {
  display: inline-block;
  background-color: transparent;
  color: #444;
  outline-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.2rem;
  font-weight: normal;
  cursor: pointer;
  -webkit-transition: ease 0.1s;
  transition: ease 0.1s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  letter-spacing: 0.2em;
  padding: 10px 18px;
  font-weight: bold;
  font-size: 1.4rem;
  pointer-events: none;
}

#show-search-other-part-number:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-other-part-number-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button, #show-search-other-part-number:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-other-part-number-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button--active {
  position: relative;
  letter-spacing: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px 0 10px;
  height: 30px;
  cursor: pointer;
}

#show-search-other-part-number:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-other-part-number-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button::after, #show-search-other-part-number:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-other-part-number-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button--active::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  height: 2px;
  z-index: 4;
  overflow: hidden;
  background-color: #0064d2;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#show-search-other-part-number:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-other-part-number-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button span, #show-search-other-part-number:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-other-part-number-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button--active span {
  pointer-events: none;
}

#show-search-other-part-number:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-other-part-number-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button a, #show-search-other-part-number:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-other-part-number-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button span, #show-search-other-part-number:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-other-part-number-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button label, #show-search-other-part-number:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-other-part-number-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button--active a, #show-search-other-part-number:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-other-part-number-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button--active span, #show-search-other-part-number:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-other-part-number-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button--active label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

#show-search-other-part-number:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-other-part-number-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button--active::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

#show-search-other-part-number:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-other-part-number-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

#show-search-other-part-number:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-other-part-number-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

@media screen and (max-width: 768px) {
  .comp_v2_0010__mega_area__search_mega__inner .comp_v2_0010__mega_area__search_mega__inner__slider.ps--active-x-single ~ .comp_v2_0010__mega_area__search_mega__inner__search_other_part_number {
    height: calc(100vh - 159px);
  }
}

.comp_v2_0010__mega_area__search_mega__inner .comp_v2_0010__mega_area__search_mega__inner__search_keyword {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 10px;
  display: none;
}

@media screen and (max-width: 768px) {
  .comp_v2_0010__mega_area__search_mega__inner .comp_v2_0010__mega_area__search_mega__inner__search_keyword {
    height: calc(100vh - 149px);
    padding-bottom: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

#show-search-keyword:checked ~ .comp_v2_0010__mega_area__search_mega__inner .comp_v2_0010__mega_area__search_mega__inner__search_keyword {
  display: block !important;
}

#show-search-keyword:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-keyword-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button {
  display: inline-block;
  background-color: transparent;
  color: #444;
  outline-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.2rem;
  font-weight: normal;
  cursor: pointer;
  -webkit-transition: ease 0.1s;
  transition: ease 0.1s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  letter-spacing: 0.2em;
  padding: 10px 18px;
  font-weight: bold;
  font-size: 1.4rem;
  pointer-events: none;
}

#show-search-keyword:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-keyword-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button, #show-search-keyword:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-keyword-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button--active {
  position: relative;
  letter-spacing: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px 0 10px;
  height: 30px;
  cursor: pointer;
}

#show-search-keyword:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-keyword-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button::after, #show-search-keyword:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-keyword-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button--active::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  height: 2px;
  z-index: 4;
  overflow: hidden;
  background-color: #0064d2;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#show-search-keyword:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-keyword-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button span, #show-search-keyword:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-keyword-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button--active span {
  pointer-events: none;
}

#show-search-keyword:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-keyword-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button a, #show-search-keyword:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-keyword-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button span, #show-search-keyword:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-keyword-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button label, #show-search-keyword:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-keyword-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button--active a, #show-search-keyword:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-keyword-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button--active span, #show-search-keyword:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-keyword-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button--active label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

#show-search-keyword:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-keyword-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button--active::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

#show-search-keyword:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-keyword-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

#show-search-keyword:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-keyword-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

@media screen and (max-width: 768px) {
  .comp_v2_0010__mega_area__search_mega__inner .comp_v2_0010__mega_area__search_mega__inner__slider.ps--active-x-single ~ .comp_v2_0010__mega_area__search_mega__inner__search_keyword {
    height: calc(100vh - 159px);
  }
}

.comp_v2_0010__mega_area__search_mega__inner .comp_v2_0010__mega_area__search_mega__inner__search_parametric {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 10px;
  display: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .comp_v2_0010__mega_area__search_mega__inner .comp_v2_0010__mega_area__search_mega__inner__search_parametric {
    height: calc(100vh - 149px);
    padding-bottom: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

#show-search-parametric:checked ~ .comp_v2_0010__mega_area__search_mega__inner .comp_v2_0010__mega_area__search_mega__inner__search_parametric {
  display: block !important;
}

#show-search-parametric:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-parametric-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button {
  display: inline-block;
  background-color: transparent;
  color: #444;
  outline-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.2rem;
  font-weight: normal;
  cursor: pointer;
  -webkit-transition: ease 0.1s;
  transition: ease 0.1s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  letter-spacing: 0.2em;
  padding: 10px 18px;
  font-weight: bold;
  font-size: 1.4rem;
  pointer-events: none;
}

#show-search-parametric:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-parametric-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button, #show-search-parametric:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-parametric-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button--active {
  position: relative;
  letter-spacing: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px 0 10px;
  height: 30px;
  cursor: pointer;
}

#show-search-parametric:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-parametric-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button::after, #show-search-parametric:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-parametric-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button--active::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  height: 2px;
  z-index: 4;
  overflow: hidden;
  background-color: #0064d2;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#show-search-parametric:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-parametric-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button span, #show-search-parametric:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-parametric-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button--active span {
  pointer-events: none;
}

#show-search-parametric:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-parametric-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button a, #show-search-parametric:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-parametric-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button span, #show-search-parametric:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-parametric-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button label, #show-search-parametric:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-parametric-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button--active a, #show-search-parametric:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-parametric-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button--active span, #show-search-parametric:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-parametric-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button--active label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

#show-search-parametric:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-parametric-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button--active::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

#show-search-parametric:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-parametric-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

#show-search-parametric:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-parametric-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.comp_v2_0010__mega_area__search_mega__inner .comp_v2_0010__mega_area__search_mega__inner__search_parametric a {
  color: #0064d2;
}

.comp_v2_0010__mega_area__search_mega__inner .comp_v2_0010__mega_area__search_mega__inner__search_parametric__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.comp_v2_0010__mega_area__search_mega__inner .comp_v2_0010__mega_area__search_mega__inner__search_parametric__products {
  padding: 15px;
  width: 20%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 1139px) {
  .comp_v2_0010__mega_area__search_mega__inner .comp_v2_0010__mega_area__search_mega__inner__search_parametric__products {
    width: 33%;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0010__mega_area__search_mega__inner .comp_v2_0010__mega_area__search_mega__inner__search_parametric__products {
    width: 50%;
  }
}

@media screen and (max-width: 399px) {
  .comp_v2_0010__mega_area__search_mega__inner .comp_v2_0010__mega_area__search_mega__inner__search_parametric__products {
    width: 100%;
  }
}

.comp_v2_0010__mega_area__search_mega__inner .comp_v2_0010__mega_area__search_mega__inner__search_parametric__products__name {
  margin-top: 0;
}

.comp_v2_0010__mega_area__search_mega__inner .comp_v2_0010__mega_area__search_mega__inner__search_parametric__products__links {
  padding: 10px;
}

.comp_v2_0010__mega_area__search_mega__inner .comp_v2_0010__mega_area__search_mega__inner__search_parametric__products__eol_links {
  background-color: #efefef;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0010__mega_area__search_mega__inner .comp_v2_0010__mega_area__search_mega__inner__slider.ps--active-x-single ~ .comp_v2_0010__mega_area__search_mega__inner__search_parametric {
    height: calc(100vh - 159px);
  }
}

.comp_v2_0010__mega_area__search_mega__inner .comp_v2_0010__mega_area__search_mega__inner__search_stockcheck {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 10px;
  display: none;
}

@media screen and (max-width: 768px) {
  .comp_v2_0010__mega_area__search_mega__inner .comp_v2_0010__mega_area__search_mega__inner__search_stockcheck {
    height: calc(100vh - 149px);
    padding-bottom: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

#show-search-stockcheck:checked ~ .comp_v2_0010__mega_area__search_mega__inner .comp_v2_0010__mega_area__search_mega__inner__search_stockcheck {
  display: block !important;
}

#show-search-stockcheck:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-stockcheck-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button {
  display: inline-block;
  background-color: transparent;
  color: #444;
  outline-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.2rem;
  font-weight: normal;
  cursor: pointer;
  -webkit-transition: ease 0.1s;
  transition: ease 0.1s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  letter-spacing: 0.2em;
  padding: 10px 18px;
  font-weight: bold;
  font-size: 1.4rem;
  pointer-events: none;
}

#show-search-stockcheck:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-stockcheck-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button, #show-search-stockcheck:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-stockcheck-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button--active {
  position: relative;
  letter-spacing: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px 0 10px;
  height: 30px;
  cursor: pointer;
}

#show-search-stockcheck:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-stockcheck-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button::after, #show-search-stockcheck:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-stockcheck-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button--active::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  height: 2px;
  z-index: 4;
  overflow: hidden;
  background-color: #0064d2;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#show-search-stockcheck:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-stockcheck-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button span, #show-search-stockcheck:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-stockcheck-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button--active span {
  pointer-events: none;
}

#show-search-stockcheck:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-stockcheck-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button a, #show-search-stockcheck:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-stockcheck-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button span, #show-search-stockcheck:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-stockcheck-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button label, #show-search-stockcheck:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-stockcheck-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button--active a, #show-search-stockcheck:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-stockcheck-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button--active span, #show-search-stockcheck:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-stockcheck-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button--active label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

#show-search-stockcheck:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-stockcheck-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button--active::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

#show-search-stockcheck:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-stockcheck-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

#show-search-stockcheck:checked ~ .comp_v2_0010__mega_area__search_mega__inner .show-search-stockcheck-label .comp_v2_0010__mega_area__search_mega__inner__slider__scroll_area__tab_select_button::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.comp_v2_0010__mega_area__search_mega__inner .comp_v2_0010__mega_area__search_mega__inner__search_stockcheck__inputs_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.comp_v2_0010__mega_area__search_mega__inner .comp_v2_0010__mega_area__search_mega__inner__search_stockcheck__inputs_area__number, .comp_v2_0010__mega_area__search_mega__inner .comp_v2_0010__mega_area__search_mega__inner__search_stockcheck__inputs_area__status {
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 0;
}

.comp_v2_0010__mega_area__search_mega__inner .comp_v2_0010__mega_area__search_mega__inner__search_stockcheck__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media screen and (max-width: 768px) {
  .comp_v2_0010__mega_area__search_mega__inner .comp_v2_0010__mega_area__search_mega__inner__slider.ps--active-x-single ~ .comp_v2_0010__mega_area__search_mega__inner__search_stockcheck {
    height: calc(100vh - 159px);
  }
}

.comp_v2_0010__mega_area__search_mega--close {
  -webkit-animation: slideOut 0.2s ease !important;
  animation: slideOut 0.2s ease !important;
}

.comp_v2_0010__mega_area__search_mega__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  padding: 15px 10px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .comp_v2_0010__mega_area__search_mega {
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}

.comp_v2_0010__level_1__utility__contact__link_button {
  padding: 0;
}

@media print, screen and (min-width: 1140px) {
  .comp_v2_0010__level_1__utility__contact__link_button, .comp_v2_0010__level_1__utility__contact__link_button--active {
    position: relative;
    letter-spacing: 0.2em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0px 0 20px;
    height: 36px;
    cursor: pointer;
  }
  .comp_v2_0010__level_1__utility__contact__link_button::after, .comp_v2_0010__level_1__utility__contact__link_button--active::after {
    content: "";
    position: absolute;
    left: 20px;
    right: 0px;
    bottom: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    height: 2px;
    z-index: 4;
    overflow: hidden;
    background-color: #0064d2;
    -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .comp_v2_0010__level_1__utility__contact__link_button span, .comp_v2_0010__level_1__utility__contact__link_button--active span {
    pointer-events: none;
  }
  .comp_v2_0010__level_1__utility__contact__link_button a, .comp_v2_0010__level_1__utility__contact__link_button span, .comp_v2_0010__level_1__utility__contact__link_button label, .comp_v2_0010__level_1__utility__contact__link_button--active a, .comp_v2_0010__level_1__utility__contact__link_button--active span, .comp_v2_0010__level_1__utility__contact__link_button--active label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
  }
  .comp_v2_0010__level_1__utility__contact__link_button--active::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .comp_v2_0010__level_1__utility__contact__link_button:hover::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .comp_v2_0010__level_1__utility__contact__link_button::before {
    content: "";
    position: relative;
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin: 0;
    width: 20px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-size: 20px 20px;
    background-image: url("/apps/toshiba-ss-v2/clientlibs/dist/img/header-icon-contact.png");
    margin-bottom: 0;
    margin-right: 5px;
  }
}

@media screen and (max-width: 1139px) {
  .comp_v2_0010__level_1__utility__contact__link_button, .comp_v2_0010__level_1__utility__contact__link_button--active {
    position: relative;
    letter-spacing: 0.1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0;
    height: 36px;
    cursor: pointer;
  }
  .comp_v2_0010__level_1__utility__contact__link_button::after, .comp_v2_0010__level_1__utility__contact__link_button--active::after {
    content: "";
    position: absolute;
    left: 8px;
    right: 0px;
    bottom: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    height: 2px;
    z-index: 4;
    overflow: hidden;
    background-color: #0064d2;
    -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .comp_v2_0010__level_1__utility__contact__link_button span, .comp_v2_0010__level_1__utility__contact__link_button--active span {
    pointer-events: none;
  }
  .comp_v2_0010__level_1__utility__contact__link_button a, .comp_v2_0010__level_1__utility__contact__link_button span, .comp_v2_0010__level_1__utility__contact__link_button label, .comp_v2_0010__level_1__utility__contact__link_button--active a, .comp_v2_0010__level_1__utility__contact__link_button--active span, .comp_v2_0010__level_1__utility__contact__link_button--active label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0px 0 8px;
  }
  .comp_v2_0010__level_1__utility__contact__link_button--active::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .comp_v2_0010__level_1__utility__contact__link_button:hover::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.comp_v2_0010__level_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-height: 64px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0010__level_2 {
    display: none;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .comp_v2_0010__level_2__category:first-child {
    display: none !important;
  }
  .comp_v2_0010__level_2__category__home_link_button {
    display: none !important;
  }
}

.comp_v2_0010__level_2__category__home_link_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.comp_v2_0010__level_2__category__home_link_button, .comp_v2_0010__level_2__category__home_link_button--active {
  position: relative;
  letter-spacing: 0.2em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0;
  height: 30px;
  cursor: pointer;
}

.comp_v2_0010__level_2__category__home_link_button::after, .comp_v2_0010__level_2__category__home_link_button--active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  height: 2px;
  z-index: 4;
  overflow: hidden;
  background-color: #0064d2;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.comp_v2_0010__level_2__category__home_link_button span, .comp_v2_0010__level_2__category__home_link_button--active span {
  pointer-events: none;
}

.comp_v2_0010__level_2__category__home_link_button a, .comp_v2_0010__level_2__category__home_link_button span, .comp_v2_0010__level_2__category__home_link_button label, .comp_v2_0010__level_2__category__home_link_button--active a, .comp_v2_0010__level_2__category__home_link_button--active span, .comp_v2_0010__level_2__category__home_link_button--active label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 0 0;
}

.comp_v2_0010__level_2__category__home_link_button--active::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.comp_v2_0010__level_2__category__home_link_button:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.comp_v2_0010__level_2__category__home_link_button a {
  display: block;
  width: 30px;
  height: 100%;
}

.comp_v2_0010__level_2__category__home_link_button a::before {
  content: "";
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin: 0;
  width: 30px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-size: 20px 20px;
  background-image: url("/apps/toshiba-ss-v2/clientlibs/dist/img/header-icon-home.png");
  margin-bottom: 0;
  margin-right: 0;
}

.comp_v2_0010__level_2__category__link_button, .comp_v2_0010__level_2__category__link_button--active {
  position: relative;
  letter-spacing: 0.2em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0;
  height: 30px;
  cursor: pointer;
}

.comp_v2_0010__level_2__category__link_button::after, .comp_v2_0010__level_2__category__link_button--active::after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  height: 2px;
  z-index: 4;
  overflow: hidden;
  background-color: #0064d2;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.comp_v2_0010__level_2__category__link_button span, .comp_v2_0010__level_2__category__link_button--active span {
  pointer-events: none;
}

.comp_v2_0010__level_2__category__link_button a, .comp_v2_0010__level_2__category__link_button span, .comp_v2_0010__level_2__category__link_button label, .comp_v2_0010__level_2__category__link_button--active a, .comp_v2_0010__level_2__category__link_button--active span, .comp_v2_0010__level_2__category__link_button--active label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px 0 20px;
}

.comp_v2_0010__level_2__category__link_button--active::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.comp_v2_0010__level_2__category__link_button:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.comp_v2_0010__level_2__category:last-child .comp_v2_0010__level_2__category__link_button, .comp_v2_0010__level_2__category:last-child .comp_v2_0010__level_2__category__link_button--active,
.comp_v2_0010__level_2__category--active:last-child .comp_v2_0010__level_2__category__link_button,
.comp_v2_0010__level_2__category--active:last-child .comp_v2_0010__level_2__category__link_button--active {
  position: relative;
  letter-spacing: 0.2em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0;
  height: 30px;
  cursor: pointer;
}

.comp_v2_0010__level_2__category:last-child .comp_v2_0010__level_2__category__link_button::after, .comp_v2_0010__level_2__category:last-child .comp_v2_0010__level_2__category__link_button--active::after,
.comp_v2_0010__level_2__category--active:last-child .comp_v2_0010__level_2__category__link_button::after,
.comp_v2_0010__level_2__category--active:last-child .comp_v2_0010__level_2__category__link_button--active::after {
  content: "";
  position: absolute;
  left: 20px;
  right: 0px;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  height: 2px;
  z-index: 4;
  overflow: hidden;
  background-color: #0064d2;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.comp_v2_0010__level_2__category:last-child .comp_v2_0010__level_2__category__link_button span, .comp_v2_0010__level_2__category:last-child .comp_v2_0010__level_2__category__link_button--active span,
.comp_v2_0010__level_2__category--active:last-child .comp_v2_0010__level_2__category__link_button span,
.comp_v2_0010__level_2__category--active:last-child .comp_v2_0010__level_2__category__link_button--active span {
  pointer-events: none;
}

.comp_v2_0010__level_2__category:last-child .comp_v2_0010__level_2__category__link_button a, .comp_v2_0010__level_2__category:last-child .comp_v2_0010__level_2__category__link_button span, .comp_v2_0010__level_2__category:last-child .comp_v2_0010__level_2__category__link_button label, .comp_v2_0010__level_2__category:last-child .comp_v2_0010__level_2__category__link_button--active a, .comp_v2_0010__level_2__category:last-child .comp_v2_0010__level_2__category__link_button--active span, .comp_v2_0010__level_2__category:last-child .comp_v2_0010__level_2__category__link_button--active label,
.comp_v2_0010__level_2__category--active:last-child .comp_v2_0010__level_2__category__link_button a,
.comp_v2_0010__level_2__category--active:last-child .comp_v2_0010__level_2__category__link_button span,
.comp_v2_0010__level_2__category--active:last-child .comp_v2_0010__level_2__category__link_button label,
.comp_v2_0010__level_2__category--active:last-child .comp_v2_0010__level_2__category__link_button--active a,
.comp_v2_0010__level_2__category--active:last-child .comp_v2_0010__level_2__category__link_button--active span,
.comp_v2_0010__level_2__category--active:last-child .comp_v2_0010__level_2__category__link_button--active label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0px 0 20px;
}

.comp_v2_0010__level_2__category:last-child .comp_v2_0010__level_2__category__link_button--active::after,
.comp_v2_0010__level_2__category--active:last-child .comp_v2_0010__level_2__category__link_button--active::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.comp_v2_0010__level_2__category:last-child .comp_v2_0010__level_2__category__link_button:hover::after,
.comp_v2_0010__level_2__category--active:last-child .comp_v2_0010__level_2__category__link_button:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.comp_v2_0010__level_3 {
  background-color: #fafbfd;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .comp_v2_0010__level_3 {
    visibility: hidden;
    height: 0;
    opacity: 0;
  }
}

.comp_v2_0010__level_3__layout {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.comp_v2_0010__level_3__layout__slider__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  margin: 0 auto;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.comp_v2_0010__level_3__layout__slider__inner__semiconductor__products, .comp_v2_0010__level_3__layout__slider__inner__semiconductor__development_and_design_support, .comp_v2_0010__level_3__layout__slider__inner__semiconductor__knowledge, .comp_v2_0010__level_3__layout__slider__inner__semiconductor__where_to_buy, .comp_v2_0010__level_3__layout__slider__inner__storage__products, .comp_v2_0010__level_3__layout__slider__inner__storage__about_our_storage_products, .comp_v2_0010__level_3__layout__slider__inner__storage__technology_center, .comp_v2_0010__level_3__layout__slider__inner__storage__support, .comp_v2_0010__level_3__layout__slider__inner__storage__where_to_buy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.comp_v2_0010__level_3__layout__slider__inner__semiconductor__products::after, .comp_v2_0010__level_3__layout__slider__inner__semiconductor__development_and_design_support::after, .comp_v2_0010__level_3__layout__slider__inner__semiconductor__knowledge::after, .comp_v2_0010__level_3__layout__slider__inner__semiconductor__where_to_buy::after, .comp_v2_0010__level_3__layout__slider__inner__storage__products::after, .comp_v2_0010__level_3__layout__slider__inner__storage__about_our_storage_products::after, .comp_v2_0010__level_3__layout__slider__inner__storage__technology_center::after, .comp_v2_0010__level_3__layout__slider__inner__storage__support::after, .comp_v2_0010__level_3__layout__slider__inner__storage__where_to_buy::after {
  display: inline-block;
  vertical-align: middle;
  content: "\002f";
  margin: 0 0.5em;
}

.comp_v2_0010__level_3__layout__slider__inner__semiconductor__products:last-child::after, .comp_v2_0010__level_3__layout__slider__inner__semiconductor__development_and_design_support:last-child::after, .comp_v2_0010__level_3__layout__slider__inner__semiconductor__knowledge:last-child::after, .comp_v2_0010__level_3__layout__slider__inner__semiconductor__where_to_buy:last-child::after, .comp_v2_0010__level_3__layout__slider__inner__storage__products:last-child::after, .comp_v2_0010__level_3__layout__slider__inner__storage__about_our_storage_products:last-child::after, .comp_v2_0010__level_3__layout__slider__inner__storage__technology_center:last-child::after, .comp_v2_0010__level_3__layout__slider__inner__storage__support:last-child::after, .comp_v2_0010__level_3__layout__slider__inner__storage__where_to_buy:last-child::after {
  display: none;
  content: "";
}

.comp_v2_0010__level_3__layout__slider__inner__category_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  padding-right: 15px;
}

.comp_v2_0010__level_3__layout__slider__inner__category_top__link_button {
  white-space: nowrap;
}

.comp_v2_0010__level_3__layout__slider__inner__category_top__link_button, .comp_v2_0010__level_3__layout__slider__inner__category_top__link_button--active {
  position: relative;
  letter-spacing: 0.2em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0;
  height: 30px;
  cursor: pointer;
}

.comp_v2_0010__level_3__layout__slider__inner__category_top__link_button::after, .comp_v2_0010__level_3__layout__slider__inner__category_top__link_button--active::after {
  content: "";
  position: absolute;
  left: 0px;
  right: 10px;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  height: 2px;
  z-index: 4;
  overflow: hidden;
  background-color: #0064d2;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.comp_v2_0010__level_3__layout__slider__inner__category_top__link_button span, .comp_v2_0010__level_3__layout__slider__inner__category_top__link_button--active span {
  pointer-events: none;
}

.comp_v2_0010__level_3__layout__slider__inner__category_top__link_button a, .comp_v2_0010__level_3__layout__slider__inner__category_top__link_button span, .comp_v2_0010__level_3__layout__slider__inner__category_top__link_button label, .comp_v2_0010__level_3__layout__slider__inner__category_top__link_button--active a, .comp_v2_0010__level_3__layout__slider__inner__category_top__link_button--active span, .comp_v2_0010__level_3__layout__slider__inner__category_top__link_button--active label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px 0 0px;
}

.comp_v2_0010__level_3__layout__slider__inner__category_top__link_button--active::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.comp_v2_0010__level_3__layout__slider__inner__category_top__link_button:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.comp_v2_0010__level_3__layout__slider__inner__category_top + .comp_v2_0010__level_3__layout__slider__inner__semiconductor__products,
.comp_v2_0010__level_3__layout__slider__inner__category_top + .comp_v2_0010__level_3__layout__slider__inner__storage__products {
  padding-left: 15px;
  border-left: 1px solid rgba(51, 51, 51, 0.2);
}

#check-show-semiconductor-products-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__semiconductor__products__show_button::after {
  left: 10px;
  right: 10px;
  -webkit-transform: none;
  transform: none;
}

#check-show-semiconductor-products-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__mega_area__semiconductor__products_mega {
  display: block;
  -webkit-animation: slideIn 0.2s ease;
  animation: slideIn 0.2s ease;
}

.comp_v2_0010__level_3__layout__slider__inner__semiconductor__products__show_button {
  white-space: nowrap;
}

.comp_v2_0010__level_3__layout__slider__inner__semiconductor__products__show_button, .comp_v2_0010__level_3__layout__slider__inner__semiconductor__products__show_button--active {
  position: relative;
  letter-spacing: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0;
  height: 30px;
  cursor: pointer;
}

.comp_v2_0010__level_3__layout__slider__inner__semiconductor__products__show_button::after, .comp_v2_0010__level_3__layout__slider__inner__semiconductor__products__show_button--active::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  height: 2px;
  z-index: 4;
  overflow: hidden;
  background-color: #0064d2;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.comp_v2_0010__level_3__layout__slider__inner__semiconductor__products__show_button span, .comp_v2_0010__level_3__layout__slider__inner__semiconductor__products__show_button--active span {
  pointer-events: none;
}

.comp_v2_0010__level_3__layout__slider__inner__semiconductor__products__show_button a, .comp_v2_0010__level_3__layout__slider__inner__semiconductor__products__show_button span, .comp_v2_0010__level_3__layout__slider__inner__semiconductor__products__show_button label, .comp_v2_0010__level_3__layout__slider__inner__semiconductor__products__show_button--active a, .comp_v2_0010__level_3__layout__slider__inner__semiconductor__products__show_button--active span, .comp_v2_0010__level_3__layout__slider__inner__semiconductor__products__show_button--active label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px 0 10px;
}

.comp_v2_0010__level_3__layout__slider__inner__semiconductor__products__show_button--active::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.comp_v2_0010__level_3__layout__slider__inner__semiconductor__products__show_button:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.comp_v2_0010__mega_area__semiconductor__products_mega {
  display: none;
  -webkit-transform-origin: top;
  transform-origin: top;
  position: absolute;
  top: -1px;
  width: 100%;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fafbfd;
  overflow: hidden;
  border: 1px solid rgba(51, 51, 51, 0.2);
  border-top: none;
  border-left: none;
  border-right: none;
}

.comp_v2_0010__mega_area__semiconductor__products_mega--close {
  -webkit-animation: slideOut 0.2s ease !important;
  animation: slideOut 0.2s ease !important;
}

.comp_v2_0010__mega_area__semiconductor__products_mega__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  padding: 15px 10px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#check-show-semiconductor-development-and-design-support-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__semiconductor__development_and_design_support__show_button::after {
  left: 10px;
  right: 10px;
  -webkit-transform: none;
  transform: none;
}

#check-show-semiconductor-development-and-design-support-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__mega_area__semiconductor__development_and_design_support_mega {
  display: block;
  -webkit-animation: slideIn 0.2s ease;
  animation: slideIn 0.2s ease;
}

.comp_v2_0010__level_3__layout__slider__inner__semiconductor__development_and_design_support__show_button {
  white-space: nowrap;
}

.comp_v2_0010__level_3__layout__slider__inner__semiconductor__development_and_design_support__show_button, .comp_v2_0010__level_3__layout__slider__inner__semiconductor__development_and_design_support__show_button--active {
  position: relative;
  letter-spacing: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0;
  height: 30px;
  cursor: pointer;
}

.comp_v2_0010__level_3__layout__slider__inner__semiconductor__development_and_design_support__show_button::after, .comp_v2_0010__level_3__layout__slider__inner__semiconductor__development_and_design_support__show_button--active::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  height: 2px;
  z-index: 4;
  overflow: hidden;
  background-color: #0064d2;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.comp_v2_0010__level_3__layout__slider__inner__semiconductor__development_and_design_support__show_button span, .comp_v2_0010__level_3__layout__slider__inner__semiconductor__development_and_design_support__show_button--active span {
  pointer-events: none;
}

.comp_v2_0010__level_3__layout__slider__inner__semiconductor__development_and_design_support__show_button a, .comp_v2_0010__level_3__layout__slider__inner__semiconductor__development_and_design_support__show_button span, .comp_v2_0010__level_3__layout__slider__inner__semiconductor__development_and_design_support__show_button label, .comp_v2_0010__level_3__layout__slider__inner__semiconductor__development_and_design_support__show_button--active a, .comp_v2_0010__level_3__layout__slider__inner__semiconductor__development_and_design_support__show_button--active span, .comp_v2_0010__level_3__layout__slider__inner__semiconductor__development_and_design_support__show_button--active label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px 0 10px;
}

.comp_v2_0010__level_3__layout__slider__inner__semiconductor__development_and_design_support__show_button--active::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.comp_v2_0010__level_3__layout__slider__inner__semiconductor__development_and_design_support__show_button:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.comp_v2_0010__mega_area__semiconductor__development_and_design_support_mega {
  display: none;
  -webkit-transform-origin: top;
  transform-origin: top;
  position: absolute;
  top: -1px;
  width: 100%;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fafbfd;
  overflow: hidden;
  border: 1px solid rgba(51, 51, 51, 0.2);
  border-top: none;
  border-left: none;
  border-right: none;
}

.comp_v2_0010__mega_area__semiconductor__development_and_design_support_mega--close {
  -webkit-animation: slideOut 0.2s ease !important;
  animation: slideOut 0.2s ease !important;
}

.comp_v2_0010__mega_area__semiconductor__development_and_design_support_mega__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  padding: 15px 10px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#check-show-semiconductor-knowledge-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__semiconductor__knowledge__show_button::after {
  left: 10px;
  right: 10px;
  -webkit-transform: none;
  transform: none;
}

#check-show-semiconductor-knowledge-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__mega_area__semiconductor__knowledge_mega {
  display: block;
  -webkit-animation: slideIn 0.2s ease;
  animation: slideIn 0.2s ease;
}

.comp_v2_0010__level_3__layout__slider__inner__semiconductor__knowledge__show_button {
  white-space: nowrap;
}

.comp_v2_0010__level_3__layout__slider__inner__semiconductor__knowledge__show_button, .comp_v2_0010__level_3__layout__slider__inner__semiconductor__knowledge__show_button--active {
  position: relative;
  letter-spacing: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0;
  height: 30px;
  cursor: pointer;
}

.comp_v2_0010__level_3__layout__slider__inner__semiconductor__knowledge__show_button::after, .comp_v2_0010__level_3__layout__slider__inner__semiconductor__knowledge__show_button--active::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  height: 2px;
  z-index: 4;
  overflow: hidden;
  background-color: #0064d2;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.comp_v2_0010__level_3__layout__slider__inner__semiconductor__knowledge__show_button span, .comp_v2_0010__level_3__layout__slider__inner__semiconductor__knowledge__show_button--active span {
  pointer-events: none;
}

.comp_v2_0010__level_3__layout__slider__inner__semiconductor__knowledge__show_button a, .comp_v2_0010__level_3__layout__slider__inner__semiconductor__knowledge__show_button span, .comp_v2_0010__level_3__layout__slider__inner__semiconductor__knowledge__show_button label, .comp_v2_0010__level_3__layout__slider__inner__semiconductor__knowledge__show_button--active a, .comp_v2_0010__level_3__layout__slider__inner__semiconductor__knowledge__show_button--active span, .comp_v2_0010__level_3__layout__slider__inner__semiconductor__knowledge__show_button--active label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px 0 10px;
}

.comp_v2_0010__level_3__layout__slider__inner__semiconductor__knowledge__show_button--active::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.comp_v2_0010__level_3__layout__slider__inner__semiconductor__knowledge__show_button:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.comp_v2_0010__mega_area__semiconductor__knowledge_mega {
  display: none;
  -webkit-transform-origin: top;
  transform-origin: top;
  position: absolute;
  top: -1px;
  width: 100%;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fafbfd;
  overflow: hidden;
  border: 1px solid rgba(51, 51, 51, 0.2);
  border-top: none;
  border-left: none;
  border-right: none;
}

.comp_v2_0010__mega_area__semiconductor__knowledge_mega--close {
  -webkit-animation: slideOut 0.2s ease !important;
  animation: slideOut 0.2s ease !important;
}

.comp_v2_0010__mega_area__semiconductor__knowledge_mega__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  padding: 15px 10px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#check-show-semiconductor-where-to-buy-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__semiconductor__where_to_buy__show_button::after {
  left: 10px;
  right: 10px;
  -webkit-transform: none;
  transform: none;
}

#check-show-semiconductor-where-to-buy-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__mega_area__semiconductor__where_to_buy_mega {
  display: block;
  -webkit-animation: slideIn 0.2s ease;
  animation: slideIn 0.2s ease;
}

.comp_v2_0010__level_3__layout__slider__inner__semiconductor__where_to_buy__show_button {
  white-space: nowrap;
}

.comp_v2_0010__level_3__layout__slider__inner__semiconductor__where_to_buy__show_button, .comp_v2_0010__level_3__layout__slider__inner__semiconductor__where_to_buy__show_button--active {
  position: relative;
  letter-spacing: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0;
  height: 30px;
  cursor: pointer;
}

.comp_v2_0010__level_3__layout__slider__inner__semiconductor__where_to_buy__show_button::after, .comp_v2_0010__level_3__layout__slider__inner__semiconductor__where_to_buy__show_button--active::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  height: 2px;
  z-index: 4;
  overflow: hidden;
  background-color: #0064d2;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.comp_v2_0010__level_3__layout__slider__inner__semiconductor__where_to_buy__show_button span, .comp_v2_0010__level_3__layout__slider__inner__semiconductor__where_to_buy__show_button--active span {
  pointer-events: none;
}

.comp_v2_0010__level_3__layout__slider__inner__semiconductor__where_to_buy__show_button a, .comp_v2_0010__level_3__layout__slider__inner__semiconductor__where_to_buy__show_button span, .comp_v2_0010__level_3__layout__slider__inner__semiconductor__where_to_buy__show_button label, .comp_v2_0010__level_3__layout__slider__inner__semiconductor__where_to_buy__show_button--active a, .comp_v2_0010__level_3__layout__slider__inner__semiconductor__where_to_buy__show_button--active span, .comp_v2_0010__level_3__layout__slider__inner__semiconductor__where_to_buy__show_button--active label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px 0 10px;
}

.comp_v2_0010__level_3__layout__slider__inner__semiconductor__where_to_buy__show_button--active::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.comp_v2_0010__level_3__layout__slider__inner__semiconductor__where_to_buy__show_button:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.comp_v2_0010__mega_area__semiconductor__where_to_buy_mega {
  display: none;
  -webkit-transform-origin: top;
  transform-origin: top;
  position: absolute;
  top: -1px;
  width: 100%;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fafbfd;
  overflow: hidden;
  border: 1px solid rgba(51, 51, 51, 0.2);
  border-top: none;
  border-left: none;
  border-right: none;
}

.comp_v2_0010__mega_area__semiconductor__where_to_buy_mega--close {
  -webkit-animation: slideOut 0.2s ease !important;
  animation: slideOut 0.2s ease !important;
}

.comp_v2_0010__mega_area__semiconductor__where_to_buy_mega__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  padding: 15px 10px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#check-show-storage-products-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__storage__products__show_button::after {
  left: 10px;
  right: 10px;
  -webkit-transform: none;
  transform: none;
}

#check-show-storage-products-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__mega_area__storage__products_mega {
  display: block;
  -webkit-animation: slideIn 0.2s ease;
  animation: slideIn 0.2s ease;
}

.comp_v2_0010__level_3__layout__slider__inner__storage__products__show_button {
  white-space: nowrap;
}

.comp_v2_0010__level_3__layout__slider__inner__storage__products__show_button, .comp_v2_0010__level_3__layout__slider__inner__storage__products__show_button--active {
  position: relative;
  letter-spacing: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0;
  height: 30px;
  cursor: pointer;
}

.comp_v2_0010__level_3__layout__slider__inner__storage__products__show_button::after, .comp_v2_0010__level_3__layout__slider__inner__storage__products__show_button--active::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  height: 2px;
  z-index: 4;
  overflow: hidden;
  background-color: #0064d2;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.comp_v2_0010__level_3__layout__slider__inner__storage__products__show_button span, .comp_v2_0010__level_3__layout__slider__inner__storage__products__show_button--active span {
  pointer-events: none;
}

.comp_v2_0010__level_3__layout__slider__inner__storage__products__show_button a, .comp_v2_0010__level_3__layout__slider__inner__storage__products__show_button span, .comp_v2_0010__level_3__layout__slider__inner__storage__products__show_button label, .comp_v2_0010__level_3__layout__slider__inner__storage__products__show_button--active a, .comp_v2_0010__level_3__layout__slider__inner__storage__products__show_button--active span, .comp_v2_0010__level_3__layout__slider__inner__storage__products__show_button--active label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px 0 10px;
}

.comp_v2_0010__level_3__layout__slider__inner__storage__products__show_button--active::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.comp_v2_0010__level_3__layout__slider__inner__storage__products__show_button:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.comp_v2_0010__mega_area__storage__products_mega {
  display: none;
  -webkit-transform-origin: top;
  transform-origin: top;
  position: absolute;
  top: -1px;
  width: 100%;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fafbfd;
  overflow: hidden;
  border: 1px solid rgba(51, 51, 51, 0.2);
  border-top: none;
  border-left: none;
  border-right: none;
}

.comp_v2_0010__mega_area__storage__products_mega--close {
  -webkit-animation: slideOut 0.2s ease !important;
  animation: slideOut 0.2s ease !important;
}

.comp_v2_0010__mega_area__storage__products_mega__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  padding: 15px 10px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.comp_v2_0010__level_3__layout__slider__inner__storage__about_our_storage_products__show_button {
  white-space: nowrap;
}

.comp_v2_0010__level_3__layout__slider__inner__storage__about_our_storage_products__show_button, .comp_v2_0010__level_3__layout__slider__inner__storage__about_our_storage_products__show_button--active {
  position: relative;
  letter-spacing: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0;
  height: 30px;
  cursor: pointer;
}

.comp_v2_0010__level_3__layout__slider__inner__storage__about_our_storage_products__show_button::after, .comp_v2_0010__level_3__layout__slider__inner__storage__about_our_storage_products__show_button--active::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  height: 2px;
  z-index: 4;
  overflow: hidden;
  background-color: #0064d2;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.comp_v2_0010__level_3__layout__slider__inner__storage__about_our_storage_products__show_button span, .comp_v2_0010__level_3__layout__slider__inner__storage__about_our_storage_products__show_button--active span {
  pointer-events: none;
}

.comp_v2_0010__level_3__layout__slider__inner__storage__about_our_storage_products__show_button a, .comp_v2_0010__level_3__layout__slider__inner__storage__about_our_storage_products__show_button span, .comp_v2_0010__level_3__layout__slider__inner__storage__about_our_storage_products__show_button label, .comp_v2_0010__level_3__layout__slider__inner__storage__about_our_storage_products__show_button--active a, .comp_v2_0010__level_3__layout__slider__inner__storage__about_our_storage_products__show_button--active span, .comp_v2_0010__level_3__layout__slider__inner__storage__about_our_storage_products__show_button--active label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px 0 10px;
}

.comp_v2_0010__level_3__layout__slider__inner__storage__about_our_storage_products__show_button--active::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.comp_v2_0010__level_3__layout__slider__inner__storage__about_our_storage_products__show_button:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.comp_v2_0010__level_3__layout__slider__inner__storage__technology_center__show_button {
  white-space: nowrap;
}

.comp_v2_0010__level_3__layout__slider__inner__storage__technology_center__show_button, .comp_v2_0010__level_3__layout__slider__inner__storage__technology_center__show_button--active {
  position: relative;
  letter-spacing: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0;
  height: 30px;
  cursor: pointer;
}

.comp_v2_0010__level_3__layout__slider__inner__storage__technology_center__show_button::after, .comp_v2_0010__level_3__layout__slider__inner__storage__technology_center__show_button--active::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  height: 2px;
  z-index: 4;
  overflow: hidden;
  background-color: #0064d2;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.comp_v2_0010__level_3__layout__slider__inner__storage__technology_center__show_button span, .comp_v2_0010__level_3__layout__slider__inner__storage__technology_center__show_button--active span {
  pointer-events: none;
}

.comp_v2_0010__level_3__layout__slider__inner__storage__technology_center__show_button a, .comp_v2_0010__level_3__layout__slider__inner__storage__technology_center__show_button span, .comp_v2_0010__level_3__layout__slider__inner__storage__technology_center__show_button label, .comp_v2_0010__level_3__layout__slider__inner__storage__technology_center__show_button--active a, .comp_v2_0010__level_3__layout__slider__inner__storage__technology_center__show_button--active span, .comp_v2_0010__level_3__layout__slider__inner__storage__technology_center__show_button--active label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px 0 10px;
}

.comp_v2_0010__level_3__layout__slider__inner__storage__technology_center__show_button--active::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.comp_v2_0010__level_3__layout__slider__inner__storage__technology_center__show_button:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

#check-show-storage-support-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__storage__support__show_button::after {
  left: 10px;
  right: 10px;
  -webkit-transform: none;
  transform: none;
}

#check-show-storage-support-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__mega_area__storage__support_mega {
  display: block;
  -webkit-animation: slideIn 0.2s ease;
  animation: slideIn 0.2s ease;
}

.comp_v2_0010__level_3__layout__slider__inner__storage__support__show_button {
  white-space: nowrap;
}

.comp_v2_0010__level_3__layout__slider__inner__storage__support__show_button, .comp_v2_0010__level_3__layout__slider__inner__storage__support__show_button--active {
  position: relative;
  letter-spacing: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0;
  height: 30px;
  cursor: pointer;
}

.comp_v2_0010__level_3__layout__slider__inner__storage__support__show_button::after, .comp_v2_0010__level_3__layout__slider__inner__storage__support__show_button--active::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  height: 2px;
  z-index: 4;
  overflow: hidden;
  background-color: #0064d2;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.comp_v2_0010__level_3__layout__slider__inner__storage__support__show_button span, .comp_v2_0010__level_3__layout__slider__inner__storage__support__show_button--active span {
  pointer-events: none;
}

.comp_v2_0010__level_3__layout__slider__inner__storage__support__show_button a, .comp_v2_0010__level_3__layout__slider__inner__storage__support__show_button span, .comp_v2_0010__level_3__layout__slider__inner__storage__support__show_button label, .comp_v2_0010__level_3__layout__slider__inner__storage__support__show_button--active a, .comp_v2_0010__level_3__layout__slider__inner__storage__support__show_button--active span, .comp_v2_0010__level_3__layout__slider__inner__storage__support__show_button--active label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px 0 10px;
}

.comp_v2_0010__level_3__layout__slider__inner__storage__support__show_button--active::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.comp_v2_0010__level_3__layout__slider__inner__storage__support__show_button:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.comp_v2_0010__mega_area__storage__support_mega {
  display: none;
  -webkit-transform-origin: top;
  transform-origin: top;
  position: absolute;
  top: -1px;
  width: 100%;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fafbfd;
  overflow: hidden;
  border: 1px solid rgba(51, 51, 51, 0.2);
  border-top: none;
  border-left: none;
  border-right: none;
}

.comp_v2_0010__mega_area__storage__support_mega--close {
  -webkit-animation: slideOut 0.2s ease !important;
  animation: slideOut 0.2s ease !important;
}

.comp_v2_0010__mega_area__storage__support_mega__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  padding: 15px 10px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.comp_v2_0010__level_3__layout__slider__inner__storage__where_to_buy__show_button {
  white-space: nowrap;
}

.comp_v2_0010__level_3__layout__slider__inner__storage__where_to_buy__show_button, .comp_v2_0010__level_3__layout__slider__inner__storage__where_to_buy__show_button--active {
  position: relative;
  letter-spacing: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0;
  height: 30px;
  cursor: pointer;
}

.comp_v2_0010__level_3__layout__slider__inner__storage__where_to_buy__show_button::after, .comp_v2_0010__level_3__layout__slider__inner__storage__where_to_buy__show_button--active::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  height: 2px;
  z-index: 4;
  overflow: hidden;
  background-color: #0064d2;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.comp_v2_0010__level_3__layout__slider__inner__storage__where_to_buy__show_button span, .comp_v2_0010__level_3__layout__slider__inner__storage__where_to_buy__show_button--active span {
  pointer-events: none;
}

.comp_v2_0010__level_3__layout__slider__inner__storage__where_to_buy__show_button a, .comp_v2_0010__level_3__layout__slider__inner__storage__where_to_buy__show_button span, .comp_v2_0010__level_3__layout__slider__inner__storage__where_to_buy__show_button label, .comp_v2_0010__level_3__layout__slider__inner__storage__where_to_buy__show_button--active a, .comp_v2_0010__level_3__layout__slider__inner__storage__where_to_buy__show_button--active span, .comp_v2_0010__level_3__layout__slider__inner__storage__where_to_buy__show_button--active label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px 0 10px;
}

.comp_v2_0010__level_3__layout__slider__inner__storage__where_to_buy__show_button--active::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.comp_v2_0010__level_3__layout__slider__inner__storage__where_to_buy__show_button:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0010__level_3__layout__slider__inner__company__about {
    display: none;
  }
}

#check-show-company-about-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__company__about__show_button::after {
  left: 10px;
  right: 10px;
  -webkit-transform: none;
  transform: none;
}

#check-show-company-about-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__mega_area__company__about_mega {
  display: block;
  -webkit-animation: slideIn 0.2s ease;
  animation: slideIn 0.2s ease;
}

@media print, screen and (min-width: 769px) {
  #check-show-company-about-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__mega_area__company__about_mega {
    display: none;
  }
}

.comp_v2_0010__level_3__layout__slider__inner__company__about__show_button {
  white-space: nowrap;
}

.comp_v2_0010__level_3__layout__slider__inner__company__about__show_button, .comp_v2_0010__level_3__layout__slider__inner__company__about__show_button--active {
  position: relative;
  letter-spacing: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0;
  height: 30px;
  cursor: pointer;
}

.comp_v2_0010__level_3__layout__slider__inner__company__about__show_button::after, .comp_v2_0010__level_3__layout__slider__inner__company__about__show_button--active::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  height: 2px;
  z-index: 4;
  overflow: hidden;
  background-color: #0064d2;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.comp_v2_0010__level_3__layout__slider__inner__company__about__show_button span, .comp_v2_0010__level_3__layout__slider__inner__company__about__show_button--active span {
  pointer-events: none;
}

.comp_v2_0010__level_3__layout__slider__inner__company__about__show_button a, .comp_v2_0010__level_3__layout__slider__inner__company__about__show_button span, .comp_v2_0010__level_3__layout__slider__inner__company__about__show_button label, .comp_v2_0010__level_3__layout__slider__inner__company__about__show_button--active a, .comp_v2_0010__level_3__layout__slider__inner__company__about__show_button--active span, .comp_v2_0010__level_3__layout__slider__inner__company__about__show_button--active label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px 0 10px;
}

.comp_v2_0010__level_3__layout__slider__inner__company__about__show_button--active::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.comp_v2_0010__level_3__layout__slider__inner__company__about__show_button:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.comp_v2_0010__mega_area__company__about_mega {
  display: none;
  -webkit-transform-origin: top;
  transform-origin: top;
  position: absolute;
  top: -1px;
  width: 100%;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fafbfd;
  overflow: hidden;
  border: 1px solid rgba(51, 51, 51, 0.2);
  border-top: none;
  border-left: none;
  border-right: none;
}

.comp_v2_0010__mega_area__company__about_mega--close {
  -webkit-animation: slideOut 0.2s ease !important;
  animation: slideOut 0.2s ease !important;
}

.comp_v2_0010__mega_area__company__about_mega__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  padding: 15px 10px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0010__sp_menu_frame {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0010__sp_menu_frame {
    z-index: 2;
    position: fixed;
    width: 100%;
    height: 55px;
    bottom: 0;
    background-color: #505054;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .comp_v2_0010__sp_menu_frame__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .comp_v2_0010__sp_menu_frame__left label {
    width: 55px;
    height: 55px;
    background-repeat: no-repeat;
    border: none;
  }
  .comp_v2_0010__sp_menu_frame__left label a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .comp_v2_0010__sp_menu_frame__left label > span {
    display: block;
  }
  .comp_v2_0010__sp_menu_frame__left__item, .comp_v2_0010__sp_menu_frame__left__item--hamburger, .comp_v2_0010__sp_menu_frame__left__item--search, .comp_v2_0010__sp_menu_frame__left__item--contact {
    background-size: 25px 25px;
    background-position: center center;
    width: 55px;
    height: 55px;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  .comp_v2_0010__sp_menu_frame__left__item--close {
    background-color: #444;
  }
  .comp_v2_0010__sp_menu_frame__left__item__all__close_button {
    display: none;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .comp_v2_0010__sp_menu_frame__left__item__all__close_button::before {
    content: "";
    position: absolute;
    top: 40px;
    left: 12px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 36px;
    height: 0;
    border-top: 2.5px solid #fff;
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  .comp_v2_0010__sp_menu_frame__left__item__all__close_button::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 14px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 36px;
    height: 0;
    border-top: 2.5px solid #fff;
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  .comp_v2_0010__sp_menu_frame__left__item--hamburger {
    background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/header-icon-sp-menu.png);
  }
  .comp_v2_0010__sp_menu_frame__left__item__hamburger__show_button {
    display: block;
    width: 100%;
    height: 100%;
  }
  .comp_v2_0010__sp_menu_frame__left__item--hamburger-close {
    display: none;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .comp_v2_0010__sp_menu_frame__left__item--hamburger-close::before {
    content: "";
    position: absolute;
    top: 40px;
    left: 12px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 36px;
    height: 0;
    border-top: 2.5px solid #fff;
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  .comp_v2_0010__sp_menu_frame__left__item--hamburger-close::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 14px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 36px;
    height: 0;
    border-top: 2.5px solid #fff;
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  .comp_v2_0010__sp_menu_frame__left__item--search {
    background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/header-icon-sp-search.png);
  }
  .comp_v2_0010__sp_menu_frame__left__item--search > span {
    display: block;
  }
  .comp_v2_0010__sp_menu_frame__left__item__search__show_button {
    display: block;
    width: 100%;
    height: 100%;
  }
  .comp_v2_0010__sp_menu_frame__left__item--contact {
    background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/header-icon-sp-contact.png);
  }
  .comp_v2_0010__sp_menu_frame__left__item__link {
    display: block;
    width: 100%;
    height: 100%;
  }
  .comp_v2_0010__sp_menu_frame__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .comp_v2_0010__sp_menu_frame__right__item, .comp_v2_0010__sp_menu_frame__right__item--home, .comp_v2_0010__sp_menu_frame__right__item--page_top {
    background-size: 25px 25px;
    background-position: center center;
    width: 55px;
    height: 55px;
    background-repeat: no-repeat;
    border: none;
  }
  .comp_v2_0010__sp_menu_frame__right__item a, .comp_v2_0010__sp_menu_frame__right__item--home a, .comp_v2_0010__sp_menu_frame__right__item--page_top a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .comp_v2_0010__sp_menu_frame__right__item--home {
    background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/header-icon-sp-home.png);
  }
  .comp_v2_0010__sp_menu_frame__right__item--page_top {
    width: 65px;
    padding-right: 0;
    background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/header-icon-sp-pagetop.png);
  }
}

.comp_v2_0010__sp_mega_area, .comp_v2_0010__mega_area {
  position: relative;
}

.comp_v2_0010__mega_area__common_mega {
  display: none;
  -webkit-transform-origin: top;
  transform-origin: top;
  position: absolute;
  top: -1px;
  width: 100%;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fafbfd;
  overflow: hidden;
  border: 1px solid rgba(51, 51, 51, 0.2);
  border-top: none;
  border-left: none;
  border-right: none;
}

.comp_v2_0010__mega_area__common_mega__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  padding: 15px 10px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.comp_v2_0010__mega_area__common_mega--close {
  -webkit-animation: slideOut 0.3s ease !important;
  animation: slideOut 0.3s ease !important;
}

#check-show-hamburger-sp-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__mega_area__common_mega {
  display: block;
  -webkit-animation: slideIn 0.3s ease;
  animation: slideIn 0.3s ease;
}

@media print, screen and (min-width: 769px) {
  #check-show-hamburger-sp-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__mega_area__common_mega {
    display: none;
  }
}

.comp_v2_0010 button.comp_v2_0010__mega_area__close_button {
  border: none;
  padding: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .comp_v2_0010 button.comp_v2_0010__mega_area__close_button img {
    display: none;
  }
}

.comp_v2_0010 button.comp_v2_0010__mega_area__close_button img {
  width: 32px;
  height: 32px;
}

.comp_v2_0010__sp_mega_area, .comp_v2_0010__mega_area {
  z-index: 2;
}

.comp_v2_0010__level_3, .comp_v2_0010__level_2, .comp_v2_0010__level_split {
  z-index: 3;
}

.comp_v2_0010__inner {
  z-index: 4;
}

.comp_v2_0010__level_1 {
  z-index: 5;
}

.comp_v2_0010__level_1__utility__langage__selector {
  z-index: 6;
}

.comp_v2_0010 #check-show-language-select,
.comp_v2_0010 #check-show-search-mega,
.comp_v2_0010 #check-show-semiconductor-products-mega,
.comp_v2_0010 #check-show-semiconductor-development-and-design-support-mega,
.comp_v2_0010 #check-show-semiconductor-knowledge-mega,
.comp_v2_0010 #check-show-storage-products-mega,
.comp_v2_0010 #check-show-storage-support-mega,
.comp_v2_0010 #check-show-company-about-mega,
.comp_v2_0010 #check-show-common-mega,
.comp_v2_0010 #check-show-hamburger-sp-mega,
.comp_v2_0010 #check-show-search-sp-mega {
  display: none;
}

.comp_v2_0010__mega_area .comp_v2_0050__h1--bold, .comp_v2_0010__mega_area .comp_v2_0050__h1--regular {
  font-size: 2.4rem;
  padding: 50px 0 0 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0010__mega_area .comp_v2_0050__h1--bold, .comp_v2_0010__mega_area .comp_v2_0050__h1--regular {
    margin-top: 30px;
  }
}

.comp_v2_0010__mega_area .comp_v2_0050__h2--bold, .comp_v2_0010__mega_area .comp_v2_0050__h2--regular {
  font-size: 2.2rem;
  padding: 40px 0 0 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0010__mega_area .comp_v2_0050__h2--bold, .comp_v2_0010__mega_area .comp_v2_0050__h2--regular {
    margin-top: 30px;
  }
}

.comp_v2_0010__mega_area .comp_v2_0050__h3--bold, .comp_v2_0010__mega_area .comp_v2_0050__h3--regular {
  font-size: 2rem;
  padding: 30px 0 0 0;
}

.comp_v2_0010__mega_area .comp_v2_0050__h4--bold, .comp_v2_0010__mega_area .comp_v2_0050__h4--regular {
  font-size: 1.8rem;
  padding: 20px 0 0 0;
}

.comp_v2_0010__mega_area .comp_v2_0050__h5--bold, .comp_v2_0010__mega_area .comp_v2_0050__h5--regular {
  font-size: 1.6rem;
  padding: 20px 0 0 0;
}

.comp_v2_0010__mega_area .comp_v2_0960 li {
  font-size: 1.4rem;
}

.comp_v2_0010 .ps--active-x-double {
  padding-bottom: 10px;
}

.comp_v2_0010 .ps--active-x-single {
  padding-bottom: 10px;
}

.comp_v2_0010 .ps__rail-x-bottom {
  height: 2px;
  padding: 7px 0;
}

.comp_v2_0010 .ps__rail-x-bottom::before {
  bottom: 7px;
}

.comp_v2_0010 .ps__rail-x-top {
  height: 2px;
  padding: 7px 0;
}

.comp_v2_0010 .ps__rail-x-top::before {
  top: 7px;
}

.comp_v2_0010 .ps__rail-y {
  width: 2px;
  padding: 0 7px;
}

.comp_v2_0010 .ps__rail-y::before {
  right: 7px;
}

.comp_v2_0010 .ps__thumb-x-bottom {
  background-color: transparent;
  height: 2px;
  bottom: 0;
  padding: 7px 0;
}

.comp_v2_0010 .ps__thumb-x-bottom::before {
  content: "";
  display: block;
  background-color: #a0a0a5;
  width: 100%;
  height: 2px;
  border-radius: 6px;
}

.comp_v2_0010 .ps__thumb-x-top {
  background-color: transparent;
  height: 2px;
  top: 0;
  padding: 7px 0;
}

.comp_v2_0010 .ps__thumb-x-top::before {
  content: "";
  display: block;
  background-color: #a0a0a5;
  width: 100%;
  height: 2px;
  border-radius: 6px;
}

.comp_v2_0010 .ps__thumb-y {
  background-color: transparent;
  width: 2px;
  right: 0;
  padding: 0 7px;
}

.comp_v2_0010 .ps__thumb-y::before {
  content: "";
  display: block;
  background-color: #a0a0a5;
  width: 2px;
  height: 100%;
  border-radius: 6px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0010 {
    
  }
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_2,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    visibility: visible;
    height: auto;
    -webkit-animation: slideIn 0.3s ease;
    animation: slideIn 0.3s ease;
    -webkit-transform-origin: bottom !important;
    transform-origin: bottom !important;
    padding: 0;
  }
  .comp_v2_0010__level_2--close,
  .comp_v2_0010__level_3--close {
    -webkit-transform-origin: bottom !important;
    transform-origin: bottom !important;
    -webkit-animation: slideOut 0.3s ease !important;
    animation: slideOut 0.3s ease !important;
  }
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_2 {
    margin: 0;
  }
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__mega_area {
    min-height: calc(100vh - 209px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__mega_area > div {
    height: 100%;
    border: none;
    overflow-y: auto;
  }
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3.has_scrollbar ~ .comp_v2_0010__mega_area {
    min-height: calc(100vh - 219px);
  }
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-common-mega ~ .comp_v2_0010__frame .comp_v2_0010__mega_area {
    min-height: calc(100vh - 167px);
  }
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__category_top {
    display: none;
    padding-right: 0;
  }
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__category_top + div {
    border-left: none;
    padding-left: 20px;
  }
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ .comp_v2_0010__frame {
    border-bottom: none;
  }
  .comp_v2_0010 #check-show-search-mega:checked ~ .comp_v2_0010__sp_menu_frame .comp_v2_0010__sp_menu_frame__left__item__hamburger__show_button,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ .comp_v2_0010__sp_menu_frame .comp_v2_0010__sp_menu_frame__left__item__hamburger__show_button {
    pointer-events: none;
  }
  .comp_v2_0010 #check-show-search-mega:checked ~ .comp_v2_0010__sp_menu_frame .comp_v2_0010__sp_menu_frame__left__item--hamburger,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ .comp_v2_0010__sp_menu_frame .comp_v2_0010__sp_menu_frame__left__item--hamburger {
    background-color: #707070;
    background-image: none;
  }
  .comp_v2_0010 #check-show-search-mega:checked ~ .comp_v2_0010__sp_menu_frame .comp_v2_0010__sp_menu_frame__left__item--hamburger::before,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ .comp_v2_0010__sp_menu_frame .comp_v2_0010__sp_menu_frame__left__item--hamburger::before {
    content: "";
    position: absolute;
    top: 40px;
    left: 12px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 36px;
    height: 0;
    border-top: 2.5px solid #fff;
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  .comp_v2_0010 #check-show-search-mega:checked ~ .comp_v2_0010__sp_menu_frame .comp_v2_0010__sp_menu_frame__left__item--hamburger::after,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ .comp_v2_0010__sp_menu_frame .comp_v2_0010__sp_menu_frame__left__item--hamburger::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 14px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 36px;
    height: 0;
    border-top: 2.5px solid #fff;
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  .comp_v2_0010 #check-show-search-mega:checked ~ .comp_v2_0010__sp_menu_frame .comp_v2_0010__sp_menu_frame__left__item--search {
    background-color: #929292;
    opacity: 0.5;
  }
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-semiconductor-products-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__semiconductor__products__show_button,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-semiconductor-development-and-design-support-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__semiconductor__development_and_design_support__show_button,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-semiconductor-knowledge-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__semiconductor__knowledge__show_button,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-storage-products-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__storage__products__show_button,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-storage-support-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__storage__support__show_button,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-company-about-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__company__about__show_button {
    display: inline-block;
    background-color: transparent;
    color: #444;
    outline-style: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.2rem;
    font-weight: normal;
    cursor: pointer;
    -webkit-transition: ease 0.1s;
    transition: ease 0.1s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    letter-spacing: 0.2em;
    padding: 10px 18px;
    font-weight: bold;
    font-size: 1.4rem;
    pointer-events: none;
    pointer-events: none;
  }
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-semiconductor-products-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__semiconductor__products__show_button, .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-semiconductor-products-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__semiconductor__products__show_button--active,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-semiconductor-development-and-design-support-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__semiconductor__development_and_design_support__show_button,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-semiconductor-development-and-design-support-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__semiconductor__development_and_design_support__show_button--active,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-semiconductor-knowledge-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__semiconductor__knowledge__show_button,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-semiconductor-knowledge-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__semiconductor__knowledge__show_button--active,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-storage-products-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__storage__products__show_button,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-storage-products-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__storage__products__show_button--active,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-storage-support-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__storage__support__show_button,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-storage-support-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__storage__support__show_button--active,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-company-about-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__company__about__show_button,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-company-about-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__company__about__show_button--active {
    position: relative;
    letter-spacing: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px 0 10px;
    height: 30px;
    cursor: pointer;
  }
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-semiconductor-products-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__semiconductor__products__show_button::after, .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-semiconductor-products-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__semiconductor__products__show_button--active::after,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-semiconductor-development-and-design-support-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__semiconductor__development_and_design_support__show_button::after,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-semiconductor-development-and-design-support-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__semiconductor__development_and_design_support__show_button--active::after,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-semiconductor-knowledge-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__semiconductor__knowledge__show_button::after,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-semiconductor-knowledge-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__semiconductor__knowledge__show_button--active::after,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-storage-products-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__storage__products__show_button::after,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-storage-products-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__storage__products__show_button--active::after,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-storage-support-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__storage__support__show_button::after,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-storage-support-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__storage__support__show_button--active::after,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-company-about-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__company__about__show_button::after,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-company-about-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__company__about__show_button--active::after {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    height: 2px;
    z-index: 4;
    overflow: hidden;
    background-color: #0064d2;
    -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-semiconductor-products-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__semiconductor__products__show_button span, .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-semiconductor-products-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__semiconductor__products__show_button--active span,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-semiconductor-development-and-design-support-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__semiconductor__development_and_design_support__show_button span,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-semiconductor-development-and-design-support-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__semiconductor__development_and_design_support__show_button--active span,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-semiconductor-knowledge-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__semiconductor__knowledge__show_button span,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-semiconductor-knowledge-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__semiconductor__knowledge__show_button--active span,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-storage-products-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__storage__products__show_button span,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-storage-products-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__storage__products__show_button--active span,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-storage-support-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__storage__support__show_button span,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-storage-support-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__storage__support__show_button--active span,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-company-about-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__company__about__show_button span,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-company-about-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__company__about__show_button--active span {
    pointer-events: none;
  }
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-semiconductor-products-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__semiconductor__products__show_button a, .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-semiconductor-products-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__semiconductor__products__show_button span, .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-semiconductor-products-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__semiconductor__products__show_button label, .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-semiconductor-products-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__semiconductor__products__show_button--active a, .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-semiconductor-products-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__semiconductor__products__show_button--active span, .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-semiconductor-products-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__semiconductor__products__show_button--active label,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-semiconductor-development-and-design-support-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__semiconductor__development_and_design_support__show_button a,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-semiconductor-development-and-design-support-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__semiconductor__development_and_design_support__show_button span,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-semiconductor-development-and-design-support-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__semiconductor__development_and_design_support__show_button label,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-semiconductor-development-and-design-support-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__semiconductor__development_and_design_support__show_button--active a,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-semiconductor-development-and-design-support-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__semiconductor__development_and_design_support__show_button--active span,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-semiconductor-development-and-design-support-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__semiconductor__development_and_design_support__show_button--active label,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-semiconductor-knowledge-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__semiconductor__knowledge__show_button a,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-semiconductor-knowledge-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__semiconductor__knowledge__show_button span,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-semiconductor-knowledge-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__semiconductor__knowledge__show_button label,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-semiconductor-knowledge-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__semiconductor__knowledge__show_button--active a,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-semiconductor-knowledge-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__semiconductor__knowledge__show_button--active span,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-semiconductor-knowledge-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__semiconductor__knowledge__show_button--active label,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-storage-products-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__storage__products__show_button a,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-storage-products-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__storage__products__show_button span,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-storage-products-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__storage__products__show_button label,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-storage-products-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__storage__products__show_button--active a,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-storage-products-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__storage__products__show_button--active span,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-storage-products-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__storage__products__show_button--active label,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-storage-support-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__storage__support__show_button a,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-storage-support-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__storage__support__show_button span,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-storage-support-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__storage__support__show_button label,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-storage-support-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__storage__support__show_button--active a,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-storage-support-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__storage__support__show_button--active span,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-storage-support-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__storage__support__show_button--active label,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-company-about-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__company__about__show_button a,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-company-about-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__company__about__show_button span,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-company-about-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__company__about__show_button label,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-company-about-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__company__about__show_button--active a,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-company-about-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__company__about__show_button--active span,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-company-about-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__company__about__show_button--active label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
  }
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-semiconductor-products-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__semiconductor__products__show_button--active::after,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-semiconductor-development-and-design-support-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__semiconductor__development_and_design_support__show_button--active::after,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-semiconductor-knowledge-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__semiconductor__knowledge__show_button--active::after,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-storage-products-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__storage__products__show_button--active::after,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-storage-support-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__storage__support__show_button--active::after,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-company-about-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__company__about__show_button--active::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-semiconductor-products-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__semiconductor__products__show_button:hover::after,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-semiconductor-development-and-design-support-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__semiconductor__development_and_design_support__show_button:hover::after,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-semiconductor-knowledge-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__semiconductor__knowledge__show_button:hover::after,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-storage-products-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__storage__products__show_button:hover::after,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-storage-support-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__storage__support__show_button:hover::after,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-company-about-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__company__about__show_button:hover::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-semiconductor-products-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__semiconductor__products__show_button::after,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-semiconductor-development-and-design-support-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__semiconductor__development_and_design_support__show_button::after,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-semiconductor-knowledge-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__semiconductor__knowledge__show_button::after,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-storage-products-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__storage__products__show_button::after,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-storage-support-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__storage__support__show_button::after,
  .comp_v2_0010 #check-show-hamburger-sp-mega:checked ~ #check-show-company-about-mega:checked ~ .comp_v2_0010__frame .comp_v2_0010__level_3__layout__slider__inner__company__about__show_button::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .comp_v2_0010 .comp_v2_0010__level_2 {
    margin-bottom: 20px;
    min-height: auto;
  }
  .comp_v2_0010 .comp_v2_0010__level_2__category {
    position: relative;
    background-color: #fff;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .comp_v2_0010 .comp_v2_0010__level_2__category__link_button, .comp_v2_0010 .comp_v2_0010__level_2__category__link_button--active,
  .comp_v2_0010 .comp_v2_0010__level_2__category:last-child .comp_v2_0010__level_2__category__link_button,
  .comp_v2_0010 .comp_v2_0010__level_2__category:last-child .comp_v2_0010__level_2__category__link_button--active {
    padding: 0;
  }
  .comp_v2_0010 .comp_v2_0010__level_2__category__link_button a::after, .comp_v2_0010 .comp_v2_0010__level_2__category__link_button--active a::after,
  .comp_v2_0010 .comp_v2_0010__level_2__category:last-child .comp_v2_0010__level_2__category__link_button a::after,
  .comp_v2_0010 .comp_v2_0010__level_2__category:last-child .comp_v2_0010__level_2__category__link_button--active a::after {
    left: -5px;
    right: -5px;
  }
  .comp_v2_0010 .comp_v2_0010__level_2__category + .comp_v2_0010__level_2__category::after {
    content: "";
    position: absolute;
    top: 12.5px;
    height: 25px;
    right: 0;
    border-right: 1px solid #ccc;
  }
  .comp_v2_0010 .comp_v2_0010__level_2__category:last-child::after {
    display: none;
  }
  .comp_v2_0010 .comp_v2_0010__level_3__layout {
    width: 100%;
  }
  .comp_v2_0010 .comp_v2_0010__level_3__layout__slider {
    overflow-x: auto;
  }
  .comp_v2_0010 .comp_v2_0010__level_3__layout__slider__inner {
    padding: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
  }
  .comp_v2_0010 .ps--active-x-single .comp_v2_0010__level_3__layout__slider__inner > div {
    border: none;
    padding: 0 10px;
  }
  .comp_v2_0010 .comp_v2_0010__level_3__layout__slider__inner > div {
    padding: 0 10px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .comp_v2_0010 .comp_v2_0010__level_3__layout__slider__inner > div:last-child {
    padding-right: 20px;
  }
  .comp_v2_0010 .comp_v2_0010__level_3__layout__slider__inner > div > label,
  .comp_v2_0010 .comp_v2_0010__level_3__layout__slider__inner > div > div {
    display: inline-block;
    background-color: transparent;
    color: #444;
    outline-style: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.2rem;
    font-weight: normal;
    cursor: pointer;
    -webkit-transition: ease 0.1s;
    transition: ease 0.1s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    letter-spacing: 0.2em;
  }
  .comp_v2_0010 .comp_v2_0010__level_3__layout__slider__inner > div > label, .comp_v2_0010 .comp_v2_0010__level_3__layout__slider__inner > div > label--active,
  .comp_v2_0010 .comp_v2_0010__level_3__layout__slider__inner > div > div,
  .comp_v2_0010 .comp_v2_0010__level_3__layout__slider__inner > div > div--active {
    position: relative;
    letter-spacing: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px 0 10px;
    height: 30px;
    cursor: pointer;
  }
  .comp_v2_0010 .comp_v2_0010__level_3__layout__slider__inner > div > label::after, .comp_v2_0010 .comp_v2_0010__level_3__layout__slider__inner > div > label--active::after,
  .comp_v2_0010 .comp_v2_0010__level_3__layout__slider__inner > div > div::after,
  .comp_v2_0010 .comp_v2_0010__level_3__layout__slider__inner > div > div--active::after {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    height: 2px;
    z-index: 4;
    overflow: hidden;
    background-color: #0064d2;
    -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .comp_v2_0010 .comp_v2_0010__level_3__layout__slider__inner > div > label span, .comp_v2_0010 .comp_v2_0010__level_3__layout__slider__inner > div > label--active span,
  .comp_v2_0010 .comp_v2_0010__level_3__layout__slider__inner > div > div span,
  .comp_v2_0010 .comp_v2_0010__level_3__layout__slider__inner > div > div--active span {
    pointer-events: none;
  }
  .comp_v2_0010 .comp_v2_0010__level_3__layout__slider__inner > div > label a, .comp_v2_0010 .comp_v2_0010__level_3__layout__slider__inner > div > label span, .comp_v2_0010 .comp_v2_0010__level_3__layout__slider__inner > div > label label, .comp_v2_0010 .comp_v2_0010__level_3__layout__slider__inner > div > label--active a, .comp_v2_0010 .comp_v2_0010__level_3__layout__slider__inner > div > label--active span, .comp_v2_0010 .comp_v2_0010__level_3__layout__slider__inner > div > label--active label,
  .comp_v2_0010 .comp_v2_0010__level_3__layout__slider__inner > div > div a,
  .comp_v2_0010 .comp_v2_0010__level_3__layout__slider__inner > div > div span,
  .comp_v2_0010 .comp_v2_0010__level_3__layout__slider__inner > div > div label,
  .comp_v2_0010 .comp_v2_0010__level_3__layout__slider__inner > div > div--active a,
  .comp_v2_0010 .comp_v2_0010__level_3__layout__slider__inner > div > div--active span,
  .comp_v2_0010 .comp_v2_0010__level_3__layout__slider__inner > div > div--active label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
  }
  .comp_v2_0010 .comp_v2_0010__level_3__layout__slider__inner > div > label--active::after,
  .comp_v2_0010 .comp_v2_0010__level_3__layout__slider__inner > div > div--active::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .comp_v2_0010 .comp_v2_0010__level_3__layout__slider__inner > div > label:hover::after,
  .comp_v2_0010 .comp_v2_0010__level_3__layout__slider__inner > div > div:hover::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .comp_v2_0010 .comp_v2_0010__level_3__layout__slider__inner > div::after {
    display: none;
  }
}

@media screen and (max-width: 399px) {
  .comp_v2_0010 .comp_v2_0010__level_2__category__link_button, .comp_v2_0010 .comp_v2_0010__level_2__category__link_button--active,
  .comp_v2_0010 .comp_v2_0010__level_2__category:last-child .comp_v2_0010__level_2__category__link_button,
  .comp_v2_0010 .comp_v2_0010__level_2__category:last-child .comp_v2_0010__level_2__category__link_button--active {
    letter-spacing: 0;
  }
}

.comp_v2_0010__noscript {
  background-color: #ffdcdc;
  width: 100vw;
  display: block;
  text-align: center;
  padding: 40px;
  line-height: 1.8rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0010__noscript {
    padding: 10px;
  }
}

.comp_v2_0010 .comp_v2_0050__frame,
.comp_v2_0010 .comp_v2_0900__frame,
.comp_v2_0010 .comp_v2_0900__frame--vertical-strip {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.comp_v2_0010 .comp_v2_0900__container__item--ratio3:first-child .comp_v2_0050 {
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0010 .comp_v2_0900__container__item--ratio1:first-child .comp_v2_0050 {
    padding-bottom: 20px;
  }
}

.comp_v2_0010 .comp_v2_0900 .comp_v2_0960__frame {
  padding: 0;
}

header.comp_v2_0011__frame {
  padding: 0;
  font-size: 1.2rem;
  color: #1d1e21;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  header.comp_v2_0011__frame {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  header.comp_v2_0011__frame {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  }
}

footer.comp_v2_0011__frame {
  margin-top: 90px;
  padding: 20px 0;
  border-top: 1px solid rgba(51, 51, 51, 0.2);
  background-color: #fbfcfd;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  footer.comp_v2_0011__frame {
    display: none;
  }
}

.comp_v2_0011__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0;
}

.comp_v2_0011__level_split {
  border: none;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  position: relative;
  margin: 0;
  padding: 0;
  height: 0;
  height: 2px;
  background-color: transparent;
  margin-top: -1.85px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0011__level_split {
    display: none;
  }
}

.comp_v2_0011__level_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 64px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0011__level_1 {
    min-height: 44px;
    padding: 0 15px 0 0;
  }
}

.comp_v2_0011__level_1__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.comp_v2_0011__level_1__logo__img {
  height: 64px;
}

.comp_v2_0011__level_1__logo__img a {
  display: block;
}

.comp_v2_0011__level_1__logo__img__sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .comp_v2_0011__level_1__logo__img {
    height: 44px;
    overflow: hidden;
  }
  .comp_v2_0011__level_1__logo__img__pc {
    display: none;
  }
  .comp_v2_0011__level_1__logo__img__sp {
    display: block;
  }
}

.comp_v2_0011__level_1__logo__corporate_name {
  padding-left: 49px;
  padding-right: 0px;
  font-weight: bold;
  color: #2d2d2d;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0011__level_1__logo__corporate_name {
    display: none;
  }
}

.comp_v2_0015__frame {
  padding: 0 15px;
  max-width: 1140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .comp_v2_0015__frame {
    padding: 0 20px;
  }
}

.comp_v2_0015__h2 {
  font-size: 3.4rem;
  margin: 0;
  padding: 60px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0015__h2 {
    font-size: 2.8rem;
    margin: 0;
    padding-top: 40px;
  }
}

.comp_v2_0015__h2 a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0015__h2 a::after {
  position: relative;
  margin-left: 20px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 18px 18px;
}

.comp_v2_0015__h2 a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0015__h2 a[href$=".pdf"]::after, .comp_v2_0015__h2 a[href*="docget.jsp"]::after {
  width: 18px;
  height: 24px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 18px 24px;
}

.comp_v2_0015__h2 a[href*="/list/index.php"]::after {
  width: 20px;
  height: 17px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 20px 17px;
}

.comp_v2_0015__h2 a[href^="#"]::after {
  width: 20px;
  height: 20px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 20px 20px;
}

.comp_v2_0015__h2 a[href^="tel:"]::after, .comp_v2_0015__h2 a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0015__h2 a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0015__h2 a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0015__h2 a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0015__h2 a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0015__h2 a:hover[href$=".pdf"]::after, .comp_v2_0015__h2 a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0015__h2 a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0015__h2 a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0015__h2 a:hover[href^="tel:"]::after, .comp_v2_0015__h2 a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0015__h2--bold, .comp_v2_0015__h2--regular {
  font-size: 3.4rem;
  margin: 0;
  padding: 60px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0015__h2--bold, .comp_v2_0015__h2--regular {
    font-size: 2.8rem;
    margin: 0;
    padding-top: 40px;
  }
}

.comp_v2_0015__h2--bold a, .comp_v2_0015__h2--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0015__h2--bold a::after, .comp_v2_0015__h2--regular a::after {
  position: relative;
  margin-left: 20px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 18px 18px;
}

.comp_v2_0015__h2--bold a[target="_blank"]::after, .comp_v2_0015__h2--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0015__h2--bold a[href$=".pdf"]::after, .comp_v2_0015__h2--bold a[href*="docget.jsp"]::after, .comp_v2_0015__h2--regular a[href$=".pdf"]::after, .comp_v2_0015__h2--regular a[href*="docget.jsp"]::after {
  width: 18px;
  height: 24px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 18px 24px;
}

.comp_v2_0015__h2--bold a[href*="/list/index.php"]::after, .comp_v2_0015__h2--regular a[href*="/list/index.php"]::after {
  width: 20px;
  height: 17px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 20px 17px;
}

.comp_v2_0015__h2--bold a[href^="#"]::after, .comp_v2_0015__h2--regular a[href^="#"]::after {
  width: 20px;
  height: 20px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 20px 20px;
}

.comp_v2_0015__h2--bold a[href^="tel:"]::after, .comp_v2_0015__h2--bold a[href^="mailto:"]::after, .comp_v2_0015__h2--regular a[href^="tel:"]::after, .comp_v2_0015__h2--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0015__h2--bold a[href^="tel:"], .comp_v2_0015__h2--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0015__h2--bold a:hover, .comp_v2_0015__h2--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0015__h2--bold a:hover::after, .comp_v2_0015__h2--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0015__h2--bold a:hover[target="_blank"]::after, .comp_v2_0015__h2--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0015__h2--bold a:hover[href$=".pdf"]::after, .comp_v2_0015__h2--bold a:hover[href*="docget.jsp"]::after, .comp_v2_0015__h2--regular a:hover[href$=".pdf"]::after, .comp_v2_0015__h2--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0015__h2--bold a:hover[href*="/list/index.php"]::after, .comp_v2_0015__h2--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0015__h2--bold a:hover[href^="#"]::after, .comp_v2_0015__h2--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0015__h2--bold a:hover[href^="tel:"]::after, .comp_v2_0015__h2--bold a:hover[href^="mailto:"]::after, .comp_v2_0015__h2--regular a:hover[href^="tel:"]::after, .comp_v2_0015__h2--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0015__h2--bold {
  font-weight: bold;
}

.comp_v2_0015__h2--regular {
  font-weight: normal;
}

.comp_v2_0015__h3 {
  font-size: 2.8rem;
  margin: 0;
  padding: 50px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0015__h3 {
    font-size: 2.4rem;
    margin: 0;
    padding-top: 30px;
  }
}

.comp_v2_0015__h3--bold, .comp_v2_0015__h3--regular {
  font-size: 2.8rem;
  margin: 0;
  padding: 50px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0015__h3--bold, .comp_v2_0015__h3--regular {
    font-size: 2.4rem;
    margin: 0;
    padding-top: 30px;
  }
}

.comp_v2_0015__h3--bold a, .comp_v2_0015__h3--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0015__h3--bold a::after, .comp_v2_0015__h3--regular a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_0015__h3--bold a[target="_blank"]::after, .comp_v2_0015__h3--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0015__h3--bold a[href$=".pdf"]::after, .comp_v2_0015__h3--bold a[href*="docget.jsp"]::after, .comp_v2_0015__h3--regular a[href$=".pdf"]::after, .comp_v2_0015__h3--regular a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_0015__h3--bold a[href*="/list/index.php"]::after, .comp_v2_0015__h3--regular a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_0015__h3--bold a[href^="#"]::after, .comp_v2_0015__h3--regular a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_0015__h3--bold a[href^="tel:"]::after, .comp_v2_0015__h3--bold a[href^="mailto:"]::after, .comp_v2_0015__h3--regular a[href^="tel:"]::after, .comp_v2_0015__h3--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0015__h3--bold a[href^="tel:"], .comp_v2_0015__h3--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0015__h3--bold a:hover, .comp_v2_0015__h3--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0015__h3--bold a:hover::after, .comp_v2_0015__h3--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0015__h3--bold a:hover[target="_blank"]::after, .comp_v2_0015__h3--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0015__h3--bold a:hover[href$=".pdf"]::after, .comp_v2_0015__h3--bold a:hover[href*="docget.jsp"]::after, .comp_v2_0015__h3--regular a:hover[href$=".pdf"]::after, .comp_v2_0015__h3--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0015__h3--bold a:hover[href*="/list/index.php"]::after, .comp_v2_0015__h3--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0015__h3--bold a:hover[href^="#"]::after, .comp_v2_0015__h3--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0015__h3--bold a:hover[href^="tel:"]::after, .comp_v2_0015__h3--bold a:hover[href^="mailto:"]::after, .comp_v2_0015__h3--regular a:hover[href^="tel:"]::after, .comp_v2_0015__h3--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0015__h3--bold {
  font-weight: bold;
}

.comp_v2_0015__h3--regular {
  font-weight: normal;
}

.comp_v2_0015__h4 {
  font-size: 2rem;
  margin: 0;
  padding: 40px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0015__h4 {
    margin: 0;
    padding-top: 30px;
  }
}

.comp_v2_0015__h4 a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0015__h4 a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_0015__h4 a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0015__h4 a[href$=".pdf"]::after, .comp_v2_0015__h4 a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_0015__h4 a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_0015__h4 a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_0015__h4 a[href^="tel:"]::after, .comp_v2_0015__h4 a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0015__h4 a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0015__h4 a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0015__h4 a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0015__h4 a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0015__h4 a:hover[href$=".pdf"]::after, .comp_v2_0015__h4 a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0015__h4 a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0015__h4 a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0015__h4 a:hover[href^="tel:"]::after, .comp_v2_0015__h4 a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0015__h4--bold, .comp_v2_0015__h4--regular {
  font-size: 2rem;
  margin: 0;
  padding: 40px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0015__h4--bold, .comp_v2_0015__h4--regular {
    margin: 0;
    padding-top: 30px;
  }
}

.comp_v2_0015__h4--bold a, .comp_v2_0015__h4--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0015__h4--bold a::after, .comp_v2_0015__h4--regular a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_0015__h4--bold a[target="_blank"]::after, .comp_v2_0015__h4--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0015__h4--bold a[href$=".pdf"]::after, .comp_v2_0015__h4--bold a[href*="docget.jsp"]::after, .comp_v2_0015__h4--regular a[href$=".pdf"]::after, .comp_v2_0015__h4--regular a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_0015__h4--bold a[href*="/list/index.php"]::after, .comp_v2_0015__h4--regular a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_0015__h4--bold a[href^="#"]::after, .comp_v2_0015__h4--regular a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_0015__h4--bold a[href^="tel:"]::after, .comp_v2_0015__h4--bold a[href^="mailto:"]::after, .comp_v2_0015__h4--regular a[href^="tel:"]::after, .comp_v2_0015__h4--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0015__h4--bold a[href^="tel:"], .comp_v2_0015__h4--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0015__h4--bold a:hover, .comp_v2_0015__h4--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0015__h4--bold a:hover::after, .comp_v2_0015__h4--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0015__h4--bold a:hover[target="_blank"]::after, .comp_v2_0015__h4--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0015__h4--bold a:hover[href$=".pdf"]::after, .comp_v2_0015__h4--bold a:hover[href*="docget.jsp"]::after, .comp_v2_0015__h4--regular a:hover[href$=".pdf"]::after, .comp_v2_0015__h4--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0015__h4--bold a:hover[href*="/list/index.php"]::after, .comp_v2_0015__h4--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0015__h4--bold a:hover[href^="#"]::after, .comp_v2_0015__h4--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0015__h4--bold a:hover[href^="tel:"]::after, .comp_v2_0015__h4--bold a:hover[href^="mailto:"]::after, .comp_v2_0015__h4--regular a:hover[href^="tel:"]::after, .comp_v2_0015__h4--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0015__h4--bold {
  font-weight: bold;
}

.comp_v2_0015__h4--regular {
  font-weight: normal;
}

.comp_v2_0015__h5 {
  font-size: 1.8rem;
  margin: 0;
  padding: 30px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

.comp_v2_0015__h5 a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0015__h5 a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_0015__h5 a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0015__h5 a[href$=".pdf"]::after, .comp_v2_0015__h5 a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_0015__h5 a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_0015__h5 a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_0015__h5 a[href^="tel:"]::after, .comp_v2_0015__h5 a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0015__h5 a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0015__h5 a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0015__h5 a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0015__h5 a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0015__h5 a:hover[href$=".pdf"]::after, .comp_v2_0015__h5 a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0015__h5 a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0015__h5 a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0015__h5 a:hover[href^="tel:"]::after, .comp_v2_0015__h5 a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0015__h5--bold, .comp_v2_0015__h5--regular {
  font-size: 1.8rem;
  margin: 0;
  padding: 30px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

.comp_v2_0015__h5--bold a, .comp_v2_0015__h5--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0015__h5--bold a::after, .comp_v2_0015__h5--regular a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_0015__h5--bold a[target="_blank"]::after, .comp_v2_0015__h5--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0015__h5--bold a[href$=".pdf"]::after, .comp_v2_0015__h5--bold a[href*="docget.jsp"]::after, .comp_v2_0015__h5--regular a[href$=".pdf"]::after, .comp_v2_0015__h5--regular a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_0015__h5--bold a[href*="/list/index.php"]::after, .comp_v2_0015__h5--regular a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_0015__h5--bold a[href^="#"]::after, .comp_v2_0015__h5--regular a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_0015__h5--bold a[href^="tel:"]::after, .comp_v2_0015__h5--bold a[href^="mailto:"]::after, .comp_v2_0015__h5--regular a[href^="tel:"]::after, .comp_v2_0015__h5--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0015__h5--bold a[href^="tel:"], .comp_v2_0015__h5--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0015__h5--bold a:hover, .comp_v2_0015__h5--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0015__h5--bold a:hover::after, .comp_v2_0015__h5--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0015__h5--bold a:hover[target="_blank"]::after, .comp_v2_0015__h5--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0015__h5--bold a:hover[href$=".pdf"]::after, .comp_v2_0015__h5--bold a:hover[href*="docget.jsp"]::after, .comp_v2_0015__h5--regular a:hover[href$=".pdf"]::after, .comp_v2_0015__h5--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0015__h5--bold a:hover[href*="/list/index.php"]::after, .comp_v2_0015__h5--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0015__h5--bold a:hover[href^="#"]::after, .comp_v2_0015__h5--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0015__h5--bold a:hover[href^="tel:"]::after, .comp_v2_0015__h5--bold a:hover[href^="mailto:"]::after, .comp_v2_0015__h5--regular a:hover[href^="tel:"]::after, .comp_v2_0015__h5--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0015__h5--bold {
  font-weight: bold;
}

.comp_v2_0015__h5--regular {
  font-weight: normal;
}

.comp_v2_0015__history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 15px 0;
  font-size: 1.4rem;
}

.comp_v2_0015__history li {
  display: inline-block;
  margin: 5px 7.5px 5px 0;
}

.comp_v2_0015__history li:last-of-type {
  margin-right: 0;
}

.comp_v2_0015__history li a {
  display: block;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
  padding: 10px;
  color: #0064d2;
  background-color: #fff;
  border: 1px solid #0064d2;
  font-size: 1.2rem;
  line-height: 1.1;
}

.comp_v2_0015__history li a::before {
  display: none;
}

.comp_v2_0015__history li a:hover {
  opacity: 0.8;
}

.comp_v2_0900 .comp_v2_0015__frame {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_0015__frame {
    padding-left: 0;
    padding-right: 0;
  }
}

.comp_v2_0020 {
  background-color: #fff;
}

.comp_v2_0020__frame {
  overflow: hidden;
  max-width: 1430px;
  margin: 0 auto;
}

.comp_v2_0020__block {
  position: relative;
  height: 480px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0020__block {
    height: auto;
  }
}

.comp_v2_0020__block__slider__item {
  width: 100%;
  overflow: hidden;
}

.comp_v2_0020__block__slider__item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .comp_v2_0020__block__slider__item__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.comp_v2_0020__block__slider__item__content {
  -webkit-box-flex: 132;
  -ms-flex-positive: 132;
  flex-grow: 132;
  -ms-flex-negative: 132;
  flex-shrink: 132;
  -ms-flex-preferred-size: 450px;
  flex-basis: 450px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0020__block__slider__item__content {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

.comp_v2_0020__block__slider__item__content__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 480px;
  max-width: 517px;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 130px;
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0020__block__slider__item__content__inner {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.comp_v2_0020__block__slider__item__content__title {
  line-height: 1.3;
  font-size: 2.5rem;
  font-weight: bold;
  color: #1d1e21;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0020__block__slider__item__content__title {
    font-size: 2.8rem;
    font-weight: normal;
    text-align: center;
  }
}

.comp_v2_0020__block__slider__item__content__sentence {
  font-size: 1.4rem;
  line-height: initial;
  max-height: 150px;
  overflow: hidden;
  color: #333;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0020__block__slider__item__content__sentence {
    text-align: center;
    max-height: none;
  }
}

.comp_v2_0020__block__slider__item__content__button {
  font-size: 1.4rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  background-color: #0064d2;
  text-align: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  min-width: 110px;
  min-height: 40px;
  border: none;
  letter-spacing: 0.1rem;
}

.comp_v2_0020__block__slider__item__content__button:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

.comp_v2_0020__block__slider__item__content__button:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

.comp_v2_0020__block__slider__item__content__button:disabled {
  color: #FFF;
  background-color: #707070;
}

.comp_v2_0020__block__slider__item__content__button::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url("/apps/toshiba-ss-v2/clientlibs/dist/img/button-arrow.png");
  background-size: 18px 18px;
  margin-right: 0.2em;
  margin-bottom: 0.2em;
}

.comp_v2_0020__block__slider__item__content__button__outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0020__block__slider__item__content__button__outer {
    text-align: center;
  }
}

.comp_v2_0020__block__slider__item__content__notes {
  margin-top: auto;
  margin-bottom: 15px;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0020__block__slider__item__content__notes {
    text-align: center;
  }
}

.comp_v2_0020__block__slider__item__image {
  position: relative;
  -webkit-box-flex: 338;
  -ms-flex-positive: 338;
  flex-grow: 338;
  -ms-flex-negative: 338;
  flex-shrink: 338;
  -ms-flex-preferred-size: 510px;
  flex-basis: 510px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0020__block__slider__item__image {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

.comp_v2_0020__block__slider__item__image__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-size: auto 480px;
  background-repeat: no-repeat;
  height: 480px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0020__block__slider__item__image__inner {
    background-size: cover;
    height: calc(100vw * (440 / 768));
  }
}

.comp_v2_0020__block__slider__item__image__motif, .comp_v2_0020__block__slider__item__image__motif--semiconductor, .comp_v2_0020__block__slider__item__image__motif--storage {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 300px;
  height: 480px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0020__block__slider__item__image__motif, .comp_v2_0020__block__slider__item__image__motif--semiconductor, .comp_v2_0020__block__slider__item__image__motif--storage {
    width: calc(100vw * (275 / 768));
    height: calc(100vw * (440 / 768));
  }
}

.comp_v2_0020__block__slider__item__image__motif--semiconductor {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/hero/motif_semiconductor.png);
  background-size: 300px 480px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .comp_v2_0020__block__slider__item__image__motif--semiconductor {
    background-size: calc(100vw * (275 / 768)), calc(100vw * (440 / 768));
  }
}

.comp_v2_0020__block__slider__item__image__motif--storage {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/hero/motif_storage.png);
  background-size: 300px 480px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .comp_v2_0020__block__slider__item__image__motif--storage {
    background-size: calc(100vw * (275 / 768)), calc(100vw * (440 / 768));
  }
}

.comp_v2_0020__block__slider__item__image__motif--none {
  display: none;
}

.comp_v2_0020__block__ingicator {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media screen and (max-width: 768px) {
  .comp_v2_0020__block__ingicator {
    top: calc(100vw * (440 / 768));
    left: 0;
  }
}

.comp_v2_0020__block__ingicator__content {
  -webkit-box-flex: 132;
  -ms-flex-positive: 132;
  flex-grow: 132;
  -ms-flex-negative: 132;
  flex-shrink: 132;
  -ms-flex-preferred-size: 450px;
  flex-basis: 450px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0020__block__ingicator__content {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin: 0 auto;
  }
}

.comp_v2_0020__block__ingicator__content__inner {
  max-width: 517px;
  margin-left: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.comp_v2_0020__block__ingicator__content__item, .comp_v2_0020__block__ingicator__content__item--active {
  list-style-type: none;
  margin-right: 10px;
  padding-bottom: 3px;
  position: relative;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  cursor: pointer;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

.comp_v2_0020__block__ingicator__content__item__outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 226px;
  font-size: 1.1rem;
  letter-spacing: 0.1rem;
  color: #333;
}

@media screen and (max-width: 768px) {
  .comp_v2_0020__block__ingicator__content__item__outer {
    width: 335px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
  }
}

.comp_v2_0020__block__ingicator__content__item:last-child, .comp_v2_0020__block__ingicator__content__item--active:last-child {
  margin-right: 0px;
}

.comp_v2_0020__block__ingicator__content__item::before, .comp_v2_0020__block__ingicator__content__item--active::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: rgba(68, 68, 68, 0.4);
}

.comp_v2_0020__block__ingicator__content__item__bar {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: rgba(68, 68, 68, 0.8);
}

.comp_v2_0020__block__ingicator__content__item--active {
  font-weight: bold;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  -ms-flex-negative: 2;
  flex-shrink: 2;
}

.comp_v2_0020__block__ingicator__content__item--active .comp_v2_0020__block__ingicator__content__item__bar {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .comp_v2_0020__block__ingicator__content__item__title {
    display: none;
  }
  .comp_v2_0020__block__ingicator__content__item::before, .comp_v2_0020__block__ingicator__content__item--active::before {
    height: 3px;
  }
  .comp_v2_0020__block__ingicator__content__item__bar {
    height: 3px;
  }
}

.comp_v2_0020__block__ingicator__space {
  position: relative;
  -webkit-box-flex: 338;
  -ms-flex-positive: 338;
  flex-grow: 338;
  -ms-flex-negative: 338;
  flex-shrink: 338;
  -ms-flex-preferred-size: 510px;
  flex-basis: 510px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0020__block__ingicator__space {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

.comp_v2_0900 .comp_v2_0020__frame {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_0020__frame {
    padding-left: 0;
    padding-right: 0;
  }
}


.comp_v2_0050__frame {
  padding: 0 15px;
  max-width: 1140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .comp_v2_0050__frame {
    padding: 0 20px;
  }
}

.comp_v2_0050__h1 {
  font-size: 4.8rem;
  margin: 0;
  padding: 70px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0050__h1 {
    margin: 0;
    padding-top: 50px;
    font-size: 2.8rem;
  }
}

.comp_v2_0050__h1 a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0050__h1 a::after {
  position: relative;
  margin-left: 20px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 18px 18px;
}

.comp_v2_0050__h1 a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0050__h1 a[href$=".pdf"]::after, .comp_v2_0050__h1 a[href*="docget.jsp"]::after {
  width: 18px;
  height: 24px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 18px 24px;
}

.comp_v2_0050__h1 a[href*="/list/index.php"]::after {
  width: 20px;
  height: 17px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 20px 17px;
}

.comp_v2_0050__h1 a[href^="#"]::after {
  width: 20px;
  height: 20px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 20px 20px;
}

.comp_v2_0050__h1 a[href^="tel:"]::after, .comp_v2_0050__h1 a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0050__h1 a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0050__h1 a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0050__h1 a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0050__h1 a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0050__h1 a:hover[href$=".pdf"]::after, .comp_v2_0050__h1 a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0050__h1 a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0050__h1 a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0050__h1 a:hover[href^="tel:"]::after, .comp_v2_0050__h1 a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0050__h1--bold, .comp_v2_0050__h1--regular {
  font-size: 4.8rem;
  margin: 0;
  padding: 70px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0050__h1--bold, .comp_v2_0050__h1--regular {
    margin: 0;
    padding-top: 50px;
    font-size: 2.8rem;
  }
}

.comp_v2_0050__h1--bold a, .comp_v2_0050__h1--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0050__h1--bold a::after, .comp_v2_0050__h1--regular a::after {
  position: relative;
  margin-left: 20px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 18px 18px;
}

.comp_v2_0050__h1--bold a[target="_blank"]::after, .comp_v2_0050__h1--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0050__h1--bold a[href$=".pdf"]::after, .comp_v2_0050__h1--bold a[href*="docget.jsp"]::after, .comp_v2_0050__h1--regular a[href$=".pdf"]::after, .comp_v2_0050__h1--regular a[href*="docget.jsp"]::after {
  width: 18px;
  height: 24px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 18px 24px;
}

.comp_v2_0050__h1--bold a[href*="/list/index.php"]::after, .comp_v2_0050__h1--regular a[href*="/list/index.php"]::after {
  width: 20px;
  height: 17px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 20px 17px;
}

.comp_v2_0050__h1--bold a[href^="#"]::after, .comp_v2_0050__h1--regular a[href^="#"]::after {
  width: 20px;
  height: 20px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 20px 20px;
}

.comp_v2_0050__h1--bold a[href^="tel:"]::after, .comp_v2_0050__h1--bold a[href^="mailto:"]::after, .comp_v2_0050__h1--regular a[href^="tel:"]::after, .comp_v2_0050__h1--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0050__h1--bold a[href^="tel:"], .comp_v2_0050__h1--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0050__h1--bold a:hover, .comp_v2_0050__h1--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0050__h1--bold a:hover::after, .comp_v2_0050__h1--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0050__h1--bold a:hover[target="_blank"]::after, .comp_v2_0050__h1--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0050__h1--bold a:hover[href$=".pdf"]::after, .comp_v2_0050__h1--bold a:hover[href*="docget.jsp"]::after, .comp_v2_0050__h1--regular a:hover[href$=".pdf"]::after, .comp_v2_0050__h1--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0050__h1--bold a:hover[href*="/list/index.php"]::after, .comp_v2_0050__h1--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0050__h1--bold a:hover[href^="#"]::after, .comp_v2_0050__h1--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0050__h1--bold a:hover[href^="tel:"]::after, .comp_v2_0050__h1--bold a:hover[href^="mailto:"]::after, .comp_v2_0050__h1--regular a:hover[href^="tel:"]::after, .comp_v2_0050__h1--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0050__h1--bold {
  font-weight: bold;
}

.comp_v2_0050__h1--regular {
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .comp_v2_0050__h1--bold, .comp_v2_0050__h1--regular {
    text-align: left;
  }
}

.comp_v2_0050__h2 {
  font-size: 3.4rem;
  margin: 0;
  padding: 60px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0050__h2 {
    font-size: 2.8rem;
    margin: 0;
    padding-top: 40px;
  }
}

.comp_v2_0050__h2 a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0050__h2 a::after {
  position: relative;
  margin-left: 20px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 18px 18px;
}

.comp_v2_0050__h2 a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0050__h2 a[href$=".pdf"]::after, .comp_v2_0050__h2 a[href*="docget.jsp"]::after {
  width: 18px;
  height: 24px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 18px 24px;
}

.comp_v2_0050__h2 a[href*="/list/index.php"]::after {
  width: 20px;
  height: 17px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 20px 17px;
}

.comp_v2_0050__h2 a[href^="#"]::after {
  width: 20px;
  height: 20px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 20px 20px;
}

.comp_v2_0050__h2 a[href^="tel:"]::after, .comp_v2_0050__h2 a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0050__h2 a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0050__h2 a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0050__h2 a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0050__h2 a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0050__h2 a:hover[href$=".pdf"]::after, .comp_v2_0050__h2 a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0050__h2 a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0050__h2 a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0050__h2 a:hover[href^="tel:"]::after, .comp_v2_0050__h2 a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0050__h2--bold, .comp_v2_0050__h2--regular {
  font-size: 3.4rem;
  margin: 0;
  padding: 60px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0050__h2--bold, .comp_v2_0050__h2--regular {
    font-size: 2.8rem;
    margin: 0;
    padding-top: 40px;
  }
}

.comp_v2_0050__h2--bold a, .comp_v2_0050__h2--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0050__h2--bold a::after, .comp_v2_0050__h2--regular a::after {
  position: relative;
  margin-left: 20px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 18px 18px;
}

.comp_v2_0050__h2--bold a[target="_blank"]::after, .comp_v2_0050__h2--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0050__h2--bold a[href$=".pdf"]::after, .comp_v2_0050__h2--bold a[href*="docget.jsp"]::after, .comp_v2_0050__h2--regular a[href$=".pdf"]::after, .comp_v2_0050__h2--regular a[href*="docget.jsp"]::after {
  width: 18px;
  height: 24px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 18px 24px;
}

.comp_v2_0050__h2--bold a[href*="/list/index.php"]::after, .comp_v2_0050__h2--regular a[href*="/list/index.php"]::after {
  width: 20px;
  height: 17px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 20px 17px;
}

.comp_v2_0050__h2--bold a[href^="#"]::after, .comp_v2_0050__h2--regular a[href^="#"]::after {
  width: 20px;
  height: 20px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 20px 20px;
}

.comp_v2_0050__h2--bold a[href^="tel:"]::after, .comp_v2_0050__h2--bold a[href^="mailto:"]::after, .comp_v2_0050__h2--regular a[href^="tel:"]::after, .comp_v2_0050__h2--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0050__h2--bold a[href^="tel:"], .comp_v2_0050__h2--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0050__h2--bold a:hover, .comp_v2_0050__h2--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0050__h2--bold a:hover::after, .comp_v2_0050__h2--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0050__h2--bold a:hover[target="_blank"]::after, .comp_v2_0050__h2--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0050__h2--bold a:hover[href$=".pdf"]::after, .comp_v2_0050__h2--bold a:hover[href*="docget.jsp"]::after, .comp_v2_0050__h2--regular a:hover[href$=".pdf"]::after, .comp_v2_0050__h2--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0050__h2--bold a:hover[href*="/list/index.php"]::after, .comp_v2_0050__h2--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0050__h2--bold a:hover[href^="#"]::after, .comp_v2_0050__h2--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0050__h2--bold a:hover[href^="tel:"]::after, .comp_v2_0050__h2--bold a:hover[href^="mailto:"]::after, .comp_v2_0050__h2--regular a:hover[href^="tel:"]::after, .comp_v2_0050__h2--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0050__h2--bold {
  font-weight: bold;
}

.comp_v2_0050__h2--regular {
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .comp_v2_0050__h2--bold, .comp_v2_0050__h2--regular {
    text-align: left;
  }
}

.comp_v2_0050__h3 {
  font-size: 2.8rem;
  margin: 0;
  padding: 50px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0050__h3 {
    font-size: 2.4rem;
    margin: 0;
    padding-top: 30px;
  }
}

.comp_v2_0050__h3--bold, .comp_v2_0050__h3--regular {
  font-size: 2.8rem;
  margin: 0;
  padding: 50px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0050__h3--bold, .comp_v2_0050__h3--regular {
    font-size: 2.4rem;
    margin: 0;
    padding-top: 30px;
  }
}

.comp_v2_0050__h3--bold a, .comp_v2_0050__h3--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0050__h3--bold a::after, .comp_v2_0050__h3--regular a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_0050__h3--bold a[target="_blank"]::after, .comp_v2_0050__h3--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0050__h3--bold a[href$=".pdf"]::after, .comp_v2_0050__h3--bold a[href*="docget.jsp"]::after, .comp_v2_0050__h3--regular a[href$=".pdf"]::after, .comp_v2_0050__h3--regular a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_0050__h3--bold a[href*="/list/index.php"]::after, .comp_v2_0050__h3--regular a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_0050__h3--bold a[href^="#"]::after, .comp_v2_0050__h3--regular a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_0050__h3--bold a[href^="tel:"]::after, .comp_v2_0050__h3--bold a[href^="mailto:"]::after, .comp_v2_0050__h3--regular a[href^="tel:"]::after, .comp_v2_0050__h3--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0050__h3--bold a[href^="tel:"], .comp_v2_0050__h3--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0050__h3--bold a:hover, .comp_v2_0050__h3--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0050__h3--bold a:hover::after, .comp_v2_0050__h3--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0050__h3--bold a:hover[target="_blank"]::after, .comp_v2_0050__h3--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0050__h3--bold a:hover[href$=".pdf"]::after, .comp_v2_0050__h3--bold a:hover[href*="docget.jsp"]::after, .comp_v2_0050__h3--regular a:hover[href$=".pdf"]::after, .comp_v2_0050__h3--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0050__h3--bold a:hover[href*="/list/index.php"]::after, .comp_v2_0050__h3--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0050__h3--bold a:hover[href^="#"]::after, .comp_v2_0050__h3--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0050__h3--bold a:hover[href^="tel:"]::after, .comp_v2_0050__h3--bold a:hover[href^="mailto:"]::after, .comp_v2_0050__h3--regular a:hover[href^="tel:"]::after, .comp_v2_0050__h3--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0050__h3--bold {
  font-weight: bold;
}

.comp_v2_0050__h3--regular {
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .comp_v2_0050__h3--bold, .comp_v2_0050__h3--regular {
    text-align: left;
  }
}

.comp_v2_0050__h4 {
  font-size: 2rem;
  margin: 0;
  padding: 40px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0050__h4 {
    margin: 0;
    padding-top: 30px;
  }
}

.comp_v2_0050__h4 a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0050__h4 a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_0050__h4 a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0050__h4 a[href$=".pdf"]::after, .comp_v2_0050__h4 a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_0050__h4 a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_0050__h4 a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_0050__h4 a[href^="tel:"]::after, .comp_v2_0050__h4 a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0050__h4 a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0050__h4 a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0050__h4 a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0050__h4 a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0050__h4 a:hover[href$=".pdf"]::after, .comp_v2_0050__h4 a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0050__h4 a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0050__h4 a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0050__h4 a:hover[href^="tel:"]::after, .comp_v2_0050__h4 a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0050__h4--bold, .comp_v2_0050__h4--regular {
  font-size: 2rem;
  margin: 0;
  padding: 40px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0050__h4--bold, .comp_v2_0050__h4--regular {
    margin: 0;
    padding-top: 30px;
  }
}

.comp_v2_0050__h4--bold a, .comp_v2_0050__h4--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0050__h4--bold a::after, .comp_v2_0050__h4--regular a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_0050__h4--bold a[target="_blank"]::after, .comp_v2_0050__h4--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0050__h4--bold a[href$=".pdf"]::after, .comp_v2_0050__h4--bold a[href*="docget.jsp"]::after, .comp_v2_0050__h4--regular a[href$=".pdf"]::after, .comp_v2_0050__h4--regular a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_0050__h4--bold a[href*="/list/index.php"]::after, .comp_v2_0050__h4--regular a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_0050__h4--bold a[href^="#"]::after, .comp_v2_0050__h4--regular a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_0050__h4--bold a[href^="tel:"]::after, .comp_v2_0050__h4--bold a[href^="mailto:"]::after, .comp_v2_0050__h4--regular a[href^="tel:"]::after, .comp_v2_0050__h4--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0050__h4--bold a[href^="tel:"], .comp_v2_0050__h4--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0050__h4--bold a:hover, .comp_v2_0050__h4--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0050__h4--bold a:hover::after, .comp_v2_0050__h4--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0050__h4--bold a:hover[target="_blank"]::after, .comp_v2_0050__h4--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0050__h4--bold a:hover[href$=".pdf"]::after, .comp_v2_0050__h4--bold a:hover[href*="docget.jsp"]::after, .comp_v2_0050__h4--regular a:hover[href$=".pdf"]::after, .comp_v2_0050__h4--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0050__h4--bold a:hover[href*="/list/index.php"]::after, .comp_v2_0050__h4--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0050__h4--bold a:hover[href^="#"]::after, .comp_v2_0050__h4--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0050__h4--bold a:hover[href^="tel:"]::after, .comp_v2_0050__h4--bold a:hover[href^="mailto:"]::after, .comp_v2_0050__h4--regular a:hover[href^="tel:"]::after, .comp_v2_0050__h4--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0050__h4--bold {
  font-weight: bold;
}

.comp_v2_0050__h4--regular {
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .comp_v2_0050__h4--bold, .comp_v2_0050__h4--regular {
    text-align: left;
  }
}

.comp_v2_0050__h5 {
  font-size: 1.8rem;
  margin: 0;
  padding: 30px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

.comp_v2_0050__h5 a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0050__h5 a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_0050__h5 a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0050__h5 a[href$=".pdf"]::after, .comp_v2_0050__h5 a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_0050__h5 a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_0050__h5 a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_0050__h5 a[href^="tel:"]::after, .comp_v2_0050__h5 a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0050__h5 a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0050__h5 a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0050__h5 a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0050__h5 a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0050__h5 a:hover[href$=".pdf"]::after, .comp_v2_0050__h5 a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0050__h5 a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0050__h5 a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0050__h5 a:hover[href^="tel:"]::after, .comp_v2_0050__h5 a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0050__h5--bold, .comp_v2_0050__h5--regular {
  font-size: 1.8rem;
  margin: 0;
  padding: 30px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

.comp_v2_0050__h5--bold a, .comp_v2_0050__h5--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0050__h5--bold a::after, .comp_v2_0050__h5--regular a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_0050__h5--bold a[target="_blank"]::after, .comp_v2_0050__h5--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0050__h5--bold a[href$=".pdf"]::after, .comp_v2_0050__h5--bold a[href*="docget.jsp"]::after, .comp_v2_0050__h5--regular a[href$=".pdf"]::after, .comp_v2_0050__h5--regular a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_0050__h5--bold a[href*="/list/index.php"]::after, .comp_v2_0050__h5--regular a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_0050__h5--bold a[href^="#"]::after, .comp_v2_0050__h5--regular a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_0050__h5--bold a[href^="tel:"]::after, .comp_v2_0050__h5--bold a[href^="mailto:"]::after, .comp_v2_0050__h5--regular a[href^="tel:"]::after, .comp_v2_0050__h5--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0050__h5--bold a[href^="tel:"], .comp_v2_0050__h5--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0050__h5--bold a:hover, .comp_v2_0050__h5--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0050__h5--bold a:hover::after, .comp_v2_0050__h5--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0050__h5--bold a:hover[target="_blank"]::after, .comp_v2_0050__h5--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0050__h5--bold a:hover[href$=".pdf"]::after, .comp_v2_0050__h5--bold a:hover[href*="docget.jsp"]::after, .comp_v2_0050__h5--regular a:hover[href$=".pdf"]::after, .comp_v2_0050__h5--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0050__h5--bold a:hover[href*="/list/index.php"]::after, .comp_v2_0050__h5--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0050__h5--bold a:hover[href^="#"]::after, .comp_v2_0050__h5--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0050__h5--bold a:hover[href^="tel:"]::after, .comp_v2_0050__h5--bold a:hover[href^="mailto:"]::after, .comp_v2_0050__h5--regular a:hover[href^="tel:"]::after, .comp_v2_0050__h5--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0050__h5--bold {
  font-weight: bold;
}

.comp_v2_0050__h5--regular {
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .comp_v2_0050__h5--bold, .comp_v2_0050__h5--regular {
    text-align: left;
  }
}

.comp_v2_0900 .comp_v2_0050__frame {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_0050__frame {
    padding-left: 0;
    padding-right: 0;
  }
}

.comp_v2_0900 .comp_v2_0880 .comp_v2_0050 {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_0880 .comp_v2_0050 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.comp_v2_0900 .comp_v2_0880 .comp_v2_0050__h2--bold, .comp_v2_0900 .comp_v2_0880 .comp_v2_0050__h2--regular, .comp_v2_0900 .comp_v2_0880 .comp_v2_0050__h3--bold, .comp_v2_0900 .comp_v2_0880 .comp_v2_0050__h3--regular, .comp_v2_0900 .comp_v2_0880 .comp_v2_0050__h4--bold, .comp_v2_0900 .comp_v2_0880 .comp_v2_0050__h4--regular, .comp_v2_0900 .comp_v2_0880 .comp_v2_0050__h5--bold, .comp_v2_0900 .comp_v2_0880 .comp_v2_0050__h5--regular {
  padding-top: 25px;
}

.comp_v2_0880__frame__box .comp_v2_0050__h1--bold, .comp_v2_0880__frame__box .comp_v2_0050__h1--regular, .comp_v2_0880__frame__box .comp_v2_0050__h2--bold, .comp_v2_0880__frame__box .comp_v2_0050__h2--regular, .comp_v2_0880__frame__box .comp_v2_0050__h3--bold, .comp_v2_0880__frame__box .comp_v2_0050__h3--regular, .comp_v2_0880__frame__box .comp_v2_0050__h4--bold, .comp_v2_0880__frame__box .comp_v2_0050__h4--regular, .comp_v2_0880__frame__box .comp_v2_0050__h5--bold, .comp_v2_0880__frame__box .comp_v2_0050__h5--regular {
  padding-top: 15px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0880__frame__box .comp_v2_0050__h1--bold, .comp_v2_0880__frame__box .comp_v2_0050__h1--regular, .comp_v2_0880__frame__box .comp_v2_0050__h2--bold, .comp_v2_0880__frame__box .comp_v2_0050__h2--regular, .comp_v2_0880__frame__box .comp_v2_0050__h3--bold, .comp_v2_0880__frame__box .comp_v2_0050__h3--regular, .comp_v2_0880__frame__box .comp_v2_0050__h4--bold, .comp_v2_0880__frame__box .comp_v2_0050__h4--regular, .comp_v2_0880__frame__box .comp_v2_0050__h5--bold, .comp_v2_0880__frame__box .comp_v2_0050__h5--regular {
    padding-top: 20px;
  }
}

.comp_v2_0140 + .comp_v2_0050 .comp_v2_0050__h1--bold, .comp_v2_0140 + .comp_v2_0050 .comp_v2_0050__h1--regular {
  padding: 10px 0 60px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0140 + .comp_v2_0050 .comp_v2_0050__h1--bold, .comp_v2_0140 + .comp_v2_0050 .comp_v2_0050__h1--regular {
    padding: 10px 0 30px;
  }
}

.template-top .comp_v2_0050__h1--regular {
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-indent: -200vw;
  width: 100%;
  pointer-events: none;
}


.comp_v2_0060__text--left {
  text-align: left;
}

.comp_v2_0060__text--center {
  text-align: center;
}

.comp_v2_0060__text--right {
  text-align: right;
}

.comp_v2_0060__frame {
  padding: 30px 15px;
  overflow: hidden;
  max-width: 1140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .comp_v2_0060__frame {
    padding: 20px;
  }
}

.comp_v2_0060__frame--small, .comp_v2_0060__frame--middle, .comp_v2_0060__frame--large {
  max-width: 1140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}

.comp_v2_0060__frame--small > *:first-child, .comp_v2_0060__frame--middle > *:first-child, .comp_v2_0060__frame--large > *:first-child {
  margin-top: 0;
}

.comp_v2_0060__frame--small ul, .comp_v2_0060__frame--middle ul, .comp_v2_0060__frame--large ul {
  list-style: none;
  padding: 0;
  margin: 1em 0 0 0;
  line-height: 1.4;
}

.comp_v2_0060__frame--small ul ul,
.comp_v2_0060__frame--small ul ol, .comp_v2_0060__frame--middle ul ul,
.comp_v2_0060__frame--middle ul ol, .comp_v2_0060__frame--large ul ul,
.comp_v2_0060__frame--large ul ol {
  margin: 0 0 0 30px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0060__frame--small ul ul,
  .comp_v2_0060__frame--small ul ol, .comp_v2_0060__frame--middle ul ul,
  .comp_v2_0060__frame--middle ul ol, .comp_v2_0060__frame--large ul ul,
  .comp_v2_0060__frame--large ul ol {
    margin: 0 0 0 25px;
  }
}

.comp_v2_0060__frame--small ol, .comp_v2_0060__frame--middle ol, .comp_v2_0060__frame--large ol {
  padding: 0;
  margin: 1em 0 0 0;
  list-style-type: none;
  counter-reset: ol-counter;
}

.comp_v2_0060__frame--small ol ul,
.comp_v2_0060__frame--small ol ol, .comp_v2_0060__frame--middle ol ul,
.comp_v2_0060__frame--middle ol ol, .comp_v2_0060__frame--large ol ul,
.comp_v2_0060__frame--large ol ol {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0060__frame--small ol ul,
  .comp_v2_0060__frame--small ol ol, .comp_v2_0060__frame--middle ol ul,
  .comp_v2_0060__frame--middle ol ol, .comp_v2_0060__frame--large ol ul,
  .comp_v2_0060__frame--large ol ol {
    margin: 0;
  }
}

.comp_v2_0060__frame--small ol > li, .comp_v2_0060__frame--middle ol > li, .comp_v2_0060__frame--large ol > li {
  position: relative;
  counter-increment: ol-counter;
  margin-left: 1.5em;
  text-indent: 0;
}

.comp_v2_0060__frame--small ol > li::before, .comp_v2_0060__frame--middle ol > li::before, .comp_v2_0060__frame--large ol > li::before {
  content: counter(ol-counter) ". ";
  width: 2.5em;
  display: inline-block;
  text-align: right;
  left: -2.5em;
  position: absolute;
  padding-right: 0.4em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.comp_v2_0060__frame--small .disc ul,
.comp_v2_0060__frame--small .disc ol, .comp_v2_0060__frame--middle .disc ul,
.comp_v2_0060__frame--middle .disc ol, .comp_v2_0060__frame--large .disc ul,
.comp_v2_0060__frame--large .disc ol {
  margin: 0;
}

.comp_v2_0060__frame--small li a, .comp_v2_0060__frame--middle li a, .comp_v2_0060__frame--large li a {
  color: #0064d2;
  display: inline-block;
  position: relative;
}

.comp_v2_0060__frame--small li a:hover, .comp_v2_0060__frame--middle li a:hover, .comp_v2_0060__frame--large li a:hover {
  text-decoration: underline;
}

.comp_v2_0060__frame--small li a img, .comp_v2_0060__frame--middle li a img, .comp_v2_0060__frame--large li a img {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}

.comp_v2_0060__frame--small {
  padding: 0 15px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0060__frame--small {
    padding: 0 20px;
  }
}

.comp_v2_0060__frame--middle {
  padding: 15px 15px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .comp_v2_0060__frame--middle {
    padding: 20px;
  }
}

.comp_v2_0060__frame--large {
  padding: 30px 15px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .comp_v2_0060__frame--large {
    padding: 20px;
  }
}

.comp_v2_0060 p {
  margin: 1em 0 0 0;
}

.comp_v2_0060 p a {
  display: inline;
  color: #0064d2;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  text-decoration: underline;
  line-height: 1.4;
}

.comp_v2_0060 p a:hover {
  text-decoration: none;
}

.comp_v2_0060 p a::before {
  display: none;
}

.comp_v2_0060 p a::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
  background-size: 13px 13px;
  margin: 0 5px;
  vertical-align: middle;
}

.comp_v2_0060 p a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0060 p a[href$=".pdf"]::after, .comp_v2_0060 p a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
  background-size: 11px 14px;
}

.comp_v2_0060 p a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
  background-size: 13px 11px;
}

.comp_v2_0060 p a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
  background-size: 13px 13px;
}

.comp_v2_0060 p a[href^="tel:"], .comp_v2_0060 p a[href^="mailto:"], .comp_v2_0060 p a.icon-none {
  padding-right: 0;
}

.comp_v2_0060 p a[href^="tel:"]::after, .comp_v2_0060 p a[href^="mailto:"]::after, .comp_v2_0060 p a.icon-none::after {
  display: none;
}

.comp_v2_0060 p a.icon-none img {
  margin: 0;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0060 p a[href^="tel:"] {
    color: #333;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0060 ul,
.comp_v2_0060 ol {
  margin: 1em 0;
}

.comp_v2_0060 ul .disc,
.comp_v2_0060 ol .disc {
  display: inline-block;
  padding-left: 30px;
  margin-left: 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .comp_v2_0060 ul .disc,
  .comp_v2_0060 ol .disc {
    padding-left: 25px;
  }
}

.comp_v2_0060 ul .disc::before,
.comp_v2_0060 ol .disc::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: "\002022";
  color: #0064d2;
  margin: 0 7px;
}

.comp_v2_0060 ul a,
.comp_v2_0060 ol a {
  display: inline-block;
  color: #0064d2;
  padding-left: 30px;
  padding-right: 0;
  position: relative;
  line-height: 1.4;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .comp_v2_0060 ul a,
  .comp_v2_0060 ol a {
    padding-left: 25px;
  }
}

.comp_v2_0060 ul a:hover,
.comp_v2_0060 ol a:hover {
  text-decoration: underline;
}

.comp_v2_0060 ul a::after,
.comp_v2_0060 ol a::after {
  display: none;
}

.comp_v2_0060 ul a::before,
.comp_v2_0060 ol a::before {
  position: absolute;
  left: 5px;
  top: 0.2em;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
  background-size: 13px 13px;
}

.comp_v2_0060 ul a[target="_blank"]::before,
.comp_v2_0060 ol a[target="_blank"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0060 ul a[href$=".pdf"]::before, .comp_v2_0060 ul a[href*="docget.jsp"]::before,
.comp_v2_0060 ol a[href$=".pdf"]::before,
.comp_v2_0060 ol a[href*="docget.jsp"]::before {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
  background-size: 11px 14px;
}

.comp_v2_0060 ul a[href*="/list/index.php"]::before,
.comp_v2_0060 ol a[href*="/list/index.php"]::before {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
  background-size: 13px 11px;
}

.comp_v2_0060 ul a[href^="#"]::before,
.comp_v2_0060 ol a[href^="#"]::before {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
  background-size: 13px 13px;
}

.comp_v2_0060 ul a[href^="tel:"], .comp_v2_0060 ul a[href^="mailto:"], .comp_v2_0060 ul a.icon-none,
.comp_v2_0060 ol a[href^="tel:"],
.comp_v2_0060 ol a[href^="mailto:"],
.comp_v2_0060 ol a.icon-none {
  padding-left: 0;
}

.comp_v2_0060 ul a[href^="tel:"]::before, .comp_v2_0060 ul a[href^="mailto:"]::before, .comp_v2_0060 ul a.icon-none::before,
.comp_v2_0060 ol a[href^="tel:"]::before,
.comp_v2_0060 ol a[href^="mailto:"]::before,
.comp_v2_0060 ol a.icon-none::before {
  display: none;
}

.comp_v2_0060 ul a.icon-none img,
.comp_v2_0060 ol a.icon-none img {
  margin: 0;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0060 ul a[href^="tel:"],
  .comp_v2_0060 ol a[href^="tel:"] {
    color: #333;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0060 ol ul > li::before {
  width: auto;
  left: auto;
  padding-right: 0;
}

.comp_v2_0060 dl {
  line-height: 1.6;
}

.comp_v2_0060 dl a {
  display: inline;
  color: #0064d2;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  text-decoration: underline;
  line-height: 1.4;
}

.comp_v2_0060 dl a:hover {
  text-decoration: none;
}

.comp_v2_0060 dl a::before {
  display: none;
}

.comp_v2_0060 dl a::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
  background-size: 13px 13px;
  margin: 0 5px;
  vertical-align: middle;
}

.comp_v2_0060 dl a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0060 dl a[href$=".pdf"]::after, .comp_v2_0060 dl a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
  background-size: 11px 14px;
}

.comp_v2_0060 dl a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
  background-size: 13px 11px;
}

.comp_v2_0060 dl a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
  background-size: 13px 13px;
}

.comp_v2_0060 dl a[href^="tel:"], .comp_v2_0060 dl a[href^="mailto:"], .comp_v2_0060 dl a.icon-none {
  padding-right: 0;
}

.comp_v2_0060 dl a[href^="tel:"]::after, .comp_v2_0060 dl a[href^="mailto:"]::after, .comp_v2_0060 dl a.icon-none::after {
  display: none;
}

.comp_v2_0060 dl a.icon-none img {
  margin: 0;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0060 dl a[href^="tel:"] {
    color: #333;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0060 dl dt {
  font-weight: bold;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  color: #1d1e21;
  letter-spacing: 0.1rem;
}

.comp_v2_0060 dl dd {
  margin-left: 1.5em;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  color: #333;
}

@media screen and (max-width: 768px) {
  .comp_v2_0060 dl dd {
    margin-left: 1.5em;
  }
}

.comp_v2_0060 dl dd ul .disc,
.comp_v2_0060 dl dd ol .disc {
  display: inline-block;
  padding-left: 30px;
  margin-left: 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .comp_v2_0060 dl dd ul .disc,
  .comp_v2_0060 dl dd ol .disc {
    padding-left: 25px;
  }
}

.comp_v2_0060 dl dd ul .disc::before,
.comp_v2_0060 dl dd ol .disc::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: "\002022";
  color: #0064d2;
  margin: 0 7px;
}

.comp_v2_0060 dl dd ul a,
.comp_v2_0060 dl dd ol a {
  display: inline-block;
  color: #0064d2;
  padding-left: 30px;
  padding-right: 0;
  position: relative;
  line-height: 1.4;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .comp_v2_0060 dl dd ul a,
  .comp_v2_0060 dl dd ol a {
    padding-left: 25px;
  }
}

.comp_v2_0060 dl dd ul a:hover,
.comp_v2_0060 dl dd ol a:hover {
  text-decoration: underline;
}

.comp_v2_0060 dl dd ul a::after,
.comp_v2_0060 dl dd ol a::after {
  display: none;
}

.comp_v2_0060 dl dd ul a::before,
.comp_v2_0060 dl dd ol a::before {
  position: absolute;
  left: 5px;
  top: 0.2em;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
  background-size: 13px 13px;
}

.comp_v2_0060 dl dd ul a[target="_blank"]::before,
.comp_v2_0060 dl dd ol a[target="_blank"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0060 dl dd ul a[href$=".pdf"]::before, .comp_v2_0060 dl dd ul a[href*="docget.jsp"]::before,
.comp_v2_0060 dl dd ol a[href$=".pdf"]::before,
.comp_v2_0060 dl dd ol a[href*="docget.jsp"]::before {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
  background-size: 11px 14px;
}

.comp_v2_0060 dl dd ul a[href*="/list/index.php"]::before,
.comp_v2_0060 dl dd ol a[href*="/list/index.php"]::before {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
  background-size: 13px 11px;
}

.comp_v2_0060 dl dd ul a[href^="#"]::before,
.comp_v2_0060 dl dd ol a[href^="#"]::before {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
  background-size: 13px 13px;
}

.comp_v2_0060 dl dd ul a[href^="tel:"], .comp_v2_0060 dl dd ul a[href^="mailto:"], .comp_v2_0060 dl dd ul a.icon-none,
.comp_v2_0060 dl dd ol a[href^="tel:"],
.comp_v2_0060 dl dd ol a[href^="mailto:"],
.comp_v2_0060 dl dd ol a.icon-none {
  padding-left: 0;
}

.comp_v2_0060 dl dd ul a[href^="tel:"]::before, .comp_v2_0060 dl dd ul a[href^="mailto:"]::before, .comp_v2_0060 dl dd ul a.icon-none::before,
.comp_v2_0060 dl dd ol a[href^="tel:"]::before,
.comp_v2_0060 dl dd ol a[href^="mailto:"]::before,
.comp_v2_0060 dl dd ol a.icon-none::before {
  display: none;
}

.comp_v2_0060 dl dd ul a.icon-none img,
.comp_v2_0060 dl dd ol a.icon-none img {
  margin: 0;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0060 dl dd ul a[href^="tel:"],
  .comp_v2_0060 dl dd ol a[href^="tel:"] {
    color: #333;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0060 table {
  border-collapse: collapse;
  border: 1px solid #e7e7e8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 15px 0;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .comp_v2_0060 table {
    margin: 0 0 15px 0;
  }
}

.comp_v2_0060 table caption {
  color: #1d1e21;
  text-align: left;
  padding: 20px 0;
  font-weight: bold;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0060 table caption {
    padding: 10px 0;
  }
}

.comp_v2_0060 table th,
.comp_v2_0060 table td {
  border: 1px solid #e7e7e8;
  text-align: left;
  padding: 5px;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .comp_v2_0060 table th,
  .comp_v2_0060 table td {
    padding: 5px;
  }
}

.comp_v2_0060 table th {
  color: #1d1e21;
  background-color: #f0f6fc;
}

.comp_v2_0060 table thead tr:nth-child(even) {
  background-color: #f0f6fc;
}

.comp_v2_0060 table thead th,
.comp_v2_0060 table thead td {
  font-weight: bold;
}

.comp_v2_0060 table tbody tr:nth-child(odd) {
  background-color: #fff;
}

.comp_v2_0060 table tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}

.comp_v2_0060 table.normal {
  font-size: 1.6rem;
  line-height: 1.6;
}

.comp_v2_0060 table.normal th,
.comp_v2_0060 table.normal td {
  padding: 10px 9px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0060 table.normal th,
  .comp_v2_0060 table.normal td {
    padding: 10px;
  }
}

.comp_v2_0060 + .comp_v2_0360 .comp_v2_0360__frame--nmargin {
  margin-top: -15px;
}

.comp_v2_0900 .comp_v2_0060__frame, .comp_v2_0900 .comp_v2_0060__frame--small, .comp_v2_0900 .comp_v2_0060__frame--middle, .comp_v2_0900 .comp_v2_0060__frame--large {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_0060__frame, .comp_v2_0900 .comp_v2_0060__frame--small, .comp_v2_0900 .comp_v2_0060__frame--middle, .comp_v2_0900 .comp_v2_0060__frame--large {
    padding-left: 0;
    padding-right: 0;
  }
}

.comp_v2_0900 .comp_v2_0880 .comp_v2_0060 {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_0880 .comp_v2_0060 {
    padding-left: 20px;
    padding-right: 20px;
  }
}


.comp_v2_0070__frame {
  padding: 15px 15px;
  overflow: hidden;
  max-width: 1140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .comp_v2_0070__frame {
    padding: 20px;
  }
}

.comp_v2_0070 p {
  margin: 0;
  padding: 0;
}

.comp_v2_0070--center {
  text-align: center;
}

.comp_v2_0070--right {
  text-align: right;
}

.comp_v2_0070--default {
  font-size: 1.4rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  background-color: #0064d2;
  text-align: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  min-width: 110px;
  min-height: 40px;
  border: none;
  letter-spacing: 0.1rem;
}

.comp_v2_0070--default:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

.comp_v2_0070--default:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

.comp_v2_0070--default:disabled {
  color: #FFF;
  background-color: #707070;
}

.comp_v2_0070--default::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url("/apps/toshiba-ss-v2/clientlibs/dist/img/button-arrow.png");
  background-size: 18px 18px;
  margin-right: 0.2em;
  margin-bottom: 0.2em;
}

.comp_v2_0070 a {
  font-size: 1.4rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
  min-width: 110px;
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  background-color: #0064d2;
  text-align: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  min-height: 40px;
  border: none;
  letter-spacing: 0.1rem;
}

.comp_v2_0070 a:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
}

.comp_v2_0070 a::before {
  content: "";
  display: inline-block;
  width: 18px;
  min-width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-arrow.png);
  background-size: 18px 18px;
  margin-right: 0.25em;
  margin-bottom: 0.1em;
}

.comp_v2_0070 a[target="_blank"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-external.png);
}

.comp_v2_0070 a[href$=".pdf"]::before, .comp_v2_0070 a[href*="docget.jsp"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-pdf.png);
}

.comp_v2_0070 a[href*="/list/index.php"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-parametric.png);
}

.comp_v2_0070 a[href^="#"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-anchor.png);
}

.comp_v2_0070 .comp_v2_0070--search::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-search.png);
}

.comp_v2_0070 .comp_v2_0070--balloon::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-balloon.png);
}

.comp_v2_0070 .comp_v2_0070--cart::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-cart.png);
}

.comp_v2_0070 .comp_v2_0070--large {
  font-size: 2rem;
  padding: 18px 30px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0070 .comp_v2_0070--large {
    width: 100%;
  }
}

.comp_v2_0070 .comp_v2_0070--large:hover {
  color: #fff;
}

.comp_v2_0070 .comp_v2_0070--flip {
  color: #0064d2;
  background-color: #fff;
  border: 1px solid #0064d2;
}

.comp_v2_0070 .comp_v2_0070--flip::before {
  display: none;
}

.comp_v2_0900 .comp_v2_0070__frame {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_0070__frame {
    padding-left: 0;
    padding-right: 0;
  }
}


.comp_v2_0090__frame--normal, .comp_v2_0090__frame--rev {
  padding: 60px 15px 30px;
  overflow: hidden;
  padding-bottom: 15px;
  max-width: 1140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .comp_v2_0090__frame--normal, .comp_v2_0090__frame--rev {
    padding: 20px;
  }
}

.comp_v2_0090__frame--normal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media screen and (max-width: 768px) {
  .comp_v2_0090__frame--normal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.comp_v2_0090__frame--rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .comp_v2_0090__frame--rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.comp_v2_0090__frame__col {
  width: calc(50% - 3vw);
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0090__frame__col > *:first-child {
    margin-top: 0;
  }
  .comp_v2_0090__frame__col__h3--regular:first-child {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0090__frame__col {
    width: 100%;
    margin-left: 0;
  }
}

.comp_v2_0090__frame__col__h1 {
  font-size: 4.8rem;
  margin: 0;
  padding: 70px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0090__frame__col__h1 {
    margin: 0;
    padding-top: 50px;
    font-size: 2.8rem;
  }
}

.comp_v2_0090__frame__col__h1 a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0090__frame__col__h1 a::after {
  position: relative;
  margin-left: 20px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 18px 18px;
}

.comp_v2_0090__frame__col__h1 a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0090__frame__col__h1 a[href$=".pdf"]::after, .comp_v2_0090__frame__col__h1 a[href*="docget.jsp"]::after {
  width: 18px;
  height: 24px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 18px 24px;
}

.comp_v2_0090__frame__col__h1 a[href*="/list/index.php"]::after {
  width: 20px;
  height: 17px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 20px 17px;
}

.comp_v2_0090__frame__col__h1 a[href^="#"]::after {
  width: 20px;
  height: 20px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 20px 20px;
}

.comp_v2_0090__frame__col__h1 a[href^="tel:"]::after, .comp_v2_0090__frame__col__h1 a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0090__frame__col__h1 a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0090__frame__col__h1 a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0090__frame__col__h1 a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0090__frame__col__h1 a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0090__frame__col__h1 a:hover[href$=".pdf"]::after, .comp_v2_0090__frame__col__h1 a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0090__frame__col__h1 a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0090__frame__col__h1 a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0090__frame__col__h1 a:hover[href^="tel:"]::after, .comp_v2_0090__frame__col__h1 a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0090__frame__col__h1--bold, .comp_v2_0090__frame__col__h1--regular {
  font-size: 4.8rem;
  margin: 0;
  padding: 70px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0090__frame__col__h1--bold, .comp_v2_0090__frame__col__h1--regular {
    margin: 0;
    padding-top: 50px;
    font-size: 2.8rem;
  }
}

.comp_v2_0090__frame__col__h1--bold a, .comp_v2_0090__frame__col__h1--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0090__frame__col__h1--bold a::after, .comp_v2_0090__frame__col__h1--regular a::after {
  position: relative;
  margin-left: 20px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 18px 18px;
}

.comp_v2_0090__frame__col__h1--bold a[target="_blank"]::after, .comp_v2_0090__frame__col__h1--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0090__frame__col__h1--bold a[href$=".pdf"]::after, .comp_v2_0090__frame__col__h1--bold a[href*="docget.jsp"]::after, .comp_v2_0090__frame__col__h1--regular a[href$=".pdf"]::after, .comp_v2_0090__frame__col__h1--regular a[href*="docget.jsp"]::after {
  width: 18px;
  height: 24px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 18px 24px;
}

.comp_v2_0090__frame__col__h1--bold a[href*="/list/index.php"]::after, .comp_v2_0090__frame__col__h1--regular a[href*="/list/index.php"]::after {
  width: 20px;
  height: 17px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 20px 17px;
}

.comp_v2_0090__frame__col__h1--bold a[href^="#"]::after, .comp_v2_0090__frame__col__h1--regular a[href^="#"]::after {
  width: 20px;
  height: 20px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 20px 20px;
}

.comp_v2_0090__frame__col__h1--bold a[href^="tel:"]::after, .comp_v2_0090__frame__col__h1--bold a[href^="mailto:"]::after, .comp_v2_0090__frame__col__h1--regular a[href^="tel:"]::after, .comp_v2_0090__frame__col__h1--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0090__frame__col__h1--bold a[href^="tel:"], .comp_v2_0090__frame__col__h1--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0090__frame__col__h1--bold a:hover, .comp_v2_0090__frame__col__h1--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0090__frame__col__h1--bold a:hover::after, .comp_v2_0090__frame__col__h1--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0090__frame__col__h1--bold a:hover[target="_blank"]::after, .comp_v2_0090__frame__col__h1--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0090__frame__col__h1--bold a:hover[href$=".pdf"]::after, .comp_v2_0090__frame__col__h1--bold a:hover[href*="docget.jsp"]::after, .comp_v2_0090__frame__col__h1--regular a:hover[href$=".pdf"]::after, .comp_v2_0090__frame__col__h1--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0090__frame__col__h1--bold a:hover[href*="/list/index.php"]::after, .comp_v2_0090__frame__col__h1--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0090__frame__col__h1--bold a:hover[href^="#"]::after, .comp_v2_0090__frame__col__h1--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0090__frame__col__h1--bold a:hover[href^="tel:"]::after, .comp_v2_0090__frame__col__h1--bold a:hover[href^="mailto:"]::after, .comp_v2_0090__frame__col__h1--regular a:hover[href^="tel:"]::after, .comp_v2_0090__frame__col__h1--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0090__frame__col__h1--bold {
  font-weight: bold;
}

.comp_v2_0090__frame__col__h1--regular {
  font-weight: normal;
}

.comp_v2_0090__frame__col__h2 {
  font-size: 3.4rem;
  margin: 0;
  padding: 60px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0090__frame__col__h2 {
    font-size: 2.8rem;
    margin: 0;
    padding-top: 40px;
  }
}

.comp_v2_0090__frame__col__h2 a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0090__frame__col__h2 a::after {
  position: relative;
  margin-left: 20px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 18px 18px;
}

.comp_v2_0090__frame__col__h2 a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0090__frame__col__h2 a[href$=".pdf"]::after, .comp_v2_0090__frame__col__h2 a[href*="docget.jsp"]::after {
  width: 18px;
  height: 24px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 18px 24px;
}

.comp_v2_0090__frame__col__h2 a[href*="/list/index.php"]::after {
  width: 20px;
  height: 17px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 20px 17px;
}

.comp_v2_0090__frame__col__h2 a[href^="#"]::after {
  width: 20px;
  height: 20px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 20px 20px;
}

.comp_v2_0090__frame__col__h2 a[href^="tel:"]::after, .comp_v2_0090__frame__col__h2 a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0090__frame__col__h2 a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0090__frame__col__h2 a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0090__frame__col__h2 a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0090__frame__col__h2 a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0090__frame__col__h2 a:hover[href$=".pdf"]::after, .comp_v2_0090__frame__col__h2 a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0090__frame__col__h2 a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0090__frame__col__h2 a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0090__frame__col__h2 a:hover[href^="tel:"]::after, .comp_v2_0090__frame__col__h2 a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0090__frame__col__h2--bold, .comp_v2_0090__frame__col__h2--regular {
  font-size: 3.4rem;
  margin: 0;
  padding: 60px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0090__frame__col__h2--bold, .comp_v2_0090__frame__col__h2--regular {
    font-size: 2.8rem;
    margin: 0;
    padding-top: 40px;
  }
}

.comp_v2_0090__frame__col__h2--bold a, .comp_v2_0090__frame__col__h2--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0090__frame__col__h2--bold a::after, .comp_v2_0090__frame__col__h2--regular a::after {
  position: relative;
  margin-left: 20px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 18px 18px;
}

.comp_v2_0090__frame__col__h2--bold a[target="_blank"]::after, .comp_v2_0090__frame__col__h2--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0090__frame__col__h2--bold a[href$=".pdf"]::after, .comp_v2_0090__frame__col__h2--bold a[href*="docget.jsp"]::after, .comp_v2_0090__frame__col__h2--regular a[href$=".pdf"]::after, .comp_v2_0090__frame__col__h2--regular a[href*="docget.jsp"]::after {
  width: 18px;
  height: 24px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 18px 24px;
}

.comp_v2_0090__frame__col__h2--bold a[href*="/list/index.php"]::after, .comp_v2_0090__frame__col__h2--regular a[href*="/list/index.php"]::after {
  width: 20px;
  height: 17px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 20px 17px;
}

.comp_v2_0090__frame__col__h2--bold a[href^="#"]::after, .comp_v2_0090__frame__col__h2--regular a[href^="#"]::after {
  width: 20px;
  height: 20px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 20px 20px;
}

.comp_v2_0090__frame__col__h2--bold a[href^="tel:"]::after, .comp_v2_0090__frame__col__h2--bold a[href^="mailto:"]::after, .comp_v2_0090__frame__col__h2--regular a[href^="tel:"]::after, .comp_v2_0090__frame__col__h2--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0090__frame__col__h2--bold a[href^="tel:"], .comp_v2_0090__frame__col__h2--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0090__frame__col__h2--bold a:hover, .comp_v2_0090__frame__col__h2--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0090__frame__col__h2--bold a:hover::after, .comp_v2_0090__frame__col__h2--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0090__frame__col__h2--bold a:hover[target="_blank"]::after, .comp_v2_0090__frame__col__h2--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0090__frame__col__h2--bold a:hover[href$=".pdf"]::after, .comp_v2_0090__frame__col__h2--bold a:hover[href*="docget.jsp"]::after, .comp_v2_0090__frame__col__h2--regular a:hover[href$=".pdf"]::after, .comp_v2_0090__frame__col__h2--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0090__frame__col__h2--bold a:hover[href*="/list/index.php"]::after, .comp_v2_0090__frame__col__h2--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0090__frame__col__h2--bold a:hover[href^="#"]::after, .comp_v2_0090__frame__col__h2--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0090__frame__col__h2--bold a:hover[href^="tel:"]::after, .comp_v2_0090__frame__col__h2--bold a:hover[href^="mailto:"]::after, .comp_v2_0090__frame__col__h2--regular a:hover[href^="tel:"]::after, .comp_v2_0090__frame__col__h2--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0090__frame__col__h2--bold {
  font-weight: bold;
}

.comp_v2_0090__frame__col__h2--regular {
  font-weight: normal;
}

.comp_v2_0090__frame__col__h3 {
  font-size: 2.8rem;
  margin: 0;
  padding: 50px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0090__frame__col__h3 {
    font-size: 2.4rem;
    margin: 0;
    padding-top: 30px;
  }
}

.comp_v2_0090__frame__col__h3--bold, .comp_v2_0090__frame__col__h3--regular {
  font-size: 2.8rem;
  margin: 0;
  padding: 50px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0090__frame__col__h3--bold, .comp_v2_0090__frame__col__h3--regular {
    font-size: 2.4rem;
    margin: 0;
    padding-top: 30px;
  }
}

.comp_v2_0090__frame__col__h3--bold a, .comp_v2_0090__frame__col__h3--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0090__frame__col__h3--bold a::after, .comp_v2_0090__frame__col__h3--regular a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_0090__frame__col__h3--bold a[target="_blank"]::after, .comp_v2_0090__frame__col__h3--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0090__frame__col__h3--bold a[href$=".pdf"]::after, .comp_v2_0090__frame__col__h3--bold a[href*="docget.jsp"]::after, .comp_v2_0090__frame__col__h3--regular a[href$=".pdf"]::after, .comp_v2_0090__frame__col__h3--regular a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_0090__frame__col__h3--bold a[href*="/list/index.php"]::after, .comp_v2_0090__frame__col__h3--regular a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_0090__frame__col__h3--bold a[href^="#"]::after, .comp_v2_0090__frame__col__h3--regular a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_0090__frame__col__h3--bold a[href^="tel:"]::after, .comp_v2_0090__frame__col__h3--bold a[href^="mailto:"]::after, .comp_v2_0090__frame__col__h3--regular a[href^="tel:"]::after, .comp_v2_0090__frame__col__h3--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0090__frame__col__h3--bold a[href^="tel:"], .comp_v2_0090__frame__col__h3--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0090__frame__col__h3--bold a:hover, .comp_v2_0090__frame__col__h3--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0090__frame__col__h3--bold a:hover::after, .comp_v2_0090__frame__col__h3--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0090__frame__col__h3--bold a:hover[target="_blank"]::after, .comp_v2_0090__frame__col__h3--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0090__frame__col__h3--bold a:hover[href$=".pdf"]::after, .comp_v2_0090__frame__col__h3--bold a:hover[href*="docget.jsp"]::after, .comp_v2_0090__frame__col__h3--regular a:hover[href$=".pdf"]::after, .comp_v2_0090__frame__col__h3--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0090__frame__col__h3--bold a:hover[href*="/list/index.php"]::after, .comp_v2_0090__frame__col__h3--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0090__frame__col__h3--bold a:hover[href^="#"]::after, .comp_v2_0090__frame__col__h3--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0090__frame__col__h3--bold a:hover[href^="tel:"]::after, .comp_v2_0090__frame__col__h3--bold a:hover[href^="mailto:"]::after, .comp_v2_0090__frame__col__h3--regular a:hover[href^="tel:"]::after, .comp_v2_0090__frame__col__h3--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0090__frame__col__h3--bold {
  font-weight: bold;
}

.comp_v2_0090__frame__col__h3--regular {
  font-weight: normal;
}

.comp_v2_0090__frame__col__h4 {
  font-size: 2rem;
  margin: 0;
  padding: 40px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0090__frame__col__h4 {
    margin: 0;
    padding-top: 30px;
  }
}

.comp_v2_0090__frame__col__h4 a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0090__frame__col__h4 a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_0090__frame__col__h4 a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0090__frame__col__h4 a[href$=".pdf"]::after, .comp_v2_0090__frame__col__h4 a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_0090__frame__col__h4 a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_0090__frame__col__h4 a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_0090__frame__col__h4 a[href^="tel:"]::after, .comp_v2_0090__frame__col__h4 a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0090__frame__col__h4 a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0090__frame__col__h4 a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0090__frame__col__h4 a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0090__frame__col__h4 a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0090__frame__col__h4 a:hover[href$=".pdf"]::after, .comp_v2_0090__frame__col__h4 a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0090__frame__col__h4 a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0090__frame__col__h4 a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0090__frame__col__h4 a:hover[href^="tel:"]::after, .comp_v2_0090__frame__col__h4 a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0090__frame__col__h4--bold, .comp_v2_0090__frame__col__h4--regular {
  font-size: 2rem;
  margin: 0;
  padding: 40px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0090__frame__col__h4--bold, .comp_v2_0090__frame__col__h4--regular {
    margin: 0;
    padding-top: 30px;
  }
}

.comp_v2_0090__frame__col__h4--bold a, .comp_v2_0090__frame__col__h4--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0090__frame__col__h4--bold a::after, .comp_v2_0090__frame__col__h4--regular a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_0090__frame__col__h4--bold a[target="_blank"]::after, .comp_v2_0090__frame__col__h4--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0090__frame__col__h4--bold a[href$=".pdf"]::after, .comp_v2_0090__frame__col__h4--bold a[href*="docget.jsp"]::after, .comp_v2_0090__frame__col__h4--regular a[href$=".pdf"]::after, .comp_v2_0090__frame__col__h4--regular a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_0090__frame__col__h4--bold a[href*="/list/index.php"]::after, .comp_v2_0090__frame__col__h4--regular a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_0090__frame__col__h4--bold a[href^="#"]::after, .comp_v2_0090__frame__col__h4--regular a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_0090__frame__col__h4--bold a[href^="tel:"]::after, .comp_v2_0090__frame__col__h4--bold a[href^="mailto:"]::after, .comp_v2_0090__frame__col__h4--regular a[href^="tel:"]::after, .comp_v2_0090__frame__col__h4--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0090__frame__col__h4--bold a[href^="tel:"], .comp_v2_0090__frame__col__h4--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0090__frame__col__h4--bold a:hover, .comp_v2_0090__frame__col__h4--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0090__frame__col__h4--bold a:hover::after, .comp_v2_0090__frame__col__h4--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0090__frame__col__h4--bold a:hover[target="_blank"]::after, .comp_v2_0090__frame__col__h4--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0090__frame__col__h4--bold a:hover[href$=".pdf"]::after, .comp_v2_0090__frame__col__h4--bold a:hover[href*="docget.jsp"]::after, .comp_v2_0090__frame__col__h4--regular a:hover[href$=".pdf"]::after, .comp_v2_0090__frame__col__h4--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0090__frame__col__h4--bold a:hover[href*="/list/index.php"]::after, .comp_v2_0090__frame__col__h4--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0090__frame__col__h4--bold a:hover[href^="#"]::after, .comp_v2_0090__frame__col__h4--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0090__frame__col__h4--bold a:hover[href^="tel:"]::after, .comp_v2_0090__frame__col__h4--bold a:hover[href^="mailto:"]::after, .comp_v2_0090__frame__col__h4--regular a:hover[href^="tel:"]::after, .comp_v2_0090__frame__col__h4--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0090__frame__col__h4--bold {
  font-weight: bold;
}

.comp_v2_0090__frame__col__h4--regular {
  font-weight: normal;
}

.comp_v2_0090__frame__col__h5 {
  font-size: 1.8rem;
  margin: 0;
  padding: 30px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

.comp_v2_0090__frame__col__h5 a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0090__frame__col__h5 a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_0090__frame__col__h5 a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0090__frame__col__h5 a[href$=".pdf"]::after, .comp_v2_0090__frame__col__h5 a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_0090__frame__col__h5 a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_0090__frame__col__h5 a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_0090__frame__col__h5 a[href^="tel:"]::after, .comp_v2_0090__frame__col__h5 a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0090__frame__col__h5 a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0090__frame__col__h5 a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0090__frame__col__h5 a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0090__frame__col__h5 a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0090__frame__col__h5 a:hover[href$=".pdf"]::after, .comp_v2_0090__frame__col__h5 a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0090__frame__col__h5 a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0090__frame__col__h5 a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0090__frame__col__h5 a:hover[href^="tel:"]::after, .comp_v2_0090__frame__col__h5 a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0090__frame__col__h5--bold, .comp_v2_0090__frame__col__h5--regular {
  font-size: 1.8rem;
  margin: 0;
  padding: 30px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

.comp_v2_0090__frame__col__h5--bold a, .comp_v2_0090__frame__col__h5--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0090__frame__col__h5--bold a::after, .comp_v2_0090__frame__col__h5--regular a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_0090__frame__col__h5--bold a[target="_blank"]::after, .comp_v2_0090__frame__col__h5--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0090__frame__col__h5--bold a[href$=".pdf"]::after, .comp_v2_0090__frame__col__h5--bold a[href*="docget.jsp"]::after, .comp_v2_0090__frame__col__h5--regular a[href$=".pdf"]::after, .comp_v2_0090__frame__col__h5--regular a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_0090__frame__col__h5--bold a[href*="/list/index.php"]::after, .comp_v2_0090__frame__col__h5--regular a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_0090__frame__col__h5--bold a[href^="#"]::after, .comp_v2_0090__frame__col__h5--regular a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_0090__frame__col__h5--bold a[href^="tel:"]::after, .comp_v2_0090__frame__col__h5--bold a[href^="mailto:"]::after, .comp_v2_0090__frame__col__h5--regular a[href^="tel:"]::after, .comp_v2_0090__frame__col__h5--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0090__frame__col__h5--bold a[href^="tel:"], .comp_v2_0090__frame__col__h5--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0090__frame__col__h5--bold a:hover, .comp_v2_0090__frame__col__h5--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0090__frame__col__h5--bold a:hover::after, .comp_v2_0090__frame__col__h5--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0090__frame__col__h5--bold a:hover[target="_blank"]::after, .comp_v2_0090__frame__col__h5--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0090__frame__col__h5--bold a:hover[href$=".pdf"]::after, .comp_v2_0090__frame__col__h5--bold a:hover[href*="docget.jsp"]::after, .comp_v2_0090__frame__col__h5--regular a:hover[href$=".pdf"]::after, .comp_v2_0090__frame__col__h5--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0090__frame__col__h5--bold a:hover[href*="/list/index.php"]::after, .comp_v2_0090__frame__col__h5--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0090__frame__col__h5--bold a:hover[href^="#"]::after, .comp_v2_0090__frame__col__h5--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0090__frame__col__h5--bold a:hover[href^="tel:"]::after, .comp_v2_0090__frame__col__h5--bold a:hover[href^="mailto:"]::after, .comp_v2_0090__frame__col__h5--regular a:hover[href^="tel:"]::after, .comp_v2_0090__frame__col__h5--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0090__frame__col__h5--bold {
  font-weight: bold;
}

.comp_v2_0090__frame__col__h5--regular {
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .comp_v2_0090__frame__col__h1--bold, .comp_v2_0090__frame__col__h1--regular, .comp_v2_0090__frame__col__h2--bold, .comp_v2_0090__frame__col__h2--regular, .comp_v2_0090__frame__col__h3--bold, .comp_v2_0090__frame__col__h3--regular, .comp_v2_0090__frame__col__h4--bold, .comp_v2_0090__frame__col__h4--regular, .comp_v2_0090__frame__col__h5--bold, .comp_v2_0090__frame__col__h5--regular {
    text-align: center;
  }
}

.comp_v2_0090__frame__col__text {
  margin: 20px 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0090__frame__col__text {
    text-align: center;
  }
}

.comp_v2_0090__frame__col__btn {
  margin: 20px 0;
}

.comp_v2_0090__frame__col__btn p {
  margin: 0;
  padding: 0;
}

.comp_v2_0090__frame__col__btn--center {
  text-align: center;
}

.comp_v2_0090__frame__col__btn--right {
  text-align: right;
}

.comp_v2_0090__frame__col__btn--default {
  font-size: 1.4rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  background-color: #0064d2;
  text-align: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  min-width: 110px;
  min-height: 40px;
  border: none;
  letter-spacing: 0.1rem;
}

.comp_v2_0090__frame__col__btn--default:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

.comp_v2_0090__frame__col__btn--default:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

.comp_v2_0090__frame__col__btn--default:disabled {
  color: #FFF;
  background-color: #707070;
}

.comp_v2_0090__frame__col__btn--default::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url("/apps/toshiba-ss-v2/clientlibs/dist/img/button-arrow.png");
  background-size: 18px 18px;
  margin-right: 0.2em;
  margin-bottom: 0.2em;
}

.comp_v2_0090__frame__col__btn a {
  font-size: 1.4rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
  min-width: 110px;
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  background-color: #0064d2;
  text-align: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  min-height: 40px;
  border: none;
  letter-spacing: 0.1rem;
}

.comp_v2_0090__frame__col__btn a:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
}

.comp_v2_0090__frame__col__btn a::before {
  content: "";
  display: inline-block;
  width: 18px;
  min-width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-arrow.png);
  background-size: 18px 18px;
  margin-right: 0.25em;
  margin-bottom: 0.1em;
}

.comp_v2_0090__frame__col__btn a[target="_blank"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-external.png);
}

.comp_v2_0090__frame__col__btn a[href$=".pdf"]::before, .comp_v2_0090__frame__col__btn a[href*="docget.jsp"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-pdf.png);
}

.comp_v2_0090__frame__col__btn a[href*="/list/index.php"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-parametric.png);
}

.comp_v2_0090__frame__col__btn a[href^="#"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-anchor.png);
}

.comp_v2_0090__frame__col__btn .comp_v2_0090__frame__col__btn--search::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-search.png);
}

.comp_v2_0090__frame__col__btn .comp_v2_0090__frame__col__btn--balloon::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-balloon.png);
}

.comp_v2_0090__frame__col__btn .comp_v2_0090__frame__col__btn--cart::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-cart.png);
}

.comp_v2_0090__frame__col__btn .comp_v2_0090__frame__col__btn--large {
  font-size: 2rem;
  padding: 18px 30px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0090__frame__col__btn .comp_v2_0090__frame__col__btn--large {
    width: 100%;
  }
}

.comp_v2_0090__frame__col__btn .comp_v2_0090__frame__col__btn--large:hover {
  color: #fff;
}

.comp_v2_0090__frame__col__btn .comp_v2_0090__frame__col__btn--flip {
  color: #0064d2;
  background-color: #fff;
  border: 1px solid #0064d2;
}

.comp_v2_0090__frame__col__btn .comp_v2_0090__frame__col__btn--flip::before {
  display: none;
}

.comp_v2_0090__frame__col__btn--default, .comp_v2_0090__frame__col__btn--large, .comp_v2_0090__frame__col__btn--flip {
  min-width: 200px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0090__frame__col__btn {
    text-align: center;
  }
}

.comp_v2_0090__frame__col__diagram {
  border: 1px solid #50bebe;
  padding: 30px 5px;
  background-color: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .comp_v2_0090__frame__col__diagram {
    padding: 5px 5px 0 5px;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.comp_v2_0090__frame__col__diagram dl {
  width: 33.3333%;
  padding: 0 5px;
  color: #50bebe;
  text-align: center;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

@media screen and (max-width: 768px) {
  .comp_v2_0090__frame__col__diagram dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding: 0;
    width: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0090__frame__col__diagram dl + dl {
    border-left: 1px solid #50bebe;
    margin-left: 5px;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0090__frame__col__diagram dl + dl {
    border-top: 1px solid #50bebe;
    padding: 5px;
  }
}

.comp_v2_0090__frame__col__diagram dl dt {
  font-weight: normal;
  font-size: 1.4vw;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .comp_v2_0090__frame__col__diagram dl dt {
    width: 50%;
    text-align: left;
    margin-left: 15px;
  }
}

@media print, screen and (min-width: 1140px) {
  .comp_v2_0090__frame__col__diagram dl dt {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0090__frame__col__diagram dl dt {
    font-size: 1.4rem;
  }
}

.comp_v2_0090__frame__col__diagram dl dd {
  font-weight: normal;
  font-size: 5vw;
}

@media screen and (max-width: 768px) {
  .comp_v2_0090__frame__col__diagram dl dd {
    width: 50%;
    text-align: right;
  }
}

@media print, screen and (min-width: 1140px) {
  .comp_v2_0090__frame__col__diagram dl dd {
    font-size: 5rem;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0090__frame__col__diagram dl dd {
    font-size: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0090__frame__col img {
    max-width: 300px;
  }
}

.comp_v2_0900 .comp_v2_0090__frame {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_0090__frame {
    padding-left: 0;
    padding-right: 0;
  }
}

.comp_v2_0110__frame {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px 0;
}

.comp_v2_0110__title {
  padding: 0 15px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0110__title {
    padding: 0 20px;
  }
}

.comp_v2_0110__slider {
  display: none;
  margin-top: 15px;
  margin-left: 70px;
  margin-right: 70px;
  max-width: 1140px;
}

@media screen and (min-width: 1280px) {
  .comp_v2_0110__slider {
    width: 1140px;
    margin: 15px auto 0;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0110__slider {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }
}

.comp_v2_0110__slider.slick-initialized {
  display: block;
}

.comp_v2_0110__slider .prev {
  position: absolute;
  top: calc(50% - 20px);
  left: -40px;
  width: 40px;
  height: 40px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/icon-prev.png);
  background-size: 40px 40px;
  cursor: pointer;
  text-indent: -999em;
}

.comp_v2_0110__slider .next {
  position: absolute;
  top: calc(50% - 20px);
  right: -40px;
  width: 40px;
  height: 40px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/icon-next.png);
  background-size: 40px 40px;
  cursor: pointer;
  text-indent: -999em;
}

.comp_v2_0110__slider .slick-disabled {
  opacity: 0.1;
}

.comp_v2_0110__slider .slick-disabled:hover {
  cursor: default;
  opacity: 0.1;
}

.comp_v2_0110__slider .prev.slick-arrow,
.comp_v2_0110__slider .next.slick-arrow {
  top: calc(50% - 24px);
}

.comp_v2_0110__slider .prev.slick-arrow {
  left: -55px;
}

.comp_v2_0110__slider .next.slick-arrow {
  right: -55px;
}

.comp_v2_0110__slider .slick-dots {
  position: relative;
  font-size: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 15px 0;
  margin: 0 auto;
  width: 80%;
}

.comp_v2_0110__slider .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 2px 5px;
  padding: 0;
  cursor: pointer;
}

.comp_v2_0110__slider .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 7px;
  border: 2px solid #6e7175;
}

.comp_v2_0110__slider .slick-dots li button:hover, .comp_v2_0110__slider .slick-dots li button:focus {
  outline: none;
}

.comp_v2_0110__slider .slick-dots li button:hover:before, .comp_v2_0110__slider .slick-dots li button:focus:before {
  opacity: 1;
}

.comp_v2_0110__slider .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 12px;
  height: 12px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  opacity: 0.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 6px;
}

.comp_v2_0110__slider .slick-dots li.slick-active button {
  opacity: 1;
  border: 2px solid #1d1e21;
  background-color: #1d1e21;
}

.comp_v2_0110__slider .slick-dots {
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.comp_v2_0110__slider .slick-dots li {
  margin: 0;
  padding: 5px;
}

.comp_v2_0110__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.comp_v2_0110__slider .slick-track .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

@media screen and (max-width: 768px) {
  .comp_v2_0110__slider .slick-track .slick-slide {
    padding: 0;
    width: 60vw;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .comp_v2_0110__slider .slick-track .slick-slide:not(.slick-center) {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

.comp_v2_0110__slider .slick-track .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.comp_v2_0110__slider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 23px;
}

@media screen and (max-width: 1139px) {
  .comp_v2_0110__slider__item {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0110__slider__item {
    width: 310px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.comp_v2_0110__slider__item__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  border-radius: 8px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.comp_v2_0110__slider__item__inner::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 4px;
  border-radius: 8px 8px 0 0;
  background-color: #0064d2;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  opacity: 0;
}

.comp_v2_0110__slider__item__inner::after {
  content: "";
  position: absolute;
  right: 15px;
  bottom: 15px;
  display: block;
  margin: 0;
  width: 34px;
  height: 34px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/icon-tile-arrow.png);
  background-size: 34px 34px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
}

.comp_v2_0110__slider__item__inner:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/icon-tile-arrow-active.png);
}

a.comp_v2_0110__slider__item__inner:hover {
  -webkit-box-shadow: 0 8px 15px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0 8px 15px 0px rgba(0, 0, 0, 0.16);
}

a.comp_v2_0110__slider__item__inner:hover::before {
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  opacity: 1;
}

a.comp_v2_0110__slider__item__inner:hover dt {
  color: #0064d2;
}

.comp_v2_0110__slider__item__status__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 0;
  margin-right: 0;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 4px;
  color: #fff;
  background-color: #af8cc8;
  font-size: 1.1rem;
  letter-spacing: 0.1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.comp_v2_0110__slider__item__content {
  margin-top: 10px;
  margin-bottom: 0;
}

.comp_v2_0110__slider__item__content__title {
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 5px;
  color: #1d1e21;
  position: relative;
  overflow: hidden;
  letter-spacing: 0.1rem;
}

.comp_v2_0110__slider__item__content__caption {
  line-height: 1.8;
}

.comp_v2_0110__slider__item__badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 34px;
  margin-top: auto;
}

.comp_v2_0110__slider__item__badge__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 5px 10px;
  border: 1px solid rgba(51, 51, 51, 0.3);
  border-radius: 4px;
  color: #333;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  font-size: 1.2rem;
  text-decoration: none;
}

.comp_v2_0110__slider__item__badge__item:last-of-type {
  margin-right: 44px;
}

.comp_v2_0110__slider--edit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.comp_v2_0110__slider--edit .comp_v2_0110__slider__item {
  width: 33.3%;
}

.comp_v2_0900 .comp_v2_0110__frame {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_0110__frame {
    padding-left: 0;
    padding-right: 0;
  }
}


.comp_v2_0120__frame {
  padding: 0 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .comp_v2_0120__frame {
    padding: 0 20px;
  }
}

.comp_v2_0120__title__h1 {
  font-size: 4.8rem;
  margin: 0;
  padding: 70px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0120__title__h1 {
    margin: 0;
    padding-top: 50px;
    font-size: 2.8rem;
  }
}

.comp_v2_0120__title__h1 a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0120__title__h1 a::after {
  position: relative;
  margin-left: 20px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 18px 18px;
}

.comp_v2_0120__title__h1 a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0120__title__h1 a[href$=".pdf"]::after, .comp_v2_0120__title__h1 a[href*="docget.jsp"]::after {
  width: 18px;
  height: 24px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 18px 24px;
}

.comp_v2_0120__title__h1 a[href*="/list/index.php"]::after {
  width: 20px;
  height: 17px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 20px 17px;
}

.comp_v2_0120__title__h1 a[href^="#"]::after {
  width: 20px;
  height: 20px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 20px 20px;
}

.comp_v2_0120__title__h1 a[href^="tel:"]::after, .comp_v2_0120__title__h1 a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0120__title__h1 a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0120__title__h1 a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0120__title__h1 a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0120__title__h1 a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0120__title__h1 a:hover[href$=".pdf"]::after, .comp_v2_0120__title__h1 a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0120__title__h1 a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0120__title__h1 a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0120__title__h1 a:hover[href^="tel:"]::after, .comp_v2_0120__title__h1 a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0120__title__h1--bold, .comp_v2_0120__title__h1--regular {
  font-size: 4.8rem;
  margin: 0;
  padding: 70px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0120__title__h1--bold, .comp_v2_0120__title__h1--regular {
    margin: 0;
    padding-top: 50px;
    font-size: 2.8rem;
  }
}

.comp_v2_0120__title__h1--bold a, .comp_v2_0120__title__h1--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0120__title__h1--bold a::after, .comp_v2_0120__title__h1--regular a::after {
  position: relative;
  margin-left: 20px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 18px 18px;
}

.comp_v2_0120__title__h1--bold a[target="_blank"]::after, .comp_v2_0120__title__h1--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0120__title__h1--bold a[href$=".pdf"]::after, .comp_v2_0120__title__h1--bold a[href*="docget.jsp"]::after, .comp_v2_0120__title__h1--regular a[href$=".pdf"]::after, .comp_v2_0120__title__h1--regular a[href*="docget.jsp"]::after {
  width: 18px;
  height: 24px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 18px 24px;
}

.comp_v2_0120__title__h1--bold a[href*="/list/index.php"]::after, .comp_v2_0120__title__h1--regular a[href*="/list/index.php"]::after {
  width: 20px;
  height: 17px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 20px 17px;
}

.comp_v2_0120__title__h1--bold a[href^="#"]::after, .comp_v2_0120__title__h1--regular a[href^="#"]::after {
  width: 20px;
  height: 20px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 20px 20px;
}

.comp_v2_0120__title__h1--bold a[href^="tel:"]::after, .comp_v2_0120__title__h1--bold a[href^="mailto:"]::after, .comp_v2_0120__title__h1--regular a[href^="tel:"]::after, .comp_v2_0120__title__h1--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0120__title__h1--bold a[href^="tel:"], .comp_v2_0120__title__h1--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0120__title__h1--bold a:hover, .comp_v2_0120__title__h1--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0120__title__h1--bold a:hover::after, .comp_v2_0120__title__h1--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0120__title__h1--bold a:hover[target="_blank"]::after, .comp_v2_0120__title__h1--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0120__title__h1--bold a:hover[href$=".pdf"]::after, .comp_v2_0120__title__h1--bold a:hover[href*="docget.jsp"]::after, .comp_v2_0120__title__h1--regular a:hover[href$=".pdf"]::after, .comp_v2_0120__title__h1--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0120__title__h1--bold a:hover[href*="/list/index.php"]::after, .comp_v2_0120__title__h1--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0120__title__h1--bold a:hover[href^="#"]::after, .comp_v2_0120__title__h1--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0120__title__h1--bold a:hover[href^="tel:"]::after, .comp_v2_0120__title__h1--bold a:hover[href^="mailto:"]::after, .comp_v2_0120__title__h1--regular a:hover[href^="tel:"]::after, .comp_v2_0120__title__h1--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0120__title__h1--bold {
  font-weight: bold;
}

.comp_v2_0120__title__h1--regular {
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .comp_v2_0120__title__h1--bold, .comp_v2_0120__title__h1--regular {
    text-align: left;
  }
}

.comp_v2_0120__title__h2 {
  font-size: 3.4rem;
  margin: 0;
  padding: 60px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
  font-size: 4.8rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0120__title__h2 {
    font-size: 2.8rem;
    margin: 0;
    padding-top: 40px;
  }
}

.comp_v2_0120__title__h2 a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0120__title__h2 a::after {
  position: relative;
  margin-left: 20px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 18px 18px;
}

.comp_v2_0120__title__h2 a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0120__title__h2 a[href$=".pdf"]::after, .comp_v2_0120__title__h2 a[href*="docget.jsp"]::after {
  width: 18px;
  height: 24px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 18px 24px;
}

.comp_v2_0120__title__h2 a[href*="/list/index.php"]::after {
  width: 20px;
  height: 17px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 20px 17px;
}

.comp_v2_0120__title__h2 a[href^="#"]::after {
  width: 20px;
  height: 20px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 20px 20px;
}

.comp_v2_0120__title__h2 a[href^="tel:"]::after, .comp_v2_0120__title__h2 a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0120__title__h2 a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0120__title__h2 a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0120__title__h2 a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0120__title__h2 a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0120__title__h2 a:hover[href$=".pdf"]::after, .comp_v2_0120__title__h2 a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0120__title__h2 a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0120__title__h2 a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0120__title__h2 a:hover[href^="tel:"]::after, .comp_v2_0120__title__h2 a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0120__title__h2--bold, .comp_v2_0120__title__h2--regular {
  font-size: 3.4rem;
  margin: 0;
  padding: 60px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0120__title__h2--bold, .comp_v2_0120__title__h2--regular {
    font-size: 2.8rem;
    margin: 0;
    padding-top: 40px;
  }
}

.comp_v2_0120__title__h2--bold a, .comp_v2_0120__title__h2--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0120__title__h2--bold a::after, .comp_v2_0120__title__h2--regular a::after {
  position: relative;
  margin-left: 20px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 18px 18px;
}

.comp_v2_0120__title__h2--bold a[target="_blank"]::after, .comp_v2_0120__title__h2--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0120__title__h2--bold a[href$=".pdf"]::after, .comp_v2_0120__title__h2--bold a[href*="docget.jsp"]::after, .comp_v2_0120__title__h2--regular a[href$=".pdf"]::after, .comp_v2_0120__title__h2--regular a[href*="docget.jsp"]::after {
  width: 18px;
  height: 24px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 18px 24px;
}

.comp_v2_0120__title__h2--bold a[href*="/list/index.php"]::after, .comp_v2_0120__title__h2--regular a[href*="/list/index.php"]::after {
  width: 20px;
  height: 17px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 20px 17px;
}

.comp_v2_0120__title__h2--bold a[href^="#"]::after, .comp_v2_0120__title__h2--regular a[href^="#"]::after {
  width: 20px;
  height: 20px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 20px 20px;
}

.comp_v2_0120__title__h2--bold a[href^="tel:"]::after, .comp_v2_0120__title__h2--bold a[href^="mailto:"]::after, .comp_v2_0120__title__h2--regular a[href^="tel:"]::after, .comp_v2_0120__title__h2--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0120__title__h2--bold a[href^="tel:"], .comp_v2_0120__title__h2--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0120__title__h2--bold a:hover, .comp_v2_0120__title__h2--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0120__title__h2--bold a:hover::after, .comp_v2_0120__title__h2--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0120__title__h2--bold a:hover[target="_blank"]::after, .comp_v2_0120__title__h2--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0120__title__h2--bold a:hover[href$=".pdf"]::after, .comp_v2_0120__title__h2--bold a:hover[href*="docget.jsp"]::after, .comp_v2_0120__title__h2--regular a:hover[href$=".pdf"]::after, .comp_v2_0120__title__h2--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0120__title__h2--bold a:hover[href*="/list/index.php"]::after, .comp_v2_0120__title__h2--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0120__title__h2--bold a:hover[href^="#"]::after, .comp_v2_0120__title__h2--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0120__title__h2--bold a:hover[href^="tel:"]::after, .comp_v2_0120__title__h2--bold a:hover[href^="mailto:"]::after, .comp_v2_0120__title__h2--regular a:hover[href^="tel:"]::after, .comp_v2_0120__title__h2--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0120__title__h2--bold {
  font-weight: bold;
}

.comp_v2_0120__title__h2--regular {
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .comp_v2_0120__title__h2--bold, .comp_v2_0120__title__h2--regular {
    text-align: left;
  }
}

.comp_v2_0120__title__h3 {
  font-size: 2.8rem;
  margin: 0;
  padding: 50px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0120__title__h3 {
    font-size: 2.4rem;
    margin: 0;
    padding-top: 30px;
  }
}

.comp_v2_0120__title__h3--bold, .comp_v2_0120__title__h3--regular {
  font-size: 2.8rem;
  margin: 0;
  padding: 50px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0120__title__h3--bold, .comp_v2_0120__title__h3--regular {
    font-size: 2.4rem;
    margin: 0;
    padding-top: 30px;
  }
}

.comp_v2_0120__title__h3--bold a, .comp_v2_0120__title__h3--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0120__title__h3--bold a::after, .comp_v2_0120__title__h3--regular a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_0120__title__h3--bold a[target="_blank"]::after, .comp_v2_0120__title__h3--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0120__title__h3--bold a[href$=".pdf"]::after, .comp_v2_0120__title__h3--bold a[href*="docget.jsp"]::after, .comp_v2_0120__title__h3--regular a[href$=".pdf"]::after, .comp_v2_0120__title__h3--regular a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_0120__title__h3--bold a[href*="/list/index.php"]::after, .comp_v2_0120__title__h3--regular a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_0120__title__h3--bold a[href^="#"]::after, .comp_v2_0120__title__h3--regular a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_0120__title__h3--bold a[href^="tel:"]::after, .comp_v2_0120__title__h3--bold a[href^="mailto:"]::after, .comp_v2_0120__title__h3--regular a[href^="tel:"]::after, .comp_v2_0120__title__h3--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0120__title__h3--bold a[href^="tel:"], .comp_v2_0120__title__h3--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0120__title__h3--bold a:hover, .comp_v2_0120__title__h3--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0120__title__h3--bold a:hover::after, .comp_v2_0120__title__h3--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0120__title__h3--bold a:hover[target="_blank"]::after, .comp_v2_0120__title__h3--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0120__title__h3--bold a:hover[href$=".pdf"]::after, .comp_v2_0120__title__h3--bold a:hover[href*="docget.jsp"]::after, .comp_v2_0120__title__h3--regular a:hover[href$=".pdf"]::after, .comp_v2_0120__title__h3--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0120__title__h3--bold a:hover[href*="/list/index.php"]::after, .comp_v2_0120__title__h3--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0120__title__h3--bold a:hover[href^="#"]::after, .comp_v2_0120__title__h3--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0120__title__h3--bold a:hover[href^="tel:"]::after, .comp_v2_0120__title__h3--bold a:hover[href^="mailto:"]::after, .comp_v2_0120__title__h3--regular a:hover[href^="tel:"]::after, .comp_v2_0120__title__h3--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0120__title__h3--bold {
  font-weight: bold;
}

.comp_v2_0120__title__h3--regular {
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .comp_v2_0120__title__h3--bold, .comp_v2_0120__title__h3--regular {
    text-align: left;
  }
}

.comp_v2_0120__title__h4 {
  font-size: 2rem;
  margin: 0;
  padding: 40px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0120__title__h4 {
    margin: 0;
    padding-top: 30px;
  }
}

.comp_v2_0120__title__h4 a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0120__title__h4 a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_0120__title__h4 a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0120__title__h4 a[href$=".pdf"]::after, .comp_v2_0120__title__h4 a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_0120__title__h4 a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_0120__title__h4 a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_0120__title__h4 a[href^="tel:"]::after, .comp_v2_0120__title__h4 a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0120__title__h4 a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0120__title__h4 a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0120__title__h4 a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0120__title__h4 a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0120__title__h4 a:hover[href$=".pdf"]::after, .comp_v2_0120__title__h4 a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0120__title__h4 a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0120__title__h4 a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0120__title__h4 a:hover[href^="tel:"]::after, .comp_v2_0120__title__h4 a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0120__title__h4--bold, .comp_v2_0120__title__h4--regular {
  font-size: 2rem;
  margin: 0;
  padding: 40px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0120__title__h4--bold, .comp_v2_0120__title__h4--regular {
    margin: 0;
    padding-top: 30px;
  }
}

.comp_v2_0120__title__h4--bold a, .comp_v2_0120__title__h4--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0120__title__h4--bold a::after, .comp_v2_0120__title__h4--regular a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_0120__title__h4--bold a[target="_blank"]::after, .comp_v2_0120__title__h4--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0120__title__h4--bold a[href$=".pdf"]::after, .comp_v2_0120__title__h4--bold a[href*="docget.jsp"]::after, .comp_v2_0120__title__h4--regular a[href$=".pdf"]::after, .comp_v2_0120__title__h4--regular a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_0120__title__h4--bold a[href*="/list/index.php"]::after, .comp_v2_0120__title__h4--regular a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_0120__title__h4--bold a[href^="#"]::after, .comp_v2_0120__title__h4--regular a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_0120__title__h4--bold a[href^="tel:"]::after, .comp_v2_0120__title__h4--bold a[href^="mailto:"]::after, .comp_v2_0120__title__h4--regular a[href^="tel:"]::after, .comp_v2_0120__title__h4--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0120__title__h4--bold a[href^="tel:"], .comp_v2_0120__title__h4--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0120__title__h4--bold a:hover, .comp_v2_0120__title__h4--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0120__title__h4--bold a:hover::after, .comp_v2_0120__title__h4--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0120__title__h4--bold a:hover[target="_blank"]::after, .comp_v2_0120__title__h4--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0120__title__h4--bold a:hover[href$=".pdf"]::after, .comp_v2_0120__title__h4--bold a:hover[href*="docget.jsp"]::after, .comp_v2_0120__title__h4--regular a:hover[href$=".pdf"]::after, .comp_v2_0120__title__h4--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0120__title__h4--bold a:hover[href*="/list/index.php"]::after, .comp_v2_0120__title__h4--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0120__title__h4--bold a:hover[href^="#"]::after, .comp_v2_0120__title__h4--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0120__title__h4--bold a:hover[href^="tel:"]::after, .comp_v2_0120__title__h4--bold a:hover[href^="mailto:"]::after, .comp_v2_0120__title__h4--regular a:hover[href^="tel:"]::after, .comp_v2_0120__title__h4--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0120__title__h4--bold {
  font-weight: bold;
}

.comp_v2_0120__title__h4--regular {
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .comp_v2_0120__title__h4--bold, .comp_v2_0120__title__h4--regular {
    text-align: left;
  }
}

.comp_v2_0120__title__h5 {
  font-size: 1.8rem;
  margin: 0;
  padding: 30px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

.comp_v2_0120__title__h5 a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0120__title__h5 a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_0120__title__h5 a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0120__title__h5 a[href$=".pdf"]::after, .comp_v2_0120__title__h5 a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_0120__title__h5 a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_0120__title__h5 a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_0120__title__h5 a[href^="tel:"]::after, .comp_v2_0120__title__h5 a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0120__title__h5 a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0120__title__h5 a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0120__title__h5 a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0120__title__h5 a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0120__title__h5 a:hover[href$=".pdf"]::after, .comp_v2_0120__title__h5 a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0120__title__h5 a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0120__title__h5 a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0120__title__h5 a:hover[href^="tel:"]::after, .comp_v2_0120__title__h5 a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0120__title__h5--bold, .comp_v2_0120__title__h5--regular {
  font-size: 1.8rem;
  margin: 0;
  padding: 30px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

.comp_v2_0120__title__h5--bold a, .comp_v2_0120__title__h5--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0120__title__h5--bold a::after, .comp_v2_0120__title__h5--regular a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_0120__title__h5--bold a[target="_blank"]::after, .comp_v2_0120__title__h5--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0120__title__h5--bold a[href$=".pdf"]::after, .comp_v2_0120__title__h5--bold a[href*="docget.jsp"]::after, .comp_v2_0120__title__h5--regular a[href$=".pdf"]::after, .comp_v2_0120__title__h5--regular a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_0120__title__h5--bold a[href*="/list/index.php"]::after, .comp_v2_0120__title__h5--regular a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_0120__title__h5--bold a[href^="#"]::after, .comp_v2_0120__title__h5--regular a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_0120__title__h5--bold a[href^="tel:"]::after, .comp_v2_0120__title__h5--bold a[href^="mailto:"]::after, .comp_v2_0120__title__h5--regular a[href^="tel:"]::after, .comp_v2_0120__title__h5--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0120__title__h5--bold a[href^="tel:"], .comp_v2_0120__title__h5--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0120__title__h5--bold a:hover, .comp_v2_0120__title__h5--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0120__title__h5--bold a:hover::after, .comp_v2_0120__title__h5--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0120__title__h5--bold a:hover[target="_blank"]::after, .comp_v2_0120__title__h5--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0120__title__h5--bold a:hover[href$=".pdf"]::after, .comp_v2_0120__title__h5--bold a:hover[href*="docget.jsp"]::after, .comp_v2_0120__title__h5--regular a:hover[href$=".pdf"]::after, .comp_v2_0120__title__h5--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0120__title__h5--bold a:hover[href*="/list/index.php"]::after, .comp_v2_0120__title__h5--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0120__title__h5--bold a:hover[href^="#"]::after, .comp_v2_0120__title__h5--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0120__title__h5--bold a:hover[href^="tel:"]::after, .comp_v2_0120__title__h5--bold a:hover[href^="mailto:"]::after, .comp_v2_0120__title__h5--regular a:hover[href^="tel:"]::after, .comp_v2_0120__title__h5--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0120__title__h5--bold {
  font-weight: bold;
}

.comp_v2_0120__title__h5--regular {
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .comp_v2_0120__title__h5--bold, .comp_v2_0120__title__h5--regular {
    text-align: left;
  }
}

.comp_v2_0120__block {
  padding-left: 0;
  padding-right: 0;
  padding-top: 15px;
  padding-bottom: 0;
}

.comp_v2_0120__block__tab {
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(245, 245, 246, 0.8);
  padding: 8px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 30px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0120__block__tab {
    margin: 0;
  }
}

.comp_v2_0120__block__tab__item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  vertical-align: middle;
  border-radius: 4px;
  text-align: center;
  padding: 8px;
  border: 0 none;
  color: #1d1e21;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  opacity: 0.5;
  letter-spacing: 0.1rem;
}

.comp_v2_0120__block__tab__item:hover {
  color: #2d2d2d;
  cursor: pointer;
  opacity: 1;
}

.comp_v2_0120__block__tab__item--active {
  color: #1d1e21;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.05);
  opacity: 1;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .comp_v2_0120__block__tab {
    margin: 0 auto 20px;
  }
}

.comp_v2_0120__block__tab__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.comp_v2_0120__block__contents {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .comp_v2_0120__block__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.comp_v2_0120__block__contents__item {
  position: absolute;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  -webkit-transition-property: left, top;
  transition-property: left, top;
  z-index: 1;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 23px;
  width: 33.3%;
}

@media screen and (max-width: 768px) {
  .comp_v2_0120__block__contents__item {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}

.comp_v2_0120__block__contents__item__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  border-radius: 4px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  color: #2d2d2d;
}

.comp_v2_0120__block__contents__item__inner::after {
  content: "";
  position: absolute;
  right: 15px;
  bottom: 15px;
  display: block;
  margin: 0;
  width: 34px;
  height: 34px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/icon-tile-arrow.png);
  background-size: 34px 34px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
}

.comp_v2_0120__block__contents__item__inner:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/icon-tile-arrow-active.png);
}

a.comp_v2_0120__block__contents__item__inner:hover {
  -webkit-box-shadow: 0 8px 15px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0 8px 15px 0px rgba(0, 0, 0, 0.16);
}

.comp_v2_0120__block__contents__item__image {
  border-radius: 4px 4px 0 0;
  width: 100%;
  margin-top: -15px;
  margin-bottom: 15px;
}

.comp_v2_0120__block__contents__item__image img {
  border-radius: 4px 4px 0 0;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.comp_v2_0120__block__contents__item__date {
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.2rem;
  color: #707070;
  letter-spacing: 0.1rem;
}

.comp_v2_0120__block__contents__item__content {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 5px;
}

.comp_v2_0120__block__contents__item__badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 34px;
  margin-top: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.comp_v2_0120__block__contents__item__badge__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 5px 10px;
  border: 1px solid rgba(51, 51, 51, 0.3);
  border-radius: 4px;
  color: #333;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  font-size: 1.2rem;
  text-decoration: none;
}

.comp_v2_0120__block__contents__item__badge__item:last-of-type {
  margin-right: 44px;
}

.comp_v2_0120__button {
  font-size: 1.4rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  background-color: #0064d2;
  text-align: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  min-width: 110px;
  min-height: 40px;
  border: none;
  letter-spacing: 0.1rem;
  margin-top: 10px;
}

.comp_v2_0120__button:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

.comp_v2_0120__button:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

.comp_v2_0120__button:disabled {
  color: #FFF;
  background-color: #707070;
}

.comp_v2_0120__button::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url("/apps/toshiba-ss-v2/clientlibs/dist/img/button-arrow.png");
  background-size: 18px 18px;
  margin-right: 0.2em;
  margin-bottom: 0.2em;
}

@media screen and (max-width: 768px) {
  .comp_v2_0120__button {
    width: 100%;
  }
}

.comp_v2_0120__button__outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0px;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0120__button__outer {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.comp_v2_0900 .comp_v2_0120__frame {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_0120__frame {
    padding-left: 0;
    padding-right: 0;
  }
}

@-webkit-keyframes footerQrPopupSlideUp {
  0% {
    opacity: 0;
    top: 250px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

@keyframes footerQrPopupSlideUp {
  0% {
    opacity: 0;
    top: 250px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

.comp_v2_0130 {
  position: relative;
}

.comp_v2_0130__frame_before {
  position: absolute;
  top: -75px;
  margin-top: 15px;
  width: 100%;
}

.comp_v2_0130__frame_before__inner {
  height: 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1140px;
  margin: 0 auto;
  padding: 15px 0 40px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0130__frame_before__inner {
    padding: 20px;
  }
}

.comp_v2_0130__frame_before__icon_description {
  font-size: 1.4rem;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.comp_v2_0130__frame_before__icon_description::before {
  content: "";
  display: inline-block;
  background-position: left center;
  background-size: contain;
  height: 15px;
  width: 15px;
  padding-right: 10px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
  background-repeat: no-repeat;
}

.comp_v2_0130__frame {
  margin-top: 90px;
  border-top: 1px solid rgba(51, 51, 51, 0.2);
  background-color: #fbfcfd;
  padding: 15px 0 40px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0130__frame {
    padding: 20px 0;
  }
}

.comp_v2_0130__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0130__inner {
    padding: 0 20px;
  }
}

.comp_v2_0130__sitemap_link {
  position: absolute;
  bottom: calc(100% + 20px);
  padding: 0px 15px 0px 40px;
  border-left: 1px solid rgba(51, 51, 51, 0.2);
  margin-bottom: 10px;
  right: 0;
  font-size: 1.3rem;
  letter-spacing: 0.15rem;
  font-weight: bold;
  color: #1d1e21;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
  background-size: 13px 13px;
  background-position: left 15px top;
}

.comp_v2_0130__sitemap_link:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .comp_v2_0130__sitemap_link {
    bottom: calc(100% + 40px);
    padding: 0px 20px 0px 40px;
  }
}

.comp_v2_0130__section, .comp_v2_0130__section--mobile-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.comp_v2_0130__section__item, .comp_v2_0130__section__item--mobile-show {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

@media screen and (max-width: 768px) {
  .comp_v2_0130__section__item, .comp_v2_0130__section__item--mobile-show {
    display: none;
  }
}

.comp_v2_0130__section__item--mobile-show {
  display: block;
}

.comp_v2_0130__section__item--wide, .comp_v2_0130__section__item--wide--mobile-show {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  -ms-flex-negative: 2;
  flex-shrink: 2;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

@media screen and (max-width: 768px) {
  .comp_v2_0130__section__item--wide, .comp_v2_0130__section__item--wide--mobile-show {
    display: none;
  }
}

.comp_v2_0130__section__item--wide--mobile-show {
  display: block;
}

.comp_v2_0130__section__item + .comp_v2_0130__section__item, .comp_v2_0130__section__item--mobile-show + .comp_v2_0130__section__item, .comp_v2_0130__section__item + .comp_v2_0130__section__item--mobile-show, .comp_v2_0130__section__item--mobile-show + .comp_v2_0130__section__item--mobile-show,
.comp_v2_0130__section__item--wide + .comp_v2_0130__section__item,
.comp_v2_0130__section__item--wide--mobile-show + .comp_v2_0130__section__item,
.comp_v2_0130__section__item--wide + .comp_v2_0130__section__item--mobile-show,
.comp_v2_0130__section__item--wide--mobile-show + .comp_v2_0130__section__item--mobile-show,
.comp_v2_0130__section__item + .comp_v2_0130__section__item--wide,
.comp_v2_0130__section__item--mobile-show + .comp_v2_0130__section__item--wide,
.comp_v2_0130__section__item + .comp_v2_0130__section__item--wide--mobile-show,
.comp_v2_0130__section__item--mobile-show + .comp_v2_0130__section__item--wide--mobile-show,
.comp_v2_0130__section__item--wide + .comp_v2_0130__section__item--wide,
.comp_v2_0130__section__item--wide--mobile-show + .comp_v2_0130__section__item--wide,
.comp_v2_0130__section__item--wide + .comp_v2_0130__section__item--wide--mobile-show,
.comp_v2_0130__section__item--wide--mobile-show + .comp_v2_0130__section__item--wide--mobile-show {
  margin-left: 15px;
}

.comp_v2_0130__section__item__title, .comp_v2_0130__section__item__title--mobile-show {
  font-size: 1.6rem;
  font-weight: bold;
  color: #1d1e21;
  letter-spacing: 0.1rem;
  margin-top: 20px;
}

.comp_v2_0130__section__item__title .disc, .comp_v2_0130__section__item__title--mobile-show .disc {
  display: inline-block;
  padding-left: 30px;
  margin-left: 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .comp_v2_0130__section__item__title .disc, .comp_v2_0130__section__item__title--mobile-show .disc {
    padding-left: 25px;
  }
}

.comp_v2_0130__section__item__title .disc::before, .comp_v2_0130__section__item__title--mobile-show .disc::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: "\002022";
  color: #0064d2;
  margin: 0 7px;
}

.comp_v2_0130__section__item__title a, .comp_v2_0130__section__item__title--mobile-show a {
  display: inline-block;
  color: #0064d2;
  padding-left: 30px;
  padding-right: 0;
  position: relative;
  line-height: 1.4;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .comp_v2_0130__section__item__title a, .comp_v2_0130__section__item__title--mobile-show a {
    padding-left: 25px;
  }
}

.comp_v2_0130__section__item__title a:hover, .comp_v2_0130__section__item__title--mobile-show a:hover {
  text-decoration: underline;
}

.comp_v2_0130__section__item__title a::after, .comp_v2_0130__section__item__title--mobile-show a::after {
  display: none;
}

.comp_v2_0130__section__item__title a::before, .comp_v2_0130__section__item__title--mobile-show a::before {
  position: absolute;
  left: 5px;
  top: 0.2em;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
  background-size: 13px 13px;
}

.comp_v2_0130__section__item__title a[target="_blank"]::before, .comp_v2_0130__section__item__title--mobile-show a[target="_blank"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0130__section__item__title a[href$=".pdf"]::before, .comp_v2_0130__section__item__title--mobile-show a[href$=".pdf"]::before, .comp_v2_0130__section__item__title a[href*="docget.jsp"]::before, .comp_v2_0130__section__item__title--mobile-show a[href*="docget.jsp"]::before {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
  background-size: 11px 14px;
}

.comp_v2_0130__section__item__title a[href*="/list/index.php"]::before, .comp_v2_0130__section__item__title--mobile-show a[href*="/list/index.php"]::before {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
  background-size: 13px 11px;
}

.comp_v2_0130__section__item__title a[href^="#"]::before, .comp_v2_0130__section__item__title--mobile-show a[href^="#"]::before {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
  background-size: 13px 13px;
}

.comp_v2_0130__section__item__title a[href^="tel:"], .comp_v2_0130__section__item__title--mobile-show a[href^="tel:"], .comp_v2_0130__section__item__title a[href^="mailto:"], .comp_v2_0130__section__item__title--mobile-show a[href^="mailto:"], .comp_v2_0130__section__item__title a.icon-none, .comp_v2_0130__section__item__title--mobile-show a.icon-none {
  padding-left: 0;
}

.comp_v2_0130__section__item__title a[href^="tel:"]::before, .comp_v2_0130__section__item__title--mobile-show a[href^="tel:"]::before, .comp_v2_0130__section__item__title a[href^="mailto:"]::before, .comp_v2_0130__section__item__title--mobile-show a[href^="mailto:"]::before, .comp_v2_0130__section__item__title a.icon-none::before, .comp_v2_0130__section__item__title--mobile-show a.icon-none::before {
  display: none;
}

.comp_v2_0130__section__item__title a.icon-none img, .comp_v2_0130__section__item__title--mobile-show a.icon-none img {
  margin: 0;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0130__section__item__title a[href^="tel:"], .comp_v2_0130__section__item__title--mobile-show a[href^="tel:"] {
    color: #333;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0130__section__item__title a::before, .comp_v2_0130__section__item__title--mobile-show a::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
}

.comp_v2_0130__section__item__title[target="_blank"]::before, .comp_v2_0130__section__item__title--mobile-show[target="_blank"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

@media screen and (max-width: 768px) {
  .comp_v2_0130__section__item__title, .comp_v2_0130__section__item__title--mobile-show {
    display: none;
  }
}

.comp_v2_0130__section__item__title a, .comp_v2_0130__section__item__title--mobile-show a {
  color: #1d1e21;
}

.comp_v2_0130__section__item__title--mobile-show {
  display: block;
}

.comp_v2_0130__section__item__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .comp_v2_0130__section__item__container {
    display: none;
  }
}

.comp_v2_0130__section__item__container--2column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.comp_v2_0130__section__item__container__column {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

.comp_v2_0130__section__item__container__column__list {
  margin: 0;
}

.comp_v2_0130__section__item__container__column__list .disc {
  display: inline-block;
  padding-left: 30px;
  margin-left: 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .comp_v2_0130__section__item__container__column__list .disc {
    padding-left: 25px;
  }
}

.comp_v2_0130__section__item__container__column__list .disc::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: "\002022";
  color: #0064d2;
  margin: 0 7px;
}

.comp_v2_0130__section__item__container__column__list a {
  display: inline-block;
  color: #0064d2;
  padding-left: 30px;
  padding-right: 0;
  position: relative;
  line-height: 1.4;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .comp_v2_0130__section__item__container__column__list a {
    padding-left: 25px;
  }
}

.comp_v2_0130__section__item__container__column__list a:hover {
  text-decoration: underline;
}

.comp_v2_0130__section__item__container__column__list a::after {
  display: none;
}

.comp_v2_0130__section__item__container__column__list a::before {
  position: absolute;
  left: 5px;
  top: 0.2em;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
  background-size: 13px 13px;
}

.comp_v2_0130__section__item__container__column__list a[target="_blank"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0130__section__item__container__column__list a[href$=".pdf"]::before, .comp_v2_0130__section__item__container__column__list a[href*="docget.jsp"]::before {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
  background-size: 11px 14px;
}

.comp_v2_0130__section__item__container__column__list a[href*="/list/index.php"]::before {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
  background-size: 13px 11px;
}

.comp_v2_0130__section__item__container__column__list a[href^="#"]::before {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
  background-size: 13px 13px;
}

.comp_v2_0130__section__item__container__column__list a[href^="tel:"], .comp_v2_0130__section__item__container__column__list a[href^="mailto:"], .comp_v2_0130__section__item__container__column__list a.icon-none {
  padding-left: 0;
}

.comp_v2_0130__section__item__container__column__list a[href^="tel:"]::before, .comp_v2_0130__section__item__container__column__list a[href^="mailto:"]::before, .comp_v2_0130__section__item__container__column__list a.icon-none::before {
  display: none;
}

.comp_v2_0130__section__item__container__column__list a.icon-none img {
  margin: 0;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0130__section__item__container__column__list a[href^="tel:"] {
    color: #333;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0130__section__item__container__column__list a {
  color: #1d1e21;
}

.comp_v2_0130__section__item__container__column__list--sns {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}

.comp_v2_0130__section__item__container__column__list--sns li {
  margin: 0 10px;
  text-align: center;
}

.comp_v2_0130__section__item__container__column__list--sns li:first-child {
  margin-left: 0;
}

.comp_v2_0130__section__item__container__column__list--sns li img {
  width: 32px;
  height: auto;
}

.comp_v2_0130__section__item__container__column__list__item__label {
  cursor: pointer;
}

.comp_v2_0130__section__item__container__column__list__item > input[type="checkbox"] {
  display: none;
}

.comp_v2_0130__section__item__container__column__list__item__popup {
  display: none;
  position: absolute;
  left: 0;
  bottom: 32px;
  overflow: hidden;
  padding-bottom: 10px;
}

.comp_v2_0130__section__item__container__column__list__item__popup__inner {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(51, 51, 51, 0.2);
  border-radius: 4px;
  width: 300px;
  padding: 15px;
  background-color: #fff;
  text-align: center;
  -webkit-animation: footerQrPopupSlideUp 0.2s ease;
  animation: footerQrPopupSlideUp 0.2s ease;
}

@media screen and (max-width: 768px) {
  .comp_v2_0130__section__item__container__column__list__item__popup__inner {
    padding: 20px;
  }
}

.comp_v2_0130__section__item__container__column__list__item__popup__inner::before {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 50%;
  margin-left: -5px;
  border: 10px solid transparent;
  border-top: 10px solid #fff;
  z-index: 2;
}

.comp_v2_0130__section__item__container__column__list__item__popup__inner::after {
  content: "";
  position: absolute;
  bottom: -21px;
  left: 50%;
  margin-left: -5px;
  border: 10px solid transparent;
  border-top: 10px solid rgba(51, 51, 51, 0.2);
  z-index: 1;
}

.comp_v2_0130__section__item__container__column__list__item__popup__upper_text {
  font-size: 1.2rem;
}

.comp_v2_0130__section__item__container__column__list__item__popup__qr {
  width: auto !important;
}

.comp_v2_0130__section__item__container__column__list__item__popup__under_text {
  font-size: 1.4rem;
}

.comp_v2_0130__section__item__container__column__list__item__popup__close {
  position: absolute;
  top: 0;
  right: 10px;
  cursor: pointer;
  font-size: 2.3rem;
}

.comp_v2_0130__section__item__container__column__list__item > input[type="checkbox"]:checked + .comp_v2_0130__section__item__container__column__list__item__popup {
  display: block;
}

.comp_v2_0130__section__item__container__column__list__item:nth-child(1) .comp_v2_0130__section__item__container__column__list__item__popup__inner::before {
  left: 10px;
}

.comp_v2_0130__section__item__container__column__list__item:nth-child(1) .comp_v2_0130__section__item__container__column__list__item__popup__inner::after {
  left: 10px;
}

.comp_v2_0130__section__item__container__column__list__item:nth-child(2) .comp_v2_0130__section__item__container__column__list__item__popup__inner::before {
  left: 62px;
}

.comp_v2_0130__section__item__container__column__list__item:nth-child(2) .comp_v2_0130__section__item__container__column__list__item__popup__inner::after {
  left: 62px;
}

.comp_v2_0130__section__item__container__column__list__item:nth-child(3) .comp_v2_0130__section__item__container__column__list__item__popup__inner::before {
  left: 114px;
}

.comp_v2_0130__section__item__container__column__list__item:nth-child(3) .comp_v2_0130__section__item__container__column__list__item__popup__inner::after {
  left: 114px;
}

.comp_v2_0130__section__item__container__column__list__item:nth-child(4) .comp_v2_0130__section__item__container__column__list__item__popup__inner::before {
  left: 166px;
}

.comp_v2_0130__section__item__container__column__list__item:nth-child(4) .comp_v2_0130__section__item__container__column__list__item__popup__inner::after {
  left: 166px;
}

.comp_v2_0130__section__item__container__column + .comp_v2_0130__section__item__container__column {
  margin-left: 15px;
}

.comp_v2_0130__section--mobile-show {
  display: block;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0130__utility {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0130__utility {
    display: block;
  }
  .comp_v2_0130__utility__contact {
    margin-top: 20px;
  }
  .comp_v2_0130__utility__contact p {
    margin: 0;
    padding: 0;
  }
  .comp_v2_0130__utility__contact--center {
    text-align: center;
  }
  .comp_v2_0130__utility__contact--right {
    text-align: right;
  }
  .comp_v2_0130__utility__contact--default {
    font-size: 1.4rem;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    padding: 10px 20px;
    color: #fff;
    background-color: #0064d2;
    text-align: center;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.4;
    -webkit-transition: all 300ms 0s ease;
    transition: all 300ms 0s ease;
    min-width: 110px;
    min-height: 40px;
    border: none;
    letter-spacing: 0.1rem;
  }
  .comp_v2_0130__utility__contact--default:hover {
    opacity: 0.5;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
  }
  .comp_v2_0130__utility__contact--default:focus {
    outline-style: none;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 4px 1px #0064d2;
    box-shadow: 0 0 4px 1px #0064d2;
  }
  .comp_v2_0130__utility__contact--default:disabled {
    color: #FFF;
    background-color: #707070;
  }
  .comp_v2_0130__utility__contact--default::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-image: url("/apps/toshiba-ss-v2/clientlibs/dist/img/button-arrow.png");
    background-size: 18px 18px;
    margin-right: 0.2em;
    margin-bottom: 0.2em;
  }
  .comp_v2_0130__utility__contact a {
    font-size: 1.4rem;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    min-width: 110px;
    text-decoration: none;
    padding: 10px 20px;
    color: #fff;
    background-color: #0064d2;
    text-align: center;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.4;
    -webkit-transition: all 300ms 0s ease;
    transition: all 300ms 0s ease;
    min-height: 40px;
    border: none;
    letter-spacing: 0.1rem;
  }
  .comp_v2_0130__utility__contact a:hover {
    opacity: 0.5;
    text-decoration: none;
    cursor: pointer;
  }
  .comp_v2_0130__utility__contact a::before {
    content: "";
    display: inline-block;
    width: 18px;
    min-width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-arrow.png);
    background-size: 18px 18px;
    margin-right: 0.25em;
    margin-bottom: 0.1em;
  }
  .comp_v2_0130__utility__contact a[target="_blank"]::before {
    background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-external.png);
  }
  .comp_v2_0130__utility__contact a[href$=".pdf"]::before, .comp_v2_0130__utility__contact a[href*="docget.jsp"]::before {
    background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-pdf.png);
  }
  .comp_v2_0130__utility__contact a[href*="/list/index.php"]::before {
    background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-parametric.png);
  }
  .comp_v2_0130__utility__contact a[href^="#"]::before {
    background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-anchor.png);
  }
  .comp_v2_0130__utility__contact .comp_v2_0130__utility__contact--search::before {
    background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-search.png);
  }
  .comp_v2_0130__utility__contact .comp_v2_0130__utility__contact--balloon::before {
    background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-balloon.png);
  }
  .comp_v2_0130__utility__contact .comp_v2_0130__utility__contact--cart::before {
    background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-cart.png);
  }
  .comp_v2_0130__utility__contact .comp_v2_0130__utility__contact--large {
    font-size: 2rem;
    padding: 18px 30px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .comp_v2_0130__utility__contact .comp_v2_0130__utility__contact--large {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0130__utility__contact .comp_v2_0130__utility__contact--large:hover {
    color: #fff;
  }
  .comp_v2_0130__utility__contact .comp_v2_0130__utility__contact--flip {
    color: #0064d2;
    background-color: #fff;
    border: 1px solid #0064d2;
  }
  .comp_v2_0130__utility__contact .comp_v2_0130__utility__contact--flip::before {
    display: none;
  }
  .comp_v2_0130__utility__contact a {
    width: 100%;
    color: #6f6f6f;
    background-color: #fff;
    border: 1px solid rgba(51, 51, 51, 0.3);
  }
  .comp_v2_0130__utility__contact a::before {
    background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
    background-size: 13px 13px;
    width: 13px;
    height: 13px;
  }
  .comp_v2_0130__utility__contact a[target="_blank"]::before {
    background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
    background-size: 13px 13px;
    width: 13px;
    height: 13px;
  }
  .comp_v2_0130__utility__language {
    margin-top: 20px;
    position: relative;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .comp_v2_0130__utility__language {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0130__utility__language::before {
    position: absolute;
    padding: 0;
    content: "";
    top: 50%;
    right: 0.9em;
    bottom: 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid rgba(51, 51, 51, 0.3);
    border-right: 2px solid rgba(51, 51, 51, 0.3);
    -webkit-transform: rotate(135deg) translate(-50%, 50%);
    transform: rotate(135deg) translate(-50%, 50%);
    pointer-events: none;
  }
  .comp_v2_0130__utility__language::after {
    position: absolute;
    top: 0;
    right: 2.5em;
    bottom: 0;
    width: 1px;
    content: "";
    border-left: 1px solid #ccc;
  }
  .comp_v2_0130__utility__language select {
    width: 100%;
    min-width: 120px;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 12px 45px 12px 10px;
    color: #333;
    letter-spacing: 0.1rem;
  }
  .comp_v2_0130__utility__language select:focus {
    outline-style: none;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 4px 1px #0064d2;
    box-shadow: 0 0 4px 1px #0064d2;
  }
  .comp_v2_0130__utility__language select::-ms-expand {
    display: none;
  }
  .comp_v2_0130__utility__language select:disabled {
    background-color: #e7e7e8;
  }
}

.comp_v2_0130__information {
  letter-spacing: 0rem;
  border-top: 1px solid rgba(51, 51, 51, 0.2);
  margin: 30px 0 0;
  padding-top: 30px;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0130__information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0130__information {
    text-align: center;
  }
}

.comp_v2_0130__information__copyright {
  padding-left: 15px;
}

.comp_v2_0130__information__copyright p {
  margin: 0;
}

.comp_v2_0130__information__copyright p small {
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0130__information__copyright {
    margin-top: 15px;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0130__information__identity {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0130__information__identity {
    height: 30px;
  }
}

.comp_v2_0130__information__legal ul {
  margin-top: 0;
  font-size: 1.2rem;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0130__information__legal ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .comp_v2_0130__information__legal ul li {
    border-left: 1px solid rgba(51, 51, 51, 0.2);
    text-align: center;
    font-weight: bold;
    padding: 0 10px;
  }
  .comp_v2_0130__information__legal ul li:first-child {
    padding-left: 0;
    border-left: none;
  }
  .comp_v2_0130__information__legal ul li a {
    color: #1d1e21;
  }
  .comp_v2_0130__information__legal ul li a:hover {
    color: #0064d2;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0130__information__legal ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .comp_v2_0130__information__legal ul li {
    text-align: center;
  }
  .comp_v2_0130__information__legal ul li::after {
    margin: 0 10px;
    padding: 0 10px;
    content: "\002f";
    display: inline-block;
  }
  .comp_v2_0130__information__legal ul li:last-child::after {
    display: none;
  }
  .comp_v2_0130__information__legal ul a {
    color: #1d1e21;
  }
  .comp_v2_0130__information__legal ul a:hover {
    color: #0064d2;
  }
}

.comp_v2_0130__last_bottom_link {
  margin-top: 10px;
  text-align: center;
  letter-spacing: 0.1rem;
}

.comp_v2_0130__last_bottom_link img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0130_pagetop {
    display: none;
    position: fixed;
    width: 30px;
    height: 30px;
    background-color: #0064d2;
    right: 10px;
    bottom: 10px;
    border-radius: 15px;
    cursor: pointer;
    z-index: 20;
    -webkit-transition: all 300ms 0s ease;
    transition: all 300ms 0s ease;
  }
  .comp_v2_0130_pagetop a {
    display: block;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    height: 8px;
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
    position: absolute;
    left: 60%;
    top: 40%;
    -webkit-transform: rotate(-45deg) translate(-50%, -50%);
    transform: rotate(-45deg) translate(-50%, -50%);
  }
  .comp_v2_0130_pagetop:hover {
    -webkit-transition: all 300ms 0s ease;
    transition: all 300ms 0s ease;
    opacity: 0.5;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0130_pagetop {
    display: none !important;
  }
}


.comp_v2_0140__frame {
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 30px;
  padding-bottom: 5px;
  font-size: 1.2rem;
  max-width: 1140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  color: #2d2d2d;
}

@media screen and (max-width: 768px) {
  .comp_v2_0140__frame {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 30px;
    padding-bottom: 0;
  }
}

.comp_v2_0140__scroll {
  padding-bottom: 25px;
}

.comp_v2_0140 ul {
  letter-spacing: -0.4em;
  margin-top: 0;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .comp_v2_0140 ul {
    display: table;
  }
}

.comp_v2_0140 li {
  display: inline-block;
  letter-spacing: normal;
  line-height: 2.5;
  letter-spacing: 1px;
  color: #1d1e21;
}

@media screen and (max-width: 768px) {
  .comp_v2_0140 li {
    display: table-cell;
    white-space: nowrap;
  }
}

.comp_v2_0140 a {
  position: relative;
  display: inline-block;
  color: #2d2d2d;
  padding-right: 30px;
}

.comp_v2_0140 a::after {
  position: absolute;
  top: 50%;
  right: 12px;
  content: "";
  width: 4px;
  height: 4px;
  border-top: 2px solid rgba(51, 51, 51, 0.3);
  border-right: 2px solid rgba(51, 51, 51, 0.3);
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}

.comp_v2_0140 a:hover {
  text-decoration: underline;
}

.comp_v2_0140 span {
  position: relative;
  display: inline-block;
  color: #707070;
  padding-right: 30px;
}

.comp_v2_0140 span::after {
  position: absolute;
  top: 50%;
  right: 12px;
  content: "";
  width: 4px;
  height: 4px;
  border-top: 2px solid rgba(51, 51, 51, 0.3);
  border-right: 2px solid rgba(51, 51, 51, 0.3);
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}

.comp_v2_0140 .ps__rail-x-bottom {
  height: 2px;
  padding: 7px 0;
}

.comp_v2_0140 .ps__rail-x-bottom::before {
  bottom: 7px;
}

.comp_v2_0140 .ps__rail-x-top {
  height: 2px;
  padding: 7px 0;
}

.comp_v2_0140 .ps__rail-x-top::before {
  top: 7px;
}

.comp_v2_0140 .ps__rail-y {
  width: 2px;
  padding: 0 7px;
}

.comp_v2_0140 .ps__rail-y::before {
  right: 7px;
}

.comp_v2_0140 .ps__thumb-x-bottom {
  background-color: transparent;
  height: 2px;
  bottom: 0;
  padding: 7px 0;
}

.comp_v2_0140 .ps__thumb-x-bottom::before {
  content: "";
  display: block;
  background-color: #a0a0a5;
  width: 100%;
  height: 2px;
  border-radius: 6px;
}

.comp_v2_0140 .ps__thumb-x-top {
  background-color: transparent;
  height: 2px;
  top: 0;
  padding: 7px 0;
}

.comp_v2_0140 .ps__thumb-x-top::before {
  content: "";
  display: block;
  background-color: #a0a0a5;
  width: 100%;
  height: 2px;
  border-radius: 6px;
}

.comp_v2_0140 .ps__thumb-y {
  background-color: transparent;
  width: 2px;
  right: 0;
  padding: 0 7px;
}

.comp_v2_0140 .ps__thumb-y::before {
  content: "";
  display: block;
  background-color: #a0a0a5;
  width: 2px;
  height: 100%;
  border-radius: 6px;
}

.comp_v2_0900 .comp_v2_0140__frame {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_0140__frame {
    padding-left: 0;
    padding-right: 0;
  }
}


.comp_v2_0150__frame01, .comp_v2_0150__frame02 {
  padding: 0 15px;
  max-width: 1140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  left: 0;
  top: 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .comp_v2_0150__frame01, .comp_v2_0150__frame02 {
    padding: 0 20px;
  }
}

.comp_v2_0150__frame01 {
  padding-top: 30px !important;
}

.comp_v2_0150__cont {
  padding-bottom: 30px !important;
}

.comp_v2_0150.fixed .comp_v2_0150__frame01 {
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  position: fixed;
  left: 50%;
  top: 0;
  width: 100%;
  max-width: 1140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  box-sizing: border-box;
  padding: 5px 10px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 20;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .comp_v2_0150.fixed .comp_v2_0150__frame01 {
    top: 65px;
    padding: 5px 20px;
  }
}

.comp_v2_0150.fixed .comp_v2_0150__fcol {
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0150.fixed .comp_v2_0150__fcol__col {
    margin-top: 0;
  }
}

.comp_v2_0150.fixed .comp_v2_0150__fcol__col__icon {
  display: none;
}

@media screen and (max-width: 768px) {
  .comp_v2_0150.fixed .comp_v2_0150__fcol__col:last-child {
    display: none;
  }
}

.comp_v2_0150.fixed .comp_v2_0150__fcol__col__btn li {
  margin: 0 0 0 10px;
}

.comp_v2_0150.fixed + .comp_v2_1017 {
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
}

.comp_v2_0150.fixed + .comp_v2_1017.sticky {
  top: 76px;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
}

@media screen and (max-width: 768px) {
  .comp_v2_0150.fixed + .comp_v2_1017.sticky {
    top: 130px;
  }
}

.comp_v2_0150__fcol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0150__fcol {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0150__fcol {
    display: block;
  }
}

.comp_v2_0150__fcol__col figure span {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.comp_v2_0150__fcol__col figure span img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
}

.comp_v2_0150__fcol__col figure figcaption {
  margin: 0;
  padding: 1em 0;
}

.comp_v2_0150__fcol__col .imagemodal figure {
  position: relative;
  background-color: transparent;
  border-radius: 0;
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.comp_v2_0150__fcol__col .imagemodal figure:before {
  display: none;
}

.comp_v2_0150__fcol__col .imagemodal figure img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media screen and (max-width: 768px) {
  .comp_v2_0150__fcol__col {
    margin-top: 15px;
  }
}

.comp_v2_0150__fcol__col__h1 {
  font-size: 4.8rem;
  margin: 0;
  padding: 70px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0150__fcol__col__h1 {
    margin: 0;
    padding-top: 50px;
    font-size: 2.8rem;
  }
}

.comp_v2_0150__fcol__col__h1 a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0150__fcol__col__h1 a::after {
  position: relative;
  margin-left: 20px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 18px 18px;
}

.comp_v2_0150__fcol__col__h1 a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0150__fcol__col__h1 a[href$=".pdf"]::after, .comp_v2_0150__fcol__col__h1 a[href*="docget.jsp"]::after {
  width: 18px;
  height: 24px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 18px 24px;
}

.comp_v2_0150__fcol__col__h1 a[href*="/list/index.php"]::after {
  width: 20px;
  height: 17px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 20px 17px;
}

.comp_v2_0150__fcol__col__h1 a[href^="#"]::after {
  width: 20px;
  height: 20px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 20px 20px;
}

.comp_v2_0150__fcol__col__h1 a[href^="tel:"]::after, .comp_v2_0150__fcol__col__h1 a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0150__fcol__col__h1 a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0150__fcol__col__h1 a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0150__fcol__col__h1 a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0150__fcol__col__h1 a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0150__fcol__col__h1 a:hover[href$=".pdf"]::after, .comp_v2_0150__fcol__col__h1 a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0150__fcol__col__h1 a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0150__fcol__col__h1 a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0150__fcol__col__h1 a:hover[href^="tel:"]::after, .comp_v2_0150__fcol__col__h1 a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0150__fcol__col__h1--bold, .comp_v2_0150__fcol__col__h1--regular {
  font-size: 4.8rem;
  margin: 0;
  padding: 70px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0150__fcol__col__h1--bold, .comp_v2_0150__fcol__col__h1--regular {
    margin: 0;
    padding-top: 50px;
    font-size: 2.8rem;
  }
}

.comp_v2_0150__fcol__col__h1--bold a, .comp_v2_0150__fcol__col__h1--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0150__fcol__col__h1--bold a::after, .comp_v2_0150__fcol__col__h1--regular a::after {
  position: relative;
  margin-left: 20px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 18px 18px;
}

.comp_v2_0150__fcol__col__h1--bold a[target="_blank"]::after, .comp_v2_0150__fcol__col__h1--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0150__fcol__col__h1--bold a[href$=".pdf"]::after, .comp_v2_0150__fcol__col__h1--bold a[href*="docget.jsp"]::after, .comp_v2_0150__fcol__col__h1--regular a[href$=".pdf"]::after, .comp_v2_0150__fcol__col__h1--regular a[href*="docget.jsp"]::after {
  width: 18px;
  height: 24px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 18px 24px;
}

.comp_v2_0150__fcol__col__h1--bold a[href*="/list/index.php"]::after, .comp_v2_0150__fcol__col__h1--regular a[href*="/list/index.php"]::after {
  width: 20px;
  height: 17px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 20px 17px;
}

.comp_v2_0150__fcol__col__h1--bold a[href^="#"]::after, .comp_v2_0150__fcol__col__h1--regular a[href^="#"]::after {
  width: 20px;
  height: 20px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 20px 20px;
}

.comp_v2_0150__fcol__col__h1--bold a[href^="tel:"]::after, .comp_v2_0150__fcol__col__h1--bold a[href^="mailto:"]::after, .comp_v2_0150__fcol__col__h1--regular a[href^="tel:"]::after, .comp_v2_0150__fcol__col__h1--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0150__fcol__col__h1--bold a[href^="tel:"], .comp_v2_0150__fcol__col__h1--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0150__fcol__col__h1--bold a:hover, .comp_v2_0150__fcol__col__h1--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0150__fcol__col__h1--bold a:hover::after, .comp_v2_0150__fcol__col__h1--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0150__fcol__col__h1--bold a:hover[target="_blank"]::after, .comp_v2_0150__fcol__col__h1--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0150__fcol__col__h1--bold a:hover[href$=".pdf"]::after, .comp_v2_0150__fcol__col__h1--bold a:hover[href*="docget.jsp"]::after, .comp_v2_0150__fcol__col__h1--regular a:hover[href$=".pdf"]::after, .comp_v2_0150__fcol__col__h1--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0150__fcol__col__h1--bold a:hover[href*="/list/index.php"]::after, .comp_v2_0150__fcol__col__h1--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0150__fcol__col__h1--bold a:hover[href^="#"]::after, .comp_v2_0150__fcol__col__h1--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0150__fcol__col__h1--bold a:hover[href^="tel:"]::after, .comp_v2_0150__fcol__col__h1--bold a:hover[href^="mailto:"]::after, .comp_v2_0150__fcol__col__h1--regular a:hover[href^="tel:"]::after, .comp_v2_0150__fcol__col__h1--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0150__fcol__col__h1--bold {
  font-weight: bold;
}

.comp_v2_0150__fcol__col__h1--regular {
  font-weight: normal;
}

.comp_v2_0150__fcol__col__h1--bold, .comp_v2_0150__fcol__col__h1--regular {
  padding: 0 10px 0 0;
  display: inline-block;
}

.comp_v2_0150__fcol__col__h1--new {
  font-size: 1.1rem;
  margin: 0 0 10px 0;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0.1rem;
}

.comp_v2_0150__fcol__col__h1--new span {
  display: inline-block;
  border-radius: 4px;
  padding: 5px 10px;
  line-height: 1;
  color: #fff;
  background-color: #af8cc8;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
}

.comp_v2_0150__fcol__col__icon {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0150__fcol__col__icon {
    margin: 0;
  }
}

.comp_v2_0150__fcol__col__icon--category {
  font-size: 1.2rem;
  position: relative;
  display: table;
  min-width: auto;
  text-decoration: none;
  vertical-align: middle;
  margin: 0;
  padding: 5px 10px;
  border: 1px solid rgba(51, 51, 51, 0.3);
  color: #333;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.8;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  letter-spacing: 0.1rem;
  cursor: default;
}

.comp_v2_0150__fcol__col__icon--category img,
.comp_v2_0150__fcol__col__icon--category span {
  vertical-align: middle;
}

.comp_v2_0150__fcol__col__icon--category img {
  margin-right: 3px;
}

.comp_v2_0150__fcol__col__icon--category:hover {
  opacity: 0.5;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .comp_v2_0150__fcol__col__icon--category {
    margin: 10px auto;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0150__fcol__col__icon--category {
    margin: 0;
  }
}

.comp_v2_0150__fcol__col__icon--category:hover {
  opacity: 1;
}

.comp_v2_0150__fcol__col__btn {
  font-size: 1.4rem;
  letter-spacing: -0.4em;
  margin: 0;
}

.comp_v2_0150__fcol__col__btn p {
  margin: 0;
  padding: 0;
}

.comp_v2_0150__fcol__col__btn--center {
  text-align: center;
}

.comp_v2_0150__fcol__col__btn--right {
  text-align: right;
}

.comp_v2_0150__fcol__col__btn--default {
  font-size: 1.4rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  background-color: #0064d2;
  text-align: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  min-width: 110px;
  min-height: 40px;
  border: none;
  letter-spacing: 0.1rem;
}

.comp_v2_0150__fcol__col__btn--default:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

.comp_v2_0150__fcol__col__btn--default:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

.comp_v2_0150__fcol__col__btn--default:disabled {
  color: #FFF;
  background-color: #707070;
}

.comp_v2_0150__fcol__col__btn--default::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url("/apps/toshiba-ss-v2/clientlibs/dist/img/button-arrow.png");
  background-size: 18px 18px;
  margin-right: 0.2em;
  margin-bottom: 0.2em;
}

.comp_v2_0150__fcol__col__btn a {
  font-size: 1.4rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
  min-width: 110px;
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  background-color: #0064d2;
  text-align: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  min-height: 40px;
  border: none;
  letter-spacing: 0.1rem;
}

.comp_v2_0150__fcol__col__btn a:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
}

.comp_v2_0150__fcol__col__btn a::before {
  content: "";
  display: inline-block;
  width: 18px;
  min-width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-arrow.png);
  background-size: 18px 18px;
  margin-right: 0.25em;
  margin-bottom: 0.1em;
}

.comp_v2_0150__fcol__col__btn a[target="_blank"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-external.png);
}

.comp_v2_0150__fcol__col__btn a[href$=".pdf"]::before, .comp_v2_0150__fcol__col__btn a[href*="docget.jsp"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-pdf.png);
}

.comp_v2_0150__fcol__col__btn a[href*="/list/index.php"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-parametric.png);
}

.comp_v2_0150__fcol__col__btn a[href^="#"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-anchor.png);
}

.comp_v2_0150__fcol__col__btn .comp_v2_0150__fcol__col__btn--search::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-search.png);
}

.comp_v2_0150__fcol__col__btn .comp_v2_0150__fcol__col__btn--balloon::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-balloon.png);
}

.comp_v2_0150__fcol__col__btn .comp_v2_0150__fcol__col__btn--cart::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-cart.png);
}

.comp_v2_0150__fcol__col__btn .comp_v2_0150__fcol__col__btn--large {
  font-size: 2rem;
  padding: 18px 30px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0150__fcol__col__btn .comp_v2_0150__fcol__col__btn--large {
    width: 100%;
  }
}

.comp_v2_0150__fcol__col__btn .comp_v2_0150__fcol__col__btn--large:hover {
  color: #fff;
}

.comp_v2_0150__fcol__col__btn .comp_v2_0150__fcol__col__btn--flip {
  color: #0064d2;
  background-color: #fff;
  border: 1px solid #0064d2;
}

.comp_v2_0150__fcol__col__btn .comp_v2_0150__fcol__col__btn--flip::before {
  display: none;
}

.comp_v2_0150__fcol__col__btn--default, .comp_v2_0150__fcol__col__btn--large, .comp_v2_0150__fcol__col__btn--flip, .comp_v2_0150__fcol__col__btn--category {
  min-width: auto;
}

.comp_v2_0150__fcol__col__btn li {
  margin: 25px 0 10px 10px;
  letter-spacing: normal;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .comp_v2_0150__fcol__col__btn li {
    margin: 0 10px 10px 0;
  }
}

.comp_v2_0150__fcol__col__btn__power-lib {
  text-decoration: none !important;
  white-space: nowrap;
}

.comp_v2_0150__fcol__col:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0150__fcol__col:last-child {
    margin-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0150__fcol__col:last-child {
    margin-bottom: 20px;
  }
}

.comp_v2_0150__tab {
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(160, 160, 165, 0.75);
  padding: 8px 8px 0 8px;
  border-radius: 4px 4px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0150__tab {
    margin: 0;
  }
}

.comp_v2_0150__tab__item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  vertical-align: middle;
  font-weight: bold;
  border-radius: 4px 4px 0 0;
  text-align: center;
  padding: 10px;
  border: 0 none;
  color: #fff;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  letter-spacing: 0.1rem;
}

.comp_v2_0150__tab__item:hover {
  color: #2d2d2d;
  cursor: pointer;
}

.comp_v2_0150__tab__item a {
  color: #fff;
}

.comp_v2_0150__tab__item--active {
  color: #1d1e21;
  background-color: #fff;
}

.comp_v2_0150__tab__item--active a {
  color: #2d2d2d;
}

@media screen and (max-width: 768px) {
  .comp_v2_0150__tab {
    margin-bottom: 20px;
  }
}

.comp_v2_0150__cont {
  padding: 0;
}

.comp_v2_0150__cont__item {
  height: 0px;
  overflow-y: hidden;
  visibility: hidden;
}

.comp_v2_0150__cont__item--active {
  height: auto;
  overflow-y: visible;
  visibility: visible;
}

.comp_v2_0150__cont__item .slick-list.draggable {
  width: 100%;
}

.comp_v2_0150__cont__item .slick-track {
  margin-left: 0;
  margin-right: 0;
}

.comp_v2_0150__cont__item__frame {
  position: relative;
}

.comp_v2_0150__cont__item__frame .prev {
  position: absolute;
  top: calc(50% - 20px);
  left: -40px;
  width: 40px;
  height: 40px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/icon-prev.png);
  background-size: 40px 40px;
  cursor: pointer;
  text-indent: -999em;
}

.comp_v2_0150__cont__item__frame .next {
  position: absolute;
  top: calc(50% - 20px);
  right: -40px;
  width: 40px;
  height: 40px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/icon-next.png);
  background-size: 40px 40px;
  cursor: pointer;
  text-indent: -999em;
}

.comp_v2_0150__cont__item__frame .slick-disabled {
  opacity: 0.1;
}

.comp_v2_0150__cont__item__frame .slick-disabled:hover {
  cursor: default;
  opacity: 0.1;
}

.comp_v2_0150__slider {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  .comp_v2_0150__slider {
    margin: 0;
    padding: 0 40px;
  }
}

.comp_v2_0150__slider__column {
  width: calc(25% - 30px);
  max-width: none;
  margin-right: 5px;
  margin-top: 15px;
  margin-bottom: 23px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
}

.comp_v2_0150__slider__column:hover {
  -webkit-box-shadow: 0 8px 15px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0 8px 15px 0px rgba(0, 0, 0, 0.16);
}

.comp_v2_0150__slider__column__links {
  display: block;
  color: #2d2d2d;
  background-color: #fff;
  position: relative;
  width: 100%;
}

.comp_v2_0150__slider__column__links figure {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.comp_v2_0150__slider__column__links figure img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  position: relative;
}

.comp_v2_0150__slider__column__links figure {
  border-radius: 4px 4px 0 0;
}

.comp_v2_0150__slider__column__links figure img {
  width: auto;
  margin: 0 auto;
}

.comp_v2_0150__slider__column__links::after {
  position: absolute;
  right: 10px;
  bottom: 10px;
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin: 0;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/icon-tile-arrow.png);
  width: 34px;
  height: 34px;
  background-size: 34px 34px;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
}

.comp_v2_0150__slider__column__links:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/icon-tile-arrow-active.png);
}

@media screen and (max-width: 768px) {
  .comp_v2_0150__slider__column__links {
    width: 100%;
  }
}

.comp_v2_0150__slider__column__text {
  padding: 20px 20px 40px 20px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0150__slider__column__text {
    padding: 15px 15px 40px 15px;
  }
}

.comp_v2_0150__slider__column__text p {
  letter-spacing: 0.1rem;
}

.comp_v2_0150__slider__column__text__caption {
  font-size: 1.2rem;
  margin: 0 0 10px;
  border-radius: 4px;
  padding: 5px 10px;
  line-height: 1;
  display: inline-block;
  color: #fff;
  background-color: #af8cc8;
}

.comp_v2_0150__slider__column__text__title {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 10px;
}

.comp_v2_0150__slider__column__text__data {
  display: block;
  font-size: 1.2rem;
  color: #6e7175;
  margin: 10px 0 0 0;
}

.comp_v2_0150__slider__column__text__data img {
  display: inline-block;
  margin-right: 5px;
}

.comp_v2_0150__slider .comp_v2_0150__col {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.comp_v2_0150 .prev,
.comp_v2_0150 .next {
  position: absolute;
  top: 50%;
  z-index: 1;
  background-size: 40px 40px;
  text-indent: -999em;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
}

@media screen and (max-width: 768px) {
  .comp_v2_0150 .prev,
  .comp_v2_0150 .next {
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
  }
}

.comp_v2_0150 .prev:hover,
.comp_v2_0150 .next:hover {
  opacity: 0.5;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
}

.comp_v2_0150 .prev {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/icon-prev.png);
  left: 14px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (max-width: 768px) {
  .comp_v2_0150 .prev {
    left: 10px;
  }
}

.comp_v2_0150 .next {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/icon-next.png);
  right: 14px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (max-width: 768px) {
  .comp_v2_0150 .next {
    right: 10px;
  }
}

.comp_v2_0150 .slick-disabled {
  opacity: 0.1;
}

.comp_v2_0150 .slick-disabled:hover {
  cursor: default;
  opacity: 0.1;
}

.comp_v2_0150 .slick-slide {
  margin: 0 20px;
}

.comp_v2_0150 .prev,
.comp_v2_0150 .next {
  top: calc(50% - 4px);
}

.comp_v2_0150 .slick-list {
  padding-top: 5px;
  width: 100%;
}

.comp_v2_0160 {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
  margin: 0 auto;
  max-width: none;
}

.comp_v2_0160__frame {
  padding: 0;
  min-height: 56px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  background-color: #edf7fd;
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
  font-size: 1.2rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-top: 12px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0160__frame {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0160__frame {
    padding-top: 12px;
  }
}

.comp_v2_0160__title {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  color: #333;
  line-height: 1;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0160__title {
    margin-top: 0px;
    font-size: 1.6rem;
  }
}

.comp_v2_0160__scroll {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.comp_v2_0160__list {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 9px;
  display: block;
  white-space: nowrap;
}

.comp_v2_0160__list li {
  display: inline-block;
  margin: 0;
}

.comp_v2_0160__list li:first-child {
  padding-left: 5px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0160__list li:first-child {
    padding-left: 10px;
  }
}

.comp_v2_0160__list__item, .comp_v2_0160__list__item--active {
  position: relative;
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 5px;
  letter-spacing: 0.1rem;
  cursor: pointer;
}

.comp_v2_0160__list__item::after, .comp_v2_0160__list__item--active::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  height: 2px;
  z-index: 4;
  overflow: hidden;
  background-color: #0064d2;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0160__list__item:hover::after, .comp_v2_0160__list__item--active:hover::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.comp_v2_0160__list__item--active::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.comp_v2_0160__list__item--active {
  color: #0064d2;
}

.comp_v2_0160 .ps__rail-x-bottom {
  height: 1px;
  padding: 9px 0 0 0;
}

.comp_v2_0160 .ps__rail-x-bottom::before {
  height: 1px;
  bottom: 0;
}

.comp_v2_0160 .ps__rail-x-top {
  height: 1px;
  padding: 0 0 9px 0;
}

.comp_v2_0160 .ps__rail-x-top::before {
  height: 1px;
  top: 0;
}

.comp_v2_0160 .ps__rail-y {
  width: 1px;
  padding: 0 0 0 9px;
}

.comp_v2_0160 .ps__rail-y::before {
  width: 1px;
  right: 0;
}

.comp_v2_0160 .ps__thumb-x-bottom {
  background-color: transparent;
  height: 1px;
  padding: 9px 0 0 0;
}

.comp_v2_0160 .ps__thumb-x-bottom::before {
  content: "";
  display: block;
  background-color: #a0a0a5;
  width: 100%;
  height: 1px;
  border-radius: 6px;
}

.comp_v2_0160 .ps__thumb-x-top {
  background-color: transparent;
  height: 1px;
  padding: 0 0 9px 0;
}

.comp_v2_0160 .ps__thumb-x-top::before {
  content: "";
  display: block;
  background-color: #a0a0a5;
  width: 100%;
  height: 1px;
  border-radius: 6px;
}

.comp_v2_0160 .ps__thumb-y {
  background-color: transparent;
  width: 1px;
  padding: 0 0 0 9px;
}

.comp_v2_0160 .ps__thumb-y::before {
  content: "";
  display: block;
  background-color: #a0a0a5;
  width: 1px;
  height: 100%;
  border-radius: 6px;
}

.comp_v2_0900 .comp_v2_0160__frame {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_0160__frame {
    padding-left: 0;
    padding-right: 0;
  }
}


.comp_v2_0180__frame {
  padding: 15px 15px;
  overflow: hidden;
  max-width: 1140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .comp_v2_0180__frame {
    padding: 20px;
  }
}

.comp_v2_0180__flcol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .comp_v2_0180__flcol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.comp_v2_0180__col {
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0180__col > *:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0180__col:nth-child(1) {
    width: 35%;
  }
  .comp_v2_0180__col:nth-child(2) {
    width: 45%;
    margin: 0 5%;
    padding: 0 5%;
    border-left: 1px solid rgba(51, 51, 51, 0.3);
    border-right: 1px solid rgba(51, 51, 51, 0.3);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .comp_v2_0180__col:nth-child(3) {
    width: 20%;
  }
}

.comp_v2_0900 .comp_v2_0180__frame {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_0180__frame {
    padding-left: 0;
    padding-right: 0;
  }
}


.comp_v2_0190__frame {
  padding: 15px 15px;
  overflow: hidden;
  max-width: 1140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .comp_v2_0190__frame {
    padding: 20px;
  }
}

.comp_v2_0190 dl {
  margin: 0;
}

.comp_v2_0190__title {
  font-weight: bold;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

.comp_v2_0190__check, .comp_v2_0190__multicheck {
  margin-top: 1.5rem;
}

.comp_v2_0190__check ul, .comp_v2_0190__multicheck ul {
  margin-top: 0;
}

.comp_v2_0190__check ul li, .comp_v2_0190__multicheck ul li {
  margin: 0.5em 0;
  position: relative;
}

.comp_v2_0190__check__label, .comp_v2_0190__multicheck__label {
  color: #1d1e21;
}

.comp_v2_0190__check__label__checkbox, .comp_v2_0190__multicheck__label__checkbox {
  position: absolute;
  left: -100vw;
}

.comp_v2_0190__check__label__checkbox:checked + .comp_v2_0190__check__label__checktext::after, .comp_v2_0190__multicheck__label__checkbox:checked + .comp_v2_0190__check__label__checktext::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 5px;
  width: 6px;
  height: 12px;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media screen and (max-width: 768px) {
  .comp_v2_0190__check__label__checkbox:checked + .comp_v2_0190__check__label__checktext::after, .comp_v2_0190__multicheck__label__checkbox:checked + .comp_v2_0190__check__label__checktext::after {
    top: 5px;
    width: 4px;
    height: 8px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}

.comp_v2_0190__check__label__checkbox:checked + .comp_v2_0190__check__label__checktext::before, .comp_v2_0190__multicheck__label__checkbox:checked + .comp_v2_0190__check__label__checktext::before {
  background-color: #0064d2;
  border: 1px solid #0064d2;
}

.comp_v2_0190__check__label__checkbox:focus + .comp_v2_0190__check__label__checktext::before, .comp_v2_0190__multicheck__label__checkbox:focus + .comp_v2_0190__check__label__checktext::before {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

.comp_v2_0190__check__label__checkbox:disabled + .comp_v2_0190__check__label__checktext::before, .comp_v2_0190__multicheck__label__checkbox:disabled + .comp_v2_0190__check__label__checktext::before {
  background-color: #e7e7e8;
}

.comp_v2_0190__check__label__checkbox:checked:disabled + .comp_v2_0190__check__label__checktext::before, .comp_v2_0190__multicheck__label__checkbox:checked:disabled + .comp_v2_0190__check__label__checktext::before {
  background-color: #707070;
  border: 1px solid #707070;
}

.comp_v2_0190__check__label__checktext, .comp_v2_0190__multicheck__label__checktext {
  display: inline-block;
  padding-left: 30px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .comp_v2_0190__check__label__checktext, .comp_v2_0190__multicheck__label__checktext {
    padding-left: 20px;
  }
}

.comp_v2_0190__check__label__checktext:hover, .comp_v2_0190__multicheck__label__checktext:hover {
  text-decoration: none;
  cursor: pointer;
}

.comp_v2_0190__check__label__checktext::before, .comp_v2_0190__multicheck__label__checktext::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .comp_v2_0190__check__label__checktext::before, .comp_v2_0190__multicheck__label__checktext::before {
    width: 12px;
    height: 12px;
  }
}

.comp_v2_0190__note {
  margin-top: 1.5rem;
  font-size: 1.2rem;
  line-height: 1.4;
}

.comp_v2_0190 .select2-container--default {
  width: 100%;
  min-width: 100%;
  max-width: 215px !important;
}

.comp_v2_0190 .select2-container--default .select2-selection--multiple {
  width: 100%;
  border: 1px solid #ccc;
}

.comp_v2_0190 .select2-container--default .select2-selection--multiple::before {
  position: absolute;
  padding: 0;
  content: "";
  top: 50%;
  right: 1em;
  bottom: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid rgba(51, 51, 51, 0.3);
  border-right: 2px solid rgba(51, 51, 51, 0.3);
  -webkit-transform: rotate(135deg) translate(-50%, 50%);
  transform: rotate(135deg) translate(-50%, 50%);
  pointer-events: none;
}

.comp_v2_0190 .select2-container--default .select2-selection--multiple::after {
  position: absolute;
  top: 0;
  right: 2.5em;
  bottom: 0;
  width: 1px;
  content: "";
  border-left: 1px solid #ccc;
}

.comp_v2_0190 .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 3px 65px 3px 10px;
  white-space: normal;
  position: relative;
  vertical-align: middle;
}

.comp_v2_0190 .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}

.comp_v2_0190 .select2-container--default .select2-selection--multiple .select2-selection__rendered::before {
  position: absolute;
  display: block;
  padding: 0;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  width: 35px;
  height: 46px;
  cursor: pointer;
  z-index: 2;
}

.comp_v2_0190 .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #f5f5f5;
  border: 1px solid rgba(51, 51, 51, 0.3);
  font-size: 1.2rem;
  padding: 3px 7px;
  margin: 5px 7px 5px 0;
}

.comp_v2_0190 .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #1d1e21;
  margin-right: 5px;
  font-size: 1.8rem;
  vertical-align: middle;
  line-height: 1.2;
}

.comp_v2_0190 .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #1d1e21;
}

.comp_v2_0190 .select2-container--default .select2-selection--multiple .select2-selection__clear {
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin: 0;
}

.comp_v2_0190 .select2-container--default .select2-search--inline .select2-search__field {
  margin-top: 0;
  padding: 3px;
}

.comp_v2_0190 .select2-selection,
.comp_v2_0190 .select2-search__field {
  cursor: pointer;
}

.comp_v2_0190 .select2-container--focus .select2-selection__rendered {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

.comp_v2_0900 .comp_v2_0190__frame {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_0190__frame {
    padding-left: 0;
    padding-right: 0;
  }
}

.select2-container .select2-dropdown--below .select2-results__option,
.select2-container .select2-dropdown--above .select2-results__option {
  position: relative;
  padding-left: 30px;
}

.select2-container .select2-dropdown--below .select2-results__option:before,
.select2-container .select2-dropdown--above .select2-results__option:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.7em;
  left: 5px;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .select2-container .select2-dropdown--below .select2-results__option:before,
  .select2-container .select2-dropdown--above .select2-results__option:before {
    width: 12px;
    height: 12px;
  }
}

.select2-container .select2-dropdown--below .select2-results__option[aria-selected="true"]::after,
.select2-container .select2-dropdown--above .select2-results__option[aria-selected="true"]::after {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 10px;
  width: 6px;
  height: 12px;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media screen and (max-width: 768px) {
  .select2-container .select2-dropdown--below .select2-results__option[aria-selected="true"]::after,
  .select2-container .select2-dropdown--above .select2-results__option[aria-selected="true"]::after {
    top: 11px;
    width: 4px;
    height: 8px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}

.select2-container .select2-dropdown--below .select2-results__option[aria-selected="true"]::before,
.select2-container .select2-dropdown--above .select2-results__option[aria-selected="true"]::before {
  border: 1px solid #0064d2;
  background-color: #0064d2;
}


.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}


.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}


html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}


.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}


.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto;
}


.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  -webkit-box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3FB8AF;
}


.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  -webkit-box-shadow: inset 0 0 1px #FFF,
 inset 0 1px 7px #EBEBEB,
 0 3px 6px -3px #BBB;
  box-shadow: inset 0 0 1px #FFF,
 inset 0 1px 7px #EBEBEB,
 0 3px 6px -3px #BBB;
}

.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #FFF,
 inset 0 1px 7px #DDD,
 0 3px 6px -3px #BBB;
  box-shadow: inset 0 0 1px #FFF,
 inset 0 1px 7px #DDD,
 0 3px 6px -3px #BBB;
}


.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}


[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}


.noUi-pips,
.noUi-pips * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}


.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}


.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}


.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}


.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}


.comp_v2_0200__frame {
  padding: 15px 15px;
  overflow: hidden;
  max-width: 1140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .comp_v2_0200__frame {
    padding: 20px;
  }
}

.comp_v2_0200 dl {
  margin: 0;
}

.comp_v2_0200__title {
  font-weight: bold;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

.comp_v2_0200__slider {
  padding: 0 7.5px;
  margin-bottom: 2rem;
  text-align: center;
}

.comp_v2_0200__slider__nouislider {
  margin: 20px 0 20px 0;
}

.comp_v2_0200__slider__nouislider-min, .comp_v2_0200__slider__nouislider-max {
  font-size: 1.4rem;
  color: #333;
  width: 7rem;
  background-color: #fff;
}

.comp_v2_0200__slider__nouislider__plus {
  display: inline-block;
  position: relative;
}

.comp_v2_0200__slider__nouislider__plus::before {
  content: "\002b\002f\002d";
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.comp_v2_0200__slider__nouislider__plus input {
  padding-left: 37px;
  width: 10rem;
}

.comp_v2_0200__slider input {
  text-align: center;
}

.comp_v2_0200__slider input:disabled {
  background-color: #e7e7e8;
}

.comp_v2_0200__slider input[type="number"]::-webkit-outer-spin-button,
.comp_v2_0200__slider input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.comp_v2_0200__slider input[type="number"] {
  -moz-appearance: textfield;
}

.comp_v2_0200__note {
  margin-top: 1.5rem;
  font-size: 1.2rem;
  line-height: 1.4;
}

.comp_v2_0200 .noUi-target {
  background-color: #d2dce5;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.comp_v2_0200 .noUi-horizontal {
  height: 2px;
}

.comp_v2_0200 .noUi-connect {
  background-color: #0064d2;
}

.comp_v2_0200 .noUi-handle {
  outline: none;
  width: 15px;
  height: 15px;
  background-color: #0064d2;
  border-radius: 8px;
  top: -7px;
  right: -8px !important;
  left: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.comp_v2_0200 .noUi-handle:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
  border-radius: 10px;
}

.comp_v2_0200 .noUi-handle:before,
.comp_v2_0200 .noUi-handle:after {
  content: none;
}

.comp_v2_0200 .noUi-tooltip {
  background-color: #0064d2;
  color: #fff;
  border: none;
  bottom: 165%;
  font-size: 1.2rem;
  display: none;
}

.comp_v2_0200 .noUi-tooltip::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top: 5px solid #0064d2;
}

.comp_v2_0200 .noUi-active .noUi-tooltip {
  display: block;
}

.comp_v2_0200 .noUi-marker {
  display: none;
}

.comp_v2_0200 .noUi-touch-area {
  cursor: pointer;
}

.comp_v2_0200__slider__nouislider[disabled] .noUi-connect {
  background-color: #707070;
}

.comp_v2_0200__slider__nouislider[disabled] .noUi-handle {
  background-color: #707070;
}

.comp_v2_0900 .comp_v2_0200__frame {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_0200__frame {
    padding-left: 0;
    padding-right: 0;
  }
}

html:not([dir="rtl"]) .comp_v2_0200__frame .noUi-horizontal .noUi-handle {
  right: -8px;
  left: auto;
}


.comp_v2_0210__frame {
  padding: 15px 15px;
  overflow: hidden;
  max-width: 1140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .comp_v2_0210__frame {
    padding: 20px;
  }
}

.comp_v2_0210 dl {
  margin: 0;
}

.comp_v2_0210__title {
  font-weight: bold;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

.comp_v2_0210__select {
  margin-top: 1.5rem;
}

.comp_v2_0210__select__selecter {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .comp_v2_0210__select__selecter {
    width: 100%;
  }
}

.comp_v2_0210__select__selecter::before {
  position: absolute;
  padding: 0;
  content: "";
  top: 50%;
  right: 0.9em;
  bottom: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid rgba(51, 51, 51, 0.3);
  border-right: 2px solid rgba(51, 51, 51, 0.3);
  -webkit-transform: rotate(135deg) translate(-50%, 50%);
  transform: rotate(135deg) translate(-50%, 50%);
  pointer-events: none;
}

.comp_v2_0210__select__selecter::after {
  position: absolute;
  top: 0;
  right: 2.5em;
  bottom: 0;
  width: 1px;
  content: "";
  border-left: 1px solid #ccc;
}

.comp_v2_0210__select__selecter select {
  width: 100%;
  min-width: 120px;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 12px 45px 12px 10px;
  color: #333;
  letter-spacing: 0.1rem;
}

.comp_v2_0210__select__selecter select:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

.comp_v2_0210__select__selecter select::-ms-expand {
  display: none;
}

.comp_v2_0210__select__selecter select:disabled {
  background-color: #e7e7e8;
}

.comp_v2_0210__note {
  margin-top: 1.5rem;
  font-size: 1.2rem;
  line-height: 1.4;
}

.comp_v2_0900 .comp_v2_0210__frame {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_0210__frame {
    padding-left: 0;
    padding-right: 0;
  }
}


.comp_v2_0220__frame {
  padding: 15px 15px;
  overflow: hidden;
  max-width: 1140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .comp_v2_0220__frame {
    padding: 20px;
  }
}

.comp_v2_0220 dl {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0220 dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.comp_v2_0220__title {
  font-weight: bold;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0220__title {
    width: 100%;
  }
}

.comp_v2_0220__result {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0220__result {
    width: 100%;
    text-align: center;
  }
}

.comp_v2_0220__result__text {
  display: block;
  font-size: 7.8rem;
  color: #0064d2;
  margin-top: 20px;
}

.comp_v2_0220__result__btn, .comp_v2_0220__result__btn--loading {
  font-size: 1.4rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  background-color: #0064d2;
  text-align: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  min-width: 110px;
  min-height: 40px;
  border: none;
  letter-spacing: 0.1rem;
}

.comp_v2_0220__result__btn:hover, .comp_v2_0220__result__btn--loading:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

.comp_v2_0220__result__btn:focus, .comp_v2_0220__result__btn--loading:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

.comp_v2_0220__result__btn:disabled, .comp_v2_0220__result__btn--loading:disabled {
  color: #FFF;
  background-color: #707070;
}

.comp_v2_0220__result__btn--loading {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 80px;
}

.comp_v2_0220__result__btn--loading:hover {
  cursor: wait;
}

.comp_v2_0220__result__btn--loading::before {
  display: none;
}

.comp_v2_0220__result__btn--loading__spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
}

.comp_v2_0220__result__btn--loading__spinner div {
  -webkit-transform-origin: 20px 20px;
  transform-origin: 20px 20px;
  -webkit-animation: loadingSpinner 1.2s linear infinite;
  animation: loadingSpinner 1.2s linear infinite;
}

.comp_v2_0220__result__btn--loading__spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 17px;
  width: 3px;
  height: 9px;
  border-radius: 20%;
  background: #fff;
}

.comp_v2_0220__result__btn--loading__spinner div:nth-child(1) {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.comp_v2_0220__result__btn--loading__spinner div:nth-child(2) {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.comp_v2_0220__result__btn--loading__spinner div:nth-child(3) {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.comp_v2_0220__result__btn--loading__spinner div:nth-child(4) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.comp_v2_0220__result__btn--loading__spinner div:nth-child(5) {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.comp_v2_0220__result__btn--loading__spinner div:nth-child(6) {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.comp_v2_0220__result__btn--loading__spinner div:nth-child(7) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.comp_v2_0220__result__btn--loading__spinner div:nth-child(8) {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.comp_v2_0220__result__btn--loading__spinner div:nth-child(9) {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.comp_v2_0220__result__btn--loading__spinner div:nth-child(10) {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.comp_v2_0220__result__btn--loading__spinner div:nth-child(11) {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

.comp_v2_0220__result__btn--loading__spinner div:nth-child(12) {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.comp_v2_0900 .comp_v2_0220__frame {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_0220__frame {
    padding-left: 0;
    padding-right: 0;
  }
}


.comp_v2_0230__frame {
  padding: 30px 15px;
  overflow: hidden;
  max-width: 1140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  .comp_v2_0230__frame {
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0230__table th,
  .comp_v2_0230__table td {
    min-width: 100px;
  }
}

.comp_v2_0230__table, .comp_v2_0230__table__2cell, .comp_v2_0230__table02, .comp_v2_0230__table03 {
  border-collapse: collapse;
  border: 1px solid #e7e7e8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0230__table, .comp_v2_0230__table__2cell, .comp_v2_0230__table02, .comp_v2_0230__table03 {
    margin: 0;
  }
}

.comp_v2_0230__table caption, .comp_v2_0230__table__2cell caption, .comp_v2_0230__table02 caption, .comp_v2_0230__table03 caption {
  color: #1d1e21;
  text-align: left;
  padding: 20px 0;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .comp_v2_0230__table caption, .comp_v2_0230__table__2cell caption, .comp_v2_0230__table02 caption, .comp_v2_0230__table03 caption {
    padding: 10px 0;
  }
}

.comp_v2_0230__table th,
.comp_v2_0230__table td, .comp_v2_0230__table__2cell th,
.comp_v2_0230__table__2cell td, .comp_v2_0230__table02 th,
.comp_v2_0230__table02 td, .comp_v2_0230__table03 th,
.comp_v2_0230__table03 td {
  border: 1px solid #e7e7e8;
  text-align: left;
  padding: 10px 9px;
  font-weight: normal;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .comp_v2_0230__table th,
  .comp_v2_0230__table td, .comp_v2_0230__table__2cell th,
  .comp_v2_0230__table__2cell td, .comp_v2_0230__table02 th,
  .comp_v2_0230__table02 td, .comp_v2_0230__table03 th,
  .comp_v2_0230__table03 td {
    padding: 10px;
  }
}

.comp_v2_0230__table th, .comp_v2_0230__table__2cell th, .comp_v2_0230__table02 th, .comp_v2_0230__table03 th {
  color: #1d1e21;
  background-color: #f0f6fc;
}

.comp_v2_0230__table thead tr:nth-child(even), .comp_v2_0230__table__2cell thead tr:nth-child(even), .comp_v2_0230__table02 thead tr:nth-child(even), .comp_v2_0230__table03 thead tr:nth-child(even) {
  background-color: #f0f6fc;
}

.comp_v2_0230__table thead th,
.comp_v2_0230__table thead td, .comp_v2_0230__table__2cell thead th,
.comp_v2_0230__table__2cell thead td, .comp_v2_0230__table02 thead th,
.comp_v2_0230__table02 thead td, .comp_v2_0230__table03 thead th,
.comp_v2_0230__table03 thead td {
  font-weight: bold;
}

.comp_v2_0230__table tbody tr:nth-child(odd), .comp_v2_0230__table__2cell tbody tr:nth-child(odd), .comp_v2_0230__table02 tbody tr:nth-child(odd), .comp_v2_0230__table03 tbody tr:nth-child(odd) {
  background-color: #fff;
}

.comp_v2_0230__table tbody tr:nth-child(even), .comp_v2_0230__table__2cell tbody tr:nth-child(even), .comp_v2_0230__table02 tbody tr:nth-child(even), .comp_v2_0230__table03 tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}

.comp_v2_0230__table__btn p, .comp_v2_0230__table__2cell__btn p, .comp_v2_0230__table02__btn p, .comp_v2_0230__table03__btn p {
  margin: 0;
  padding: 0;
}

.comp_v2_0230__table__btn--center, .comp_v2_0230__table__2cell__btn--center, .comp_v2_0230__table02__btn--center, .comp_v2_0230__table03__btn--center {
  text-align: center;
}

.comp_v2_0230__table__btn--right, .comp_v2_0230__table__2cell__btn--right, .comp_v2_0230__table02__btn--right, .comp_v2_0230__table03__btn--right {
  text-align: right;
}

.comp_v2_0230__table__btn--default, .comp_v2_0230__table__2cell__btn--default, .comp_v2_0230__table02__btn--default, .comp_v2_0230__table03__btn--default {
  font-size: 1.4rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  background-color: #0064d2;
  text-align: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  min-width: 110px;
  min-height: 40px;
  border: none;
  letter-spacing: 0.1rem;
}

.comp_v2_0230__table__btn--default:hover, .comp_v2_0230__table__2cell__btn--default:hover, .comp_v2_0230__table02__btn--default:hover, .comp_v2_0230__table03__btn--default:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

.comp_v2_0230__table__btn--default:focus, .comp_v2_0230__table__2cell__btn--default:focus, .comp_v2_0230__table02__btn--default:focus, .comp_v2_0230__table03__btn--default:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

.comp_v2_0230__table__btn--default:disabled, .comp_v2_0230__table__2cell__btn--default:disabled, .comp_v2_0230__table02__btn--default:disabled, .comp_v2_0230__table03__btn--default:disabled {
  color: #FFF;
  background-color: #707070;
}

.comp_v2_0230__table__btn--default::before, .comp_v2_0230__table__2cell__btn--default::before, .comp_v2_0230__table02__btn--default::before, .comp_v2_0230__table03__btn--default::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url("/apps/toshiba-ss-v2/clientlibs/dist/img/button-arrow.png");
  background-size: 18px 18px;
  margin-right: 0.2em;
  margin-bottom: 0.2em;
}

.comp_v2_0230__table__btn a, .comp_v2_0230__table__2cell__btn a, .comp_v2_0230__table02__btn a, .comp_v2_0230__table03__btn a {
  font-size: 1.4rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
  min-width: 110px;
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  background-color: #0064d2;
  text-align: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  min-height: 40px;
  border: none;
  letter-spacing: 0.1rem;
}

.comp_v2_0230__table__btn a:hover, .comp_v2_0230__table__2cell__btn a:hover, .comp_v2_0230__table02__btn a:hover, .comp_v2_0230__table03__btn a:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
}

.comp_v2_0230__table__btn a::before, .comp_v2_0230__table__2cell__btn a::before, .comp_v2_0230__table02__btn a::before, .comp_v2_0230__table03__btn a::before {
  content: "";
  display: inline-block;
  width: 18px;
  min-width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-arrow.png);
  background-size: 18px 18px;
  margin-right: 0.25em;
  margin-bottom: 0.1em;
}

.comp_v2_0230__table__btn a[target="_blank"]::before, .comp_v2_0230__table__2cell__btn a[target="_blank"]::before, .comp_v2_0230__table02__btn a[target="_blank"]::before, .comp_v2_0230__table03__btn a[target="_blank"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-external.png);
}

.comp_v2_0230__table__btn a[href$=".pdf"]::before, .comp_v2_0230__table__btn a[href*="docget.jsp"]::before, .comp_v2_0230__table__2cell__btn a[href$=".pdf"]::before, .comp_v2_0230__table__2cell__btn a[href*="docget.jsp"]::before, .comp_v2_0230__table02__btn a[href$=".pdf"]::before, .comp_v2_0230__table02__btn a[href*="docget.jsp"]::before, .comp_v2_0230__table03__btn a[href$=".pdf"]::before, .comp_v2_0230__table03__btn a[href*="docget.jsp"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-pdf.png);
}

.comp_v2_0230__table__btn a[href*="/list/index.php"]::before, .comp_v2_0230__table__2cell__btn a[href*="/list/index.php"]::before, .comp_v2_0230__table02__btn a[href*="/list/index.php"]::before, .comp_v2_0230__table03__btn a[href*="/list/index.php"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-parametric.png);
}

.comp_v2_0230__table__btn a[href^="#"]::before, .comp_v2_0230__table__2cell__btn a[href^="#"]::before, .comp_v2_0230__table02__btn a[href^="#"]::before, .comp_v2_0230__table03__btn a[href^="#"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-anchor.png);
}

.comp_v2_0230__table__btn .comp_v2_0230__table__btn--search::before, .comp_v2_0230__table__2cell__btn .comp_v2_0230__table__btn--search::before, .comp_v2_0230__table02__btn .comp_v2_0230__table__btn--search::before, .comp_v2_0230__table03__btn .comp_v2_0230__table__btn--search::before, .comp_v2_0230__table__btn .comp_v2_0230__table__2cell__btn--search::before, .comp_v2_0230__table__2cell__btn .comp_v2_0230__table__2cell__btn--search::before, .comp_v2_0230__table02__btn .comp_v2_0230__table__2cell__btn--search::before, .comp_v2_0230__table03__btn .comp_v2_0230__table__2cell__btn--search::before, .comp_v2_0230__table__btn .comp_v2_0230__table02__btn--search::before, .comp_v2_0230__table__2cell__btn .comp_v2_0230__table02__btn--search::before, .comp_v2_0230__table02__btn .comp_v2_0230__table02__btn--search::before, .comp_v2_0230__table03__btn .comp_v2_0230__table02__btn--search::before, .comp_v2_0230__table__btn .comp_v2_0230__table03__btn--search::before, .comp_v2_0230__table__2cell__btn .comp_v2_0230__table03__btn--search::before, .comp_v2_0230__table02__btn .comp_v2_0230__table03__btn--search::before, .comp_v2_0230__table03__btn .comp_v2_0230__table03__btn--search::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-search.png);
}

.comp_v2_0230__table__btn .comp_v2_0230__table__btn--balloon::before, .comp_v2_0230__table__2cell__btn .comp_v2_0230__table__btn--balloon::before, .comp_v2_0230__table02__btn .comp_v2_0230__table__btn--balloon::before, .comp_v2_0230__table03__btn .comp_v2_0230__table__btn--balloon::before, .comp_v2_0230__table__btn .comp_v2_0230__table__2cell__btn--balloon::before, .comp_v2_0230__table__2cell__btn .comp_v2_0230__table__2cell__btn--balloon::before, .comp_v2_0230__table02__btn .comp_v2_0230__table__2cell__btn--balloon::before, .comp_v2_0230__table03__btn .comp_v2_0230__table__2cell__btn--balloon::before, .comp_v2_0230__table__btn .comp_v2_0230__table02__btn--balloon::before, .comp_v2_0230__table__2cell__btn .comp_v2_0230__table02__btn--balloon::before, .comp_v2_0230__table02__btn .comp_v2_0230__table02__btn--balloon::before, .comp_v2_0230__table03__btn .comp_v2_0230__table02__btn--balloon::before, .comp_v2_0230__table__btn .comp_v2_0230__table03__btn--balloon::before, .comp_v2_0230__table__2cell__btn .comp_v2_0230__table03__btn--balloon::before, .comp_v2_0230__table02__btn .comp_v2_0230__table03__btn--balloon::before, .comp_v2_0230__table03__btn .comp_v2_0230__table03__btn--balloon::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-balloon.png);
}

.comp_v2_0230__table__btn .comp_v2_0230__table__btn--cart::before, .comp_v2_0230__table__2cell__btn .comp_v2_0230__table__btn--cart::before, .comp_v2_0230__table02__btn .comp_v2_0230__table__btn--cart::before, .comp_v2_0230__table03__btn .comp_v2_0230__table__btn--cart::before, .comp_v2_0230__table__btn .comp_v2_0230__table__2cell__btn--cart::before, .comp_v2_0230__table__2cell__btn .comp_v2_0230__table__2cell__btn--cart::before, .comp_v2_0230__table02__btn .comp_v2_0230__table__2cell__btn--cart::before, .comp_v2_0230__table03__btn .comp_v2_0230__table__2cell__btn--cart::before, .comp_v2_0230__table__btn .comp_v2_0230__table02__btn--cart::before, .comp_v2_0230__table__2cell__btn .comp_v2_0230__table02__btn--cart::before, .comp_v2_0230__table02__btn .comp_v2_0230__table02__btn--cart::before, .comp_v2_0230__table03__btn .comp_v2_0230__table02__btn--cart::before, .comp_v2_0230__table__btn .comp_v2_0230__table03__btn--cart::before, .comp_v2_0230__table__2cell__btn .comp_v2_0230__table03__btn--cart::before, .comp_v2_0230__table02__btn .comp_v2_0230__table03__btn--cart::before, .comp_v2_0230__table03__btn .comp_v2_0230__table03__btn--cart::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-cart.png);
}

.comp_v2_0230__table__btn .comp_v2_0230__table__btn--large, .comp_v2_0230__table__2cell__btn .comp_v2_0230__table__btn--large, .comp_v2_0230__table02__btn .comp_v2_0230__table__btn--large, .comp_v2_0230__table03__btn .comp_v2_0230__table__btn--large, .comp_v2_0230__table__btn .comp_v2_0230__table__2cell__btn--large, .comp_v2_0230__table__2cell__btn .comp_v2_0230__table__2cell__btn--large, .comp_v2_0230__table02__btn .comp_v2_0230__table__2cell__btn--large, .comp_v2_0230__table03__btn .comp_v2_0230__table__2cell__btn--large, .comp_v2_0230__table__btn .comp_v2_0230__table02__btn--large, .comp_v2_0230__table__2cell__btn .comp_v2_0230__table02__btn--large, .comp_v2_0230__table02__btn .comp_v2_0230__table02__btn--large, .comp_v2_0230__table03__btn .comp_v2_0230__table02__btn--large, .comp_v2_0230__table__btn .comp_v2_0230__table03__btn--large, .comp_v2_0230__table__2cell__btn .comp_v2_0230__table03__btn--large, .comp_v2_0230__table02__btn .comp_v2_0230__table03__btn--large, .comp_v2_0230__table03__btn .comp_v2_0230__table03__btn--large {
  font-size: 2rem;
  padding: 18px 30px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0230__table__btn .comp_v2_0230__table__btn--large, .comp_v2_0230__table__2cell__btn .comp_v2_0230__table__btn--large, .comp_v2_0230__table02__btn .comp_v2_0230__table__btn--large, .comp_v2_0230__table03__btn .comp_v2_0230__table__btn--large, .comp_v2_0230__table__btn .comp_v2_0230__table__2cell__btn--large, .comp_v2_0230__table__2cell__btn .comp_v2_0230__table__2cell__btn--large, .comp_v2_0230__table02__btn .comp_v2_0230__table__2cell__btn--large, .comp_v2_0230__table03__btn .comp_v2_0230__table__2cell__btn--large, .comp_v2_0230__table__btn .comp_v2_0230__table02__btn--large, .comp_v2_0230__table__2cell__btn .comp_v2_0230__table02__btn--large, .comp_v2_0230__table02__btn .comp_v2_0230__table02__btn--large, .comp_v2_0230__table03__btn .comp_v2_0230__table02__btn--large, .comp_v2_0230__table__btn .comp_v2_0230__table03__btn--large, .comp_v2_0230__table__2cell__btn .comp_v2_0230__table03__btn--large, .comp_v2_0230__table02__btn .comp_v2_0230__table03__btn--large, .comp_v2_0230__table03__btn .comp_v2_0230__table03__btn--large {
    width: 100%;
  }
}

.comp_v2_0230__table__btn .comp_v2_0230__table__btn--large:hover, .comp_v2_0230__table__2cell__btn .comp_v2_0230__table__btn--large:hover, .comp_v2_0230__table02__btn .comp_v2_0230__table__btn--large:hover, .comp_v2_0230__table03__btn .comp_v2_0230__table__btn--large:hover, .comp_v2_0230__table__btn .comp_v2_0230__table__2cell__btn--large:hover, .comp_v2_0230__table__2cell__btn .comp_v2_0230__table__2cell__btn--large:hover, .comp_v2_0230__table02__btn .comp_v2_0230__table__2cell__btn--large:hover, .comp_v2_0230__table03__btn .comp_v2_0230__table__2cell__btn--large:hover, .comp_v2_0230__table__btn .comp_v2_0230__table02__btn--large:hover, .comp_v2_0230__table__2cell__btn .comp_v2_0230__table02__btn--large:hover, .comp_v2_0230__table02__btn .comp_v2_0230__table02__btn--large:hover, .comp_v2_0230__table03__btn .comp_v2_0230__table02__btn--large:hover, .comp_v2_0230__table__btn .comp_v2_0230__table03__btn--large:hover, .comp_v2_0230__table__2cell__btn .comp_v2_0230__table03__btn--large:hover, .comp_v2_0230__table02__btn .comp_v2_0230__table03__btn--large:hover, .comp_v2_0230__table03__btn .comp_v2_0230__table03__btn--large:hover {
  color: #fff;
}

.comp_v2_0230__table__btn .comp_v2_0230__table__btn--flip, .comp_v2_0230__table__2cell__btn .comp_v2_0230__table__btn--flip, .comp_v2_0230__table02__btn .comp_v2_0230__table__btn--flip, .comp_v2_0230__table03__btn .comp_v2_0230__table__btn--flip, .comp_v2_0230__table__btn .comp_v2_0230__table__2cell__btn--flip, .comp_v2_0230__table__2cell__btn .comp_v2_0230__table__2cell__btn--flip, .comp_v2_0230__table02__btn .comp_v2_0230__table__2cell__btn--flip, .comp_v2_0230__table03__btn .comp_v2_0230__table__2cell__btn--flip, .comp_v2_0230__table__btn .comp_v2_0230__table02__btn--flip, .comp_v2_0230__table__2cell__btn .comp_v2_0230__table02__btn--flip, .comp_v2_0230__table02__btn .comp_v2_0230__table02__btn--flip, .comp_v2_0230__table03__btn .comp_v2_0230__table02__btn--flip, .comp_v2_0230__table__btn .comp_v2_0230__table03__btn--flip, .comp_v2_0230__table__2cell__btn .comp_v2_0230__table03__btn--flip, .comp_v2_0230__table02__btn .comp_v2_0230__table03__btn--flip, .comp_v2_0230__table03__btn .comp_v2_0230__table03__btn--flip {
  color: #0064d2;
  background-color: #fff;
  border: 1px solid #0064d2;
}

.comp_v2_0230__table__btn .comp_v2_0230__table__btn--flip::before, .comp_v2_0230__table__2cell__btn .comp_v2_0230__table__btn--flip::before, .comp_v2_0230__table02__btn .comp_v2_0230__table__btn--flip::before, .comp_v2_0230__table03__btn .comp_v2_0230__table__btn--flip::before, .comp_v2_0230__table__btn .comp_v2_0230__table__2cell__btn--flip::before, .comp_v2_0230__table__2cell__btn .comp_v2_0230__table__2cell__btn--flip::before, .comp_v2_0230__table02__btn .comp_v2_0230__table__2cell__btn--flip::before, .comp_v2_0230__table03__btn .comp_v2_0230__table__2cell__btn--flip::before, .comp_v2_0230__table__btn .comp_v2_0230__table02__btn--flip::before, .comp_v2_0230__table__2cell__btn .comp_v2_0230__table02__btn--flip::before, .comp_v2_0230__table02__btn .comp_v2_0230__table02__btn--flip::before, .comp_v2_0230__table03__btn .comp_v2_0230__table02__btn--flip::before, .comp_v2_0230__table__btn .comp_v2_0230__table03__btn--flip::before, .comp_v2_0230__table__2cell__btn .comp_v2_0230__table03__btn--flip::before, .comp_v2_0230__table02__btn .comp_v2_0230__table03__btn--flip::before, .comp_v2_0230__table03__btn .comp_v2_0230__table03__btn--flip::before {
  display: none;
}

.comp_v2_0230__table ul,
.comp_v2_0230__table ol, .comp_v2_0230__table__2cell ul,
.comp_v2_0230__table__2cell ol, .comp_v2_0230__table02 ul,
.comp_v2_0230__table02 ol, .comp_v2_0230__table03 ul,
.comp_v2_0230__table03 ol {
  margin: 0;
  margin-top: 0 !important;
}

@media screen and (max-width: 768px) {
  .comp_v2_0230__table__2cell {
    table-layout: fixed;
  }
}

.comp_v2_0230__table__2cell th,
.comp_v2_0230__table__2cell td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0230__table__2cell th img,
  .comp_v2_0230__table__2cell td img {
    max-width: 507px;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0230__table__2cell th,
  .comp_v2_0230__table__2cell td {
    display: block;
    width: 100%;
  }
}

.comp_v2_0230__table__2cell th figure span,
.comp_v2_0230__table__2cell td figure span {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.comp_v2_0230__table__2cell th figure span img,
.comp_v2_0230__table__2cell td figure span img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
}

.comp_v2_0230__table__2cell th figure figcaption,
.comp_v2_0230__table__2cell td figure figcaption {
  margin: 0;
  padding: 1em 0;
}

.comp_v2_0230__table__2cell th .imagemodal figure,
.comp_v2_0230__table__2cell td .imagemodal figure {
  position: relative;
  background-color: transparent;
  border-radius: 0;
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.comp_v2_0230__table__2cell th .imagemodal figure:before,
.comp_v2_0230__table__2cell td .imagemodal figure:before {
  display: none;
}

.comp_v2_0230__table__2cell th .imagemodal figure img,
.comp_v2_0230__table__2cell td .imagemodal figure img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media screen and (max-width: 768px) {
  .comp_v2_0230__table__2cell {
    border: none;
  }
  .comp_v2_0230__table__2cell th,
  .comp_v2_0230__table__2cell td {
    border: 1px solid #e7e7e8;
    margin-top: -1px;
  }
}

.comp_v2_0230__table02 tbody tr:nth-child(odd) {
  background-color: #fff;
}

.comp_v2_0230__table02 tbody tr:nth-child(even) {
  background-color: #fff;
}

.comp_v2_0230__table03 tbody tr:nth-child(odd) {
  background-color: transparent;
}

.comp_v2_0230__table03 tbody tr:nth-child(even) {
  background-color: transparent;
}

.comp_v2_0230__table03 tbody td:nth-child(odd) {
  background-color: #f5f5f5;
}

.comp_v2_0230__table03 tbody td:nth-child(even) {
  background-color: #fff;
}

.comp_v2_0230__select {
  margin: 25px 0;
  position: relative;
}

.comp_v2_0230__select:before {
  content: "\0046\0069\006c\0074\0065\0072";
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 2;
  font-size: 1.2rem;
  color: #a0a0a5;
  letter-spacing: 0.1rem;
}

.comp_v2_0230__select__selecter {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  min-width: 250px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0230__select__selecter {
    width: 100%;
  }
}

.comp_v2_0230__select__selecter::before {
  position: absolute;
  padding: 0;
  content: "";
  top: 50%;
  right: 0.9em;
  bottom: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid rgba(51, 51, 51, 0.3);
  border-right: 2px solid rgba(51, 51, 51, 0.3);
  -webkit-transform: rotate(135deg) translate(-50%, 50%);
  transform: rotate(135deg) translate(-50%, 50%);
  pointer-events: none;
}

.comp_v2_0230__select__selecter::after {
  position: absolute;
  top: 0;
  right: 2.5em;
  bottom: 0;
  width: 1px;
  content: "";
  border-left: 1px solid #ccc;
}

.comp_v2_0230__select__selecter select {
  width: 100%;
  min-width: 120px;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 12px 45px 12px 10px;
  color: #333;
  letter-spacing: 0.1rem;
}

.comp_v2_0230__select__selecter select:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

.comp_v2_0230__select__selecter select::-ms-expand {
  display: none;
}

.comp_v2_0230__select__selecter select:disabled {
  background-color: #e7e7e8;
}

@media screen and (max-width: 768px) {
  .comp_v2_0230__select__selecter {
    width: 100%;
    min-width: auto;
  }
}

.comp_v2_0230__select__selecter select {
  padding: 30px 40px 8px 10px;
  min-width: 250px;
}

.comp_v2_0230--filter--hide {
  display: none;
}

.comp_v2_0230 ul {
  list-style: none;
  padding: 0;
  margin: 1em 0 0 0;
  line-height: 1.4;
}

.comp_v2_0230 ul ul,
.comp_v2_0230 ul ol {
  margin: 0 0 0 30px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0230 ul ul,
  .comp_v2_0230 ul ol {
    margin: 0 0 0 25px;
  }
}

.comp_v2_0230 ol {
  padding: 0;
  margin: 1em 0 0 0;
  list-style-type: none;
  counter-reset: ol-counter;
}

.comp_v2_0230 ol ul,
.comp_v2_0230 ol ol {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0230 ol ul,
  .comp_v2_0230 ol ol {
    margin: 0;
  }
}

.comp_v2_0230 ol > li {
  position: relative;
  counter-increment: ol-counter;
  margin-left: 1.5em;
  text-indent: 0;
}

.comp_v2_0230 ol > li::before {
  content: counter(ol-counter) ". ";
  width: 2.5em;
  display: inline-block;
  text-align: right;
  left: -2.5em;
  position: absolute;
  padding-right: 0.4em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.comp_v2_0230 .disc ul,
.comp_v2_0230 .disc ol {
  margin: 0;
}

.comp_v2_0230 li a {
  color: #0064d2;
  display: inline-block;
  position: relative;
}

.comp_v2_0230 li a:hover {
  text-decoration: underline;
}

.comp_v2_0230 li a img {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}

.comp_v2_0230 a {
  display: inline;
  color: #0064d2;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  text-decoration: underline;
  line-height: 1.4;
}

.comp_v2_0230 a:hover {
  text-decoration: none;
}

.comp_v2_0230 a::before {
  display: none;
}

.comp_v2_0230 a::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
  background-size: 13px 13px;
  margin: 0 5px;
  vertical-align: middle;
}

.comp_v2_0230 a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0230 a[href$=".pdf"]::after, .comp_v2_0230 a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
  background-size: 11px 14px;
}

.comp_v2_0230 a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
  background-size: 13px 11px;
}

.comp_v2_0230 a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
  background-size: 13px 13px;
}

.comp_v2_0230 a[href^="tel:"], .comp_v2_0230 a[href^="mailto:"], .comp_v2_0230 a.icon-none {
  padding-right: 0;
}

.comp_v2_0230 a[href^="tel:"]::after, .comp_v2_0230 a[href^="mailto:"]::after, .comp_v2_0230 a.icon-none::after {
  display: none;
}

.comp_v2_0230 a.icon-none img {
  margin: 0;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0230 a[href^="tel:"] {
    color: #333;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0230 .icon-none img {
  max-width: none;
}

.comp_v2_0230 ul .disc,
.comp_v2_0230 ol .disc {
  display: inline-block;
  padding-left: 30px;
  margin-left: 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .comp_v2_0230 ul .disc,
  .comp_v2_0230 ol .disc {
    padding-left: 25px;
  }
}

.comp_v2_0230 ul .disc::before,
.comp_v2_0230 ol .disc::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: "\002022";
  color: #0064d2;
  margin: 0 7px;
}

.comp_v2_0230 ul a,
.comp_v2_0230 ol a {
  display: inline-block;
  color: #0064d2;
  padding-left: 30px;
  padding-right: 0;
  position: relative;
  line-height: 1.4;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .comp_v2_0230 ul a,
  .comp_v2_0230 ol a {
    padding-left: 25px;
  }
}

.comp_v2_0230 ul a:hover,
.comp_v2_0230 ol a:hover {
  text-decoration: underline;
}

.comp_v2_0230 ul a::after,
.comp_v2_0230 ol a::after {
  display: none;
}

.comp_v2_0230 ul a::before,
.comp_v2_0230 ol a::before {
  position: absolute;
  left: 5px;
  top: 0.2em;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
  background-size: 13px 13px;
}

.comp_v2_0230 ul a[target="_blank"]::before,
.comp_v2_0230 ol a[target="_blank"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0230 ul a[href$=".pdf"]::before, .comp_v2_0230 ul a[href*="docget.jsp"]::before,
.comp_v2_0230 ol a[href$=".pdf"]::before,
.comp_v2_0230 ol a[href*="docget.jsp"]::before {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
  background-size: 11px 14px;
}

.comp_v2_0230 ul a[href*="/list/index.php"]::before,
.comp_v2_0230 ol a[href*="/list/index.php"]::before {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
  background-size: 13px 11px;
}

.comp_v2_0230 ul a[href^="#"]::before,
.comp_v2_0230 ol a[href^="#"]::before {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
  background-size: 13px 13px;
}

.comp_v2_0230 ul a[href^="tel:"], .comp_v2_0230 ul a[href^="mailto:"], .comp_v2_0230 ul a.icon-none,
.comp_v2_0230 ol a[href^="tel:"],
.comp_v2_0230 ol a[href^="mailto:"],
.comp_v2_0230 ol a.icon-none {
  padding-left: 0;
}

.comp_v2_0230 ul a[href^="tel:"]::before, .comp_v2_0230 ul a[href^="mailto:"]::before, .comp_v2_0230 ul a.icon-none::before,
.comp_v2_0230 ol a[href^="tel:"]::before,
.comp_v2_0230 ol a[href^="mailto:"]::before,
.comp_v2_0230 ol a.icon-none::before {
  display: none;
}

.comp_v2_0230 ul a.icon-none img,
.comp_v2_0230 ol a.icon-none img {
  margin: 0;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0230 ul a[href^="tel:"],
  .comp_v2_0230 ol a[href^="tel:"] {
    color: #333;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0230 ul a,
.comp_v2_0230 ol a {
  text-decoration: none;
}

.comp_v2_0230 ol ul > li::before {
  width: auto;
  left: auto;
  padding-right: 0;
}

.comp_v2_0230 dl {
  line-height: 1.6;
}

.comp_v2_0230 dl a {
  display: inline;
  color: #0064d2;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  text-decoration: underline;
  line-height: 1.4;
}

.comp_v2_0230 dl a:hover {
  text-decoration: none;
}

.comp_v2_0230 dl a::before {
  display: none;
}

.comp_v2_0230 dl a::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
  background-size: 13px 13px;
  margin: 0 5px;
  vertical-align: middle;
}

.comp_v2_0230 dl a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0230 dl a[href$=".pdf"]::after, .comp_v2_0230 dl a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
  background-size: 11px 14px;
}

.comp_v2_0230 dl a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
  background-size: 13px 11px;
}

.comp_v2_0230 dl a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
  background-size: 13px 13px;
}

.comp_v2_0230 dl a[href^="tel:"], .comp_v2_0230 dl a[href^="mailto:"], .comp_v2_0230 dl a.icon-none {
  padding-right: 0;
}

.comp_v2_0230 dl a[href^="tel:"]::after, .comp_v2_0230 dl a[href^="mailto:"]::after, .comp_v2_0230 dl a.icon-none::after {
  display: none;
}

.comp_v2_0230 dl a.icon-none img {
  margin: 0;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0230 dl a[href^="tel:"] {
    color: #333;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0230 dl dt {
  font-weight: bold;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  color: #1d1e21;
}

.comp_v2_0230 dl dd {
  margin-left: 1.5em;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  color: #333;
}

.comp_v2_0900 .comp_v2_0230__frame {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_0230__frame {
    padding-left: 0;
    padding-right: 0;
  }
}


.comp_v2_0240 {
  display: table;
  table-layout: fixed;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.comp_v2_0240__frame {
  padding: 30px 15px;
  overflow: hidden;
  display: table-cell;
  max-width: 1140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .comp_v2_0240__frame {
    padding: 20px;
  }
}

.comp_v2_0240 figure span {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.comp_v2_0240 figure span img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
}

.comp_v2_0240 figure figcaption {
  margin: 0;
  padding: 1em 0;
}

.comp_v2_0240 .imagemodal figure {
  position: relative;
  background-color: transparent;
  border-radius: 0;
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.comp_v2_0240 .imagemodal figure:before {
  display: none;
}

.comp_v2_0240 .imagemodal figure img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.comp_v2_0900 .comp_v2_0240__frame {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_0240__frame {
    padding-left: 0;
    padding-right: 0;
  }
}

.comp_v2_0270__frame, .comp_v2_0270__frame--media_left, .comp_v2_0270__frame--media_right, .comp_v2_0270__frame--media_top, .comp_v2_0270__frame--media_bottom {
  padding: 30px 15px;
  overflow: hidden;
  max-width: 1140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .comp_v2_0270__frame, .comp_v2_0270__frame--media_left, .comp_v2_0270__frame--media_right, .comp_v2_0270__frame--media_top, .comp_v2_0270__frame--media_bottom {
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0270__frame, .comp_v2_0270__frame--media_left, .comp_v2_0270__frame--media_right, .comp_v2_0270__frame--media_top, .comp_v2_0270__frame--media_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0270__frame--media_left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.comp_v2_0270__frame--media_left .comp_v2_0270__media_block {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 15px;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0270__frame--media_left .comp_v2_0270__media_block figure img {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0270__frame--media_left .comp_v2_0270__media_block figure img {
    background-image: none !important;
    margin-left: auto;
    margin-right: auto;
  }
}

.comp_v2_0270__frame--media_left .comp_v2_0270__media_block figure figcaption {
  margin: 0;
  padding: 1em 0;
}

.comp_v2_0270__frame--media_left .comp_v2_0270__media_block .imagemodal figure {
  width: 100%;
}

.comp_v2_0270__frame--media_left .comp_v2_0270__media_block .imagemodal figure img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media screen and (max-width: 768px) {
  .comp_v2_0270__frame--media_left .comp_v2_0270__media_block {
    width: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .comp_v2_0270__frame--media_left .comp_v2_0270__media_block figure {
    padding-bottom: 20px;
  }
}

.comp_v2_0270__frame--media_left .comp_v2_0270__content_block {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0270__frame--media_left .comp_v2_0270__content_block {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0270__frame--media_right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.comp_v2_0270__frame--media_right .comp_v2_0270__media_block {
  float: right;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 0;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0270__frame--media_right .comp_v2_0270__media_block figure img {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0270__frame--media_right .comp_v2_0270__media_block figure img {
    background-image: none !important;
    margin-left: auto;
    margin-right: auto;
  }
}

.comp_v2_0270__frame--media_right .comp_v2_0270__media_block figure figcaption {
  margin: 0;
  padding: 1em 0;
}

.comp_v2_0270__frame--media_right .comp_v2_0270__media_block .imagemodal figure {
  width: 100%;
}

.comp_v2_0270__frame--media_right .comp_v2_0270__media_block .imagemodal figure img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media screen and (max-width: 768px) {
  .comp_v2_0270__frame--media_right .comp_v2_0270__media_block {
    width: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .comp_v2_0270__frame--media_right .comp_v2_0270__media_block figure {
    padding-top: 20px;
  }
}

.comp_v2_0270__frame--media_right .comp_v2_0270__content_block {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0270__frame--media_right .comp_v2_0270__content_block {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

.comp_v2_0270__frame--media_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.comp_v2_0270__frame--media_top .comp_v2_0270__media_block {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.comp_v2_0270__frame--media_top .comp_v2_0270__media_block figure img {
  background-image: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0900 .comp_v2_0270__frame--media_top .comp_v2_0270__media_block figure img,
  .comp_v2_0930 .comp_v2_0270__frame--media_top .comp_v2_0270__media_block figure img {
    max-height: none;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_0270__frame--media_top .comp_v2_0270__media_block figure img,
  .comp_v2_0930 .comp_v2_0270__frame--media_top .comp_v2_0270__media_block figure img {
    margin-left: auto;
    margin-right: auto;
    background-image: none !important;
  }
}

.comp_v2_0270__frame--media_top .comp_v2_0270__media_block figure figcaption {
  margin: 0;
  padding: 1em 0;
}

.comp_v2_0270__frame--media_top .comp_v2_0270__media_block .imagemodal figure {
  width: 100%;
}

.comp_v2_0270__frame--media_top .comp_v2_0270__media_block .imagemodal figure img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.comp_v2_0270__frame--media_top .comp_v2_0270__media_block figure {
  display: table-cell;
  width: 100%;
  padding-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0270__frame--media_top .comp_v2_0270__media_block figure {
    padding-bottom: 20px;
  }
}

.comp_v2_0270__frame--media_top .comp_v2_0270__content_block {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.comp_v2_0270__frame--media_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.comp_v2_0270__frame--media_bottom .comp_v2_0270__media_block {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.comp_v2_0270__frame--media_bottom .comp_v2_0270__media_block figure img {
  background-image: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0900 .comp_v2_0270__frame--media_bottom .comp_v2_0270__media_block figure img,
  .comp_v2_0930 .comp_v2_0270__frame--media_bottom .comp_v2_0270__media_block figure img {
    max-height: none;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_0270__frame--media_bottom .comp_v2_0270__media_block figure img,
  .comp_v2_0930 .comp_v2_0270__frame--media_bottom .comp_v2_0270__media_block figure img {
    margin-left: auto;
    margin-right: auto;
    background-image: none !important;
  }
}

.comp_v2_0270__frame--media_bottom .comp_v2_0270__media_block figure figcaption {
  margin: 0;
  padding: 1em 0;
}

.comp_v2_0270__frame--media_bottom .comp_v2_0270__media_block .imagemodal figure {
  width: 100%;
}

.comp_v2_0270__frame--media_bottom .comp_v2_0270__media_block .imagemodal figure img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.comp_v2_0270__frame--media_bottom .comp_v2_0270__media_block figure {
  display: table-cell;
  width: 100%;
  padding-top: 15px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0270__frame--media_bottom .comp_v2_0270__media_block figure {
    padding-top: 20px;
  }
}

.comp_v2_0270__frame--media_bottom .comp_v2_0270__content_block {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.comp_v2_0930 .comp_v2_0270__frame, .comp_v2_0930 .comp_v2_0270__frame--media_left, .comp_v2_0930 .comp_v2_0270__frame--media_right, .comp_v2_0930 .comp_v2_0270__frame--media_top, .comp_v2_0930 .comp_v2_0270__frame--media_bottom {
  padding: 0;
}

.comp_v2_0640 .comp_v2_0270__frame, .comp_v2_0640 .comp_v2_0270__frame--media_left, .comp_v2_0640 .comp_v2_0270__frame--media_right, .comp_v2_0640 .comp_v2_0270__frame--media_top, .comp_v2_0640 .comp_v2_0270__frame--media_bottom {
  padding: 0;
}

.comp_v2_0270__media_block {
  position: relative;
}

.comp_v2_0270__media_block .comp_v2_0270__media_block__video--aspect_16_9, .comp_v2_0270__media_block .comp_v2_0270__media_block__video--aspect_4_3 {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
}

.comp_v2_0270__media_block .comp_v2_0270__media_block__video--aspect_16_9 iframe, .comp_v2_0270__media_block .comp_v2_0270__media_block__video--aspect_4_3 iframe,
.comp_v2_0270__media_block .comp_v2_0270__media_block__video--aspect_16_9 .video-js,
.comp_v2_0270__media_block .comp_v2_0270__media_block__video--aspect_4_3 .video-js {
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.comp_v2_0270__media_block__video--aspect_16_9 {
  padding-bottom: 56.25%;
}

.comp_v2_0270__media_block__video--aspect_4_3 {
  padding-bottom: 75%;
}

@media screen and (max-width: 768px) {
  .comp_v2_0270__frame--media_left .comp_v2_0270__media_block__video, .comp_v2_0270__frame--media_left .comp_v2_0270__media_block__video--aspect_16_9, .comp_v2_0270__frame--media_left .comp_v2_0270__media_block__video--aspect_4_3, .comp_v2_0270__frame--media_top .comp_v2_0270__media_block__video, .comp_v2_0270__frame--media_top .comp_v2_0270__media_block__video--aspect_16_9, .comp_v2_0270__frame--media_top .comp_v2_0270__media_block__video--aspect_4_3 {
    margin-bottom: 20px;
  }
  .comp_v2_0270__frame--media_right .comp_v2_0270__media_block__video, .comp_v2_0270__frame--media_right .comp_v2_0270__media_block__video--aspect_16_9, .comp_v2_0270__frame--media_right .comp_v2_0270__media_block__video--aspect_4_3, .comp_v2_0270__frame--media_bottom .comp_v2_0270__media_block__video, .comp_v2_0270__frame--media_bottom .comp_v2_0270__media_block__video--aspect_16_9, .comp_v2_0270__frame--media_bottom .comp_v2_0270__media_block__video--aspect_4_3 {
    margin-top: 20px;
  }
}

.comp_v2_0270__content_block__keyword {
  font-size: 1.2rem;
  color: #707070;
  margin-top: 5px;
  margin-bottom: 5px;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0270__content_block__keyword {
    letter-spacing: normal;
  }
}

.comp_v2_0270__content_block__title {
  font-weight: normal;
  font-size: 2rem;
  margin: 10px 0 10px;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0270__content_block__title {
    letter-spacing: normal;
  }
}

.comp_v2_0270__content_block__lead {
  font-size: 1.4rem;
  margin: 15px 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0270__content_block__lead {
    margin: 20px 0;
  }
}

.comp_v2_0270__content_block__sentence {
  margin: 10px 0;
}

.comp_v2_0270__content_block__sentence > *:first-child {
  margin-top: 0;
}

.comp_v2_0270__content_block__sentence ul {
  list-style: none;
  padding: 0;
  margin: 1em 0 0 0;
  line-height: 1.4;
}

.comp_v2_0270__content_block__sentence ul ul,
.comp_v2_0270__content_block__sentence ul ol {
  margin: 0 0 0 30px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0270__content_block__sentence ul ul,
  .comp_v2_0270__content_block__sentence ul ol {
    margin: 0 0 0 25px;
  }
}

.comp_v2_0270__content_block__sentence ol {
  padding: 0;
  margin: 1em 0 0 0;
  list-style-type: none;
  counter-reset: ol-counter;
}

.comp_v2_0270__content_block__sentence ol ul,
.comp_v2_0270__content_block__sentence ol ol {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0270__content_block__sentence ol ul,
  .comp_v2_0270__content_block__sentence ol ol {
    margin: 0;
  }
}

.comp_v2_0270__content_block__sentence ol > li {
  position: relative;
  counter-increment: ol-counter;
  margin-left: 1.5em;
  text-indent: 0;
}

.comp_v2_0270__content_block__sentence ol > li::before {
  content: counter(ol-counter) ". ";
  width: 2.5em;
  display: inline-block;
  text-align: right;
  left: -2.5em;
  position: absolute;
  padding-right: 0.4em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.comp_v2_0270__content_block__sentence .disc ul,
.comp_v2_0270__content_block__sentence .disc ol {
  margin: 0;
}

.comp_v2_0270__content_block__sentence li a {
  color: #0064d2;
  display: inline-block;
  position: relative;
}

.comp_v2_0270__content_block__sentence li a:hover {
  text-decoration: underline;
}

.comp_v2_0270__content_block__sentence li a img {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}

.comp_v2_0270__content_block__sentence p {
  margin-top: 1em;
}

.comp_v2_0270__content_block__sentence p a {
  display: inline;
  color: #0064d2;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  text-decoration: underline;
  line-height: 1.4;
}

.comp_v2_0270__content_block__sentence p a:hover {
  text-decoration: none;
}

.comp_v2_0270__content_block__sentence p a::before {
  display: none;
}

.comp_v2_0270__content_block__sentence p a::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
  background-size: 13px 13px;
  margin: 0 5px;
  vertical-align: middle;
}

.comp_v2_0270__content_block__sentence p a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0270__content_block__sentence p a[href$=".pdf"]::after, .comp_v2_0270__content_block__sentence p a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
  background-size: 11px 14px;
}

.comp_v2_0270__content_block__sentence p a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
  background-size: 13px 11px;
}

.comp_v2_0270__content_block__sentence p a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
  background-size: 13px 13px;
}

.comp_v2_0270__content_block__sentence p a[href^="tel:"], .comp_v2_0270__content_block__sentence p a[href^="mailto:"], .comp_v2_0270__content_block__sentence p a.icon-none {
  padding-right: 0;
}

.comp_v2_0270__content_block__sentence p a[href^="tel:"]::after, .comp_v2_0270__content_block__sentence p a[href^="mailto:"]::after, .comp_v2_0270__content_block__sentence p a.icon-none::after {
  display: none;
}

.comp_v2_0270__content_block__sentence p a.icon-none img {
  margin: 0;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0270__content_block__sentence p a[href^="tel:"] {
    color: #333;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0270__content_block__sentence ul .disc,
.comp_v2_0270__content_block__sentence ol .disc {
  display: inline-block;
  padding-left: 30px;
  margin-left: 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .comp_v2_0270__content_block__sentence ul .disc,
  .comp_v2_0270__content_block__sentence ol .disc {
    padding-left: 25px;
  }
}

.comp_v2_0270__content_block__sentence ul .disc::before,
.comp_v2_0270__content_block__sentence ol .disc::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: "\002022";
  color: #0064d2;
  margin: 0 7px;
}

.comp_v2_0270__content_block__sentence ul a,
.comp_v2_0270__content_block__sentence ol a {
  display: inline-block;
  color: #0064d2;
  padding-left: 30px;
  padding-right: 0;
  position: relative;
  line-height: 1.4;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .comp_v2_0270__content_block__sentence ul a,
  .comp_v2_0270__content_block__sentence ol a {
    padding-left: 25px;
  }
}

.comp_v2_0270__content_block__sentence ul a:hover,
.comp_v2_0270__content_block__sentence ol a:hover {
  text-decoration: underline;
}

.comp_v2_0270__content_block__sentence ul a::after,
.comp_v2_0270__content_block__sentence ol a::after {
  display: none;
}

.comp_v2_0270__content_block__sentence ul a::before,
.comp_v2_0270__content_block__sentence ol a::before {
  position: absolute;
  left: 5px;
  top: 0.2em;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
  background-size: 13px 13px;
}

.comp_v2_0270__content_block__sentence ul a[target="_blank"]::before,
.comp_v2_0270__content_block__sentence ol a[target="_blank"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0270__content_block__sentence ul a[href$=".pdf"]::before, .comp_v2_0270__content_block__sentence ul a[href*="docget.jsp"]::before,
.comp_v2_0270__content_block__sentence ol a[href$=".pdf"]::before,
.comp_v2_0270__content_block__sentence ol a[href*="docget.jsp"]::before {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
  background-size: 11px 14px;
}

.comp_v2_0270__content_block__sentence ul a[href*="/list/index.php"]::before,
.comp_v2_0270__content_block__sentence ol a[href*="/list/index.php"]::before {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
  background-size: 13px 11px;
}

.comp_v2_0270__content_block__sentence ul a[href^="#"]::before,
.comp_v2_0270__content_block__sentence ol a[href^="#"]::before {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
  background-size: 13px 13px;
}

.comp_v2_0270__content_block__sentence ul a[href^="tel:"], .comp_v2_0270__content_block__sentence ul a[href^="mailto:"], .comp_v2_0270__content_block__sentence ul a.icon-none,
.comp_v2_0270__content_block__sentence ol a[href^="tel:"],
.comp_v2_0270__content_block__sentence ol a[href^="mailto:"],
.comp_v2_0270__content_block__sentence ol a.icon-none {
  padding-left: 0;
}

.comp_v2_0270__content_block__sentence ul a[href^="tel:"]::before, .comp_v2_0270__content_block__sentence ul a[href^="mailto:"]::before, .comp_v2_0270__content_block__sentence ul a.icon-none::before,
.comp_v2_0270__content_block__sentence ol a[href^="tel:"]::before,
.comp_v2_0270__content_block__sentence ol a[href^="mailto:"]::before,
.comp_v2_0270__content_block__sentence ol a.icon-none::before {
  display: none;
}

.comp_v2_0270__content_block__sentence ul a.icon-none img,
.comp_v2_0270__content_block__sentence ol a.icon-none img {
  margin: 0;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0270__content_block__sentence ul a[href^="tel:"],
  .comp_v2_0270__content_block__sentence ol a[href^="tel:"] {
    color: #333;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0270__content_block__sentence ol ul > li::before {
  width: auto;
  left: auto;
  padding-right: 0;
}

.comp_v2_0270__content_block > *:first-child {
  margin-top: 0;
}

.comp_v2_0270__content_block > *:last-child {
  margin-bottom: 0;
}

.comp_v2_0900 .comp_v2_0270__frame, .comp_v2_0900 .comp_v2_0270__frame--media_left, .comp_v2_0900 .comp_v2_0270__frame--media_right, .comp_v2_0900 .comp_v2_0270__frame--media_top, .comp_v2_0900 .comp_v2_0270__frame--media_bottom {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_0270__frame, .comp_v2_0900 .comp_v2_0270__frame--media_left, .comp_v2_0900 .comp_v2_0270__frame--media_right, .comp_v2_0900 .comp_v2_0270__frame--media_top, .comp_v2_0900 .comp_v2_0270__frame--media_bottom {
    padding-left: 0;
    padding-right: 0;
  }
}


.comp_v2_0290__frame {
  padding: 15px;
  max-width: 1140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  .comp_v2_0290__frame {
    padding: 20px 0;
  }
}

.comp_v2_0290__slider {
  max-width: 1140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.comp_v2_0290__slider .slick-list {
  width: 100%;
}

.comp_v2_0290__slider .slick-dots {
  position: relative;
  font-size: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 15px 0;
  margin: 0 auto;
  width: 80%;
}

.comp_v2_0290__slider .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 2px 5px;
  padding: 0;
  cursor: pointer;
}

.comp_v2_0290__slider .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 7px;
  border: 2px solid #6e7175;
}

.comp_v2_0290__slider .slick-dots li button:hover, .comp_v2_0290__slider .slick-dots li button:focus {
  outline: none;
}

.comp_v2_0290__slider .slick-dots li button:hover:before, .comp_v2_0290__slider .slick-dots li button:focus:before {
  opacity: 1;
}

.comp_v2_0290__slider .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 12px;
  height: 12px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  opacity: 0.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 6px;
}

.comp_v2_0290__slider .slick-dots li.slick-active button {
  opacity: 1;
  border: 2px solid #1d1e21;
  background-color: #1d1e21;
}

.comp_v2_0290__slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.comp_v2_0290__slider .slick-dots li {
  margin: 0;
  padding: 5px;
}

.comp_v2_0290__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.comp_v2_0290__slider .slick-track .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

.comp_v2_0290__slider .slick-track .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.comp_v2_0290__slider__column {
  width: 16.5%;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 1199px) {
  .comp_v2_0290__slider__column {
    width: 20%;
  }
}

@media screen and (max-width: 1139px) {
  .comp_v2_0290__slider__column {
    width: 25%;
  }
}

.comp_v2_0290__slider__column__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2d2d2d;
}

.comp_v2_0290__slider__column__links figure {
  height: 160px;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

.comp_v2_0290__slider__column__links figure img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 113px;
  max-height: 160px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  background-color: #fff;
  margin: 0 auto;
}

.comp_v2_0290__slider__column__links p {
  max-width: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-right: 7.5px;
  padding-bottom: 0;
  padding-left: 30px;
  color: #0064d2;
  text-decoration: none;
  position: relative;
}

.comp_v2_0290__slider__column__links p::before {
  content: "";
  position: absolute;
  left: 7.5px;
  top: 0.4em;
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
  background-size: 13px 13px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0290__slider__column__links p {
    display: inline-block;
  }
}

.comp_v2_0290__slider__column__links[target="_blank"] p::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0290__slider__column__links[href$=".pdf"] p::before, .comp_v2_0290__slider__column__links[href*="docget.jsp"] p::before {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
  background-size: 11px 14px;
}

.comp_v2_0290__slider__column__links[href*="/list/index.php"] p::before {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
  background-size: 13px 11px;
}

.comp_v2_0290__slider__column__links[href^="#"] p::before {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
  background-size: 13px 13px;
}

.comp_v2_0290__slider__column__links[href^="tel:"] p, .comp_v2_0290__slider__column__links[href^="mailto:"] p {
  padding-left: 7.5px;
}

.comp_v2_0290__slider__column__links[href^="tel:"] p::before, .comp_v2_0290__slider__column__links[href^="mailto:"] p::before {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0290__slider__column__links[href^="tel:"] {
    color: #333;
    text-decoration: none;
    pointer-events: none;
  }
  .comp_v2_0290__slider__column__links[href^="tel:"] p {
    color: #333;
  }
}

.comp_v2_0290__slider__column__links:hover p {
  text-decoration: underline;
}

.comp_v2_0290__slider__column__links:hover figure img {
  -webkit-box-shadow: 0 8px 15px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0 8px 15px 0px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 768px) {
  .comp_v2_0290__slider__column__links {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0290__slider__column {
    margin-left: 0px;
  }
}

.comp_v2_0900 .comp_v2_0290__frame {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_0290__frame {
    padding-left: 0;
    padding-right: 0;
  }
}


.comp_v2_0350__frame {
  padding: 30px 15px;
  overflow: hidden;
  max-width: 1140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .comp_v2_0350__frame {
    padding: 20px;
  }
}

.comp_v2_0350__tab {
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(160, 160, 165, 0.75);
  padding: 8px 8px 0 8px;
  border-radius: 4px 4px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .comp_v2_0350__tab {
    margin: 0;
  }
}

.comp_v2_0350__tab__item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  vertical-align: middle;
  font-weight: bold;
  border-radius: 4px 4px 0 0;
  text-align: center;
  padding: 10px;
  border: 0 none;
  color: #fff;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  letter-spacing: 0.1rem;
}

.comp_v2_0350__tab__item:hover {
  color: #2d2d2d;
  cursor: pointer;
}

.comp_v2_0350__tab__item a {
  color: #fff;
}

.comp_v2_0350__tab__item--active {
  color: #1d1e21;
  background-color: #fff;
}

.comp_v2_0350__tab__item--active a {
  color: #2d2d2d;
}

.comp_v2_0350__tab02 {
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(245, 245, 246, 0.8);
  padding: 8px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .comp_v2_0350__tab02 {
    margin: 0;
  }
}

.comp_v2_0350__tab02__item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  vertical-align: middle;
  border-radius: 4px;
  text-align: center;
  padding: 8px;
  border: 0 none;
  color: #1d1e21;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  opacity: 0.5;
  letter-spacing: 0.1rem;
}

.comp_v2_0350__tab02__item:hover {
  color: #2d2d2d;
  cursor: pointer;
  opacity: 1;
}

.comp_v2_0350__tab02__item--active {
  color: #1d1e21;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.05);
  opacity: 1;
  font-weight: bold;
}

.comp_v2_0350__cont {
  padding: 15px;
}

.comp_v2_0350__cont__item {
  height: 0px;
  overflow-y: hidden;
}

.comp_v2_0350__cont__item--active {
  height: auto;
  overflow-y: visible;
}

.comp_v2_0350__flcol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0350__flcol:first-child {
    margin: 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0350__flcol {
    display: block;
  }
  .comp_v2_0350__flcol:first-child {
    margin: 0;
  }
}

.comp_v2_0350__flcol__col {
  width: 60%;
}

.comp_v2_0350__flcol__col:last-child {
  width: 40%;
}

@media screen and (max-width: 768px) {
  .comp_v2_0350__flcol__col {
    width: 100%;
  }
  .comp_v2_0350__flcol__col:first-child {
    margin: 0 20px;
    width: auto;
  }
  .comp_v2_0350__flcol__col:last-child {
    width: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0350__flcol .comp_v2_0350__tab02 {
    margin-right: 0;
  }
}

.comp_v2_0350__title {
  margin: 20px 10px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0350__title {
    margin: 20px 20px;
  }
}

.comp_v2_0900 .comp_v2_0350__frame {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_0350__frame {
    padding-left: 0;
    padding-right: 0;
  }
}


.comp_v2_0360__frame {
  font-size: 1.4rem;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .comp_v2_0360__frame {
    font-size: 1.2rem;
  }
}

.comp_v2_0360__frame--nmargin {
  margin-top: -30px;
  padding: 0 0 30px;
  font-size: 1.4rem;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .comp_v2_0360__frame--nmargin {
    font-size: 1.2rem;
    margin-top: -15px;
    padding: 0 0 15px;
  }
}

.comp_v2_0360__frame--border {
  padding: 30px 15px;
  overflow: hidden;
  margin: 60px auto 0;
  border-top: 1px solid rgba(51, 51, 51, 0.2);
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  font-size: 1.4rem;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .comp_v2_0360__frame--border {
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0360__frame--border {
    margin: 30px auto 0;
    font-size: 1.2rem;
  }
}

.comp_v2_0360 ul {
  list-style: none;
  padding: 0;
  margin: 1em 0 0 0;
  line-height: 1.4;
}

.comp_v2_0360 ul ul,
.comp_v2_0360 ul ol {
  margin: 0 0 0 30px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0360 ul ul,
  .comp_v2_0360 ul ol {
    margin: 0 0 0 25px;
  }
}

.comp_v2_0360 ol {
  padding: 0;
  margin: 1em 0 0 0;
  list-style-type: none;
  counter-reset: ol-counter;
}

.comp_v2_0360 ol ul,
.comp_v2_0360 ol ol {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0360 ol ul,
  .comp_v2_0360 ol ol {
    margin: 0;
  }
}

.comp_v2_0360 ol > li {
  position: relative;
  counter-increment: ol-counter;
  margin-left: 1.5em;
  text-indent: 0;
}

.comp_v2_0360 ol > li::before {
  content: counter(ol-counter) ". ";
  width: 2.5em;
  display: inline-block;
  text-align: right;
  left: -2.5em;
  position: absolute;
  padding-right: 0.4em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.comp_v2_0360 .disc ul,
.comp_v2_0360 .disc ol {
  margin: 0;
}

.comp_v2_0360 li a {
  color: #0064d2;
  display: inline-block;
  position: relative;
}

.comp_v2_0360 li a:hover {
  text-decoration: underline;
}

.comp_v2_0360 li a img {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}

.comp_v2_0360--left, .comp_v2_0360--center, .comp_v2_0360--right {
  padding: 0 15px;
  max-width: 1140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .comp_v2_0360--left, .comp_v2_0360--center, .comp_v2_0360--right {
    padding: 0 20px;
  }
}

.comp_v2_0360--left {
  text-align: left;
}

.comp_v2_0360--center {
  text-align: center;
}

.comp_v2_0360--right {
  text-align: right;
}

.comp_v2_0360 small {
  font-size: 1.4rem;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .comp_v2_0360 small {
    font-size: 1.2rem;
  }
}

.comp_v2_0360 p {
  margin: 0;
}

.comp_v2_0360 p a {
  display: inline;
  color: #0064d2;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  text-decoration: underline;
  line-height: 1.4;
}

.comp_v2_0360 p a:hover {
  text-decoration: none;
}

.comp_v2_0360 p a::before {
  display: none;
}

.comp_v2_0360 p a::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
  background-size: 13px 13px;
  margin: 0 5px;
  vertical-align: middle;
}

.comp_v2_0360 p a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0360 p a[href$=".pdf"]::after, .comp_v2_0360 p a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
  background-size: 11px 14px;
}

.comp_v2_0360 p a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
  background-size: 13px 11px;
}

.comp_v2_0360 p a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
  background-size: 13px 13px;
}

.comp_v2_0360 p a[href^="tel:"], .comp_v2_0360 p a[href^="mailto:"], .comp_v2_0360 p a.icon-none {
  padding-right: 0;
}

.comp_v2_0360 p a[href^="tel:"]::after, .comp_v2_0360 p a[href^="mailto:"]::after, .comp_v2_0360 p a.icon-none::after {
  display: none;
}

.comp_v2_0360 p a.icon-none img {
  margin: 0;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0360 p a[href^="tel:"] {
    color: #333;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0360 ul,
.comp_v2_0360 ol {
  text-align: left;
  margin: 0;
}

.comp_v2_0360 ul .disc,
.comp_v2_0360 ol .disc {
  display: inline-block;
  padding-left: 30px;
  margin-left: 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .comp_v2_0360 ul .disc,
  .comp_v2_0360 ol .disc {
    padding-left: 25px;
  }
}

.comp_v2_0360 ul .disc::before,
.comp_v2_0360 ol .disc::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: "\002022";
  color: #0064d2;
  margin: 0 7px;
}

.comp_v2_0360 ul a,
.comp_v2_0360 ol a {
  display: inline-block;
  color: #0064d2;
  padding-left: 30px;
  padding-right: 0;
  position: relative;
  line-height: 1.4;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .comp_v2_0360 ul a,
  .comp_v2_0360 ol a {
    padding-left: 25px;
  }
}

.comp_v2_0360 ul a:hover,
.comp_v2_0360 ol a:hover {
  text-decoration: underline;
}

.comp_v2_0360 ul a::after,
.comp_v2_0360 ol a::after {
  display: none;
}

.comp_v2_0360 ul a::before,
.comp_v2_0360 ol a::before {
  position: absolute;
  left: 5px;
  top: 0.2em;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
  background-size: 13px 13px;
}

.comp_v2_0360 ul a[target="_blank"]::before,
.comp_v2_0360 ol a[target="_blank"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0360 ul a[href$=".pdf"]::before, .comp_v2_0360 ul a[href*="docget.jsp"]::before,
.comp_v2_0360 ol a[href$=".pdf"]::before,
.comp_v2_0360 ol a[href*="docget.jsp"]::before {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
  background-size: 11px 14px;
}

.comp_v2_0360 ul a[href*="/list/index.php"]::before,
.comp_v2_0360 ol a[href*="/list/index.php"]::before {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
  background-size: 13px 11px;
}

.comp_v2_0360 ul a[href^="#"]::before,
.comp_v2_0360 ol a[href^="#"]::before {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
  background-size: 13px 13px;
}

.comp_v2_0360 ul a[href^="tel:"], .comp_v2_0360 ul a[href^="mailto:"], .comp_v2_0360 ul a.icon-none,
.comp_v2_0360 ol a[href^="tel:"],
.comp_v2_0360 ol a[href^="mailto:"],
.comp_v2_0360 ol a.icon-none {
  padding-left: 0;
}

.comp_v2_0360 ul a[href^="tel:"]::before, .comp_v2_0360 ul a[href^="mailto:"]::before, .comp_v2_0360 ul a.icon-none::before,
.comp_v2_0360 ol a[href^="tel:"]::before,
.comp_v2_0360 ol a[href^="mailto:"]::before,
.comp_v2_0360 ol a.icon-none::before {
  display: none;
}

.comp_v2_0360 ul a.icon-none img,
.comp_v2_0360 ol a.icon-none img {
  margin: 0;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0360 ul a[href^="tel:"],
  .comp_v2_0360 ol a[href^="tel:"] {
    color: #333;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0360 ol ul > li::before {
  width: auto;
  left: auto;
  padding-right: 0;
}

.comp_v2_0360 dl {
  text-align: left;
  line-height: 1.6;
  margin: 0;
}

.comp_v2_0360 dl a {
  display: inline;
  color: #0064d2;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  text-decoration: underline;
  line-height: 1.4;
}

.comp_v2_0360 dl a:hover {
  text-decoration: none;
}

.comp_v2_0360 dl a::before {
  display: none;
}

.comp_v2_0360 dl a::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
  background-size: 13px 13px;
  margin: 0 5px;
  vertical-align: middle;
}

.comp_v2_0360 dl a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0360 dl a[href$=".pdf"]::after, .comp_v2_0360 dl a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
  background-size: 11px 14px;
}

.comp_v2_0360 dl a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
  background-size: 13px 11px;
}

.comp_v2_0360 dl a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
  background-size: 13px 13px;
}

.comp_v2_0360 dl a[href^="tel:"], .comp_v2_0360 dl a[href^="mailto:"], .comp_v2_0360 dl a.icon-none {
  padding-right: 0;
}

.comp_v2_0360 dl a[href^="tel:"]::after, .comp_v2_0360 dl a[href^="mailto:"]::after, .comp_v2_0360 dl a.icon-none::after {
  display: none;
}

.comp_v2_0360 dl a.icon-none img {
  margin: 0;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0360 dl a[href^="tel:"] {
    color: #333;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0360 dl dt {
  font-weight: bold;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  color: #1d1e21;
}

.comp_v2_0360 dl dd {
  margin-left: 1.5em;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  color: #333;
}

@media screen and (max-width: 768px) {
  .comp_v2_0360 dl dd {
    margin-left: 1.5em;
  }
}

.comp_v2_0360 ul ul,
.comp_v2_0360 ul ol,
.comp_v2_0360 ol ul,
.comp_v2_0360 ol ol {
  padding: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0360 ul ul,
  .comp_v2_0360 ul ol,
  .comp_v2_0360 ol ul,
  .comp_v2_0360 ol ol {
    padding: 0;
  }
}

.comp_v2_0900 .comp_v2_0360__frame, .comp_v2_0900 .comp_v2_0360__frame--nmargin, .comp_v2_0900 .comp_v2_0360__frame--border {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_0360__frame, .comp_v2_0900 .comp_v2_0360__frame--nmargin, .comp_v2_0900 .comp_v2_0360__frame--border {
    padding-left: 0;
    padding-right: 0;
  }
}


.comp_v2_0370__frame {
  padding: 30px 15px;
  overflow: hidden;
  max-width: 1140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .comp_v2_0370__frame {
    padding: 20px;
  }
}

.comp_v2_0370__list {
  margin: 0;
  letter-spacing: -0.4em;
}

@media screen and (max-width: 768px) {
  .comp_v2_0370__list {
    text-align: center;
  }
}

.comp_v2_0370__list li {
  letter-spacing: normal;
  display: inline-block;
  margin: 0 10px 10px 0;
  vertical-align: top;
}

.comp_v2_0370__checkbox {
  position: absolute;
  left: -100vw;
}

.comp_v2_0370__checkbox--btn {
  font-size: 1.4rem;
  position: relative;
  display: table;
  text-decoration: none;
  vertical-align: middle;
  margin: 0;
  padding: 10px 20px;
  text-align: center;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  border: 1px solid #0064d2;
  color: #0064d2;
  background-color: transparent;
  letter-spacing: 0.1rem;
}

.comp_v2_0370__checkbox--btn:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .comp_v2_0370__checkbox--btn {
    margin: 10px auto;
  }
}

.comp_v2_0370__checkbox:checked + .comp_v2_0370__checkbox--btn {
  color: #fff;
  background-color: #0064d2;
  border: 1px solid #0064d2;
}

.comp_v2_0370__checkbox:focus + .comp_v2_0370__checkbox--btn {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

.comp_v2_0370__button--btn {
  font-size: 1.4rem;
  position: relative;
  display: table;
  text-decoration: none;
  vertical-align: middle;
  margin: 0;
  padding: 10px 20px;
  text-align: center;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  border: 1px solid #0064d2;
  color: #fff;
  background-color: #0064d2;
  letter-spacing: 0.1rem;
}

.comp_v2_0370__button--btn:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
}

.comp_v2_0370__button--btn:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

@media screen and (max-width: 768px) {
  .comp_v2_0370__button--btn {
    margin: 10px auto;
  }
}

.comp_v2_0370__button--btn--hide {
  display: none;
}

.comp_v2_0370__table {
  table-layout: fixed;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.16);
  margin: 30px 0 40px;
  line-height: 1.6;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .comp_v2_0370__table {
    margin: 10px 0 20px;
  }
}

.comp_v2_0370__table__btn p {
  margin: 0;
  padding: 0;
}

.comp_v2_0370__table__btn--center {
  text-align: center;
}

.comp_v2_0370__table__btn--right {
  text-align: right;
}

.comp_v2_0370__table__btn--default {
  font-size: 1.4rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  background-color: #0064d2;
  text-align: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  min-width: 110px;
  min-height: 40px;
  border: none;
  letter-spacing: 0.1rem;
}

.comp_v2_0370__table__btn--default:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

.comp_v2_0370__table__btn--default:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

.comp_v2_0370__table__btn--default:disabled {
  color: #FFF;
  background-color: #707070;
}

.comp_v2_0370__table__btn--default::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url("/apps/toshiba-ss-v2/clientlibs/dist/img/button-arrow.png");
  background-size: 18px 18px;
  margin-right: 0.2em;
  margin-bottom: 0.2em;
}

.comp_v2_0370__table__btn a {
  font-size: 1.4rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
  min-width: 110px;
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  background-color: #0064d2;
  text-align: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  min-height: 40px;
  border: none;
  letter-spacing: 0.1rem;
}

.comp_v2_0370__table__btn a:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
}

.comp_v2_0370__table__btn a::before {
  content: "";
  display: inline-block;
  width: 18px;
  min-width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-arrow.png);
  background-size: 18px 18px;
  margin-right: 0.25em;
  margin-bottom: 0.1em;
}

.comp_v2_0370__table__btn a[target="_blank"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-external.png);
}

.comp_v2_0370__table__btn a[href$=".pdf"]::before, .comp_v2_0370__table__btn a[href*="docget.jsp"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-pdf.png);
}

.comp_v2_0370__table__btn a[href*="/list/index.php"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-parametric.png);
}

.comp_v2_0370__table__btn a[href^="#"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-anchor.png);
}

.comp_v2_0370__table__btn .comp_v2_0370__table__btn--search::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-search.png);
}

.comp_v2_0370__table__btn .comp_v2_0370__table__btn--balloon::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-balloon.png);
}

.comp_v2_0370__table__btn .comp_v2_0370__table__btn--cart::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-cart.png);
}

.comp_v2_0370__table__btn .comp_v2_0370__table__btn--large {
  font-size: 2rem;
  padding: 18px 30px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0370__table__btn .comp_v2_0370__table__btn--large {
    width: 100%;
  }
}

.comp_v2_0370__table__btn .comp_v2_0370__table__btn--large:hover {
  color: #fff;
}

.comp_v2_0370__table__btn .comp_v2_0370__table__btn--flip {
  color: #0064d2;
  background-color: #fff;
  border: 1px solid #0064d2;
}

.comp_v2_0370__table__btn .comp_v2_0370__table__btn--flip::before {
  display: none;
}

.comp_v2_0370__table__btn--default, .comp_v2_0370__table__btn--large, .comp_v2_0370__table__btn--flip {
  margin: 0.5em 0;
}

.comp_v2_0370__table thead th,
.comp_v2_0370__table thead td {
  text-align: left;
  padding: 10px 10px 10px 20px;
  font-weight: bold;
  color: #2d2d2d;
  vertical-align: top;
  width: 33.3333%;
}

.comp_v2_0370__table thead th:last-child,
.comp_v2_0370__table thead td:last-child {
  width: 15%;
}

@media screen and (max-width: 768px) {
  .comp_v2_0370__table thead th,
  .comp_v2_0370__table thead td {
    display: inline-block;
    width: auto;
    padding: 10px 0;
  }
  .comp_v2_0370__table thead th + th::before,
  .comp_v2_0370__table thead td + th::before {
    content: "/";
    display: inline-block;
    margin: 0 3px;
  }
  .comp_v2_0370__table thead th:first-child,
  .comp_v2_0370__table thead td:first-child {
    padding-left: 10px;
  }
  .comp_v2_0370__table thead th:last-child,
  .comp_v2_0370__table thead td:last-child {
    width: auto;
  }
}

.comp_v2_0370__table thead th p,
.comp_v2_0370__table thead td p {
  margin: 0;
}

.comp_v2_0370__table tbody th,
.comp_v2_0370__table tbody td {
  text-align: left;
  padding: 10px 15px;
  border-top: 1px solid #e7e7e8;
  border-left: 1px solid #e7e7e8;
  vertical-align: top;
}

.comp_v2_0370__table tbody th:first-child,
.comp_v2_0370__table tbody td:first-child {
  border-left: none;
  border-top: 1px solid #e7e7e8;
}

@media screen and (max-width: 768px) {
  .comp_v2_0370__table tbody th:first-child,
  .comp_v2_0370__table tbody td:first-child {
    padding-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0370__table tbody th:last-child,
  .comp_v2_0370__table tbody td:last-child {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0370__table tbody th,
  .comp_v2_0370__table tbody td {
    padding: 0 10px;
    display: block;
    border: none;
  }
}

.comp_v2_0370__table tbody th p,
.comp_v2_0370__table tbody td p {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0370__table tbody th p,
  .comp_v2_0370__table tbody td p {
    padding-left: 20px;
  }
}

.comp_v2_0370__table__checkbox {
  position: absolute;
  left: -100vw;
}

.comp_v2_0370__table__checkbox:checked + .comp_v2_0370__table__checktext {
  color: #0064d2;
}

.comp_v2_0370__table__checkbox:checked + .comp_v2_0370__table__checktext::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 5px;
  width: 6px;
  height: 12px;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media screen and (max-width: 768px) {
  .comp_v2_0370__table__checkbox:checked + .comp_v2_0370__table__checktext::after {
    top: 5px;
    width: 4px;
    height: 8px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}

.comp_v2_0370__table__checkbox:checked + .comp_v2_0370__table__checktext::before {
  border: 1px solid #0064d2;
  background-color: #0064d2;
}

.comp_v2_0370__table__checkbox:focus + .comp_v2_0370__table__checktext::before {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

.comp_v2_0370__table__checkbox:disabled + .comp_v2_0370__table__checktext::before {
  display: none;
}

.comp_v2_0370__table__checktext {
  display: block;
  color: #0064d2;
  padding-left: 30px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .comp_v2_0370__table__checktext {
    padding-left: 20px;
  }
}

.comp_v2_0370__table__checktext a {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0370__table__checktext:hover {
  text-decoration: underline;
  cursor: pointer;
}

.comp_v2_0370__table__checktext::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0370__table__checktext::before {
    width: 12px;
    height: 12px;
  }
}

.comp_v2_0370__table__pdftext, .comp_v2_0370__table__filetext {
  display: block;
  color: #6e7175;
  padding-left: 30px;
  font-size: 1.2rem;
  margin-top: 5px;
}

.comp_v2_0370__table__pdftext::before, .comp_v2_0370__table__filetext::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
  background-size: 11px 14px;
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0370__table__pdftext, .comp_v2_0370__table__filetext {
    padding-left: 20px;
    margin-top: 5px;
  }
}

.comp_v2_0370__table__filetext::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-file.png);
}

.comp_v2_0370__table__description {
  display: block;
  line-height: 1.6;
  padding-left: 30px;
}

.comp_v2_0370__table__pdftext + .comp_v2_0370__table__description, .comp_v2_0370__table__filetext + .comp_v2_0370__table__description {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0370__table__pdftext + .comp_v2_0370__table__description, .comp_v2_0370__table__filetext + .comp_v2_0370__table__description {
    margin-top: 5px;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0370__table__description {
    padding-left: 20px;
  }
}

.comp_v2_0370__table--new {
  font-size: 1.1rem;
  margin: 0 0 10px 0;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0.1rem;
  margin-bottom: 5px;
  padding: 0 0 0 30px;
}

.comp_v2_0370__table--new span {
  display: inline-block;
  border-radius: 4px;
  padding: 5px 10px;
  line-height: 1;
  color: #fff;
  background-color: #af8cc8;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
}

@media screen and (max-width: 768px) {
  .comp_v2_0370__table--new {
    padding-left: 20px;
  }
}

.comp_v2_0370__table__date {
  line-height: 1.6;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0370__table__date {
    padding-left: 20px;
  }
}

.comp_v2_0370__table label {
  display: block;
  cursor: pointer;
}

.comp_v2_0900 .comp_v2_0370__frame {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_0370__frame {
    padding-left: 0;
    padding-right: 0;
  }
}


.comp_v2_0371__frame {
  padding: 15px 15px;
  overflow: hidden;
  max-width: 1140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .comp_v2_0371__frame {
    padding: 20px;
  }
}

.comp_v2_0371__link {
  margin: .3em 0;
  padding-left: 2em;
}

.comp_v2_0371__link .disc {
  display: inline-block;
  padding-left: 30px;
  margin-left: 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .comp_v2_0371__link .disc {
    padding-left: 25px;
  }
}

.comp_v2_0371__link .disc::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: "\002022";
  color: #0064d2;
  margin: 0 7px;
}

.comp_v2_0371__link a {
  display: inline-block;
  color: #0064d2;
  padding-left: 30px;
  padding-right: 0;
  position: relative;
  line-height: 1.4;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .comp_v2_0371__link a {
    padding-left: 25px;
  }
}

.comp_v2_0371__link a:hover {
  text-decoration: underline;
}

.comp_v2_0371__link a::after {
  display: none;
}

.comp_v2_0371__link a::before {
  position: absolute;
  left: 5px;
  top: 0.2em;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
  background-size: 13px 13px;
}

.comp_v2_0371__link a[target="_blank"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0371__link a[href$=".pdf"]::before, .comp_v2_0371__link a[href*="docget.jsp"]::before {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
  background-size: 11px 14px;
}

.comp_v2_0371__link a[href*="/list/index.php"]::before {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
  background-size: 13px 11px;
}

.comp_v2_0371__link a[href^="#"]::before {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
  background-size: 13px 13px;
}

.comp_v2_0371__link a[href^="tel:"], .comp_v2_0371__link a[href^="mailto:"], .comp_v2_0371__link a.icon-none {
  padding-left: 0;
}

.comp_v2_0371__link a[href^="tel:"]::before, .comp_v2_0371__link a[href^="mailto:"]::before, .comp_v2_0371__link a.icon-none::before {
  display: none;
}

.comp_v2_0371__link a.icon-none img {
  margin: 0;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0371__link a[href^="tel:"] {
    color: #333;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0371__link__info {
  display: inline;
  color: #333;
}

.comp_v2_0371__link a {
  padding-left: 0 !important;
}

.comp_v2_0371__link a[href$=".pdf"]::before, .comp_v2_0371__link a[href*="docget.jsp"]::before {
  left: -1.3em;
}

.comp_v2_0900 .comp_v2_0371__frame {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_0371__frame {
    padding-left: 0;
    padding-right: 0;
  }
}


.comp_v2_0380__frame {
  padding: 30px 15px;
  overflow: hidden;
  max-width: 1140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .comp_v2_0380__frame {
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0380__frame {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.comp_v2_0380__col {
  max-width: none;
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 30px;
  padding-left: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.comp_v2_0380__col__flag--new {
  font-size: 1.1rem;
  margin: 0 0 10px 0;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0.1rem;
  margin: 15px 0 0 0;
}

.comp_v2_0380__col__flag--new span {
  display: inline-block;
  border-radius: 4px;
  padding: 5px 10px;
  line-height: 1;
  color: #fff;
  background-color: #af8cc8;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
}

.comp_v2_0380__col__link {
  margin: 0;
  line-height: 1.4;
  font-size: 1.4rem;
}

.comp_v2_0380__col__link__caption {
  font-size: 1.2rem;
  color: #707070;
  margin: 10px 0 15px 0;
}

.comp_v2_0380__col__link .disc {
  display: inline-block;
  padding-left: 30px;
  margin-left: 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .comp_v2_0380__col__link .disc {
    padding-left: 25px;
  }
}

.comp_v2_0380__col__link .disc::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: "\002022";
  color: #0064d2;
  margin: 0 7px;
}

.comp_v2_0380__col__link a {
  display: inline-block;
  color: #0064d2;
  padding-left: 30px;
  padding-right: 0;
  position: relative;
  line-height: 1.4;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .comp_v2_0380__col__link a {
    padding-left: 25px;
  }
}

.comp_v2_0380__col__link a:hover {
  text-decoration: underline;
}

.comp_v2_0380__col__link a::after {
  display: none;
}

.comp_v2_0380__col__link a::before {
  position: absolute;
  left: 5px;
  top: 0.2em;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
  background-size: 13px 13px;
}

.comp_v2_0380__col__link a[target="_blank"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0380__col__link a[href$=".pdf"]::before, .comp_v2_0380__col__link a[href*="docget.jsp"]::before {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
  background-size: 11px 14px;
}

.comp_v2_0380__col__link a[href*="/list/index.php"]::before {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
  background-size: 13px 11px;
}

.comp_v2_0380__col__link a[href^="#"]::before {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
  background-size: 13px 13px;
}

.comp_v2_0380__col__link a[href^="tel:"], .comp_v2_0380__col__link a[href^="mailto:"], .comp_v2_0380__col__link a.icon-none {
  padding-left: 0;
}

.comp_v2_0380__col__link a[href^="tel:"]::before, .comp_v2_0380__col__link a[href^="mailto:"]::before, .comp_v2_0380__col__link a.icon-none::before {
  display: none;
}

.comp_v2_0380__col__link a.icon-none img {
  margin: 0;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0380__col__link a[href^="tel:"] {
    color: #333;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0380__col__link__subject {
  font-size: 2rem;
  font-weight: normal;
}

.comp_v2_0380__col__link__subject--bold {
  font-size: 2rem;
  font-weight: bold;
}

.comp_v2_0380__col__link dt {
  font-weight: normal;
  font-size: 2rem;
  margin: 15px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

.comp_v2_0380__col__link dt a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0380__col__link dt a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_0380__col__link dt a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0380__col__link dt a[href$=".pdf"]::after, .comp_v2_0380__col__link dt a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_0380__col__link dt a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_0380__col__link dt a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_0380__col__link dt a[href^="tel:"]::after, .comp_v2_0380__col__link dt a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0380__col__link dt a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0380__col__link dt a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0380__col__link dt a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0380__col__link dt a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0380__col__link dt a:hover[href$=".pdf"]::after, .comp_v2_0380__col__link dt a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0380__col__link dt a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0380__col__link dt a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0380__col__link dt a:hover[href^="tel:"]::after, .comp_v2_0380__col__link dt a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0380__col__link dt a {
  padding-left: 0;
  text-decoration: none;
}

.comp_v2_0380__col__link dt a::before {
  display: none;
}

.comp_v2_0380__col__link dt a:hover {
  color: #1d1e21;
  text-decoration: underline;
}

.comp_v2_0380__col__link dt a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
}

.comp_v2_0380__col__link dt a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0380__col__link dt a:hover[href$=".pdf"]::after, .comp_v2_0380__col__link dt a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
}

.comp_v2_0380__col__link dt a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
}

.comp_v2_0380__col__link dt a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
}

.comp_v2_0380__col__link dt a:hover[href^="tel:"]::after, .comp_v2_0380__col__link dt a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0380__col__link dd {
  font-size: 1.4rem;
  margin: 8px 0;
}

.comp_v2_0380__col__link dd.comp_v2_0920__link__caption {
  font-size: 1.2rem;
  color: #707070;
  margin: 5px 0 15px 0;
  letter-spacing: 0.1rem;
}

.comp_v2_0380__col__link ul {
  margin-top: 0;
}

.comp_v2_0380__col__link li {
  margin: 8px 0;
}

.comp_v2_0380__col__link__title {
  margin: 10px 0 0;
  font-size: 1.6rem;
  color: #333;
  text-align: left;
}

.comp_v2_0380__col__link__size {
  margin: 0 auto;
  width: auto;
}

.comp_v2_0380__col__link__size th,
.comp_v2_0380__col__link__size td {
  font-size: 1.6rem;
  text-align: right;
  position: relative;
  font-weight: normal;
  min-height: 1em;
  padding: 0 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.comp_v2_0380__col__link__size th {
  text-align: left;
}

.comp_v2_0380__col__link__size dd {
  margin: 0;
}

.comp_v2_0380__col__link__size__unit {
  text-align: right;
}

.comp_v2_0380__col__link__size__switch {
  position: relative;
}

.comp_v2_0380__col__link__size__switch__mm {
  display: inline;
}

.comp_v2_0380__col__link__size__switch__inch {
  display: none;
}

.comp_v2_0380__col__icon {
  letter-spacing: -0.4em;
  margin: 10px 0 0 0;
}

.comp_v2_0380__col__icon--category {
  font-size: 1.2rem;
  position: relative;
  display: table;
  min-width: auto;
  text-decoration: none;
  vertical-align: middle;
  margin: 0;
  padding: 5px 10px;
  border: 1px solid rgba(51, 51, 51, 0.3);
  color: #333;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.8;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  letter-spacing: 0.1rem;
  cursor: default;
}

.comp_v2_0380__col__icon--category img,
.comp_v2_0380__col__icon--category span {
  vertical-align: middle;
}

.comp_v2_0380__col__icon--category img {
  margin-right: 3px;
}

.comp_v2_0380__col__icon--category:hover {
  opacity: 0.5;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .comp_v2_0380__col__icon--category {
    margin: 10px auto;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0380__col__icon--category {
    margin: 0;
  }
}

.comp_v2_0380__col__icon--category:hover {
  opacity: 1;
}

.comp_v2_0380__col__icon li {
  letter-spacing: normal;
  display: inline-block;
  margin: 5px 10px 0 0;
}

.comp_v2_0380__col__icon li:last-child {
  margin-right: 0;
}

.comp_v2_0380__col__category {
  font-size: 1.2rem;
  display: table;
  min-width: auto;
  text-decoration: none;
  vertical-align: middle;
  margin: 15px 0 10px;
  padding: 5px 10px;
  border: 1px solid rgba(51, 51, 51, 0.3);
  color: #333;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.8;
  width: 100%;
  box-sizing: border-box;
  letter-spacing: 0.1rem;
}

.comp_v2_0380__col__blocklink figure span {
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
}

.comp_v2_0380__col__blocklink:hover {
  color: #0064d2;
}

.comp_v2_0380__col__blocklink:hover figure span {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
}

.comp_v2_0380__col__blocklink:hover figcaption {
  color: #0064d2;
}

.comp_v2_0380__col__blocklink:hover dt {
  color: #0064d2;
}

.comp_v2_0380__col__title {
  font-weight: normal;
  font-size: 2rem;
  margin: 10px 0 0;
  color: #1d1e21;
  line-height: 1.4;
}

.comp_v2_0380__col__figure figcaption {
  font-weight: normal;
  font-size: 2rem;
  margin: 20px 0 0;
  color: #1d1e21;
  line-height: 1.4;
}

.comp_v2_0380__col__btn {
  letter-spacing: -0.4em;
  margin-top: 0;
}

.comp_v2_0380__col__btn p {
  margin: 0;
  padding: 0;
}

.comp_v2_0380__col__btn--center {
  text-align: center;
}

.comp_v2_0380__col__btn--right {
  text-align: right;
}

.comp_v2_0380__col__btn--default {
  font-size: 1.4rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  background-color: #0064d2;
  text-align: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  min-width: 110px;
  min-height: 40px;
  border: none;
  letter-spacing: 0.1rem;
}

.comp_v2_0380__col__btn--default:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

.comp_v2_0380__col__btn--default:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

.comp_v2_0380__col__btn--default:disabled {
  color: #FFF;
  background-color: #707070;
}

.comp_v2_0380__col__btn--default::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url("/apps/toshiba-ss-v2/clientlibs/dist/img/button-arrow.png");
  background-size: 18px 18px;
  margin-right: 0.2em;
  margin-bottom: 0.2em;
}

.comp_v2_0380__col__btn a {
  font-size: 1.4rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
  min-width: 110px;
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  background-color: #0064d2;
  text-align: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  min-height: 40px;
  border: none;
  letter-spacing: 0.1rem;
}

.comp_v2_0380__col__btn a:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
}

.comp_v2_0380__col__btn a::before {
  content: "";
  display: inline-block;
  width: 18px;
  min-width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-arrow.png);
  background-size: 18px 18px;
  margin-right: 0.25em;
  margin-bottom: 0.1em;
}

.comp_v2_0380__col__btn a[target="_blank"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-external.png);
}

.comp_v2_0380__col__btn a[href$=".pdf"]::before, .comp_v2_0380__col__btn a[href*="docget.jsp"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-pdf.png);
}

.comp_v2_0380__col__btn a[href*="/list/index.php"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-parametric.png);
}

.comp_v2_0380__col__btn a[href^="#"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-anchor.png);
}

.comp_v2_0380__col__btn .comp_v2_0380__col__btn--search::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-search.png);
}

.comp_v2_0380__col__btn .comp_v2_0380__col__btn--balloon::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-balloon.png);
}

.comp_v2_0380__col__btn .comp_v2_0380__col__btn--cart::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-cart.png);
}

.comp_v2_0380__col__btn .comp_v2_0380__col__btn--large {
  font-size: 2rem;
  padding: 18px 30px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0380__col__btn .comp_v2_0380__col__btn--large {
    width: 100%;
  }
}

.comp_v2_0380__col__btn .comp_v2_0380__col__btn--large:hover {
  color: #fff;
}

.comp_v2_0380__col__btn .comp_v2_0380__col__btn--flip {
  color: #0064d2;
  background-color: #fff;
  border: 1px solid #0064d2;
}

.comp_v2_0380__col__btn .comp_v2_0380__col__btn--flip::before {
  display: none;
}

.comp_v2_0380__col__btn li {
  letter-spacing: normal;
  margin: 15px 10px 0 0;
  min-width: 100px;
  display: inline-block;
}

.comp_v2_0380__col__btn li:last-child {
  margin-right: 0;
}

.comp_v2_0380__col__btn li a {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .comp_v2_0380__col {
    padding-right: 0;
  }
}

.comp_v2_0380__col__title, .comp_v2_0380__col__icon {
  margin: 0;
}

.comp_v2_0380__col__h1 {
  font-size: 4.8rem;
  margin: 0;
  padding: 70px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0380__col__h1 {
    margin: 0;
    padding-top: 50px;
    font-size: 2.8rem;
  }
}

.comp_v2_0380__col__h1 a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0380__col__h1 a::after {
  position: relative;
  margin-left: 20px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 18px 18px;
}

.comp_v2_0380__col__h1 a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0380__col__h1 a[href$=".pdf"]::after, .comp_v2_0380__col__h1 a[href*="docget.jsp"]::after {
  width: 18px;
  height: 24px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 18px 24px;
}

.comp_v2_0380__col__h1 a[href*="/list/index.php"]::after {
  width: 20px;
  height: 17px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 20px 17px;
}

.comp_v2_0380__col__h1 a[href^="#"]::after {
  width: 20px;
  height: 20px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 20px 20px;
}

.comp_v2_0380__col__h1 a[href^="tel:"]::after, .comp_v2_0380__col__h1 a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0380__col__h1 a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0380__col__h1 a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0380__col__h1 a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0380__col__h1 a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0380__col__h1 a:hover[href$=".pdf"]::after, .comp_v2_0380__col__h1 a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0380__col__h1 a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0380__col__h1 a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0380__col__h1 a:hover[href^="tel:"]::after, .comp_v2_0380__col__h1 a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0380__col__h1--bold, .comp_v2_0380__col__h1--regular {
  font-size: 4.8rem;
  margin: 0;
  padding: 70px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0380__col__h1--bold, .comp_v2_0380__col__h1--regular {
    margin: 0;
    padding-top: 50px;
    font-size: 2.8rem;
  }
}

.comp_v2_0380__col__h1--bold a, .comp_v2_0380__col__h1--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0380__col__h1--bold a::after, .comp_v2_0380__col__h1--regular a::after {
  position: relative;
  margin-left: 20px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 18px 18px;
}

.comp_v2_0380__col__h1--bold a[target="_blank"]::after, .comp_v2_0380__col__h1--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0380__col__h1--bold a[href$=".pdf"]::after, .comp_v2_0380__col__h1--bold a[href*="docget.jsp"]::after, .comp_v2_0380__col__h1--regular a[href$=".pdf"]::after, .comp_v2_0380__col__h1--regular a[href*="docget.jsp"]::after {
  width: 18px;
  height: 24px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 18px 24px;
}

.comp_v2_0380__col__h1--bold a[href*="/list/index.php"]::after, .comp_v2_0380__col__h1--regular a[href*="/list/index.php"]::after {
  width: 20px;
  height: 17px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 20px 17px;
}

.comp_v2_0380__col__h1--bold a[href^="#"]::after, .comp_v2_0380__col__h1--regular a[href^="#"]::after {
  width: 20px;
  height: 20px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 20px 20px;
}

.comp_v2_0380__col__h1--bold a[href^="tel:"]::after, .comp_v2_0380__col__h1--bold a[href^="mailto:"]::after, .comp_v2_0380__col__h1--regular a[href^="tel:"]::after, .comp_v2_0380__col__h1--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0380__col__h1--bold a[href^="tel:"], .comp_v2_0380__col__h1--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0380__col__h1--bold a:hover, .comp_v2_0380__col__h1--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0380__col__h1--bold a:hover::after, .comp_v2_0380__col__h1--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0380__col__h1--bold a:hover[target="_blank"]::after, .comp_v2_0380__col__h1--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0380__col__h1--bold a:hover[href$=".pdf"]::after, .comp_v2_0380__col__h1--bold a:hover[href*="docget.jsp"]::after, .comp_v2_0380__col__h1--regular a:hover[href$=".pdf"]::after, .comp_v2_0380__col__h1--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0380__col__h1--bold a:hover[href*="/list/index.php"]::after, .comp_v2_0380__col__h1--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0380__col__h1--bold a:hover[href^="#"]::after, .comp_v2_0380__col__h1--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0380__col__h1--bold a:hover[href^="tel:"]::after, .comp_v2_0380__col__h1--bold a:hover[href^="mailto:"]::after, .comp_v2_0380__col__h1--regular a:hover[href^="tel:"]::after, .comp_v2_0380__col__h1--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0380__col__h1--bold {
  font-weight: bold;
}

.comp_v2_0380__col__h1--regular {
  font-weight: normal;
}

.comp_v2_0380__col__h1--regular, .comp_v2_0380__col__h1--bold {
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
  width: 100%;
}

@media screen and (max-width: 768px) {
  .comp_v2_0380__col__h1--regular, .comp_v2_0380__col__h1--bold {
    text-align: left;
  }
}

.comp_v2_0380__col__h2 {
  font-size: 3.4rem;
  margin: 0;
  padding: 60px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0380__col__h2 {
    font-size: 2.8rem;
    margin: 0;
    padding-top: 40px;
  }
}

.comp_v2_0380__col__h2 a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0380__col__h2 a::after {
  position: relative;
  margin-left: 20px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 18px 18px;
}

.comp_v2_0380__col__h2 a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0380__col__h2 a[href$=".pdf"]::after, .comp_v2_0380__col__h2 a[href*="docget.jsp"]::after {
  width: 18px;
  height: 24px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 18px 24px;
}

.comp_v2_0380__col__h2 a[href*="/list/index.php"]::after {
  width: 20px;
  height: 17px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 20px 17px;
}

.comp_v2_0380__col__h2 a[href^="#"]::after {
  width: 20px;
  height: 20px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 20px 20px;
}

.comp_v2_0380__col__h2 a[href^="tel:"]::after, .comp_v2_0380__col__h2 a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0380__col__h2 a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0380__col__h2 a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0380__col__h2 a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0380__col__h2 a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0380__col__h2 a:hover[href$=".pdf"]::after, .comp_v2_0380__col__h2 a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0380__col__h2 a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0380__col__h2 a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0380__col__h2 a:hover[href^="tel:"]::after, .comp_v2_0380__col__h2 a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0380__col__h2--bold, .comp_v2_0380__col__h2--regular {
  font-size: 3.4rem;
  margin: 0;
  padding: 60px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0380__col__h2--bold, .comp_v2_0380__col__h2--regular {
    font-size: 2.8rem;
    margin: 0;
    padding-top: 40px;
  }
}

.comp_v2_0380__col__h2--bold a, .comp_v2_0380__col__h2--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0380__col__h2--bold a::after, .comp_v2_0380__col__h2--regular a::after {
  position: relative;
  margin-left: 20px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 18px 18px;
}

.comp_v2_0380__col__h2--bold a[target="_blank"]::after, .comp_v2_0380__col__h2--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0380__col__h2--bold a[href$=".pdf"]::after, .comp_v2_0380__col__h2--bold a[href*="docget.jsp"]::after, .comp_v2_0380__col__h2--regular a[href$=".pdf"]::after, .comp_v2_0380__col__h2--regular a[href*="docget.jsp"]::after {
  width: 18px;
  height: 24px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 18px 24px;
}

.comp_v2_0380__col__h2--bold a[href*="/list/index.php"]::after, .comp_v2_0380__col__h2--regular a[href*="/list/index.php"]::after {
  width: 20px;
  height: 17px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 20px 17px;
}

.comp_v2_0380__col__h2--bold a[href^="#"]::after, .comp_v2_0380__col__h2--regular a[href^="#"]::after {
  width: 20px;
  height: 20px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 20px 20px;
}

.comp_v2_0380__col__h2--bold a[href^="tel:"]::after, .comp_v2_0380__col__h2--bold a[href^="mailto:"]::after, .comp_v2_0380__col__h2--regular a[href^="tel:"]::after, .comp_v2_0380__col__h2--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0380__col__h2--bold a[href^="tel:"], .comp_v2_0380__col__h2--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0380__col__h2--bold a:hover, .comp_v2_0380__col__h2--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0380__col__h2--bold a:hover::after, .comp_v2_0380__col__h2--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0380__col__h2--bold a:hover[target="_blank"]::after, .comp_v2_0380__col__h2--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0380__col__h2--bold a:hover[href$=".pdf"]::after, .comp_v2_0380__col__h2--bold a:hover[href*="docget.jsp"]::after, .comp_v2_0380__col__h2--regular a:hover[href$=".pdf"]::after, .comp_v2_0380__col__h2--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0380__col__h2--bold a:hover[href*="/list/index.php"]::after, .comp_v2_0380__col__h2--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0380__col__h2--bold a:hover[href^="#"]::after, .comp_v2_0380__col__h2--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0380__col__h2--bold a:hover[href^="tel:"]::after, .comp_v2_0380__col__h2--bold a:hover[href^="mailto:"]::after, .comp_v2_0380__col__h2--regular a:hover[href^="tel:"]::after, .comp_v2_0380__col__h2--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0380__col__h2--bold {
  font-weight: bold;
}

.comp_v2_0380__col__h2--regular {
  font-weight: normal;
}

.comp_v2_0380__col__h2--regular, .comp_v2_0380__col__h2--bold {
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
  width: 100%;
}

@media screen and (max-width: 768px) {
  .comp_v2_0380__col__h2--regular, .comp_v2_0380__col__h2--bold {
    text-align: left;
  }
}

.comp_v2_0380__col__h3 {
  font-size: 2.8rem;
  margin: 0;
  padding: 50px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0380__col__h3 {
    font-size: 2.4rem;
    margin: 0;
    padding-top: 30px;
  }
}

.comp_v2_0380__col__h3--bold, .comp_v2_0380__col__h3--regular {
  font-size: 2.8rem;
  margin: 0;
  padding: 50px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0380__col__h3--bold, .comp_v2_0380__col__h3--regular {
    font-size: 2.4rem;
    margin: 0;
    padding-top: 30px;
  }
}

.comp_v2_0380__col__h3--bold a, .comp_v2_0380__col__h3--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0380__col__h3--bold a::after, .comp_v2_0380__col__h3--regular a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_0380__col__h3--bold a[target="_blank"]::after, .comp_v2_0380__col__h3--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0380__col__h3--bold a[href$=".pdf"]::after, .comp_v2_0380__col__h3--bold a[href*="docget.jsp"]::after, .comp_v2_0380__col__h3--regular a[href$=".pdf"]::after, .comp_v2_0380__col__h3--regular a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_0380__col__h3--bold a[href*="/list/index.php"]::after, .comp_v2_0380__col__h3--regular a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_0380__col__h3--bold a[href^="#"]::after, .comp_v2_0380__col__h3--regular a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_0380__col__h3--bold a[href^="tel:"]::after, .comp_v2_0380__col__h3--bold a[href^="mailto:"]::after, .comp_v2_0380__col__h3--regular a[href^="tel:"]::after, .comp_v2_0380__col__h3--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0380__col__h3--bold a[href^="tel:"], .comp_v2_0380__col__h3--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0380__col__h3--bold a:hover, .comp_v2_0380__col__h3--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0380__col__h3--bold a:hover::after, .comp_v2_0380__col__h3--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0380__col__h3--bold a:hover[target="_blank"]::after, .comp_v2_0380__col__h3--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0380__col__h3--bold a:hover[href$=".pdf"]::after, .comp_v2_0380__col__h3--bold a:hover[href*="docget.jsp"]::after, .comp_v2_0380__col__h3--regular a:hover[href$=".pdf"]::after, .comp_v2_0380__col__h3--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0380__col__h3--bold a:hover[href*="/list/index.php"]::after, .comp_v2_0380__col__h3--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0380__col__h3--bold a:hover[href^="#"]::after, .comp_v2_0380__col__h3--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0380__col__h3--bold a:hover[href^="tel:"]::after, .comp_v2_0380__col__h3--bold a:hover[href^="mailto:"]::after, .comp_v2_0380__col__h3--regular a:hover[href^="tel:"]::after, .comp_v2_0380__col__h3--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0380__col__h3--bold {
  font-weight: bold;
}

.comp_v2_0380__col__h3--regular {
  font-weight: normal;
}

.comp_v2_0380__col__h3--regular, .comp_v2_0380__col__h3--bold {
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
  width: 100%;
}

@media screen and (max-width: 768px) {
  .comp_v2_0380__col__h3--regular, .comp_v2_0380__col__h3--bold {
    text-align: left;
  }
}

.comp_v2_0380__col__h4 {
  font-size: 2rem;
  margin: 0;
  padding: 40px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0380__col__h4 {
    margin: 0;
    padding-top: 30px;
  }
}

.comp_v2_0380__col__h4 a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0380__col__h4 a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_0380__col__h4 a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0380__col__h4 a[href$=".pdf"]::after, .comp_v2_0380__col__h4 a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_0380__col__h4 a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_0380__col__h4 a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_0380__col__h4 a[href^="tel:"]::after, .comp_v2_0380__col__h4 a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0380__col__h4 a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0380__col__h4 a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0380__col__h4 a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0380__col__h4 a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0380__col__h4 a:hover[href$=".pdf"]::after, .comp_v2_0380__col__h4 a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0380__col__h4 a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0380__col__h4 a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0380__col__h4 a:hover[href^="tel:"]::after, .comp_v2_0380__col__h4 a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0380__col__h4--bold, .comp_v2_0380__col__h4--regular {
  font-size: 2rem;
  margin: 0;
  padding: 40px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0380__col__h4--bold, .comp_v2_0380__col__h4--regular {
    margin: 0;
    padding-top: 30px;
  }
}

.comp_v2_0380__col__h4--bold a, .comp_v2_0380__col__h4--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0380__col__h4--bold a::after, .comp_v2_0380__col__h4--regular a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_0380__col__h4--bold a[target="_blank"]::after, .comp_v2_0380__col__h4--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0380__col__h4--bold a[href$=".pdf"]::after, .comp_v2_0380__col__h4--bold a[href*="docget.jsp"]::after, .comp_v2_0380__col__h4--regular a[href$=".pdf"]::after, .comp_v2_0380__col__h4--regular a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_0380__col__h4--bold a[href*="/list/index.php"]::after, .comp_v2_0380__col__h4--regular a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_0380__col__h4--bold a[href^="#"]::after, .comp_v2_0380__col__h4--regular a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_0380__col__h4--bold a[href^="tel:"]::after, .comp_v2_0380__col__h4--bold a[href^="mailto:"]::after, .comp_v2_0380__col__h4--regular a[href^="tel:"]::after, .comp_v2_0380__col__h4--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0380__col__h4--bold a[href^="tel:"], .comp_v2_0380__col__h4--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0380__col__h4--bold a:hover, .comp_v2_0380__col__h4--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0380__col__h4--bold a:hover::after, .comp_v2_0380__col__h4--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0380__col__h4--bold a:hover[target="_blank"]::after, .comp_v2_0380__col__h4--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0380__col__h4--bold a:hover[href$=".pdf"]::after, .comp_v2_0380__col__h4--bold a:hover[href*="docget.jsp"]::after, .comp_v2_0380__col__h4--regular a:hover[href$=".pdf"]::after, .comp_v2_0380__col__h4--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0380__col__h4--bold a:hover[href*="/list/index.php"]::after, .comp_v2_0380__col__h4--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0380__col__h4--bold a:hover[href^="#"]::after, .comp_v2_0380__col__h4--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0380__col__h4--bold a:hover[href^="tel:"]::after, .comp_v2_0380__col__h4--bold a:hover[href^="mailto:"]::after, .comp_v2_0380__col__h4--regular a:hover[href^="tel:"]::after, .comp_v2_0380__col__h4--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0380__col__h4--bold {
  font-weight: bold;
}

.comp_v2_0380__col__h4--regular {
  font-weight: normal;
}

.comp_v2_0380__col__h4--regular, .comp_v2_0380__col__h4--bold {
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
  width: 100%;
}

@media screen and (max-width: 768px) {
  .comp_v2_0380__col__h4--regular, .comp_v2_0380__col__h4--bold {
    text-align: left;
  }
}

.comp_v2_0380__col__h5 {
  font-size: 1.8rem;
  margin: 0;
  padding: 30px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

.comp_v2_0380__col__h5 a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0380__col__h5 a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_0380__col__h5 a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0380__col__h5 a[href$=".pdf"]::after, .comp_v2_0380__col__h5 a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_0380__col__h5 a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_0380__col__h5 a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_0380__col__h5 a[href^="tel:"]::after, .comp_v2_0380__col__h5 a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0380__col__h5 a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0380__col__h5 a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0380__col__h5 a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0380__col__h5 a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0380__col__h5 a:hover[href$=".pdf"]::after, .comp_v2_0380__col__h5 a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0380__col__h5 a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0380__col__h5 a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0380__col__h5 a:hover[href^="tel:"]::after, .comp_v2_0380__col__h5 a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0380__col__h5--bold, .comp_v2_0380__col__h5--regular {
  font-size: 1.8rem;
  margin: 0;
  padding: 30px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

.comp_v2_0380__col__h5--bold a, .comp_v2_0380__col__h5--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0380__col__h5--bold a::after, .comp_v2_0380__col__h5--regular a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_0380__col__h5--bold a[target="_blank"]::after, .comp_v2_0380__col__h5--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0380__col__h5--bold a[href$=".pdf"]::after, .comp_v2_0380__col__h5--bold a[href*="docget.jsp"]::after, .comp_v2_0380__col__h5--regular a[href$=".pdf"]::after, .comp_v2_0380__col__h5--regular a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_0380__col__h5--bold a[href*="/list/index.php"]::after, .comp_v2_0380__col__h5--regular a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_0380__col__h5--bold a[href^="#"]::after, .comp_v2_0380__col__h5--regular a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_0380__col__h5--bold a[href^="tel:"]::after, .comp_v2_0380__col__h5--bold a[href^="mailto:"]::after, .comp_v2_0380__col__h5--regular a[href^="tel:"]::after, .comp_v2_0380__col__h5--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0380__col__h5--bold a[href^="tel:"], .comp_v2_0380__col__h5--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0380__col__h5--bold a:hover, .comp_v2_0380__col__h5--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0380__col__h5--bold a:hover::after, .comp_v2_0380__col__h5--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0380__col__h5--bold a:hover[target="_blank"]::after, .comp_v2_0380__col__h5--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0380__col__h5--bold a:hover[href$=".pdf"]::after, .comp_v2_0380__col__h5--bold a:hover[href*="docget.jsp"]::after, .comp_v2_0380__col__h5--regular a:hover[href$=".pdf"]::after, .comp_v2_0380__col__h5--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0380__col__h5--bold a:hover[href*="/list/index.php"]::after, .comp_v2_0380__col__h5--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0380__col__h5--bold a:hover[href^="#"]::after, .comp_v2_0380__col__h5--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0380__col__h5--bold a:hover[href^="tel:"]::after, .comp_v2_0380__col__h5--bold a:hover[href^="mailto:"]::after, .comp_v2_0380__col__h5--regular a:hover[href^="tel:"]::after, .comp_v2_0380__col__h5--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0380__col__h5--bold {
  font-weight: bold;
}

.comp_v2_0380__col__h5--regular {
  font-weight: normal;
}

.comp_v2_0380__col__h5--regular, .comp_v2_0380__col__h5--bold {
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
  width: 100%;
}

@media screen and (max-width: 768px) {
  .comp_v2_0380__col__h5--regular, .comp_v2_0380__col__h5--bold {
    text-align: left;
  }
}

.comp_v2_0380__col__link {
  font-size: 1.4rem;
}

.comp_v2_0380__col__link .disc {
  display: inline-block;
  padding-left: 30px;
  margin-left: 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .comp_v2_0380__col__link .disc {
    padding-left: 25px;
  }
}

.comp_v2_0380__col__link .disc::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: "\002022";
  color: #0064d2;
  margin: 0 7px;
}

.comp_v2_0380__col__link a {
  display: inline-block;
  color: #0064d2;
  padding-left: 30px;
  padding-right: 0;
  position: relative;
  line-height: 1.4;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .comp_v2_0380__col__link a {
    padding-left: 25px;
  }
}

.comp_v2_0380__col__link a:hover {
  text-decoration: underline;
}

.comp_v2_0380__col__link a::after {
  display: none;
}

.comp_v2_0380__col__link a::before {
  position: absolute;
  left: 5px;
  top: 0.2em;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
  background-size: 13px 13px;
}

.comp_v2_0380__col__link a[target="_blank"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0380__col__link a[href$=".pdf"]::before, .comp_v2_0380__col__link a[href*="docget.jsp"]::before {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
  background-size: 11px 14px;
}

.comp_v2_0380__col__link a[href*="/list/index.php"]::before {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
  background-size: 13px 11px;
}

.comp_v2_0380__col__link a[href^="#"]::before {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
  background-size: 13px 13px;
}

.comp_v2_0380__col__link a[href^="tel:"], .comp_v2_0380__col__link a[href^="mailto:"], .comp_v2_0380__col__link a.icon-none {
  padding-left: 0;
}

.comp_v2_0380__col__link a[href^="tel:"]::before, .comp_v2_0380__col__link a[href^="mailto:"]::before, .comp_v2_0380__col__link a.icon-none::before {
  display: none;
}

.comp_v2_0380__col__link a.icon-none img {
  margin: 0;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0380__col__link a[href^="tel:"] {
    color: #333;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0380__col {
    width: 100%;
  }
}

.comp_v2_0380__col:last-child {
  width: 35%;
  padding-left: 7.5px;
  padding-right: 0px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0380__col:last-child {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0380__col figure img {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0380__col figure img {
    max-height: 30vh;
    background-image: none;
  }
}

.comp_v2_0380__col figure figcaption {
  margin: 0;
  padding: 1em 0;
  font-size: 1.6rem !important;
  text-align: left;
}

.comp_v2_0380__col .imagemodal figure {
  width: 100%;
}

.comp_v2_0380__col .imagemodal figure img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.comp_v2_0900 .comp_v2_0380__frame {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_0380__frame {
    padding-left: 0;
    padding-right: 0;
  }
}

.comp_v2_0400__frame, .comp_v2_0400__frame--media_left, .comp_v2_0400__frame--media_right, .comp_v2_0400__frame--media_top, .comp_v2_0400__frame--media_bottom {
  padding: 30px 15px;
  overflow: hidden;
  max-width: 1140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .comp_v2_0400__frame, .comp_v2_0400__frame--media_left, .comp_v2_0400__frame--media_right, .comp_v2_0400__frame--media_top, .comp_v2_0400__frame--media_bottom {
    padding: 20px;
  }
}

.comp_v2_0400__frame--media_left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media screen and (max-width: 768px) {
  .comp_v2_0400__frame--media_left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.comp_v2_0400__frame--media_left .comp_v2_0400__media_block {
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  -webkit-box-flex: 65;
  -ms-flex-positive: 65;
  flex-grow: 65;
  -ms-flex-negative: 65;
  flex-shrink: 65;
  padding-left: 0;
  padding-right: 15px;
}

.comp_v2_0400__frame--media_left .comp_v2_0400__media_block__video {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0400__frame--media_left .comp_v2_0400__media_block__video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
  }
  .comp_v2_0400__frame--media_left .comp_v2_0400__media_block__video iframe,
  .comp_v2_0400__frame--media_left .comp_v2_0400__media_block__video .video-js {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0400__frame--media_left .comp_v2_0400__media_block__video iframe,
  .comp_v2_0400__frame--media_left .comp_v2_0400__media_block__video .video-js {
    border: none;
    width: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0400__frame--media_left .comp_v2_0400__media_block figure img {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0400__frame--media_left .comp_v2_0400__media_block figure img {
    background-image: none !important;
    margin-left: auto;
    margin-right: auto;
  }
}

.comp_v2_0400__frame--media_left .comp_v2_0400__media_block figure figcaption {
  margin: 0;
  padding: 1em 0;
}

.comp_v2_0400__frame--media_left .comp_v2_0400__media_block .imagemodal figure {
  width: 100%;
}

.comp_v2_0400__frame--media_left .comp_v2_0400__media_block .imagemodal figure img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media screen and (max-width: 768px) {
  .comp_v2_0400__frame--media_left .comp_v2_0400__media_block {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .comp_v2_0400__frame--media_left .comp_v2_0400__media_block__video {
    margin-bottom: 20px;
  }
  .comp_v2_0400__frame--media_left .comp_v2_0400__media_block figure {
    padding-bottom: 20px;
  }
}

.comp_v2_0400__frame--media_left .comp_v2_0400__content_block {
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  -webkit-box-flex: 35;
  -ms-flex-positive: 35;
  flex-grow: 35;
  -ms-flex-negative: 35;
  flex-shrink: 35;
  padding-left: 15px;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0400__frame--media_left .comp_v2_0400__content_block {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

.comp_v2_0400__frame--media_right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .comp_v2_0400__frame--media_right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.comp_v2_0400__frame--media_right .comp_v2_0400__media_block {
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  -webkit-box-flex: 65;
  -ms-flex-positive: 65;
  flex-grow: 65;
  -ms-flex-negative: 65;
  flex-shrink: 65;
  padding-left: 15px;
  padding-right: 0;
}

.comp_v2_0400__frame--media_right .comp_v2_0400__media_block__video {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0400__frame--media_right .comp_v2_0400__media_block__video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
  }
  .comp_v2_0400__frame--media_right .comp_v2_0400__media_block__video iframe,
  .comp_v2_0400__frame--media_right .comp_v2_0400__media_block__video .video-js {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0400__frame--media_right .comp_v2_0400__media_block__video iframe,
  .comp_v2_0400__frame--media_right .comp_v2_0400__media_block__video .video-js {
    border: none;
    width: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0400__frame--media_right .comp_v2_0400__media_block figure img {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0400__frame--media_right .comp_v2_0400__media_block figure img {
    background-image: none !important;
    margin-left: auto;
    margin-right: auto;
  }
}

.comp_v2_0400__frame--media_right .comp_v2_0400__media_block figure figcaption {
  margin: 0;
  padding: 1em 0;
}

.comp_v2_0400__frame--media_right .comp_v2_0400__media_block .imagemodal figure {
  width: 100%;
}

.comp_v2_0400__frame--media_right .comp_v2_0400__media_block .imagemodal figure img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media screen and (max-width: 768px) {
  .comp_v2_0400__frame--media_right .comp_v2_0400__media_block {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .comp_v2_0400__frame--media_right .comp_v2_0400__media_block__video {
    margin-top: 20px;
  }
  .comp_v2_0400__frame--media_right .comp_v2_0400__media_block figure {
    padding-top: 20px;
  }
}

.comp_v2_0400__frame--media_right .comp_v2_0400__content_block {
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  -webkit-box-flex: 35;
  -ms-flex-positive: 35;
  flex-grow: 35;
  -ms-flex-negative: 35;
  flex-shrink: 35;
  padding-left: 0;
  padding-right: 15px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0400__frame--media_right .comp_v2_0400__content_block {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

.comp_v2_0400__frame--media_top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.comp_v2_0400__frame--media_top .comp_v2_0400__media_block {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.comp_v2_0400__frame--media_top .comp_v2_0400__media_block__video {
  position: relative;
  height: auto;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0400__frame--media_top .comp_v2_0400__media_block__video {
    width: 53vh;
    height: 30vh;
    margin-left: auto;
    margin-right: auto;
  }
  .comp_v2_0400__frame--media_top .comp_v2_0400__media_block__video iframe,
  .comp_v2_0400__frame--media_top .comp_v2_0400__media_block__video .video-js {
    border: none;
    width: 53vh;
    height: 30vh;
  }
  .comp_v2_0900 .comp_v2_0400__frame--media_top .comp_v2_0400__media_block__video,
  .comp_v2_0930 .comp_v2_0400__frame--media_top .comp_v2_0400__media_block__video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin-left: 0;
    margin-right: 0;
  }
  .comp_v2_0900 .comp_v2_0400__frame--media_top .comp_v2_0400__media_block__video iframe,
  .comp_v2_0900 .comp_v2_0400__frame--media_top .comp_v2_0400__media_block__video .video-js,
  .comp_v2_0930 .comp_v2_0400__frame--media_top .comp_v2_0400__media_block__video iframe,
  .comp_v2_0930 .comp_v2_0400__frame--media_top .comp_v2_0400__media_block__video .video-js {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0400__frame--media_top .comp_v2_0400__media_block__video {
    background-image: none !important;
  }
  .comp_v2_0400__frame--media_top .comp_v2_0400__media_block__video iframe,
  .comp_v2_0400__frame--media_top .comp_v2_0400__media_block__video .video-js {
    border: none;
    width: 100%;
  }
}

.comp_v2_0400__frame--media_top .comp_v2_0400__media_block figure img {
  background-image: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0900 .comp_v2_0400__frame--media_top .comp_v2_0400__media_block figure img,
  .comp_v2_0930 .comp_v2_0400__frame--media_top .comp_v2_0400__media_block figure img {
    max-height: none;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_0400__frame--media_top .comp_v2_0400__media_block figure img,
  .comp_v2_0930 .comp_v2_0400__frame--media_top .comp_v2_0400__media_block figure img {
    margin-left: auto;
    margin-right: auto;
    background-image: none !important;
  }
}

.comp_v2_0400__frame--media_top .comp_v2_0400__media_block figure figcaption {
  margin: 0;
  padding: 1em 0;
}

.comp_v2_0400__frame--media_top .comp_v2_0400__media_block .imagemodal figure {
  width: 100%;
}

.comp_v2_0400__frame--media_top .comp_v2_0400__media_block .imagemodal figure img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.comp_v2_0400__frame--media_top .comp_v2_0400__media_block__video {
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 15px;
}

.comp_v2_0400__frame--media_top .comp_v2_0400__media_block__video video-js {
  margin: 0 auto;
}

.comp_v2_0400__frame--media_top .comp_v2_0400__media_block figure {
  display: table-cell;
  width: 100%;
  padding-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0400__frame--media_top .comp_v2_0400__media_block__video {
    margin-bottom: 20px;
  }
  .comp_v2_0400__frame--media_top .comp_v2_0400__media_block figure {
    padding-bottom: 20px;
  }
}

.comp_v2_0400__frame--media_bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.comp_v2_0400__frame--media_bottom .comp_v2_0400__media_block {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.comp_v2_0400__frame--media_bottom .comp_v2_0400__media_block__video {
  position: relative;
  height: auto;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0400__frame--media_bottom .comp_v2_0400__media_block__video {
    width: 53vh;
    height: 30vh;
    margin-left: auto;
    margin-right: auto;
  }
  .comp_v2_0400__frame--media_bottom .comp_v2_0400__media_block__video iframe,
  .comp_v2_0400__frame--media_bottom .comp_v2_0400__media_block__video .video-js {
    border: none;
    width: 53vh;
    height: 30vh;
  }
  .comp_v2_0900 .comp_v2_0400__frame--media_bottom .comp_v2_0400__media_block__video,
  .comp_v2_0930 .comp_v2_0400__frame--media_bottom .comp_v2_0400__media_block__video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin-left: 0;
    margin-right: 0;
  }
  .comp_v2_0900 .comp_v2_0400__frame--media_bottom .comp_v2_0400__media_block__video iframe,
  .comp_v2_0900 .comp_v2_0400__frame--media_bottom .comp_v2_0400__media_block__video .video-js,
  .comp_v2_0930 .comp_v2_0400__frame--media_bottom .comp_v2_0400__media_block__video iframe,
  .comp_v2_0930 .comp_v2_0400__frame--media_bottom .comp_v2_0400__media_block__video .video-js {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0400__frame--media_bottom .comp_v2_0400__media_block__video {
    background-image: none !important;
  }
  .comp_v2_0400__frame--media_bottom .comp_v2_0400__media_block__video iframe,
  .comp_v2_0400__frame--media_bottom .comp_v2_0400__media_block__video .video-js {
    border: none;
    width: 100%;
  }
}

.comp_v2_0400__frame--media_bottom .comp_v2_0400__media_block figure img {
  background-image: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0900 .comp_v2_0400__frame--media_bottom .comp_v2_0400__media_block figure img,
  .comp_v2_0930 .comp_v2_0400__frame--media_bottom .comp_v2_0400__media_block figure img {
    max-height: none;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_0400__frame--media_bottom .comp_v2_0400__media_block figure img,
  .comp_v2_0930 .comp_v2_0400__frame--media_bottom .comp_v2_0400__media_block figure img {
    margin-left: auto;
    margin-right: auto;
    background-image: none !important;
  }
}

.comp_v2_0400__frame--media_bottom .comp_v2_0400__media_block figure figcaption {
  margin: 0;
  padding: 1em 0;
}

.comp_v2_0400__frame--media_bottom .comp_v2_0400__media_block .imagemodal figure {
  width: 100%;
}

.comp_v2_0400__frame--media_bottom .comp_v2_0400__media_block .imagemodal figure img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.comp_v2_0400__frame--media_bottom .comp_v2_0400__media_block__video {
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 15px;
}

.comp_v2_0400__frame--media_bottom .comp_v2_0400__media_block__video video-js {
  margin: 0 auto;
}

.comp_v2_0400__frame--media_bottom .comp_v2_0400__media_block figure {
  display: table-cell;
  width: 100%;
  padding-top: 15px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0400__frame--media_bottom .comp_v2_0400__media_block__video {
    margin-top: 20px;
  }
  .comp_v2_0400__frame--media_bottom .comp_v2_0400__media_block figure {
    padding-top: 20px;
  }
}

.comp_v2_0930 .comp_v2_0400__frame, .comp_v2_0930 .comp_v2_0400__frame--media_left, .comp_v2_0930 .comp_v2_0400__frame--media_right, .comp_v2_0930 .comp_v2_0400__frame--media_top, .comp_v2_0930 .comp_v2_0400__frame--media_bottom {
  padding: 0;
}

.comp_v2_0640 .comp_v2_0400__frame, .comp_v2_0640 .comp_v2_0400__frame--media_left, .comp_v2_0640 .comp_v2_0400__frame--media_right, .comp_v2_0640 .comp_v2_0400__frame--media_top, .comp_v2_0640 .comp_v2_0400__frame--media_bottom {
  padding: 0;
}

.comp_v2_0400__content_block__title {
  font-weight: normal;
  font-size: 2rem;
  margin: 0 0 5px;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0400__content_block__title {
    margin: 10px 0 5px;
    letter-spacing: normal;
  }
}

.comp_v2_0400__content_block__lead {
  font-size: 1.4rem;
  margin: 15px 0;
}

.comp_v2_0400__content_block__sentence > *:first-child {
  margin-top: 0;
}

.comp_v2_0400__content_block__sentence ul {
  list-style: none;
  padding: 0;
  margin: 1em 0 0 0;
  line-height: 1.4;
}

.comp_v2_0400__content_block__sentence ul ul,
.comp_v2_0400__content_block__sentence ul ol {
  margin: 0 0 0 30px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0400__content_block__sentence ul ul,
  .comp_v2_0400__content_block__sentence ul ol {
    margin: 0 0 0 25px;
  }
}

.comp_v2_0400__content_block__sentence ol {
  padding: 0;
  margin: 1em 0 0 0;
  list-style-type: none;
  counter-reset: ol-counter;
}

.comp_v2_0400__content_block__sentence ol ul,
.comp_v2_0400__content_block__sentence ol ol {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0400__content_block__sentence ol ul,
  .comp_v2_0400__content_block__sentence ol ol {
    margin: 0;
  }
}

.comp_v2_0400__content_block__sentence ol > li {
  position: relative;
  counter-increment: ol-counter;
  margin-left: 1.5em;
  text-indent: 0;
}

.comp_v2_0400__content_block__sentence ol > li::before {
  content: counter(ol-counter) ". ";
  width: 2.5em;
  display: inline-block;
  text-align: right;
  left: -2.5em;
  position: absolute;
  padding-right: 0.4em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.comp_v2_0400__content_block__sentence .disc ul,
.comp_v2_0400__content_block__sentence .disc ol {
  margin: 0;
}

.comp_v2_0400__content_block__sentence li a {
  color: #0064d2;
  display: inline-block;
  position: relative;
}

.comp_v2_0400__content_block__sentence li a:hover {
  text-decoration: underline;
}

.comp_v2_0400__content_block__sentence li a img {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}

.comp_v2_0400__content_block__sentence p {
  margin-top: 10px;
}

.comp_v2_0400__content_block__sentence p a {
  display: inline;
  color: #0064d2;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  text-decoration: underline;
  line-height: 1.4;
}

.comp_v2_0400__content_block__sentence p a:hover {
  text-decoration: none;
}

.comp_v2_0400__content_block__sentence p a::before {
  display: none;
}

.comp_v2_0400__content_block__sentence p a::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
  background-size: 13px 13px;
  margin: 0 5px;
  vertical-align: middle;
}

.comp_v2_0400__content_block__sentence p a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0400__content_block__sentence p a[href$=".pdf"]::after, .comp_v2_0400__content_block__sentence p a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
  background-size: 11px 14px;
}

.comp_v2_0400__content_block__sentence p a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
  background-size: 13px 11px;
}

.comp_v2_0400__content_block__sentence p a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
  background-size: 13px 13px;
}

.comp_v2_0400__content_block__sentence p a[href^="tel:"], .comp_v2_0400__content_block__sentence p a[href^="mailto:"], .comp_v2_0400__content_block__sentence p a.icon-none {
  padding-right: 0;
}

.comp_v2_0400__content_block__sentence p a[href^="tel:"]::after, .comp_v2_0400__content_block__sentence p a[href^="mailto:"]::after, .comp_v2_0400__content_block__sentence p a.icon-none::after {
  display: none;
}

.comp_v2_0400__content_block__sentence p a.icon-none img {
  margin: 0;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0400__content_block__sentence p a[href^="tel:"] {
    color: #333;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0400__content_block__sentence ul .disc,
.comp_v2_0400__content_block__sentence ol .disc {
  display: inline-block;
  padding-left: 30px;
  margin-left: 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .comp_v2_0400__content_block__sentence ul .disc,
  .comp_v2_0400__content_block__sentence ol .disc {
    padding-left: 25px;
  }
}

.comp_v2_0400__content_block__sentence ul .disc::before,
.comp_v2_0400__content_block__sentence ol .disc::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: "\002022";
  color: #0064d2;
  margin: 0 7px;
}

.comp_v2_0400__content_block__sentence ul a,
.comp_v2_0400__content_block__sentence ol a {
  display: inline-block;
  color: #0064d2;
  padding-left: 30px;
  padding-right: 0;
  position: relative;
  line-height: 1.4;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .comp_v2_0400__content_block__sentence ul a,
  .comp_v2_0400__content_block__sentence ol a {
    padding-left: 25px;
  }
}

.comp_v2_0400__content_block__sentence ul a:hover,
.comp_v2_0400__content_block__sentence ol a:hover {
  text-decoration: underline;
}

.comp_v2_0400__content_block__sentence ul a::after,
.comp_v2_0400__content_block__sentence ol a::after {
  display: none;
}

.comp_v2_0400__content_block__sentence ul a::before,
.comp_v2_0400__content_block__sentence ol a::before {
  position: absolute;
  left: 5px;
  top: 0.2em;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
  background-size: 13px 13px;
}

.comp_v2_0400__content_block__sentence ul a[target="_blank"]::before,
.comp_v2_0400__content_block__sentence ol a[target="_blank"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0400__content_block__sentence ul a[href$=".pdf"]::before, .comp_v2_0400__content_block__sentence ul a[href*="docget.jsp"]::before,
.comp_v2_0400__content_block__sentence ol a[href$=".pdf"]::before,
.comp_v2_0400__content_block__sentence ol a[href*="docget.jsp"]::before {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
  background-size: 11px 14px;
}

.comp_v2_0400__content_block__sentence ul a[href*="/list/index.php"]::before,
.comp_v2_0400__content_block__sentence ol a[href*="/list/index.php"]::before {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
  background-size: 13px 11px;
}

.comp_v2_0400__content_block__sentence ul a[href^="#"]::before,
.comp_v2_0400__content_block__sentence ol a[href^="#"]::before {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
  background-size: 13px 13px;
}

.comp_v2_0400__content_block__sentence ul a[href^="tel:"], .comp_v2_0400__content_block__sentence ul a[href^="mailto:"], .comp_v2_0400__content_block__sentence ul a.icon-none,
.comp_v2_0400__content_block__sentence ol a[href^="tel:"],
.comp_v2_0400__content_block__sentence ol a[href^="mailto:"],
.comp_v2_0400__content_block__sentence ol a.icon-none {
  padding-left: 0;
}

.comp_v2_0400__content_block__sentence ul a[href^="tel:"]::before, .comp_v2_0400__content_block__sentence ul a[href^="mailto:"]::before, .comp_v2_0400__content_block__sentence ul a.icon-none::before,
.comp_v2_0400__content_block__sentence ol a[href^="tel:"]::before,
.comp_v2_0400__content_block__sentence ol a[href^="mailto:"]::before,
.comp_v2_0400__content_block__sentence ol a.icon-none::before {
  display: none;
}

.comp_v2_0400__content_block__sentence ul a.icon-none img,
.comp_v2_0400__content_block__sentence ol a.icon-none img {
  margin: 0;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0400__content_block__sentence ul a[href^="tel:"],
  .comp_v2_0400__content_block__sentence ol a[href^="tel:"] {
    color: #333;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0400__content_block__sentence ol ul > li::before {
  width: auto;
  left: auto;
  padding-right: 0;
}

.comp_v2_0900 .comp_v2_0400__frame, .comp_v2_0900 .comp_v2_0400__frame--media_left, .comp_v2_0900 .comp_v2_0400__frame--media_right, .comp_v2_0900 .comp_v2_0400__frame--media_top, .comp_v2_0900 .comp_v2_0400__frame--media_bottom {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_0400__frame, .comp_v2_0900 .comp_v2_0400__frame--media_left, .comp_v2_0900 .comp_v2_0400__frame--media_right, .comp_v2_0900 .comp_v2_0400__frame--media_top, .comp_v2_0900 .comp_v2_0400__frame--media_bottom {
    padding-left: 0;
    padding-right: 0;
  }
}


.comp_v2_0410__frame {
  padding: 60px 15px 30px;
  overflow: hidden;
  max-width: 1140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .comp_v2_0410__frame {
    padding: 20px;
  }
}

.comp_v2_0410__h1 {
  font-size: 4.8rem;
  margin: 0;
  padding: 70px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0410__h1 {
    margin: 0;
    padding-top: 50px;
    font-size: 2.8rem;
  }
}

.comp_v2_0410__h1 a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0410__h1 a::after {
  position: relative;
  margin-left: 20px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 18px 18px;
}

.comp_v2_0410__h1 a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0410__h1 a[href$=".pdf"]::after, .comp_v2_0410__h1 a[href*="docget.jsp"]::after {
  width: 18px;
  height: 24px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 18px 24px;
}

.comp_v2_0410__h1 a[href*="/list/index.php"]::after {
  width: 20px;
  height: 17px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 20px 17px;
}

.comp_v2_0410__h1 a[href^="#"]::after {
  width: 20px;
  height: 20px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 20px 20px;
}

.comp_v2_0410__h1 a[href^="tel:"]::after, .comp_v2_0410__h1 a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0410__h1 a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0410__h1 a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0410__h1 a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0410__h1 a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0410__h1 a:hover[href$=".pdf"]::after, .comp_v2_0410__h1 a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0410__h1 a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0410__h1 a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0410__h1 a:hover[href^="tel:"]::after, .comp_v2_0410__h1 a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0410__h1--bold, .comp_v2_0410__h1--regular {
  font-size: 4.8rem;
  margin: 0;
  padding: 70px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0410__h1--bold, .comp_v2_0410__h1--regular {
    margin: 0;
    padding-top: 50px;
    font-size: 2.8rem;
  }
}

.comp_v2_0410__h1--bold a, .comp_v2_0410__h1--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0410__h1--bold a::after, .comp_v2_0410__h1--regular a::after {
  position: relative;
  margin-left: 20px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 18px 18px;
}

.comp_v2_0410__h1--bold a[target="_blank"]::after, .comp_v2_0410__h1--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0410__h1--bold a[href$=".pdf"]::after, .comp_v2_0410__h1--bold a[href*="docget.jsp"]::after, .comp_v2_0410__h1--regular a[href$=".pdf"]::after, .comp_v2_0410__h1--regular a[href*="docget.jsp"]::after {
  width: 18px;
  height: 24px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 18px 24px;
}

.comp_v2_0410__h1--bold a[href*="/list/index.php"]::after, .comp_v2_0410__h1--regular a[href*="/list/index.php"]::after {
  width: 20px;
  height: 17px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 20px 17px;
}

.comp_v2_0410__h1--bold a[href^="#"]::after, .comp_v2_0410__h1--regular a[href^="#"]::after {
  width: 20px;
  height: 20px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 20px 20px;
}

.comp_v2_0410__h1--bold a[href^="tel:"]::after, .comp_v2_0410__h1--bold a[href^="mailto:"]::after, .comp_v2_0410__h1--regular a[href^="tel:"]::after, .comp_v2_0410__h1--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0410__h1--bold a[href^="tel:"], .comp_v2_0410__h1--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0410__h1--bold a:hover, .comp_v2_0410__h1--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0410__h1--bold a:hover::after, .comp_v2_0410__h1--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0410__h1--bold a:hover[target="_blank"]::after, .comp_v2_0410__h1--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0410__h1--bold a:hover[href$=".pdf"]::after, .comp_v2_0410__h1--bold a:hover[href*="docget.jsp"]::after, .comp_v2_0410__h1--regular a:hover[href$=".pdf"]::after, .comp_v2_0410__h1--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0410__h1--bold a:hover[href*="/list/index.php"]::after, .comp_v2_0410__h1--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0410__h1--bold a:hover[href^="#"]::after, .comp_v2_0410__h1--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0410__h1--bold a:hover[href^="tel:"]::after, .comp_v2_0410__h1--bold a:hover[href^="mailto:"]::after, .comp_v2_0410__h1--regular a:hover[href^="tel:"]::after, .comp_v2_0410__h1--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0410__h1--bold {
  font-weight: bold;
}

.comp_v2_0410__h1--regular {
  font-weight: normal;
}

.comp_v2_0410__h2 {
  font-size: 3.4rem;
  margin: 0;
  padding: 60px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0410__h2 {
    font-size: 2.8rem;
    margin: 0;
    padding-top: 40px;
  }
}

.comp_v2_0410__h2 a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0410__h2 a::after {
  position: relative;
  margin-left: 20px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 18px 18px;
}

.comp_v2_0410__h2 a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0410__h2 a[href$=".pdf"]::after, .comp_v2_0410__h2 a[href*="docget.jsp"]::after {
  width: 18px;
  height: 24px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 18px 24px;
}

.comp_v2_0410__h2 a[href*="/list/index.php"]::after {
  width: 20px;
  height: 17px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 20px 17px;
}

.comp_v2_0410__h2 a[href^="#"]::after {
  width: 20px;
  height: 20px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 20px 20px;
}

.comp_v2_0410__h2 a[href^="tel:"]::after, .comp_v2_0410__h2 a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0410__h2 a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0410__h2 a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0410__h2 a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0410__h2 a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0410__h2 a:hover[href$=".pdf"]::after, .comp_v2_0410__h2 a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0410__h2 a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0410__h2 a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0410__h2 a:hover[href^="tel:"]::after, .comp_v2_0410__h2 a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0410__h2--bold, .comp_v2_0410__h2--regular {
  font-size: 3.4rem;
  margin: 0;
  padding: 60px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0410__h2--bold, .comp_v2_0410__h2--regular {
    font-size: 2.8rem;
    margin: 0;
    padding-top: 40px;
  }
}

.comp_v2_0410__h2--bold a, .comp_v2_0410__h2--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0410__h2--bold a::after, .comp_v2_0410__h2--regular a::after {
  position: relative;
  margin-left: 20px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 18px 18px;
}

.comp_v2_0410__h2--bold a[target="_blank"]::after, .comp_v2_0410__h2--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0410__h2--bold a[href$=".pdf"]::after, .comp_v2_0410__h2--bold a[href*="docget.jsp"]::after, .comp_v2_0410__h2--regular a[href$=".pdf"]::after, .comp_v2_0410__h2--regular a[href*="docget.jsp"]::after {
  width: 18px;
  height: 24px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 18px 24px;
}

.comp_v2_0410__h2--bold a[href*="/list/index.php"]::after, .comp_v2_0410__h2--regular a[href*="/list/index.php"]::after {
  width: 20px;
  height: 17px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 20px 17px;
}

.comp_v2_0410__h2--bold a[href^="#"]::after, .comp_v2_0410__h2--regular a[href^="#"]::after {
  width: 20px;
  height: 20px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 20px 20px;
}

.comp_v2_0410__h2--bold a[href^="tel:"]::after, .comp_v2_0410__h2--bold a[href^="mailto:"]::after, .comp_v2_0410__h2--regular a[href^="tel:"]::after, .comp_v2_0410__h2--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0410__h2--bold a[href^="tel:"], .comp_v2_0410__h2--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0410__h2--bold a:hover, .comp_v2_0410__h2--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0410__h2--bold a:hover::after, .comp_v2_0410__h2--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0410__h2--bold a:hover[target="_blank"]::after, .comp_v2_0410__h2--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0410__h2--bold a:hover[href$=".pdf"]::after, .comp_v2_0410__h2--bold a:hover[href*="docget.jsp"]::after, .comp_v2_0410__h2--regular a:hover[href$=".pdf"]::after, .comp_v2_0410__h2--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0410__h2--bold a:hover[href*="/list/index.php"]::after, .comp_v2_0410__h2--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0410__h2--bold a:hover[href^="#"]::after, .comp_v2_0410__h2--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0410__h2--bold a:hover[href^="tel:"]::after, .comp_v2_0410__h2--bold a:hover[href^="mailto:"]::after, .comp_v2_0410__h2--regular a:hover[href^="tel:"]::after, .comp_v2_0410__h2--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0410__h2--bold {
  font-weight: bold;
}

.comp_v2_0410__h2--regular {
  font-weight: normal;
}

.comp_v2_0410__h3 {
  font-size: 2.8rem;
  margin: 0;
  padding: 50px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0410__h3 {
    font-size: 2.4rem;
    margin: 0;
    padding-top: 30px;
  }
}

.comp_v2_0410__h3--bold, .comp_v2_0410__h3--regular {
  font-size: 2.8rem;
  margin: 0;
  padding: 50px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0410__h3--bold, .comp_v2_0410__h3--regular {
    font-size: 2.4rem;
    margin: 0;
    padding-top: 30px;
  }
}

.comp_v2_0410__h3--bold a, .comp_v2_0410__h3--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0410__h3--bold a::after, .comp_v2_0410__h3--regular a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_0410__h3--bold a[target="_blank"]::after, .comp_v2_0410__h3--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0410__h3--bold a[href$=".pdf"]::after, .comp_v2_0410__h3--bold a[href*="docget.jsp"]::after, .comp_v2_0410__h3--regular a[href$=".pdf"]::after, .comp_v2_0410__h3--regular a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_0410__h3--bold a[href*="/list/index.php"]::after, .comp_v2_0410__h3--regular a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_0410__h3--bold a[href^="#"]::after, .comp_v2_0410__h3--regular a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_0410__h3--bold a[href^="tel:"]::after, .comp_v2_0410__h3--bold a[href^="mailto:"]::after, .comp_v2_0410__h3--regular a[href^="tel:"]::after, .comp_v2_0410__h3--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0410__h3--bold a[href^="tel:"], .comp_v2_0410__h3--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0410__h3--bold a:hover, .comp_v2_0410__h3--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0410__h3--bold a:hover::after, .comp_v2_0410__h3--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0410__h3--bold a:hover[target="_blank"]::after, .comp_v2_0410__h3--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0410__h3--bold a:hover[href$=".pdf"]::after, .comp_v2_0410__h3--bold a:hover[href*="docget.jsp"]::after, .comp_v2_0410__h3--regular a:hover[href$=".pdf"]::after, .comp_v2_0410__h3--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0410__h3--bold a:hover[href*="/list/index.php"]::after, .comp_v2_0410__h3--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0410__h3--bold a:hover[href^="#"]::after, .comp_v2_0410__h3--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0410__h3--bold a:hover[href^="tel:"]::after, .comp_v2_0410__h3--bold a:hover[href^="mailto:"]::after, .comp_v2_0410__h3--regular a:hover[href^="tel:"]::after, .comp_v2_0410__h3--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0410__h3--bold {
  font-weight: bold;
}

.comp_v2_0410__h3--regular {
  font-weight: normal;
}

.comp_v2_0410__h4 {
  font-size: 2rem;
  margin: 0;
  padding: 40px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0410__h4 {
    margin: 0;
    padding-top: 30px;
  }
}

.comp_v2_0410__h4 a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0410__h4 a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_0410__h4 a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0410__h4 a[href$=".pdf"]::after, .comp_v2_0410__h4 a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_0410__h4 a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_0410__h4 a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_0410__h4 a[href^="tel:"]::after, .comp_v2_0410__h4 a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0410__h4 a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0410__h4 a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0410__h4 a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0410__h4 a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0410__h4 a:hover[href$=".pdf"]::after, .comp_v2_0410__h4 a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0410__h4 a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0410__h4 a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0410__h4 a:hover[href^="tel:"]::after, .comp_v2_0410__h4 a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0410__h4--bold, .comp_v2_0410__h4--regular {
  font-size: 2rem;
  margin: 0;
  padding: 40px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0410__h4--bold, .comp_v2_0410__h4--regular {
    margin: 0;
    padding-top: 30px;
  }
}

.comp_v2_0410__h4--bold a, .comp_v2_0410__h4--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0410__h4--bold a::after, .comp_v2_0410__h4--regular a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_0410__h4--bold a[target="_blank"]::after, .comp_v2_0410__h4--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0410__h4--bold a[href$=".pdf"]::after, .comp_v2_0410__h4--bold a[href*="docget.jsp"]::after, .comp_v2_0410__h4--regular a[href$=".pdf"]::after, .comp_v2_0410__h4--regular a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_0410__h4--bold a[href*="/list/index.php"]::after, .comp_v2_0410__h4--regular a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_0410__h4--bold a[href^="#"]::after, .comp_v2_0410__h4--regular a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_0410__h4--bold a[href^="tel:"]::after, .comp_v2_0410__h4--bold a[href^="mailto:"]::after, .comp_v2_0410__h4--regular a[href^="tel:"]::after, .comp_v2_0410__h4--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0410__h4--bold a[href^="tel:"], .comp_v2_0410__h4--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0410__h4--bold a:hover, .comp_v2_0410__h4--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0410__h4--bold a:hover::after, .comp_v2_0410__h4--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0410__h4--bold a:hover[target="_blank"]::after, .comp_v2_0410__h4--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0410__h4--bold a:hover[href$=".pdf"]::after, .comp_v2_0410__h4--bold a:hover[href*="docget.jsp"]::after, .comp_v2_0410__h4--regular a:hover[href$=".pdf"]::after, .comp_v2_0410__h4--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0410__h4--bold a:hover[href*="/list/index.php"]::after, .comp_v2_0410__h4--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0410__h4--bold a:hover[href^="#"]::after, .comp_v2_0410__h4--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0410__h4--bold a:hover[href^="tel:"]::after, .comp_v2_0410__h4--bold a:hover[href^="mailto:"]::after, .comp_v2_0410__h4--regular a:hover[href^="tel:"]::after, .comp_v2_0410__h4--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0410__h4--bold {
  font-weight: bold;
}

.comp_v2_0410__h4--regular {
  font-weight: normal;
}

.comp_v2_0410__h5 {
  font-size: 1.8rem;
  margin: 0;
  padding: 30px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

.comp_v2_0410__h5 a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0410__h5 a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_0410__h5 a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0410__h5 a[href$=".pdf"]::after, .comp_v2_0410__h5 a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_0410__h5 a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_0410__h5 a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_0410__h5 a[href^="tel:"]::after, .comp_v2_0410__h5 a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0410__h5 a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0410__h5 a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0410__h5 a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0410__h5 a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0410__h5 a:hover[href$=".pdf"]::after, .comp_v2_0410__h5 a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0410__h5 a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0410__h5 a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0410__h5 a:hover[href^="tel:"]::after, .comp_v2_0410__h5 a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0410__h5--bold, .comp_v2_0410__h5--regular {
  font-size: 1.8rem;
  margin: 0;
  padding: 30px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

.comp_v2_0410__h5--bold a, .comp_v2_0410__h5--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0410__h5--bold a::after, .comp_v2_0410__h5--regular a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_0410__h5--bold a[target="_blank"]::after, .comp_v2_0410__h5--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0410__h5--bold a[href$=".pdf"]::after, .comp_v2_0410__h5--bold a[href*="docget.jsp"]::after, .comp_v2_0410__h5--regular a[href$=".pdf"]::after, .comp_v2_0410__h5--regular a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_0410__h5--bold a[href*="/list/index.php"]::after, .comp_v2_0410__h5--regular a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_0410__h5--bold a[href^="#"]::after, .comp_v2_0410__h5--regular a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_0410__h5--bold a[href^="tel:"]::after, .comp_v2_0410__h5--bold a[href^="mailto:"]::after, .comp_v2_0410__h5--regular a[href^="tel:"]::after, .comp_v2_0410__h5--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0410__h5--bold a[href^="tel:"], .comp_v2_0410__h5--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0410__h5--bold a:hover, .comp_v2_0410__h5--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0410__h5--bold a:hover::after, .comp_v2_0410__h5--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0410__h5--bold a:hover[target="_blank"]::after, .comp_v2_0410__h5--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0410__h5--bold a:hover[href$=".pdf"]::after, .comp_v2_0410__h5--bold a:hover[href*="docget.jsp"]::after, .comp_v2_0410__h5--regular a:hover[href$=".pdf"]::after, .comp_v2_0410__h5--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0410__h5--bold a:hover[href*="/list/index.php"]::after, .comp_v2_0410__h5--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0410__h5--bold a:hover[href^="#"]::after, .comp_v2_0410__h5--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0410__h5--bold a:hover[href^="tel:"]::after, .comp_v2_0410__h5--bold a:hover[href^="mailto:"]::after, .comp_v2_0410__h5--regular a:hover[href^="tel:"]::after, .comp_v2_0410__h5--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0410__h5--bold {
  font-weight: bold;
}

.comp_v2_0410__h5--regular {
  font-weight: normal;
}

.comp_v2_0410__h1--regular, .comp_v2_0410__h1--bold, .comp_v2_0410__h2--regular, .comp_v2_0410__h2--bold, .comp_v2_0410__h3--regular, .comp_v2_0410__h3--bold, .comp_v2_0410__h4--regular, .comp_v2_0410__h4--bold, .comp_v2_0410__h5--regular, .comp_v2_0410__h5--bold {
  padding: 0;
}

.comp_v2_0410__h1--regular, .comp_v2_0410__h1--bold, .comp_v2_0410__h2--regular, .comp_v2_0410__h2--bold, .comp_v2_0410__h3--regular, .comp_v2_0410__h3--bold, .comp_v2_0410__h4--regular, .comp_v2_0410__h4--bold, .comp_v2_0410__h5--regular, .comp_v2_0410__h5--bold {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .comp_v2_0410__h1--regular, .comp_v2_0410__h1--bold, .comp_v2_0410__h2--regular, .comp_v2_0410__h2--bold, .comp_v2_0410__h3--regular, .comp_v2_0410__h3--bold, .comp_v2_0410__h4--regular, .comp_v2_0410__h4--bold, .comp_v2_0410__h5--regular, .comp_v2_0410__h5--bold {
    text-align: left;
  }
}

.comp_v2_0410__text {
  text-align: left;
  max-width: 800px;
  margin: 15px auto 0;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0410__text {
    text-align: left;
    max-width: none;
  }
}

.comp_v2_0900 .comp_v2_0410__frame {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_0410__frame {
    padding-left: 0;
    padding-right: 0;
  }
}

.comp_v2_0420__frame {
  padding: 30px 15px;
  overflow: hidden;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .comp_v2_0420__frame {
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0420__frame {
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.comp_v2_0420__col100 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid rgba(51, 51, 51, 0.3);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  padding: 0;
}

.comp_v2_0420__col100:first-child {
  border-left: none;
}

@media screen and (max-width: 768px) {
  .comp_v2_0420__col100 {
    width: 100%;
    padding: 0;
    border-left: none;
    margin: 20px 0 0 0;
  }
  .comp_v2_0420__col100:last-child {
    border-left: none;
  }
}

.comp_v2_0420__col100__links {
  position: relative;
  margin: 1em 0;
  padding-left: 60px;
}

.comp_v2_0420__col100__links__title, .comp_v2_0420__col100__links__title--balloon, .comp_v2_0420__col100__links__title--info, .comp_v2_0420__col100__links__title--chain, .comp_v2_0420__col100__links__title--cart, .comp_v2_0420__col100__links__title--download {
  display: block;
  font-weight: bold;
  font-size: 1.8rem;
  color: #1d1e21;
  letter-spacing: 0.1rem;
}

.comp_v2_0420__col100__links__title::after, .comp_v2_0420__col100__links__title--balloon::after, .comp_v2_0420__col100__links__title--info::after, .comp_v2_0420__col100__links__title--chain::after, .comp_v2_0420__col100__links__title--cart::after, .comp_v2_0420__col100__links__title--download::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  position: absolute;
  left: 0;
  top: -10px;
}

.comp_v2_0420__col100__links__title--balloon::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/icon-balloon.png);
}

.comp_v2_0420__col100__links__title--info::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/icon-info.png);
}

.comp_v2_0420__col100__links__title--chain::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/icon-chain.png);
}

.comp_v2_0420__col100__links__title--cart::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/icon-cart.png);
}

.comp_v2_0420__col100__links__title--download::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/icon-download.png);
}

.comp_v2_0420__col100__links__sentence {
  display: block;
  margin: 20px 0;
}

.comp_v2_0420__col100__links__link {
  display: block;
  margin: 20px 0;
}

.comp_v2_0420__col100__links + .comp_v2_0420__col100__links__link {
  margin: 0;
}

.comp_v2_0420__col100__links__link p {
  margin: 0;
  padding: 0;
}

.comp_v2_0420__col100__links__link--center {
  text-align: center;
}

.comp_v2_0420__col100__links__link--right {
  text-align: right;
}

.comp_v2_0420__col100__links__link--default {
  font-size: 1.4rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  background-color: #0064d2;
  text-align: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  min-width: 110px;
  min-height: 40px;
  border: none;
  letter-spacing: 0.1rem;
}

.comp_v2_0420__col100__links__link--default:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

.comp_v2_0420__col100__links__link--default:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

.comp_v2_0420__col100__links__link--default:disabled {
  color: #FFF;
  background-color: #707070;
}

.comp_v2_0420__col100__links__link--default::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url("/apps/toshiba-ss-v2/clientlibs/dist/img/button-arrow.png");
  background-size: 18px 18px;
  margin-right: 0.2em;
  margin-bottom: 0.2em;
}

.comp_v2_0420__col100__links__link a {
  font-size: 1.4rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
  min-width: 110px;
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  background-color: #0064d2;
  text-align: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  min-height: 40px;
  border: none;
  letter-spacing: 0.1rem;
}

.comp_v2_0420__col100__links__link a:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
}

.comp_v2_0420__col100__links__link a::before {
  content: "";
  display: inline-block;
  width: 18px;
  min-width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-arrow.png);
  background-size: 18px 18px;
  margin-right: 0.25em;
  margin-bottom: 0.1em;
}

.comp_v2_0420__col100__links__link a[target="_blank"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-external.png);
}

.comp_v2_0420__col100__links__link a[href$=".pdf"]::before, .comp_v2_0420__col100__links__link a[href*="docget.jsp"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-pdf.png);
}

.comp_v2_0420__col100__links__link a[href*="/list/index.php"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-parametric.png);
}

.comp_v2_0420__col100__links__link a[href^="#"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-anchor.png);
}

.comp_v2_0420__col100__links__link .comp_v2_0420__col100__links__link--search::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-search.png);
}

.comp_v2_0420__col100__links__link .comp_v2_0420__col100__links__link--balloon::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-balloon.png);
}

.comp_v2_0420__col100__links__link .comp_v2_0420__col100__links__link--cart::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-cart.png);
}

.comp_v2_0420__col100__links__link .comp_v2_0420__col100__links__link--large {
  font-size: 2rem;
  padding: 18px 30px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0420__col100__links__link .comp_v2_0420__col100__links__link--large {
    width: 100%;
  }
}

.comp_v2_0420__col100__links__link .comp_v2_0420__col100__links__link--large:hover {
  color: #fff;
}

.comp_v2_0420__col100__links__link .comp_v2_0420__col100__links__link--flip {
  color: #0064d2;
  background-color: #fff;
  border: 1px solid #0064d2;
}

.comp_v2_0420__col100__links__link .comp_v2_0420__col100__links__link--flip::before {
  display: none;
}

.comp_v2_0420__col100__links__link a {
  font-weight: bold;
  width: 100%;
  max-width: 400px;
  margin: 0 auto 0 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0420__col100__links__link a {
    margin: 0 auto 0 0;
  }
}

.comp_v2_0420__col100__list {
  font-size: 1.4rem;
  margin-top: 20px;
  padding-left: 60px;
}

.comp_v2_0420__col100__list .disc {
  display: inline-block;
  padding-left: 30px;
  margin-left: 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .comp_v2_0420__col100__list .disc {
    padding-left: 25px;
  }
}

.comp_v2_0420__col100__list .disc::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: "\002022";
  color: #0064d2;
  margin: 0 7px;
}

.comp_v2_0420__col100__list a {
  display: inline-block;
  color: #0064d2;
  padding-left: 30px;
  padding-right: 0;
  position: relative;
  line-height: 1.4;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .comp_v2_0420__col100__list a {
    padding-left: 25px;
  }
}

.comp_v2_0420__col100__list a:hover {
  text-decoration: underline;
}

.comp_v2_0420__col100__list a::after {
  display: none;
}

.comp_v2_0420__col100__list a::before {
  position: absolute;
  left: 5px;
  top: 0.2em;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
  background-size: 13px 13px;
}

.comp_v2_0420__col100__list a[target="_blank"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0420__col100__list a[href$=".pdf"]::before, .comp_v2_0420__col100__list a[href*="docget.jsp"]::before {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
  background-size: 11px 14px;
}

.comp_v2_0420__col100__list a[href*="/list/index.php"]::before {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
  background-size: 13px 11px;
}

.comp_v2_0420__col100__list a[href^="#"]::before {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
  background-size: 13px 13px;
}

.comp_v2_0420__col100__list a[href^="tel:"], .comp_v2_0420__col100__list a[href^="mailto:"], .comp_v2_0420__col100__list a.icon-none {
  padding-left: 0;
}

.comp_v2_0420__col100__list a[href^="tel:"]::before, .comp_v2_0420__col100__list a[href^="mailto:"]::before, .comp_v2_0420__col100__list a.icon-none::before {
  display: none;
}

.comp_v2_0420__col100__list a.icon-none img {
  margin: 0;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0420__col100__list a[href^="tel:"] {
    color: #333;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0420__col100__list li {
  margin: 0.5em 0;
}

.comp_v2_0420__col50 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid rgba(51, 51, 51, 0.3);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  padding: 0 5% 0 0;
}

.comp_v2_0420__col50:first-child {
  border-left: none;
}

@media screen and (max-width: 768px) {
  .comp_v2_0420__col50 {
    width: 100%;
    padding: 0;
    border-left: none;
    margin: 20px 0 0 0;
  }
  .comp_v2_0420__col50:last-child {
    border-left: none;
  }
}

.comp_v2_0420__col50__links {
  position: relative;
  margin: 1em 0;
  padding-left: 60px;
}

.comp_v2_0420__col50__links__title, .comp_v2_0420__col50__links__title--balloon, .comp_v2_0420__col50__links__title--info, .comp_v2_0420__col50__links__title--chain, .comp_v2_0420__col50__links__title--cart, .comp_v2_0420__col50__links__title--download {
  display: block;
  font-weight: bold;
  font-size: 1.8rem;
  color: #1d1e21;
  letter-spacing: 0.1rem;
}

.comp_v2_0420__col50__links__title::after, .comp_v2_0420__col50__links__title--balloon::after, .comp_v2_0420__col50__links__title--info::after, .comp_v2_0420__col50__links__title--chain::after, .comp_v2_0420__col50__links__title--cart::after, .comp_v2_0420__col50__links__title--download::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  position: absolute;
  left: 0;
  top: -10px;
}

.comp_v2_0420__col50__links__title--balloon::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/icon-balloon.png);
}

.comp_v2_0420__col50__links__title--info::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/icon-info.png);
}

.comp_v2_0420__col50__links__title--chain::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/icon-chain.png);
}

.comp_v2_0420__col50__links__title--cart::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/icon-cart.png);
}

.comp_v2_0420__col50__links__title--download::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/icon-download.png);
}

.comp_v2_0420__col50__links__sentence {
  display: block;
  margin: 20px 0;
}

.comp_v2_0420__col50__links__link {
  display: block;
  margin: 20px 0;
}

.comp_v2_0420__col50__links + .comp_v2_0420__col50__links__link {
  margin: 0;
}

.comp_v2_0420__col50__links__link p {
  margin: 0;
  padding: 0;
}

.comp_v2_0420__col50__links__link--center {
  text-align: center;
}

.comp_v2_0420__col50__links__link--right {
  text-align: right;
}

.comp_v2_0420__col50__links__link--default {
  font-size: 1.4rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  background-color: #0064d2;
  text-align: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  min-width: 110px;
  min-height: 40px;
  border: none;
  letter-spacing: 0.1rem;
}

.comp_v2_0420__col50__links__link--default:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

.comp_v2_0420__col50__links__link--default:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

.comp_v2_0420__col50__links__link--default:disabled {
  color: #FFF;
  background-color: #707070;
}

.comp_v2_0420__col50__links__link--default::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url("/apps/toshiba-ss-v2/clientlibs/dist/img/button-arrow.png");
  background-size: 18px 18px;
  margin-right: 0.2em;
  margin-bottom: 0.2em;
}

.comp_v2_0420__col50__links__link a {
  font-size: 1.4rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
  min-width: 110px;
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  background-color: #0064d2;
  text-align: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  min-height: 40px;
  border: none;
  letter-spacing: 0.1rem;
}

.comp_v2_0420__col50__links__link a:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
}

.comp_v2_0420__col50__links__link a::before {
  content: "";
  display: inline-block;
  width: 18px;
  min-width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-arrow.png);
  background-size: 18px 18px;
  margin-right: 0.25em;
  margin-bottom: 0.1em;
}

.comp_v2_0420__col50__links__link a[target="_blank"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-external.png);
}

.comp_v2_0420__col50__links__link a[href$=".pdf"]::before, .comp_v2_0420__col50__links__link a[href*="docget.jsp"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-pdf.png);
}

.comp_v2_0420__col50__links__link a[href*="/list/index.php"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-parametric.png);
}

.comp_v2_0420__col50__links__link a[href^="#"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-anchor.png);
}

.comp_v2_0420__col50__links__link .comp_v2_0420__col50__links__link--search::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-search.png);
}

.comp_v2_0420__col50__links__link .comp_v2_0420__col50__links__link--balloon::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-balloon.png);
}

.comp_v2_0420__col50__links__link .comp_v2_0420__col50__links__link--cart::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-cart.png);
}

.comp_v2_0420__col50__links__link .comp_v2_0420__col50__links__link--large {
  font-size: 2rem;
  padding: 18px 30px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0420__col50__links__link .comp_v2_0420__col50__links__link--large {
    width: 100%;
  }
}

.comp_v2_0420__col50__links__link .comp_v2_0420__col50__links__link--large:hover {
  color: #fff;
}

.comp_v2_0420__col50__links__link .comp_v2_0420__col50__links__link--flip {
  color: #0064d2;
  background-color: #fff;
  border: 1px solid #0064d2;
}

.comp_v2_0420__col50__links__link .comp_v2_0420__col50__links__link--flip::before {
  display: none;
}

.comp_v2_0420__col50__links__link a {
  font-weight: bold;
  width: 100%;
  max-width: 400px;
  margin: 0 auto 0 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0420__col50__links__link a {
    margin: 0 auto 0 0;
  }
}

.comp_v2_0420__col50__list {
  font-size: 1.4rem;
  margin-top: 20px;
  padding-left: 60px;
}

.comp_v2_0420__col50__list .disc {
  display: inline-block;
  padding-left: 30px;
  margin-left: 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .comp_v2_0420__col50__list .disc {
    padding-left: 25px;
  }
}

.comp_v2_0420__col50__list .disc::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: "\002022";
  color: #0064d2;
  margin: 0 7px;
}

.comp_v2_0420__col50__list a {
  display: inline-block;
  color: #0064d2;
  padding-left: 30px;
  padding-right: 0;
  position: relative;
  line-height: 1.4;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .comp_v2_0420__col50__list a {
    padding-left: 25px;
  }
}

.comp_v2_0420__col50__list a:hover {
  text-decoration: underline;
}

.comp_v2_0420__col50__list a::after {
  display: none;
}

.comp_v2_0420__col50__list a::before {
  position: absolute;
  left: 5px;
  top: 0.2em;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
  background-size: 13px 13px;
}

.comp_v2_0420__col50__list a[target="_blank"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0420__col50__list a[href$=".pdf"]::before, .comp_v2_0420__col50__list a[href*="docget.jsp"]::before {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
  background-size: 11px 14px;
}

.comp_v2_0420__col50__list a[href*="/list/index.php"]::before {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
  background-size: 13px 11px;
}

.comp_v2_0420__col50__list a[href^="#"]::before {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
  background-size: 13px 13px;
}

.comp_v2_0420__col50__list a[href^="tel:"], .comp_v2_0420__col50__list a[href^="mailto:"], .comp_v2_0420__col50__list a.icon-none {
  padding-left: 0;
}

.comp_v2_0420__col50__list a[href^="tel:"]::before, .comp_v2_0420__col50__list a[href^="mailto:"]::before, .comp_v2_0420__col50__list a.icon-none::before {
  display: none;
}

.comp_v2_0420__col50__list a.icon-none img {
  margin: 0;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0420__col50__list a[href^="tel:"] {
    color: #333;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0420__col50__list li {
  margin: 0.5em 0;
}

.comp_v2_0420__col50:nth-child(2) {
  padding: 0 0 0 5%;
}

@media screen and (max-width: 768px) {
  .comp_v2_0420__col50 {
    padding: 0;
  }
  .comp_v2_0420__col50:nth-child(n) {
    padding: 0;
  }
}

.comp_v2_0420__col33 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid rgba(51, 51, 51, 0.3);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  padding: 0 3.3%;
  box-sizing: border-box;
}

.comp_v2_0420__col33:first-child {
  border-left: none;
}

@media screen and (max-width: 768px) {
  .comp_v2_0420__col33 {
    width: 100%;
    padding: 0;
    border-left: none;
    margin: 20px 0 0 0;
  }
  .comp_v2_0420__col33:last-child {
    border-left: none;
  }
}

.comp_v2_0420__col33__links {
  position: relative;
  margin: 1em 0;
  padding-left: 60px;
}

.comp_v2_0420__col33__links__title, .comp_v2_0420__col33__links__title--balloon, .comp_v2_0420__col33__links__title--info, .comp_v2_0420__col33__links__title--chain, .comp_v2_0420__col33__links__title--cart, .comp_v2_0420__col33__links__title--download {
  display: block;
  font-weight: bold;
  font-size: 1.8rem;
  color: #1d1e21;
  letter-spacing: 0.1rem;
}

.comp_v2_0420__col33__links__title::after, .comp_v2_0420__col33__links__title--balloon::after, .comp_v2_0420__col33__links__title--info::after, .comp_v2_0420__col33__links__title--chain::after, .comp_v2_0420__col33__links__title--cart::after, .comp_v2_0420__col33__links__title--download::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  position: absolute;
  left: 0;
  top: -10px;
}

.comp_v2_0420__col33__links__title--balloon::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/icon-balloon.png);
}

.comp_v2_0420__col33__links__title--info::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/icon-info.png);
}

.comp_v2_0420__col33__links__title--chain::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/icon-chain.png);
}

.comp_v2_0420__col33__links__title--cart::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/icon-cart.png);
}

.comp_v2_0420__col33__links__title--download::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/icon-download.png);
}

.comp_v2_0420__col33__links__sentence {
  display: block;
  margin: 20px 0;
}

.comp_v2_0420__col33__links__link {
  display: block;
  margin: 20px 0;
}

.comp_v2_0420__col33__links + .comp_v2_0420__col33__links__link {
  margin: 0;
}

.comp_v2_0420__col33__links__link p {
  margin: 0;
  padding: 0;
}

.comp_v2_0420__col33__links__link--center {
  text-align: center;
}

.comp_v2_0420__col33__links__link--right {
  text-align: right;
}

.comp_v2_0420__col33__links__link--default {
  font-size: 1.4rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  background-color: #0064d2;
  text-align: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  min-width: 110px;
  min-height: 40px;
  border: none;
  letter-spacing: 0.1rem;
}

.comp_v2_0420__col33__links__link--default:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

.comp_v2_0420__col33__links__link--default:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

.comp_v2_0420__col33__links__link--default:disabled {
  color: #FFF;
  background-color: #707070;
}

.comp_v2_0420__col33__links__link--default::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url("/apps/toshiba-ss-v2/clientlibs/dist/img/button-arrow.png");
  background-size: 18px 18px;
  margin-right: 0.2em;
  margin-bottom: 0.2em;
}

.comp_v2_0420__col33__links__link a {
  font-size: 1.4rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
  min-width: 110px;
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  background-color: #0064d2;
  text-align: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  min-height: 40px;
  border: none;
  letter-spacing: 0.1rem;
}

.comp_v2_0420__col33__links__link a:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
}

.comp_v2_0420__col33__links__link a::before {
  content: "";
  display: inline-block;
  width: 18px;
  min-width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-arrow.png);
  background-size: 18px 18px;
  margin-right: 0.25em;
  margin-bottom: 0.1em;
}

.comp_v2_0420__col33__links__link a[target="_blank"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-external.png);
}

.comp_v2_0420__col33__links__link a[href$=".pdf"]::before, .comp_v2_0420__col33__links__link a[href*="docget.jsp"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-pdf.png);
}

.comp_v2_0420__col33__links__link a[href*="/list/index.php"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-parametric.png);
}

.comp_v2_0420__col33__links__link a[href^="#"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-anchor.png);
}

.comp_v2_0420__col33__links__link .comp_v2_0420__col33__links__link--search::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-search.png);
}

.comp_v2_0420__col33__links__link .comp_v2_0420__col33__links__link--balloon::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-balloon.png);
}

.comp_v2_0420__col33__links__link .comp_v2_0420__col33__links__link--cart::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-cart.png);
}

.comp_v2_0420__col33__links__link .comp_v2_0420__col33__links__link--large {
  font-size: 2rem;
  padding: 18px 30px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0420__col33__links__link .comp_v2_0420__col33__links__link--large {
    width: 100%;
  }
}

.comp_v2_0420__col33__links__link .comp_v2_0420__col33__links__link--large:hover {
  color: #fff;
}

.comp_v2_0420__col33__links__link .comp_v2_0420__col33__links__link--flip {
  color: #0064d2;
  background-color: #fff;
  border: 1px solid #0064d2;
}

.comp_v2_0420__col33__links__link .comp_v2_0420__col33__links__link--flip::before {
  display: none;
}

.comp_v2_0420__col33__links__link a {
  font-weight: bold;
  width: 100%;
  max-width: 400px;
  margin: 0 auto 0 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0420__col33__links__link a {
    margin: 0 auto 0 0;
  }
}

.comp_v2_0420__col33__list {
  font-size: 1.4rem;
  margin-top: 20px;
  padding-left: 60px;
}

.comp_v2_0420__col33__list .disc {
  display: inline-block;
  padding-left: 30px;
  margin-left: 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .comp_v2_0420__col33__list .disc {
    padding-left: 25px;
  }
}

.comp_v2_0420__col33__list .disc::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: "\002022";
  color: #0064d2;
  margin: 0 7px;
}

.comp_v2_0420__col33__list a {
  display: inline-block;
  color: #0064d2;
  padding-left: 30px;
  padding-right: 0;
  position: relative;
  line-height: 1.4;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .comp_v2_0420__col33__list a {
    padding-left: 25px;
  }
}

.comp_v2_0420__col33__list a:hover {
  text-decoration: underline;
}

.comp_v2_0420__col33__list a::after {
  display: none;
}

.comp_v2_0420__col33__list a::before {
  position: absolute;
  left: 5px;
  top: 0.2em;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
  background-size: 13px 13px;
}

.comp_v2_0420__col33__list a[target="_blank"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0420__col33__list a[href$=".pdf"]::before, .comp_v2_0420__col33__list a[href*="docget.jsp"]::before {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
  background-size: 11px 14px;
}

.comp_v2_0420__col33__list a[href*="/list/index.php"]::before {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
  background-size: 13px 11px;
}

.comp_v2_0420__col33__list a[href^="#"]::before {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
  background-size: 13px 13px;
}

.comp_v2_0420__col33__list a[href^="tel:"], .comp_v2_0420__col33__list a[href^="mailto:"], .comp_v2_0420__col33__list a.icon-none {
  padding-left: 0;
}

.comp_v2_0420__col33__list a[href^="tel:"]::before, .comp_v2_0420__col33__list a[href^="mailto:"]::before, .comp_v2_0420__col33__list a.icon-none::before {
  display: none;
}

.comp_v2_0420__col33__list a.icon-none img {
  margin: 0;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0420__col33__list a[href^="tel:"] {
    color: #333;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0420__col33__list li {
  margin: 0.5em 0;
}

.comp_v2_0420__col33:nth-child(1) {
  padding: 0 3.3% 0 0;
}

.comp_v2_0420__col33:nth-child(3) {
  padding: 0 0 0 3.3%;
}

@media screen and (max-width: 768px) {
  .comp_v2_0420__col33 {
    padding: 0;
  }
  .comp_v2_0420__col33:nth-child(n) {
    padding: 0;
  }
}

.comp_v2_0900 .comp_v2_0420__frame {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_0420__frame {
    padding-left: 0;
    padding-right: 0;
  }
}

.comp_v2_0440__frame {
  padding: 30px 15px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .comp_v2_0440__frame {
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0440__frame {
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
    padding-bottom: 0;
    margin: 0;
  }
}

.comp_v2_0440__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: calc(15px - 15px);
  padding-bottom: calc(15px - 15px);
  width: 100%;
}

.comp_v2_0440__slider.slick-slide {
  display: none;
  margin: 0;
}

.comp_v2_0440__slider.slick-slide.slick-initialized {
  display: block;
}

.comp_v2_0440__slider .slick-dots {
  position: relative;
  font-size: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 15px 0;
  margin: 0 auto;
  width: 80%;
}

.comp_v2_0440__slider .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 2px 5px;
  padding: 0;
  cursor: pointer;
}

.comp_v2_0440__slider .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 7px;
  border: 2px solid #6e7175;
}

.comp_v2_0440__slider .slick-dots li button:hover, .comp_v2_0440__slider .slick-dots li button:focus {
  outline: none;
}

.comp_v2_0440__slider .slick-dots li button:hover:before, .comp_v2_0440__slider .slick-dots li button:focus:before {
  opacity: 1;
}

.comp_v2_0440__slider .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 12px;
  height: 12px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  opacity: 0.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 6px;
}

.comp_v2_0440__slider .slick-dots li.slick-active button {
  opacity: 1;
  border: 2px solid #1d1e21;
  background-color: #1d1e21;
}

.comp_v2_0440__slider .slick-dots {
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.comp_v2_0440__slider .slick-dots li {
  margin: 0;
  padding: 5px;
}

.comp_v2_0440__slider .slick-list {
  width: 100%;
}

.comp_v2_0440__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comp_v2_0440__slider .slick-track .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

@media screen and (max-width: 768px) {
  .comp_v2_0440__slider .slick-track .slick-slide {
    margin: 0;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
}

.comp_v2_0440__slider .slick-track .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0440__slider .slick-track .slick-slide > div {
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0440__slider .slick-track .slick-slide > div {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}

.comp_v2_0440__slider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 23px;
  width: 25%;
}

@media screen and (max-width: 768px) {
  .comp_v2_0440__slider__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.comp_v2_0440__slider__item__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  border-radius: 4px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 15px;
  padding-bottom: 49px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  color: #2d2d2d;
}

.comp_v2_0440__slider__item__inner::after {
  content: "";
  position: absolute;
  right: 15px;
  bottom: 15px;
  display: block;
  margin: 0;
  width: 34px;
  height: 34px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/icon-tile-arrow.png);
  background-size: 34px 34px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
}

.comp_v2_0440__slider__item__inner:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/icon-tile-arrow-active.png);
}

a.comp_v2_0440__slider__item__inner:hover {
  -webkit-box-shadow: 0 8px 15px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0 8px 15px 0px rgba(0, 0, 0, 0.16);
}

.comp_v2_0440__slider__item__image {
  width: 100%;
  margin-top: -15px;
  margin-bottom: 15px;
}

.comp_v2_0440__slider__item__image img {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.comp_v2_0440__slider__item__keyword {
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.2rem;
  color: #707070;
  letter-spacing: 0.1rem;
}

.comp_v2_0440__slider__item__content {
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.comp_v2_0440__slider__item__content__title {
  font-size: 1.6rem;
}

.comp_v2_0440__slider__item__content__caption {
  font-size: 1.2rem;
  color: #707070;
  letter-spacing: 0.1rem;
}

.comp_v2_0440__slider__item__content__title + .comp_v2_0440__slider__item__content__caption {
  margin-top: 15px;
}

.comp_v2_0440__slider[data-column="3"] .comp_v2_0440__slider__item {
  width: 33.33333%;
}

.comp_v2_0440__slider[data-column="5"] .comp_v2_0440__slider__item {
  width: 20%;
}

.comp_v2_0900 .comp_v2_0440__frame {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_0440__frame {
    padding-left: 0;
    padding-right: 0;
  }
}

.comp_v2_0441__frame {
  padding: 30px 15px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .comp_v2_0441__frame {
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0441__frame {
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
    padding-bottom: 0;
    margin: 0;
  }
}

.comp_v2_0441__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: calc(15px - 15px);
  padding-bottom: calc(15px - 15px);
  width: 100%;
}

.comp_v2_0441__slider.slick-slide {
  display: none;
  margin: 0;
}

.comp_v2_0441__slider.slick-slide.slick-initialized {
  display: block;
}

.comp_v2_0441__slider .slick-dots {
  position: relative;
  font-size: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 15px 0;
  margin: 0 auto;
  width: 80%;
}

.comp_v2_0441__slider .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 2px 5px;
  padding: 0;
  cursor: pointer;
}

.comp_v2_0441__slider .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 7px;
  border: 2px solid #6e7175;
}

.comp_v2_0441__slider .slick-dots li button:hover, .comp_v2_0441__slider .slick-dots li button:focus {
  outline: none;
}

.comp_v2_0441__slider .slick-dots li button:hover:before, .comp_v2_0441__slider .slick-dots li button:focus:before {
  opacity: 1;
}

.comp_v2_0441__slider .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 12px;
  height: 12px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  opacity: 0.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 6px;
}

.comp_v2_0441__slider .slick-dots li.slick-active button {
  opacity: 1;
  border: 2px solid #1d1e21;
  background-color: #1d1e21;
}

.comp_v2_0441__slider .slick-dots {
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.comp_v2_0441__slider .slick-dots li {
  margin: 0;
  padding: 5px;
}

.comp_v2_0441__slider .slick-list {
  width: 100%;
}

.comp_v2_0441__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comp_v2_0441__slider .slick-track .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

@media screen and (max-width: 768px) {
  .comp_v2_0441__slider .slick-track .slick-slide {
    margin: 0;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
}

.comp_v2_0441__slider .slick-track .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0441__slider .slick-track .slick-slide > div {
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0441__slider .slick-track .slick-slide > div {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}

.comp_v2_0441__slider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 23px;
  width: 25%;
}

@media screen and (max-width: 768px) {
  .comp_v2_0441__slider__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.comp_v2_0441__slider__item__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  border-radius: 4px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 15px;
  padding-bottom: 44px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  color: #2d2d2d;
}

.comp_v2_0441__slider__item__inner::after {
  content: "";
  position: absolute;
  right: 15px;
  bottom: 15px;
  display: block;
  margin: 0;
  width: 34px;
  height: 34px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/icon-tile-arrow.png);
  background-size: 34px 34px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
}

.comp_v2_0441__slider__item__inner:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/icon-tile-arrow-active.png);
}

a.comp_v2_0441__slider__item__inner:hover {
  -webkit-box-shadow: 0 8px 15px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0 8px 15px 0px rgba(0, 0, 0, 0.16);
}

.comp_v2_0441__slider__item__image {
  width: 100%;
  margin-top: -15px;
  margin-bottom: 15px;
}

.comp_v2_0441__slider__item__image img {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.comp_v2_0441__slider__item__keyword {
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.2rem;
  color: #707070;
  letter-spacing: 0.1rem;
}

.comp_v2_0441__slider__item__content {
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.comp_v2_0441__slider__item__content__title {
  font-size: 1.6rem;
}

.comp_v2_0441__slider__item__content__caption {
  font-size: 1.2rem;
  color: #707070;
  letter-spacing: 0.1rem;
}

.comp_v2_0441__slider__item__content__title + .comp_v2_0441__slider__item__content__caption {
  margin-top: 15px;
}

.comp_v2_0441__slider[data-column="3"] .comp_v2_0441__slider__item {
  width: 33.33333%;
}

.comp_v2_0441__slider[data-column="5"] .comp_v2_0441__slider__item {
  width: 20%;
}

.comp_v2_0441__slider--edit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.comp_v2_0441__slider--edit[data-column="3"] .comp_v2_0441__slider__item {
  width: 33.33333%;
}

.comp_v2_0441__slider--edit[data-column="5"] .comp_v2_0441__slider__item {
  width: 20%;
}

.comp_v2_0900 .comp_v2_0441__frame {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_0441__frame {
    padding-left: 0;
    padding-right: 0;
  }
}

.comp_v2_0442__frame {
  padding: 30px 15px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .comp_v2_0442__frame {
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0442__frame {
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
    padding-bottom: 0;
    margin: 0;
  }
}

.comp_v2_0442__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: calc(5px - 15px);
  padding-bottom: calc(5px - 15px);
  width: 100%;
}

@media screen and (max-width: 768px) {
  .comp_v2_0442__slider {
    top: calc(15px - 15px);
    bottom: calc(15px - 15px);
  }
}

.comp_v2_0442__slider.slick-slide {
  display: none;
  margin: 0;
}

.comp_v2_0442__slider.slick-slide.slick-initialized {
  display: block;
}

.comp_v2_0442__slider .slick-dots {
  position: relative;
  font-size: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 15px 0;
  margin: 0 auto;
  width: 80%;
}

.comp_v2_0442__slider .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 2px 5px;
  padding: 0;
  cursor: pointer;
}

.comp_v2_0442__slider .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 7px;
  border: 2px solid #6e7175;
}

.comp_v2_0442__slider .slick-dots li button:hover, .comp_v2_0442__slider .slick-dots li button:focus {
  outline: none;
}

.comp_v2_0442__slider .slick-dots li button:hover:before, .comp_v2_0442__slider .slick-dots li button:focus:before {
  opacity: 1;
}

.comp_v2_0442__slider .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 12px;
  height: 12px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  opacity: 0.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 6px;
}

.comp_v2_0442__slider .slick-dots li.slick-active button {
  opacity: 1;
  border: 2px solid #1d1e21;
  background-color: #1d1e21;
}

.comp_v2_0442__slider .slick-dots {
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.comp_v2_0442__slider .slick-dots li {
  margin: 0;
  padding: 5px;
}

.comp_v2_0442__slider .slick-list {
  width: 100%;
}

.comp_v2_0442__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comp_v2_0442__slider .slick-track .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

@media screen and (max-width: 768px) {
  .comp_v2_0442__slider .slick-track .slick-slide {
    margin: 0;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
}

.comp_v2_0442__slider .slick-track .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0442__slider .slick-track .slick-slide > div {
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0442__slider .slick-track .slick-slide > div {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}

.comp_v2_0442__slider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 25%;
}

@media screen and (max-width: 768px) {
  .comp_v2_0442__slider__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.comp_v2_0442__slider__item__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  border-radius: 4px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 5px;
  padding-bottom: 22px;
  border: 1px solid #d4d4d4;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  color: #2d2d2d;
}

@media screen and (max-width: 768px) {
  .comp_v2_0442__slider__item__inner {
    padding-top: 15px;
    padding-bottom: 49px;
  }
}

.comp_v2_0442__slider__item__inner::after {
  content: "";
  position: absolute;
  right: 5px;
  bottom: 5px;
  display: block;
  margin: 0;
  width: 17px;
  height: 17px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/icon-tile-arrow.png);
  background-size: 17px 17px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
}

@media screen and (max-width: 768px) {
  .comp_v2_0442__slider__item__inner::after {
    right: 15px;
    bottom: 15px;
    width: 34px;
    height: 34px;
    background-size: 34px 34px;
  }
}

.comp_v2_0442__slider__item__inner:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/icon-tile-arrow-active.png);
}

a.comp_v2_0442__slider__item__inner:hover {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
  border: 1px solid #d4d4d4;
}

.comp_v2_0442__slider__item__image {
  width: 100%;
  margin-top: -5px;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0442__slider__item__image {
    margin-top: -15px;
    margin-bottom: 15px;
  }
}

.comp_v2_0442__slider__item__image img {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.comp_v2_0442__slider__item__keyword {
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 1.2rem;
  color: #707070;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0442__slider__item__keyword {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.2rem;
  }
}

.comp_v2_0442__slider__item__content {
  margin: 0;
  padding-left: 5px;
  padding-right: 5px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0442__slider__item__content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.comp_v2_0442__slider__item__content__title {
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0442__slider__item__content__title {
    font-size: 1.6rem;
  }
}

.comp_v2_0442__slider__item__content__caption {
  font-size: 1.2rem;
  color: #707070;
  letter-spacing: 0.1rem;
}

.comp_v2_0442__slider__item__content__title + .comp_v2_0442__slider__item__content__caption {
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0442__slider__item__content__title + .comp_v2_0442__slider__item__content__caption {
    margin-top: 15px;
  }
}

.comp_v2_0442__slider[data-column="3"] .comp_v2_0442__slider__item {
  width: 33.33333%;
}

.comp_v2_0442__slider[data-column="5"] .comp_v2_0442__slider__item {
  width: 20%;
}

.comp_v2_0900 .comp_v2_0442__frame {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_0442__frame {
    padding-left: 0;
    padding-right: 0;
  }
}


.comp_v2_0450__frame {
  padding: 30px 15px;
  overflow: hidden;
  max-width: 1140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .comp_v2_0450__frame {
    padding: 20px;
  }
}

.comp_v2_0450__h2 {
  font-size: 2rem;
  margin: 0;
  padding: 40px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0450__h2 {
    margin: 0;
    padding-top: 30px;
  }
}

.comp_v2_0450__h2 a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0450__h2 a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_0450__h2 a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0450__h2 a[href$=".pdf"]::after, .comp_v2_0450__h2 a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_0450__h2 a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_0450__h2 a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_0450__h2 a[href^="tel:"]::after, .comp_v2_0450__h2 a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0450__h2 a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0450__h2 a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0450__h2 a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0450__h2 a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0450__h2 a:hover[href$=".pdf"]::after, .comp_v2_0450__h2 a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0450__h2 a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0450__h2 a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0450__h2 a:hover[href^="tel:"]::after, .comp_v2_0450__h2 a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0450__h2--bold, .comp_v2_0450__h2--regular {
  font-size: 2rem;
  margin: 0;
  padding: 40px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0450__h2--bold, .comp_v2_0450__h2--regular {
    margin: 0;
    padding-top: 30px;
  }
}

.comp_v2_0450__h2--bold a, .comp_v2_0450__h2--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0450__h2--bold a::after, .comp_v2_0450__h2--regular a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_0450__h2--bold a[target="_blank"]::after, .comp_v2_0450__h2--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0450__h2--bold a[href$=".pdf"]::after, .comp_v2_0450__h2--bold a[href*="docget.jsp"]::after, .comp_v2_0450__h2--regular a[href$=".pdf"]::after, .comp_v2_0450__h2--regular a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_0450__h2--bold a[href*="/list/index.php"]::after, .comp_v2_0450__h2--regular a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_0450__h2--bold a[href^="#"]::after, .comp_v2_0450__h2--regular a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_0450__h2--bold a[href^="tel:"]::after, .comp_v2_0450__h2--bold a[href^="mailto:"]::after, .comp_v2_0450__h2--regular a[href^="tel:"]::after, .comp_v2_0450__h2--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0450__h2--bold a[href^="tel:"], .comp_v2_0450__h2--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0450__h2--bold a:hover, .comp_v2_0450__h2--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0450__h2--bold a:hover::after, .comp_v2_0450__h2--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0450__h2--bold a:hover[target="_blank"]::after, .comp_v2_0450__h2--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0450__h2--bold a:hover[href$=".pdf"]::after, .comp_v2_0450__h2--bold a:hover[href*="docget.jsp"]::after, .comp_v2_0450__h2--regular a:hover[href$=".pdf"]::after, .comp_v2_0450__h2--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0450__h2--bold a:hover[href*="/list/index.php"]::after, .comp_v2_0450__h2--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0450__h2--bold a:hover[href^="#"]::after, .comp_v2_0450__h2--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0450__h2--bold a:hover[href^="tel:"]::after, .comp_v2_0450__h2--bold a:hover[href^="mailto:"]::after, .comp_v2_0450__h2--regular a:hover[href^="tel:"]::after, .comp_v2_0450__h2--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0450__h2--bold {
  font-weight: bold;
}

.comp_v2_0450__h2--regular {
  font-weight: normal;
}

.comp_v2_0450__fcol, .comp_v2_0450__fcol--border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  width: calc(100% + 30px);
}

@media screen and (max-width: 768px) {
  .comp_v2_0450__fcol, .comp_v2_0450__fcol--border {
    width: 100%;
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.comp_v2_0450__col100 {
  width: calc(100% - 30px);
}

.comp_v2_0450__col80 {
  width: calc(80% - 30px);
}

.comp_v2_0450__col75 {
  width: calc(75% - 30px);
}

.comp_v2_0450__col66 {
  width: calc(66.6666% - 30px);
}

.comp_v2_0450__col60 {
  width: calc(60% - 30px);
}

.comp_v2_0450__col50 {
  width: calc(50% - 30px);
}

.comp_v2_0450__col40 {
  width: calc(40% - 30px);
}

.comp_v2_0450__col33 {
  width: calc(33.3333% - 30px);
}

.comp_v2_0450__col25 {
  width: calc(25% - 30px);
}

.comp_v2_0450__col20 {
  width: calc(20% - 30px);
}

.comp_v2_0450__fcol .comp_v2_0450__col100 {
  margin: 0 15px 0 0;
  padding-left: 15px;
}

.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_0010__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_0020__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_0050__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_0060__frame--small,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_0060__frame--middle,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_0060__frame--large,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_0070__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_0090__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_0110__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_0120__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_0130__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_0140__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_0150__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_0150__frame01,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_0150__frame02,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_0160__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_0180__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_0190__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_0200__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_0210__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_0230__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_0240__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_0270__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_0270__frame--media_left,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_0270__frame--media_right,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_0270__frame--media_top,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_0270__frame--media_bottom,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_0290__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_0350__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_0360__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_0360__frame--border,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_0360__frame--nmargin,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_0370__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_0371__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_0380__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_0400__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_0400__frame--media_left,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_0400__frame--media_right,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_0400__frame--media_top,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_0400__frame--media_bottom,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_0410__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_0420__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_0440__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_0450__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_0460__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_0470__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_0530__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_0540__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_0550__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_0560__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_0620__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_0620__frame--noimage,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_0640__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_0690__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_0700__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_0710__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_0880__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_0900__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_0910__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_0920__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_0930__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_0940__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_0950__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_0951__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_0960__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_0970__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_0980__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_0990__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_1000__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_1001__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_1002__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_1003__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_1004__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_1005__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_1006__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_1007__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_1008__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_1009__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_1010__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_1011__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_1012__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_1013__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_1014__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_1015__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_1016__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_1017__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_1020__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_1021__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_1030__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_1040__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_1050__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_1060__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_1070__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_1080__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_1081__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_1090__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_1090__frame,
.comp_v2_0450__fcol .comp_v2_0450__col100 .comp_v2_1100__frame {
  padding-left: 0;
  padding-right: 0;
}

.comp_v2_0450__fcol .comp_v2_0450__col100 > h1:first-child,
.comp_v2_0450__fcol .comp_v2_0450__col100 > h2:first-child,
.comp_v2_0450__fcol .comp_v2_0450__col100 > h3:first-child,
.comp_v2_0450__fcol .comp_v2_0450__col100 > h4:first-child,
.comp_v2_0450__fcol .comp_v2_0450__col100 > h5:first-child,
.comp_v2_0450__fcol .comp_v2_0450__col100 > p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0450__fcol .comp_v2_0450__col100 {
    margin: 0;
    padding-left: 0;
    border: none;
    width: 100%;
  }
}

.comp_v2_0450__fcol .comp_v2_0450__col100:last-child {
  margin-bottom: 0;
}

.comp_v2_0450__fcol .comp_v2_0450__col80 {
  margin: 0 15px 0 0;
  padding-left: 15px;
}

.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_0010__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_0020__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_0050__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_0060__frame--small,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_0060__frame--middle,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_0060__frame--large,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_0070__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_0090__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_0110__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_0120__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_0130__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_0140__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_0150__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_0150__frame01,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_0150__frame02,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_0160__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_0180__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_0190__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_0200__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_0210__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_0230__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_0240__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_0270__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_0270__frame--media_left,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_0270__frame--media_right,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_0270__frame--media_top,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_0270__frame--media_bottom,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_0290__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_0350__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_0360__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_0360__frame--border,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_0360__frame--nmargin,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_0370__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_0371__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_0380__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_0400__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_0400__frame--media_left,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_0400__frame--media_right,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_0400__frame--media_top,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_0400__frame--media_bottom,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_0410__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_0420__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_0440__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_0450__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_0460__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_0470__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_0530__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_0540__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_0550__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_0560__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_0620__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_0620__frame--noimage,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_0640__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_0690__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_0700__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_0710__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_0880__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_0900__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_0910__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_0920__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_0930__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_0940__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_0950__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_0951__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_0960__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_0970__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_0980__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_0990__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_1000__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_1001__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_1002__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_1003__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_1004__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_1005__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_1006__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_1007__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_1008__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_1009__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_1010__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_1011__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_1012__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_1013__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_1014__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_1015__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_1016__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_1017__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_1020__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_1021__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_1030__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_1040__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_1050__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_1060__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_1070__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_1080__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_1081__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_1090__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_1090__frame,
.comp_v2_0450__fcol .comp_v2_0450__col80 .comp_v2_1100__frame {
  padding-left: 0;
  padding-right: 0;
}

.comp_v2_0450__fcol .comp_v2_0450__col80 > h1:first-child,
.comp_v2_0450__fcol .comp_v2_0450__col80 > h2:first-child,
.comp_v2_0450__fcol .comp_v2_0450__col80 > h3:first-child,
.comp_v2_0450__fcol .comp_v2_0450__col80 > h4:first-child,
.comp_v2_0450__fcol .comp_v2_0450__col80 > h5:first-child,
.comp_v2_0450__fcol .comp_v2_0450__col80 > p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0450__fcol .comp_v2_0450__col80 {
    margin: 0;
    padding-left: 0;
    border: none;
    width: 100%;
  }
}

.comp_v2_0450__fcol .comp_v2_0450__col80:last-child {
  margin-bottom: 0;
}

.comp_v2_0450__fcol .comp_v2_0450__col75 {
  margin: 0 15px 0 0;
  padding-left: 15px;
}

.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_0010__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_0020__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_0050__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_0060__frame--small,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_0060__frame--middle,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_0060__frame--large,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_0070__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_0090__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_0110__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_0120__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_0130__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_0140__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_0150__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_0150__frame01,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_0150__frame02,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_0160__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_0180__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_0190__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_0200__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_0210__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_0230__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_0240__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_0270__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_0270__frame--media_left,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_0270__frame--media_right,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_0270__frame--media_top,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_0270__frame--media_bottom,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_0290__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_0350__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_0360__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_0360__frame--border,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_0360__frame--nmargin,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_0370__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_0371__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_0380__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_0400__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_0400__frame--media_left,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_0400__frame--media_right,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_0400__frame--media_top,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_0400__frame--media_bottom,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_0410__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_0420__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_0440__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_0450__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_0460__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_0470__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_0530__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_0540__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_0550__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_0560__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_0620__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_0620__frame--noimage,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_0640__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_0690__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_0700__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_0710__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_0880__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_0900__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_0910__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_0920__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_0930__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_0940__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_0950__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_0951__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_0960__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_0970__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_0980__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_0990__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_1000__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_1001__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_1002__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_1003__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_1004__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_1005__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_1006__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_1007__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_1008__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_1009__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_1010__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_1011__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_1012__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_1013__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_1014__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_1015__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_1016__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_1017__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_1020__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_1021__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_1030__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_1040__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_1050__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_1060__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_1070__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_1080__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_1081__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_1090__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_1090__frame,
.comp_v2_0450__fcol .comp_v2_0450__col75 .comp_v2_1100__frame {
  padding-left: 0;
  padding-right: 0;
}

.comp_v2_0450__fcol .comp_v2_0450__col75 > h1:first-child,
.comp_v2_0450__fcol .comp_v2_0450__col75 > h2:first-child,
.comp_v2_0450__fcol .comp_v2_0450__col75 > h3:first-child,
.comp_v2_0450__fcol .comp_v2_0450__col75 > h4:first-child,
.comp_v2_0450__fcol .comp_v2_0450__col75 > h5:first-child,
.comp_v2_0450__fcol .comp_v2_0450__col75 > p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0450__fcol .comp_v2_0450__col75 {
    margin: 0;
    padding-left: 0;
    border: none;
    width: 100%;
  }
}

.comp_v2_0450__fcol .comp_v2_0450__col75:last-child {
  margin-bottom: 0;
}

.comp_v2_0450__fcol .comp_v2_0450__col66 {
  margin: 0 15px 0 0;
  padding-left: 15px;
}

.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_0010__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_0020__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_0050__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_0060__frame--small,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_0060__frame--middle,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_0060__frame--large,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_0070__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_0090__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_0110__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_0120__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_0130__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_0140__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_0150__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_0150__frame01,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_0150__frame02,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_0160__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_0180__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_0190__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_0200__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_0210__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_0230__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_0240__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_0270__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_0270__frame--media_left,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_0270__frame--media_right,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_0270__frame--media_top,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_0270__frame--media_bottom,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_0290__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_0350__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_0360__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_0360__frame--border,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_0360__frame--nmargin,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_0370__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_0371__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_0380__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_0400__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_0400__frame--media_left,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_0400__frame--media_right,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_0400__frame--media_top,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_0400__frame--media_bottom,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_0410__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_0420__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_0440__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_0450__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_0460__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_0470__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_0530__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_0540__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_0550__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_0560__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_0620__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_0620__frame--noimage,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_0640__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_0690__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_0700__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_0710__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_0880__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_0900__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_0910__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_0920__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_0930__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_0940__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_0950__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_0951__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_0960__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_0970__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_0980__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_0990__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_1000__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_1001__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_1002__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_1003__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_1004__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_1005__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_1006__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_1007__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_1008__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_1009__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_1010__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_1011__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_1012__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_1013__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_1014__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_1015__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_1016__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_1017__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_1020__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_1021__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_1030__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_1040__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_1050__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_1060__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_1070__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_1080__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_1081__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_1090__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_1090__frame,
.comp_v2_0450__fcol .comp_v2_0450__col66 .comp_v2_1100__frame {
  padding-left: 0;
  padding-right: 0;
}

.comp_v2_0450__fcol .comp_v2_0450__col66 > h1:first-child,
.comp_v2_0450__fcol .comp_v2_0450__col66 > h2:first-child,
.comp_v2_0450__fcol .comp_v2_0450__col66 > h3:first-child,
.comp_v2_0450__fcol .comp_v2_0450__col66 > h4:first-child,
.comp_v2_0450__fcol .comp_v2_0450__col66 > h5:first-child,
.comp_v2_0450__fcol .comp_v2_0450__col66 > p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0450__fcol .comp_v2_0450__col66 {
    margin: 0;
    padding-left: 0;
    border: none;
    width: 100%;
  }
}

.comp_v2_0450__fcol .comp_v2_0450__col66:last-child {
  margin-bottom: 0;
}

.comp_v2_0450__fcol .comp_v2_0450__col60 {
  margin: 0 15px 0 0;
  padding-left: 15px;
}

.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_0010__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_0020__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_0050__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_0060__frame--small,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_0060__frame--middle,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_0060__frame--large,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_0070__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_0090__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_0110__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_0120__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_0130__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_0140__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_0150__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_0150__frame01,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_0150__frame02,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_0160__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_0180__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_0190__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_0200__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_0210__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_0230__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_0240__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_0270__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_0270__frame--media_left,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_0270__frame--media_right,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_0270__frame--media_top,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_0270__frame--media_bottom,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_0290__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_0350__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_0360__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_0360__frame--border,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_0360__frame--nmargin,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_0370__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_0371__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_0380__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_0400__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_0400__frame--media_left,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_0400__frame--media_right,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_0400__frame--media_top,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_0400__frame--media_bottom,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_0410__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_0420__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_0440__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_0450__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_0460__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_0470__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_0530__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_0540__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_0550__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_0560__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_0620__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_0620__frame--noimage,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_0640__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_0690__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_0700__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_0710__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_0880__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_0900__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_0910__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_0920__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_0930__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_0940__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_0950__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_0951__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_0960__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_0970__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_0980__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_0990__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_1000__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_1001__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_1002__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_1003__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_1004__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_1005__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_1006__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_1007__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_1008__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_1009__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_1010__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_1011__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_1012__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_1013__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_1014__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_1015__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_1016__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_1017__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_1020__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_1021__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_1030__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_1040__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_1050__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_1060__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_1070__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_1080__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_1081__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_1090__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_1090__frame,
.comp_v2_0450__fcol .comp_v2_0450__col60 .comp_v2_1100__frame {
  padding-left: 0;
  padding-right: 0;
}

.comp_v2_0450__fcol .comp_v2_0450__col60 > h1:first-child,
.comp_v2_0450__fcol .comp_v2_0450__col60 > h2:first-child,
.comp_v2_0450__fcol .comp_v2_0450__col60 > h3:first-child,
.comp_v2_0450__fcol .comp_v2_0450__col60 > h4:first-child,
.comp_v2_0450__fcol .comp_v2_0450__col60 > h5:first-child,
.comp_v2_0450__fcol .comp_v2_0450__col60 > p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0450__fcol .comp_v2_0450__col60 {
    margin: 0;
    padding-left: 0;
    border: none;
    width: 100%;
  }
}

.comp_v2_0450__fcol .comp_v2_0450__col60:last-child {
  margin-bottom: 0;
}

.comp_v2_0450__fcol .comp_v2_0450__col50 {
  margin: 0 15px 0 0;
  padding-left: 15px;
}

.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_0010__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_0020__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_0050__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_0060__frame--small,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_0060__frame--middle,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_0060__frame--large,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_0070__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_0090__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_0110__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_0120__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_0130__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_0140__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_0150__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_0150__frame01,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_0150__frame02,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_0160__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_0180__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_0190__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_0200__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_0210__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_0230__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_0240__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_0270__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_0270__frame--media_left,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_0270__frame--media_right,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_0270__frame--media_top,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_0270__frame--media_bottom,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_0290__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_0350__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_0360__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_0360__frame--border,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_0360__frame--nmargin,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_0370__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_0371__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_0380__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_0400__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_0400__frame--media_left,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_0400__frame--media_right,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_0400__frame--media_top,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_0400__frame--media_bottom,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_0410__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_0420__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_0440__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_0450__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_0460__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_0470__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_0530__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_0540__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_0550__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_0560__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_0620__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_0620__frame--noimage,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_0640__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_0690__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_0700__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_0710__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_0880__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_0900__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_0910__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_0920__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_0930__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_0940__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_0950__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_0951__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_0960__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_0970__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_0980__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_0990__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_1000__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_1001__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_1002__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_1003__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_1004__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_1005__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_1006__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_1007__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_1008__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_1009__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_1010__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_1011__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_1012__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_1013__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_1014__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_1015__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_1016__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_1017__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_1020__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_1021__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_1030__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_1040__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_1050__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_1060__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_1070__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_1080__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_1081__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_1090__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_1090__frame,
.comp_v2_0450__fcol .comp_v2_0450__col50 .comp_v2_1100__frame {
  padding-left: 0;
  padding-right: 0;
}

.comp_v2_0450__fcol .comp_v2_0450__col50 > h1:first-child,
.comp_v2_0450__fcol .comp_v2_0450__col50 > h2:first-child,
.comp_v2_0450__fcol .comp_v2_0450__col50 > h3:first-child,
.comp_v2_0450__fcol .comp_v2_0450__col50 > h4:first-child,
.comp_v2_0450__fcol .comp_v2_0450__col50 > h5:first-child,
.comp_v2_0450__fcol .comp_v2_0450__col50 > p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0450__fcol .comp_v2_0450__col50 {
    margin: 0;
    padding-left: 0;
    border: none;
    width: 100%;
  }
}

.comp_v2_0450__fcol .comp_v2_0450__col50:last-child {
  margin-bottom: 0;
}

.comp_v2_0450__fcol .comp_v2_0450__col40 {
  margin: 0 15px 0 0;
  padding-left: 15px;
}

.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_0010__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_0020__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_0050__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_0060__frame--small,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_0060__frame--middle,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_0060__frame--large,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_0070__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_0090__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_0110__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_0120__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_0130__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_0140__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_0150__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_0150__frame01,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_0150__frame02,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_0160__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_0180__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_0190__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_0200__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_0210__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_0230__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_0240__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_0270__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_0270__frame--media_left,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_0270__frame--media_right,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_0270__frame--media_top,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_0270__frame--media_bottom,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_0290__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_0350__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_0360__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_0360__frame--border,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_0360__frame--nmargin,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_0370__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_0371__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_0380__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_0400__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_0400__frame--media_left,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_0400__frame--media_right,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_0400__frame--media_top,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_0400__frame--media_bottom,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_0410__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_0420__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_0440__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_0450__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_0460__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_0470__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_0530__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_0540__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_0550__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_0560__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_0620__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_0620__frame--noimage,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_0640__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_0690__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_0700__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_0710__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_0880__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_0900__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_0910__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_0920__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_0930__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_0940__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_0950__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_0951__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_0960__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_0970__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_0980__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_0990__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_1000__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_1001__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_1002__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_1003__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_1004__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_1005__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_1006__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_1007__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_1008__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_1009__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_1010__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_1011__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_1012__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_1013__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_1014__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_1015__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_1016__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_1017__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_1020__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_1021__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_1030__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_1040__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_1050__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_1060__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_1070__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_1080__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_1081__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_1090__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_1090__frame,
.comp_v2_0450__fcol .comp_v2_0450__col40 .comp_v2_1100__frame {
  padding-left: 0;
  padding-right: 0;
}

.comp_v2_0450__fcol .comp_v2_0450__col40 > h1:first-child,
.comp_v2_0450__fcol .comp_v2_0450__col40 > h2:first-child,
.comp_v2_0450__fcol .comp_v2_0450__col40 > h3:first-child,
.comp_v2_0450__fcol .comp_v2_0450__col40 > h4:first-child,
.comp_v2_0450__fcol .comp_v2_0450__col40 > h5:first-child,
.comp_v2_0450__fcol .comp_v2_0450__col40 > p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0450__fcol .comp_v2_0450__col40 {
    margin: 0;
    padding-left: 0;
    border: none;
    width: 100%;
  }
}

.comp_v2_0450__fcol .comp_v2_0450__col40:last-child {
  margin-bottom: 0;
}

.comp_v2_0450__fcol .comp_v2_0450__col33 {
  margin: 0 15px 0 0;
  padding-left: 15px;
}

.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_0010__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_0020__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_0050__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_0060__frame--small,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_0060__frame--middle,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_0060__frame--large,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_0070__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_0090__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_0110__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_0120__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_0130__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_0140__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_0150__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_0150__frame01,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_0150__frame02,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_0160__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_0180__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_0190__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_0200__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_0210__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_0230__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_0240__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_0270__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_0270__frame--media_left,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_0270__frame--media_right,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_0270__frame--media_top,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_0270__frame--media_bottom,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_0290__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_0350__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_0360__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_0360__frame--border,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_0360__frame--nmargin,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_0370__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_0371__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_0380__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_0400__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_0400__frame--media_left,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_0400__frame--media_right,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_0400__frame--media_top,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_0400__frame--media_bottom,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_0410__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_0420__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_0440__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_0450__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_0460__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_0470__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_0530__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_0540__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_0550__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_0560__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_0620__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_0620__frame--noimage,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_0640__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_0690__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_0700__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_0710__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_0880__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_0900__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_0910__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_0920__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_0930__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_0940__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_0950__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_0951__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_0960__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_0970__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_0980__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_0990__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_1000__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_1001__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_1002__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_1003__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_1004__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_1005__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_1006__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_1007__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_1008__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_1009__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_1010__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_1011__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_1012__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_1013__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_1014__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_1015__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_1016__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_1017__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_1020__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_1021__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_1030__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_1040__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_1050__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_1060__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_1070__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_1080__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_1081__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_1090__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_1090__frame,
.comp_v2_0450__fcol .comp_v2_0450__col33 .comp_v2_1100__frame {
  padding-left: 0;
  padding-right: 0;
}

.comp_v2_0450__fcol .comp_v2_0450__col33 > h1:first-child,
.comp_v2_0450__fcol .comp_v2_0450__col33 > h2:first-child,
.comp_v2_0450__fcol .comp_v2_0450__col33 > h3:first-child,
.comp_v2_0450__fcol .comp_v2_0450__col33 > h4:first-child,
.comp_v2_0450__fcol .comp_v2_0450__col33 > h5:first-child,
.comp_v2_0450__fcol .comp_v2_0450__col33 > p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0450__fcol .comp_v2_0450__col33 {
    margin: 0;
    padding-left: 0;
    border: none;
    width: 100%;
  }
}

.comp_v2_0450__fcol .comp_v2_0450__col33:last-child {
  margin-bottom: 0;
}

.comp_v2_0450__fcol .comp_v2_0450__col25 {
  margin: 0 15px 0 0;
  padding-left: 15px;
}

.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_0010__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_0020__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_0050__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_0060__frame--small,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_0060__frame--middle,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_0060__frame--large,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_0070__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_0090__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_0110__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_0120__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_0130__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_0140__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_0150__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_0150__frame01,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_0150__frame02,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_0160__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_0180__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_0190__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_0200__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_0210__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_0230__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_0240__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_0270__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_0270__frame--media_left,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_0270__frame--media_right,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_0270__frame--media_top,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_0270__frame--media_bottom,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_0290__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_0350__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_0360__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_0360__frame--border,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_0360__frame--nmargin,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_0370__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_0371__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_0380__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_0400__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_0400__frame--media_left,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_0400__frame--media_right,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_0400__frame--media_top,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_0400__frame--media_bottom,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_0410__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_0420__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_0440__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_0450__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_0460__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_0470__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_0530__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_0540__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_0550__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_0560__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_0620__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_0620__frame--noimage,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_0640__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_0690__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_0700__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_0710__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_0880__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_0900__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_0910__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_0920__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_0930__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_0940__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_0950__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_0951__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_0960__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_0970__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_0980__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_0990__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_1000__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_1001__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_1002__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_1003__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_1004__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_1005__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_1006__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_1007__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_1008__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_1009__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_1010__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_1011__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_1012__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_1013__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_1014__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_1015__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_1016__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_1017__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_1020__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_1021__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_1030__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_1040__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_1050__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_1060__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_1070__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_1080__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_1081__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_1090__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_1090__frame,
.comp_v2_0450__fcol .comp_v2_0450__col25 .comp_v2_1100__frame {
  padding-left: 0;
  padding-right: 0;
}

.comp_v2_0450__fcol .comp_v2_0450__col25 > h1:first-child,
.comp_v2_0450__fcol .comp_v2_0450__col25 > h2:first-child,
.comp_v2_0450__fcol .comp_v2_0450__col25 > h3:first-child,
.comp_v2_0450__fcol .comp_v2_0450__col25 > h4:first-child,
.comp_v2_0450__fcol .comp_v2_0450__col25 > h5:first-child,
.comp_v2_0450__fcol .comp_v2_0450__col25 > p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0450__fcol .comp_v2_0450__col25 {
    margin: 0;
    padding-left: 0;
    border: none;
    width: 100%;
  }
}

.comp_v2_0450__fcol .comp_v2_0450__col25:last-child {
  margin-bottom: 0;
}

.comp_v2_0450__fcol .comp_v2_0450__col20 {
  margin: 0 15px 0 0;
  padding-left: 15px;
}

.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_0010__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_0020__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_0050__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_0060__frame--small,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_0060__frame--middle,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_0060__frame--large,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_0070__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_0090__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_0110__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_0120__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_0130__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_0140__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_0150__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_0150__frame01,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_0150__frame02,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_0160__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_0180__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_0190__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_0200__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_0210__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_0230__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_0240__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_0270__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_0270__frame--media_left,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_0270__frame--media_right,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_0270__frame--media_top,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_0270__frame--media_bottom,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_0290__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_0350__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_0360__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_0360__frame--border,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_0360__frame--nmargin,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_0370__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_0371__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_0380__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_0400__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_0400__frame--media_left,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_0400__frame--media_right,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_0400__frame--media_top,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_0400__frame--media_bottom,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_0410__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_0420__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_0440__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_0450__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_0460__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_0470__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_0530__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_0540__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_0550__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_0560__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_0620__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_0620__frame--noimage,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_0640__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_0690__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_0700__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_0710__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_0880__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_0900__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_0910__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_0920__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_0930__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_0940__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_0950__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_0951__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_0960__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_0970__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_0980__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_0990__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_1000__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_1001__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_1002__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_1003__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_1004__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_1005__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_1006__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_1007__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_1008__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_1009__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_1010__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_1011__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_1012__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_1013__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_1014__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_1015__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_1016__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_1017__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_1020__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_1021__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_1030__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_1040__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_1050__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_1060__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_1070__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_1080__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_1081__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_1090__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_1090__frame,
.comp_v2_0450__fcol .comp_v2_0450__col20 .comp_v2_1100__frame {
  padding-left: 0;
  padding-right: 0;
}

.comp_v2_0450__fcol .comp_v2_0450__col20 > h1:first-child,
.comp_v2_0450__fcol .comp_v2_0450__col20 > h2:first-child,
.comp_v2_0450__fcol .comp_v2_0450__col20 > h3:first-child,
.comp_v2_0450__fcol .comp_v2_0450__col20 > h4:first-child,
.comp_v2_0450__fcol .comp_v2_0450__col20 > h5:first-child,
.comp_v2_0450__fcol .comp_v2_0450__col20 > p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0450__fcol .comp_v2_0450__col20 {
    margin: 0;
    padding-left: 0;
    border: none;
    width: 100%;
  }
}

.comp_v2_0450__fcol .comp_v2_0450__col20:last-child {
  margin-bottom: 0;
}

.comp_v2_0450__fcol--border .comp_v2_0450__col100 {
  margin: 0 15px 0 0;
  padding-left: 14px;
  border-left: 1px solid #e7e7e8;
}

.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_0010__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_0020__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_0050__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_0060__frame--small,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_0060__frame--middle,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_0060__frame--large,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_0070__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_0090__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_0110__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_0120__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_0130__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_0140__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_0150__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_0150__frame01,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_0150__frame02,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_0160__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_0180__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_0190__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_0200__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_0210__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_0230__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_0240__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_0270__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_0270__frame--media_left,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_0270__frame--media_right,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_0270__frame--media_top,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_0270__frame--media_bottom,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_0290__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_0350__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_0360__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_0360__frame--border,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_0360__frame--nmargin,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_0370__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_0371__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_0380__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_0400__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_0400__frame--media_left,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_0400__frame--media_right,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_0400__frame--media_top,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_0400__frame--media_bottom,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_0410__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_0420__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_0440__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_0450__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_0460__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_0470__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_0530__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_0540__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_0550__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_0560__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_0620__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_0620__frame--noimage,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_0640__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_0690__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_0700__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_0710__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_0880__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_0900__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_0910__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_0920__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_0930__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_0940__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_0950__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_0951__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_0960__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_0970__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_0980__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_0990__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_1000__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_1001__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_1002__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_1003__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_1004__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_1005__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_1006__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_1007__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_1008__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_1009__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_1010__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_1011__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_1012__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_1013__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_1014__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_1015__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_1016__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_1017__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_1020__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_1021__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_1030__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_1040__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_1050__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_1060__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_1070__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_1080__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_1081__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_1090__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_1090__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 .comp_v2_1100__frame {
  padding-left: 0;
  padding-right: 0;
}

.comp_v2_0450__fcol--border .comp_v2_0450__col100 > h1:first-child,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 > h2:first-child,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 > h3:first-child,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 > h4:first-child,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 > h5:first-child,
.comp_v2_0450__fcol--border .comp_v2_0450__col100 > p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0450__fcol--border .comp_v2_0450__col100 {
    margin: 0;
    padding-left: 0;
    border: none;
    width: 100%;
  }
}

.comp_v2_0450__fcol--border .comp_v2_0450__col100:first-child {
  padding-left: 15px;
  border-left: none;
}

@media screen and (max-width: 768px) {
  .comp_v2_0450__fcol--border .comp_v2_0450__col100:first-child {
    padding-left: 0;
  }
}

.comp_v2_0450__fcol--border .comp_v2_0450__col100:last-child {
  margin-bottom: 0;
}

.comp_v2_0450__fcol--border .comp_v2_0450__col80 {
  margin: 0 15px 0 0;
  padding-left: 14px;
  border-left: 1px solid #e7e7e8;
}

.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_0010__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_0020__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_0050__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_0060__frame--small,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_0060__frame--middle,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_0060__frame--large,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_0070__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_0090__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_0110__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_0120__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_0130__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_0140__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_0150__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_0150__frame01,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_0150__frame02,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_0160__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_0180__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_0190__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_0200__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_0210__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_0230__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_0240__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_0270__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_0270__frame--media_left,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_0270__frame--media_right,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_0270__frame--media_top,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_0270__frame--media_bottom,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_0290__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_0350__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_0360__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_0360__frame--border,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_0360__frame--nmargin,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_0370__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_0371__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_0380__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_0400__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_0400__frame--media_left,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_0400__frame--media_right,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_0400__frame--media_top,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_0400__frame--media_bottom,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_0410__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_0420__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_0440__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_0450__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_0460__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_0470__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_0530__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_0540__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_0550__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_0560__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_0620__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_0620__frame--noimage,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_0640__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_0690__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_0700__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_0710__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_0880__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_0900__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_0910__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_0920__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_0930__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_0940__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_0950__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_0951__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_0960__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_0970__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_0980__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_0990__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_1000__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_1001__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_1002__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_1003__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_1004__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_1005__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_1006__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_1007__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_1008__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_1009__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_1010__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_1011__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_1012__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_1013__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_1014__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_1015__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_1016__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_1017__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_1020__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_1021__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_1030__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_1040__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_1050__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_1060__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_1070__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_1080__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_1081__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_1090__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_1090__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 .comp_v2_1100__frame {
  padding-left: 0;
  padding-right: 0;
}

.comp_v2_0450__fcol--border .comp_v2_0450__col80 > h1:first-child,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 > h2:first-child,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 > h3:first-child,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 > h4:first-child,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 > h5:first-child,
.comp_v2_0450__fcol--border .comp_v2_0450__col80 > p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0450__fcol--border .comp_v2_0450__col80 {
    margin: 0;
    padding-left: 0;
    border: none;
    width: 100%;
  }
}

.comp_v2_0450__fcol--border .comp_v2_0450__col80:first-child {
  padding-left: 15px;
  border-left: none;
}

@media screen and (max-width: 768px) {
  .comp_v2_0450__fcol--border .comp_v2_0450__col80:first-child {
    padding-left: 0;
  }
}

.comp_v2_0450__fcol--border .comp_v2_0450__col80:last-child {
  margin-bottom: 0;
}

.comp_v2_0450__fcol--border .comp_v2_0450__col75 {
  margin: 0 15px 0 0;
  padding-left: 14px;
  border-left: 1px solid #e7e7e8;
}

.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_0010__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_0020__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_0050__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_0060__frame--small,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_0060__frame--middle,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_0060__frame--large,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_0070__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_0090__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_0110__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_0120__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_0130__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_0140__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_0150__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_0150__frame01,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_0150__frame02,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_0160__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_0180__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_0190__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_0200__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_0210__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_0230__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_0240__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_0270__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_0270__frame--media_left,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_0270__frame--media_right,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_0270__frame--media_top,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_0270__frame--media_bottom,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_0290__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_0350__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_0360__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_0360__frame--border,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_0360__frame--nmargin,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_0370__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_0371__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_0380__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_0400__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_0400__frame--media_left,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_0400__frame--media_right,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_0400__frame--media_top,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_0400__frame--media_bottom,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_0410__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_0420__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_0440__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_0450__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_0460__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_0470__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_0530__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_0540__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_0550__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_0560__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_0620__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_0620__frame--noimage,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_0640__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_0690__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_0700__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_0710__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_0880__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_0900__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_0910__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_0920__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_0930__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_0940__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_0950__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_0951__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_0960__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_0970__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_0980__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_0990__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_1000__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_1001__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_1002__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_1003__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_1004__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_1005__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_1006__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_1007__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_1008__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_1009__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_1010__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_1011__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_1012__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_1013__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_1014__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_1015__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_1016__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_1017__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_1020__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_1021__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_1030__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_1040__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_1050__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_1060__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_1070__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_1080__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_1081__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_1090__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_1090__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 .comp_v2_1100__frame {
  padding-left: 0;
  padding-right: 0;
}

.comp_v2_0450__fcol--border .comp_v2_0450__col75 > h1:first-child,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 > h2:first-child,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 > h3:first-child,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 > h4:first-child,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 > h5:first-child,
.comp_v2_0450__fcol--border .comp_v2_0450__col75 > p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0450__fcol--border .comp_v2_0450__col75 {
    margin: 0;
    padding-left: 0;
    border: none;
    width: 100%;
  }
}

.comp_v2_0450__fcol--border .comp_v2_0450__col75:first-child {
  padding-left: 15px;
  border-left: none;
}

@media screen and (max-width: 768px) {
  .comp_v2_0450__fcol--border .comp_v2_0450__col75:first-child {
    padding-left: 0;
  }
}

.comp_v2_0450__fcol--border .comp_v2_0450__col75:last-child {
  margin-bottom: 0;
}

.comp_v2_0450__fcol--border .comp_v2_0450__col66 {
  margin: 0 15px 0 0;
  padding-left: 14px;
  border-left: 1px solid #e7e7e8;
}

.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_0010__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_0020__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_0050__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_0060__frame--small,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_0060__frame--middle,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_0060__frame--large,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_0070__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_0090__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_0110__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_0120__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_0130__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_0140__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_0150__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_0150__frame01,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_0150__frame02,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_0160__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_0180__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_0190__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_0200__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_0210__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_0230__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_0240__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_0270__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_0270__frame--media_left,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_0270__frame--media_right,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_0270__frame--media_top,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_0270__frame--media_bottom,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_0290__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_0350__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_0360__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_0360__frame--border,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_0360__frame--nmargin,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_0370__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_0371__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_0380__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_0400__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_0400__frame--media_left,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_0400__frame--media_right,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_0400__frame--media_top,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_0400__frame--media_bottom,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_0410__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_0420__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_0440__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_0450__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_0460__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_0470__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_0530__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_0540__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_0550__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_0560__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_0620__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_0620__frame--noimage,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_0640__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_0690__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_0700__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_0710__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_0880__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_0900__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_0910__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_0920__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_0930__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_0940__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_0950__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_0951__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_0960__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_0970__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_0980__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_0990__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_1000__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_1001__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_1002__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_1003__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_1004__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_1005__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_1006__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_1007__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_1008__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_1009__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_1010__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_1011__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_1012__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_1013__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_1014__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_1015__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_1016__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_1017__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_1020__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_1021__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_1030__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_1040__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_1050__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_1060__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_1070__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_1080__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_1081__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_1090__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_1090__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 .comp_v2_1100__frame {
  padding-left: 0;
  padding-right: 0;
}

.comp_v2_0450__fcol--border .comp_v2_0450__col66 > h1:first-child,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 > h2:first-child,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 > h3:first-child,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 > h4:first-child,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 > h5:first-child,
.comp_v2_0450__fcol--border .comp_v2_0450__col66 > p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0450__fcol--border .comp_v2_0450__col66 {
    margin: 0;
    padding-left: 0;
    border: none;
    width: 100%;
  }
}

.comp_v2_0450__fcol--border .comp_v2_0450__col66:first-child {
  padding-left: 15px;
  border-left: none;
}

@media screen and (max-width: 768px) {
  .comp_v2_0450__fcol--border .comp_v2_0450__col66:first-child {
    padding-left: 0;
  }
}

.comp_v2_0450__fcol--border .comp_v2_0450__col66:last-child {
  margin-bottom: 0;
}

.comp_v2_0450__fcol--border .comp_v2_0450__col60 {
  margin: 0 15px 0 0;
  padding-left: 14px;
  border-left: 1px solid #e7e7e8;
}

.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_0010__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_0020__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_0050__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_0060__frame--small,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_0060__frame--middle,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_0060__frame--large,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_0070__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_0090__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_0110__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_0120__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_0130__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_0140__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_0150__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_0150__frame01,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_0150__frame02,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_0160__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_0180__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_0190__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_0200__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_0210__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_0230__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_0240__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_0270__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_0270__frame--media_left,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_0270__frame--media_right,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_0270__frame--media_top,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_0270__frame--media_bottom,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_0290__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_0350__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_0360__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_0360__frame--border,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_0360__frame--nmargin,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_0370__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_0371__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_0380__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_0400__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_0400__frame--media_left,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_0400__frame--media_right,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_0400__frame--media_top,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_0400__frame--media_bottom,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_0410__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_0420__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_0440__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_0450__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_0460__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_0470__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_0530__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_0540__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_0550__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_0560__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_0620__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_0620__frame--noimage,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_0640__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_0690__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_0700__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_0710__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_0880__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_0900__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_0910__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_0920__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_0930__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_0940__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_0950__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_0951__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_0960__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_0970__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_0980__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_0990__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_1000__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_1001__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_1002__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_1003__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_1004__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_1005__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_1006__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_1007__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_1008__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_1009__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_1010__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_1011__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_1012__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_1013__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_1014__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_1015__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_1016__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_1017__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_1020__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_1021__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_1030__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_1040__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_1050__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_1060__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_1070__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_1080__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_1081__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_1090__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_1090__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 .comp_v2_1100__frame {
  padding-left: 0;
  padding-right: 0;
}

.comp_v2_0450__fcol--border .comp_v2_0450__col60 > h1:first-child,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 > h2:first-child,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 > h3:first-child,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 > h4:first-child,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 > h5:first-child,
.comp_v2_0450__fcol--border .comp_v2_0450__col60 > p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0450__fcol--border .comp_v2_0450__col60 {
    margin: 0;
    padding-left: 0;
    border: none;
    width: 100%;
  }
}

.comp_v2_0450__fcol--border .comp_v2_0450__col60:first-child {
  padding-left: 15px;
  border-left: none;
}

@media screen and (max-width: 768px) {
  .comp_v2_0450__fcol--border .comp_v2_0450__col60:first-child {
    padding-left: 0;
  }
}

.comp_v2_0450__fcol--border .comp_v2_0450__col60:last-child {
  margin-bottom: 0;
}

.comp_v2_0450__fcol--border .comp_v2_0450__col50 {
  margin: 0 15px 0 0;
  padding-left: 14px;
  border-left: 1px solid #e7e7e8;
}

.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_0010__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_0020__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_0050__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_0060__frame--small,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_0060__frame--middle,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_0060__frame--large,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_0070__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_0090__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_0110__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_0120__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_0130__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_0140__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_0150__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_0150__frame01,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_0150__frame02,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_0160__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_0180__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_0190__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_0200__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_0210__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_0230__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_0240__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_0270__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_0270__frame--media_left,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_0270__frame--media_right,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_0270__frame--media_top,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_0270__frame--media_bottom,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_0290__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_0350__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_0360__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_0360__frame--border,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_0360__frame--nmargin,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_0370__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_0371__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_0380__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_0400__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_0400__frame--media_left,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_0400__frame--media_right,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_0400__frame--media_top,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_0400__frame--media_bottom,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_0410__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_0420__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_0440__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_0450__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_0460__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_0470__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_0530__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_0540__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_0550__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_0560__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_0620__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_0620__frame--noimage,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_0640__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_0690__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_0700__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_0710__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_0880__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_0900__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_0910__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_0920__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_0930__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_0940__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_0950__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_0951__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_0960__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_0970__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_0980__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_0990__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_1000__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_1001__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_1002__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_1003__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_1004__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_1005__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_1006__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_1007__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_1008__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_1009__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_1010__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_1011__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_1012__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_1013__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_1014__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_1015__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_1016__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_1017__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_1020__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_1021__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_1030__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_1040__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_1050__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_1060__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_1070__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_1080__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_1081__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_1090__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_1090__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 .comp_v2_1100__frame {
  padding-left: 0;
  padding-right: 0;
}

.comp_v2_0450__fcol--border .comp_v2_0450__col50 > h1:first-child,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 > h2:first-child,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 > h3:first-child,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 > h4:first-child,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 > h5:first-child,
.comp_v2_0450__fcol--border .comp_v2_0450__col50 > p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0450__fcol--border .comp_v2_0450__col50 {
    margin: 0;
    padding-left: 0;
    border: none;
    width: 100%;
  }
}

.comp_v2_0450__fcol--border .comp_v2_0450__col50:first-child {
  padding-left: 15px;
  border-left: none;
}

@media screen and (max-width: 768px) {
  .comp_v2_0450__fcol--border .comp_v2_0450__col50:first-child {
    padding-left: 0;
  }
}

.comp_v2_0450__fcol--border .comp_v2_0450__col50:last-child {
  margin-bottom: 0;
}

.comp_v2_0450__fcol--border .comp_v2_0450__col40 {
  margin: 0 15px 0 0;
  padding-left: 14px;
  border-left: 1px solid #e7e7e8;
}

.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_0010__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_0020__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_0050__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_0060__frame--small,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_0060__frame--middle,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_0060__frame--large,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_0070__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_0090__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_0110__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_0120__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_0130__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_0140__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_0150__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_0150__frame01,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_0150__frame02,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_0160__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_0180__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_0190__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_0200__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_0210__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_0230__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_0240__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_0270__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_0270__frame--media_left,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_0270__frame--media_right,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_0270__frame--media_top,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_0270__frame--media_bottom,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_0290__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_0350__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_0360__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_0360__frame--border,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_0360__frame--nmargin,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_0370__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_0371__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_0380__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_0400__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_0400__frame--media_left,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_0400__frame--media_right,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_0400__frame--media_top,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_0400__frame--media_bottom,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_0410__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_0420__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_0440__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_0450__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_0460__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_0470__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_0530__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_0540__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_0550__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_0560__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_0620__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_0620__frame--noimage,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_0640__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_0690__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_0700__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_0710__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_0880__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_0900__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_0910__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_0920__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_0930__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_0940__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_0950__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_0951__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_0960__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_0970__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_0980__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_0990__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_1000__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_1001__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_1002__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_1003__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_1004__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_1005__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_1006__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_1007__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_1008__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_1009__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_1010__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_1011__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_1012__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_1013__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_1014__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_1015__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_1016__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_1017__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_1020__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_1021__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_1030__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_1040__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_1050__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_1060__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_1070__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_1080__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_1081__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_1090__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_1090__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 .comp_v2_1100__frame {
  padding-left: 0;
  padding-right: 0;
}

.comp_v2_0450__fcol--border .comp_v2_0450__col40 > h1:first-child,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 > h2:first-child,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 > h3:first-child,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 > h4:first-child,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 > h5:first-child,
.comp_v2_0450__fcol--border .comp_v2_0450__col40 > p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0450__fcol--border .comp_v2_0450__col40 {
    margin: 0;
    padding-left: 0;
    border: none;
    width: 100%;
  }
}

.comp_v2_0450__fcol--border .comp_v2_0450__col40:first-child {
  padding-left: 15px;
  border-left: none;
}

@media screen and (max-width: 768px) {
  .comp_v2_0450__fcol--border .comp_v2_0450__col40:first-child {
    padding-left: 0;
  }
}

.comp_v2_0450__fcol--border .comp_v2_0450__col40:last-child {
  margin-bottom: 0;
}

.comp_v2_0450__fcol--border .comp_v2_0450__col33 {
  margin: 0 15px 0 0;
  padding-left: 14px;
  border-left: 1px solid #e7e7e8;
}

.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_0010__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_0020__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_0050__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_0060__frame--small,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_0060__frame--middle,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_0060__frame--large,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_0070__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_0090__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_0110__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_0120__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_0130__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_0140__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_0150__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_0150__frame01,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_0150__frame02,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_0160__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_0180__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_0190__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_0200__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_0210__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_0230__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_0240__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_0270__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_0270__frame--media_left,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_0270__frame--media_right,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_0270__frame--media_top,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_0270__frame--media_bottom,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_0290__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_0350__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_0360__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_0360__frame--border,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_0360__frame--nmargin,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_0370__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_0371__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_0380__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_0400__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_0400__frame--media_left,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_0400__frame--media_right,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_0400__frame--media_top,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_0400__frame--media_bottom,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_0410__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_0420__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_0440__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_0450__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_0460__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_0470__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_0530__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_0540__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_0550__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_0560__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_0620__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_0620__frame--noimage,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_0640__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_0690__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_0700__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_0710__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_0880__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_0900__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_0910__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_0920__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_0930__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_0940__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_0950__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_0951__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_0960__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_0970__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_0980__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_0990__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_1000__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_1001__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_1002__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_1003__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_1004__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_1005__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_1006__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_1007__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_1008__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_1009__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_1010__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_1011__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_1012__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_1013__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_1014__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_1015__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_1016__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_1017__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_1020__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_1021__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_1030__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_1040__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_1050__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_1060__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_1070__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_1080__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_1081__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_1090__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_1090__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 .comp_v2_1100__frame {
  padding-left: 0;
  padding-right: 0;
}

.comp_v2_0450__fcol--border .comp_v2_0450__col33 > h1:first-child,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 > h2:first-child,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 > h3:first-child,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 > h4:first-child,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 > h5:first-child,
.comp_v2_0450__fcol--border .comp_v2_0450__col33 > p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0450__fcol--border .comp_v2_0450__col33 {
    margin: 0;
    padding-left: 0;
    border: none;
    width: 100%;
  }
}

.comp_v2_0450__fcol--border .comp_v2_0450__col33:first-child {
  padding-left: 15px;
  border-left: none;
}

@media screen and (max-width: 768px) {
  .comp_v2_0450__fcol--border .comp_v2_0450__col33:first-child {
    padding-left: 0;
  }
}

.comp_v2_0450__fcol--border .comp_v2_0450__col33:last-child {
  margin-bottom: 0;
}

.comp_v2_0450__fcol--border .comp_v2_0450__col25 {
  margin: 0 15px 0 0;
  padding-left: 14px;
  border-left: 1px solid #e7e7e8;
}

.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_0010__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_0020__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_0050__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_0060__frame--small,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_0060__frame--middle,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_0060__frame--large,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_0070__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_0090__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_0110__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_0120__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_0130__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_0140__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_0150__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_0150__frame01,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_0150__frame02,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_0160__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_0180__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_0190__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_0200__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_0210__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_0230__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_0240__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_0270__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_0270__frame--media_left,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_0270__frame--media_right,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_0270__frame--media_top,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_0270__frame--media_bottom,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_0290__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_0350__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_0360__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_0360__frame--border,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_0360__frame--nmargin,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_0370__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_0371__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_0380__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_0400__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_0400__frame--media_left,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_0400__frame--media_right,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_0400__frame--media_top,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_0400__frame--media_bottom,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_0410__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_0420__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_0440__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_0450__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_0460__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_0470__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_0530__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_0540__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_0550__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_0560__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_0620__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_0620__frame--noimage,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_0640__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_0690__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_0700__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_0710__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_0880__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_0900__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_0910__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_0920__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_0930__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_0940__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_0950__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_0951__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_0960__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_0970__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_0980__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_0990__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_1000__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_1001__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_1002__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_1003__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_1004__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_1005__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_1006__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_1007__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_1008__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_1009__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_1010__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_1011__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_1012__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_1013__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_1014__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_1015__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_1016__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_1017__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_1020__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_1021__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_1030__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_1040__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_1050__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_1060__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_1070__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_1080__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_1081__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_1090__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_1090__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 .comp_v2_1100__frame {
  padding-left: 0;
  padding-right: 0;
}

.comp_v2_0450__fcol--border .comp_v2_0450__col25 > h1:first-child,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 > h2:first-child,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 > h3:first-child,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 > h4:first-child,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 > h5:first-child,
.comp_v2_0450__fcol--border .comp_v2_0450__col25 > p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0450__fcol--border .comp_v2_0450__col25 {
    margin: 0;
    padding-left: 0;
    border: none;
    width: 100%;
  }
}

.comp_v2_0450__fcol--border .comp_v2_0450__col25:first-child {
  padding-left: 15px;
  border-left: none;
}

@media screen and (max-width: 768px) {
  .comp_v2_0450__fcol--border .comp_v2_0450__col25:first-child {
    padding-left: 0;
  }
}

.comp_v2_0450__fcol--border .comp_v2_0450__col25:last-child {
  margin-bottom: 0;
}

.comp_v2_0450__fcol--border .comp_v2_0450__col20 {
  margin: 0 15px 0 0;
  padding-left: 14px;
  border-left: 1px solid #e7e7e8;
}

.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_0010__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_0020__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_0050__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_0060__frame--small,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_0060__frame--middle,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_0060__frame--large,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_0070__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_0090__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_0110__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_0120__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_0130__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_0140__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_0150__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_0150__frame01,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_0150__frame02,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_0160__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_0180__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_0190__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_0200__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_0210__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_0230__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_0240__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_0270__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_0270__frame--media_left,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_0270__frame--media_right,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_0270__frame--media_top,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_0270__frame--media_bottom,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_0290__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_0350__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_0360__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_0360__frame--border,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_0360__frame--nmargin,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_0370__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_0371__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_0380__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_0400__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_0400__frame--media_left,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_0400__frame--media_right,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_0400__frame--media_top,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_0400__frame--media_bottom,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_0410__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_0420__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_0440__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_0450__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_0460__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_0470__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_0530__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_0540__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_0550__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_0560__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_0620__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_0620__frame--noimage,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_0640__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_0690__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_0700__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_0710__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_0880__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_0900__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_0910__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_0920__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_0930__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_0940__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_0950__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_0951__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_0960__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_0970__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_0980__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_0990__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_1000__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_1001__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_1002__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_1003__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_1004__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_1005__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_1006__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_1007__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_1008__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_1009__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_1010__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_1011__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_1012__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_1013__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_1014__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_1015__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_1016__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_1017__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_1020__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_1021__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_1030__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_1040__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_1050__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_1060__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_1070__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_1080__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_1081__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_1090__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_1090__frame,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 .comp_v2_1100__frame {
  padding-left: 0;
  padding-right: 0;
}

.comp_v2_0450__fcol--border .comp_v2_0450__col20 > h1:first-child,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 > h2:first-child,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 > h3:first-child,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 > h4:first-child,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 > h5:first-child,
.comp_v2_0450__fcol--border .comp_v2_0450__col20 > p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0450__fcol--border .comp_v2_0450__col20 {
    margin: 0;
    padding-left: 0;
    border: none;
    width: 100%;
  }
}

.comp_v2_0450__fcol--border .comp_v2_0450__col20:first-child {
  padding-left: 15px;
  border-left: none;
}

@media screen and (max-width: 768px) {
  .comp_v2_0450__fcol--border .comp_v2_0450__col20:first-child {
    padding-left: 0;
  }
}

.comp_v2_0450__fcol--border .comp_v2_0450__col20:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0450__fcol div[class^="comp_v2_0900__col"] + div[class^="comp_v2_0900__col"],
  .comp_v2_0450__fcol--border div[class^="comp_v2_0900__col"] + div[class^="comp_v2_0900__col"] {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0450__frame--vertical-strip .comp_v2_0450__fcol div[class^="comp_v2_0900__col"],
  .comp_v2_0450__frame--vertical-strip .comp_v2_0450__fcol--border div[class^="comp_v2_0900__col"],
  .comp_v2_0450__frame--vertical-strip .comp_v2_0450__fcol div[class^="comp_v2_0900__col"] + div[class^="comp_v2_0900__col"],
  .comp_v2_0450__frame--vertical-strip .comp_v2_0450__fcol--border div[class^="comp_v2_0900__col"] + div[class^="comp_v2_0900__col"] {
    margin-top: 0;
  }
}

.comp_v2_0450__link_2column {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0450__link_2column {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
}

.comp_v2_0450__link, .comp_v2_0450__link_2column {
  margin-bottom: 40px;
}

.comp_v2_0450__link a, .comp_v2_0450__link_2column a {
  display: inline-block;
  color: #1d1e21;
  padding-right: 30px;
  padding-left: 0;
  position: relative;
  text-decoration: none;
  line-height: 1.4;
}

.comp_v2_0450__link a:hover, .comp_v2_0450__link_2column a:hover {
  color: #0064d2;
  text-decoration: underline;
}

.comp_v2_0450__link a::after, .comp_v2_0450__link_2column a::after {
  position: absolute;
  right: 10px;
  top: 0.2em;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
  background-size: 13px 13px;
}

.comp_v2_0450__link a[target="_blank"]::after, .comp_v2_0450__link_2column a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0450__link a[href$=".pdf"]::after, .comp_v2_0450__link a[href*="docget.jsp"]::after, .comp_v2_0450__link_2column a[href$=".pdf"]::after, .comp_v2_0450__link_2column a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
  background-size: 11px 14px;
}

.comp_v2_0450__link a[href*="/list/index.php"]::after, .comp_v2_0450__link_2column a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
  background-size: 13px 11px;
}

.comp_v2_0450__link a[href^="#"]::after, .comp_v2_0450__link_2column a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
  background-size: 13px 13px;
}

.comp_v2_0450__link .comp_v2_0450__link, .comp_v2_0450__link_2column .comp_v2_0450__link, .comp_v2_0450__link .comp_v2_0450__link_2column, .comp_v2_0450__link_2column .comp_v2_0450__link_2column {
  margin: 0 0 0 25px;
}

.comp_v2_0450__link .comp_v2_0450__link a, .comp_v2_0450__link_2column .comp_v2_0450__link a, .comp_v2_0450__link .comp_v2_0450__link_2column a, .comp_v2_0450__link_2column .comp_v2_0450__link_2column a {
  padding-left: 22px;
}

.comp_v2_0450__link .comp_v2_0450__link a::before, .comp_v2_0450__link_2column .comp_v2_0450__link a::before, .comp_v2_0450__link .comp_v2_0450__link_2column a::before, .comp_v2_0450__link_2column .comp_v2_0450__link_2column a::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  background-color: rgba(51, 51, 51, 0.3);
}

.comp_v2_0450__h2--bold, .comp_v2_0450__h2--regular {
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
  padding-bottom: 25px;
  margin-bottom: 25px;
  line-height: 1.4;
}

.comp_v2_0900 .comp_v2_0450__frame {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_0450__frame {
    padding-left: 0;
    padding-right: 0;
  }
}

.comp_v2_0460__frame {
  padding: 30px 15px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .comp_v2_0460__frame {
    padding: 20px;
  }
}

.comp_v2_0460__box {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}

.comp_v2_0460__box__body__search_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 1.2rem;
  color: #707070;
  margin-bottom: 5px;
  padding-left: 1px;
}

.comp_v2_0460__box__body__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .comp_v2_0460__box__body__search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.comp_v2_0460__box__body__search__category {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
  height: 48px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0460__box__body__search__category {
    width: 100%;
  }
}

.comp_v2_0460__box__body__search__category::before {
  position: absolute;
  padding: 0;
  content: "";
  top: 50%;
  right: 0.9em;
  bottom: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid rgba(51, 51, 51, 0.3);
  border-right: 2px solid rgba(51, 51, 51, 0.3);
  -webkit-transform: rotate(135deg) translate(-50%, 50%);
  transform: rotate(135deg) translate(-50%, 50%);
  pointer-events: none;
}

.comp_v2_0460__box__body__search__category::after {
  position: absolute;
  top: 0;
  right: 2.5em;
  bottom: 0;
  width: 1px;
  content: "";
  border-left: 1px solid #ccc;
}

.comp_v2_0460__box__body__search__category select {
  width: 100%;
  min-width: 120px;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 12px 45px 12px 10px;
  color: #333;
  letter-spacing: 0.1rem;
}

.comp_v2_0460__box__body__search__category select:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

.comp_v2_0460__box__body__search__category select::-ms-expand {
  display: none;
}

.comp_v2_0460__box__body__search__category select:disabled {
  background-color: #e7e7e8;
}

@media screen and (max-width: 768px) {
  .comp_v2_0460__box__body__search__category {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
    border-radius: 4px;
  }
}

.comp_v2_0460__box__body__search__category select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  min-width: 370px;
  height: 46px;
  border-radius: 4px 0 0 4px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0460__box__body__search__category select {
    border-radius: 4px;
    min-width: auto;
  }
}

.comp_v2_0460__box__body__search__category select:disabled {
  background-color: #e7e7e8;
}

.comp_v2_0460__box__body__search__pnum {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media screen and (max-width: 768px) {
  .comp_v2_0460__box__body__search__pnum {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
    margin-top: 15px;
  }
}

.comp_v2_0460__box__body__search__pnum__input {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 100%;
  height: 48px;
  background-color: #fff;
  -webkit-appearance: none;
}

.comp_v2_0460__box__body__search__pnum__input:disabled {
  background-color: #e7e7e8;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0460__box__body__search__category + .comp_v2_0460__box__body__search__pnum {
    margin-left: -1px;
  }
  .comp_v2_0460__box__body__search__category + .comp_v2_0460__box__body__search__pnum .comp_v2_0460__box__body__search__pnum__input {
    border-radius: 0 4px 4px 0;
  }
}

.comp_v2_0460__box__body__search__button, .comp_v2_0460__box__body__search__button--loading {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  font-size: 1.4rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  background-color: #0064d2;
  text-align: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  min-width: 110px;
  min-height: 40px;
  border: none;
  letter-spacing: 0.1rem;
  height: 48px;
  min-width: 160px;
  margin-left: 10px;
}

.comp_v2_0460__box__body__search__button:hover, .comp_v2_0460__box__body__search__button--loading:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

.comp_v2_0460__box__body__search__button:focus, .comp_v2_0460__box__body__search__button--loading:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

.comp_v2_0460__box__body__search__button:disabled, .comp_v2_0460__box__body__search__button--loading:disabled {
  color: #FFF;
  background-color: #707070;
}

.comp_v2_0460__box__body__search__button::before, .comp_v2_0460__box__body__search__button--loading::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url("/apps/toshiba-ss-v2/clientlibs/dist/img/button-search.png");
  background-size: 18px 18px;
  margin-right: 0.2em;
  margin-bottom: 0.2em;
}

@media screen and (max-width: 768px) {
  .comp_v2_0460__box__body__search__button, .comp_v2_0460__box__body__search__button--loading {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }
}

.comp_v2_0460__box__body__search__button--loading {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 80px;
}

.comp_v2_0460__box__body__search__button--loading:hover {
  cursor: wait;
}

.comp_v2_0460__box__body__search__button--loading::before {
  display: none;
}

.comp_v2_0460__box__body__search__button--loading__spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
}

.comp_v2_0460__box__body__search__button--loading__spinner div {
  -webkit-transform-origin: 20px 20px;
  transform-origin: 20px 20px;
  -webkit-animation: loadingSpinner 1.2s linear infinite;
  animation: loadingSpinner 1.2s linear infinite;
}

.comp_v2_0460__box__body__search__button--loading__spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 17px;
  width: 3px;
  height: 9px;
  border-radius: 20%;
  background: #fff;
}

.comp_v2_0460__box__body__search__button--loading__spinner div:nth-child(1) {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.comp_v2_0460__box__body__search__button--loading__spinner div:nth-child(2) {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.comp_v2_0460__box__body__search__button--loading__spinner div:nth-child(3) {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.comp_v2_0460__box__body__search__button--loading__spinner div:nth-child(4) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.comp_v2_0460__box__body__search__button--loading__spinner div:nth-child(5) {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.comp_v2_0460__box__body__search__button--loading__spinner div:nth-child(6) {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.comp_v2_0460__box__body__search__button--loading__spinner div:nth-child(7) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.comp_v2_0460__box__body__search__button--loading__spinner div:nth-child(8) {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.comp_v2_0460__box__body__search__button--loading__spinner div:nth-child(9) {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.comp_v2_0460__box__body__search__button--loading__spinner div:nth-child(10) {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.comp_v2_0460__box__body__search__button--loading__spinner div:nth-child(11) {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

.comp_v2_0460__box__body__search__button--loading__spinner div:nth-child(12) {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.comp_v2_0460__box__body__search__note {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
  width: 100%;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0460__box__body__search__note {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.comp_v2_0460__box__body__accordion {
  margin-top: 15px;
  border-top: 1px solid rgba(51, 51, 51, 0.2);
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}

.comp_v2_0460__box__body__accordion__title {
  font-weight: bold;
  text-align: left;
  position: relative;
  cursor: pointer;
  padding-right: 32px;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  letter-spacing: 0.1rem;
  padding-top: 15px;
  padding-bottom: 15px;
}

.comp_v2_0460__box__body__accordion__title::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  position: absolute;
  right: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/icon-open.png);
  background-size: 24px 24px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.comp_v2_0460__box__body__accordion__title span {
  display: inline-block;
}

.comp_v2_0460__box__body__accordion__title:hover {
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  opacity: 0.5;
}

.comp_v2_0460__box__body__accordion__detail {
  width: 100%;
  height: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  opacity: 0;
  margin: 0;
}

.comp_v2_0460__box__body__accordion__detail p {
  padding-top: 0;
}

.comp_v2_0460__box__body__accordion.open .comp_v2_0460__box__body__accordion__title::after {
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/icon-close.png);
}

.comp_v2_0460__box__body__accordion.open .comp_v2_0460__box__body__accordion__detail {
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  height: auto;
  opacity: 1;
}

.comp_v2_0900 .comp_v2_0460__frame {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_0460__frame {
    padding-left: 0;
    padding-right: 0;
  }
}


.comp_v2_0461 a {
  display: inline;
  color: #0064d2;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  text-decoration: underline;
  line-height: 1.4;
}

.comp_v2_0461 a:hover {
  text-decoration: none;
}

.comp_v2_0461 a::before {
  display: none;
}

.comp_v2_0461 a::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
  background-size: 13px 13px;
  margin: 0 5px;
  vertical-align: middle;
}

.comp_v2_0461 a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0461 a[href$=".pdf"]::after, .comp_v2_0461 a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
  background-size: 11px 14px;
}

.comp_v2_0461 a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
  background-size: 13px 11px;
}

.comp_v2_0461 a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
  background-size: 13px 13px;
}

.comp_v2_0461 a[href^="tel:"], .comp_v2_0461 a[href^="mailto:"], .comp_v2_0461 a.icon-none {
  padding-right: 0;
}

.comp_v2_0461 a[href^="tel:"]::after, .comp_v2_0461 a[href^="mailto:"]::after, .comp_v2_0461 a.icon-none::after {
  display: none;
}

.comp_v2_0461 a.icon-none img {
  margin: 0;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0461 a[href^="tel:"] {
    color: #333;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0461__frame {
  padding: 30px 15px;
  overflow: hidden;
  max-width: 1140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  .comp_v2_0461__frame {
    padding: 20px;
  }
}

.comp_v2_0461__message {
  text-align: center;
  font-weight: bold;
}

.comp_v2_0461__check_show_chip_help {
  display: none;
}

.comp_v2_0461__table__level_th {
  display: table-cell;
  position: relative;
  background-clip: padding-box;
}

.comp_v2_0461__table__level_th__inner {
  background-color: #f0f6fc;
}

.comp_v2_0461__table__level_th__label {
  cursor: pointer;
  display: block;
  width: 100%;
  z-index: 1;
}

.comp_v2_0461__table__level_th__label__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  font-size: 1.5rem;
  color: white;
  background-color: #777;
  padding: 2px;
  font-weight: bold;
  -webkit-box-shadow: inset 0px 0px 3px 0px #d6d6d6;
  box-shadow: inset 0px 0px 3px 0px #d6d6d6;
  line-height: normal;
}

.comp_v2_0461__table {
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-size: 1.4rem;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0461__table {
    margin: 0;
  }
}

.comp_v2_0461__table__icon {
  width: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.comp_v2_0461__table th,
.comp_v2_0461__table td {
  border: 1px solid #e7e7e8;
  text-align: left;
  padding: 10px 5px;
  font-weight: normal;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .comp_v2_0461__table th,
  .comp_v2_0461__table td {
    min-width: 100px;
    padding: 10px;
  }
}

.comp_v2_0461__table th {
  color: #1d1e21;
  background-color: #f0f6fc;
}

.comp_v2_0461__table thead tr:nth-child(even) {
  background-color: #f0f6fc;
}

.comp_v2_0461__table thead th,
.comp_v2_0461__table thead td {
  font-weight: bold;
}

.comp_v2_0461__table tbody tr:nth-child(odd) {
  background-color: #fff;
}

.comp_v2_0461__table tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}

.comp_v2_0461__table__btn p {
  margin: 0;
  padding: 0;
}

.comp_v2_0461__table__btn--center {
  text-align: center;
}

.comp_v2_0461__table__btn--right {
  text-align: right;
}

.comp_v2_0461__table__btn--default {
  font-size: 1.4rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  background-color: #0064d2;
  text-align: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  min-width: 110px;
  min-height: 40px;
  border: none;
  letter-spacing: 0.1rem;
}

.comp_v2_0461__table__btn--default:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

.comp_v2_0461__table__btn--default:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

.comp_v2_0461__table__btn--default:disabled {
  color: #FFF;
  background-color: #707070;
}

.comp_v2_0461__table__btn--default::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url("/apps/toshiba-ss-v2/clientlibs/dist/img/button-arrow.png");
  background-size: 18px 18px;
  margin-right: 0.2em;
  margin-bottom: 0.2em;
}

.comp_v2_0461__table__btn a {
  font-size: 1.4rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
  min-width: 110px;
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  background-color: #0064d2;
  text-align: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  min-height: 40px;
  border: none;
  letter-spacing: 0.1rem;
}

.comp_v2_0461__table__btn a:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
}

.comp_v2_0461__table__btn a::before {
  content: "";
  display: inline-block;
  width: 18px;
  min-width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-arrow.png);
  background-size: 18px 18px;
  margin-right: 0.25em;
  margin-bottom: 0.1em;
}

.comp_v2_0461__table__btn a[target="_blank"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-external.png);
}

.comp_v2_0461__table__btn a[href$=".pdf"]::before, .comp_v2_0461__table__btn a[href*="docget.jsp"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-pdf.png);
}

.comp_v2_0461__table__btn a[href*="/list/index.php"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-parametric.png);
}

.comp_v2_0461__table__btn a[href^="#"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-anchor.png);
}

.comp_v2_0461__table__btn .comp_v2_0461__table__btn--search::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-search.png);
}

.comp_v2_0461__table__btn .comp_v2_0461__table__btn--balloon::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-balloon.png);
}

.comp_v2_0461__table__btn .comp_v2_0461__table__btn--cart::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-cart.png);
}

.comp_v2_0461__table__btn .comp_v2_0461__table__btn--large {
  font-size: 2rem;
  padding: 18px 30px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0461__table__btn .comp_v2_0461__table__btn--large {
    width: 100%;
  }
}

.comp_v2_0461__table__btn .comp_v2_0461__table__btn--large:hover {
  color: #fff;
}

.comp_v2_0461__table__btn .comp_v2_0461__table__btn--flip {
  color: #0064d2;
  background-color: #fff;
  border: 1px solid #0064d2;
}

.comp_v2_0461__table__btn .comp_v2_0461__table__btn--flip::before {
  display: none;
}

.comp_v2_0461__table ul,
.comp_v2_0461__table ol {
  margin: 0;
  margin-top: 0 !important;
}

.comp_v2_0461__chip_help {
  display: none;
  position: absolute;
  right: 0;
  z-index: 1;
  background-color: #f5f5f5;
  padding: 15px;
  font-weight: normal;
  font-size: 1.2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(51, 51, 51, 0.2);
  -webkit-box-shadow: 0 0 5px 0px #ccc;
  box-shadow: 0 0 5px 0px #ccc;
  border-radius: 2px;
  width: 220px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0461__chip_help {
    padding-top: 30px;
  }
  .comp_v2_0461__chip_help__close {
    padding: 10px !important;
  }
}

.comp_v2_0461__chip_help__close {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
  padding: 5px;
  background-color: #8b8b8b;
  color: #fff;
  width: 10px;
  height: 10px;
  text-align: center;
  line-height: 1.1rem;
  font-size: 1.2rem;
}

.comp_v2_0461__chip_help dl {
  margin: 0;
}

.comp_v2_0461__chip_help dd {
  padding-left: 2rem;
  text-indent: -2rem;
}

.comp_v2_0461__check_show_chip_help:checked ~ .comp_v2_0461__chip_help {
  display: block;
}

.comp_v2_0900 .comp_v2_0461__frame {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_0461__frame {
    padding-left: 0;
    padding-right: 0;
  }
}


.comp_v2_0470__frame {
  padding: 30px 15px;
  overflow: hidden;
  max-width: 1140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  .comp_v2_0470__frame {
    padding: 20px;
  }
}

.comp_v2_0470__definition {
  padding: 1em 0;
}

.comp_v2_0470__definition__title {
  font-weight: bold;
  color: #1d1e21;
  letter-spacing: 0.1rem;
}

.comp_v2_0470__definition__caption {
  margin-top: 10px;
}

.comp_v2_0470__scroll {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0470__scroll {
    margin-top: 30px;
  }
}

.comp_v2_0470__table {
  table-layout: fixed;
  margin: 0;
  border-collapse: collapse;
  width: 100%;
}

.comp_v2_0470__table tr:first-child th,
.comp_v2_0470__table tr:first-child td {
  border-top: 1px solid #e7e7e8;
}

.comp_v2_0470__table th,
.comp_v2_0470__table td {
  text-align: left;
  padding: 15px 20px;
  width: 33.33333%;
  border-bottom: 1px solid #e7e7e8;
}

@media screen and (max-width: 768px) {
  .comp_v2_0470__table th,
  .comp_v2_0470__table td {
    min-width: 160px;
    padding: 10px;
  }
}

.comp_v2_0470__table th {
  color: #1d1e21;
}

.comp_v2_0470__table__list {
  margin: 0;
}

.comp_v2_0470__table__list .disc {
  display: inline-block;
  padding-left: 30px;
  margin-left: 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .comp_v2_0470__table__list .disc {
    padding-left: 25px;
  }
}

.comp_v2_0470__table__list .disc::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: "\002022";
  color: #0064d2;
  margin: 0 7px;
}

.comp_v2_0470__table__list a {
  display: inline-block;
  color: #0064d2;
  padding-left: 30px;
  padding-right: 0;
  position: relative;
  line-height: 1.4;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .comp_v2_0470__table__list a {
    padding-left: 25px;
  }
}

.comp_v2_0470__table__list a:hover {
  text-decoration: underline;
}

.comp_v2_0470__table__list a::after {
  display: none;
}

.comp_v2_0470__table__list a::before {
  position: absolute;
  left: 5px;
  top: 0.2em;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
  background-size: 13px 13px;
}

.comp_v2_0470__table__list a[target="_blank"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0470__table__list a[href$=".pdf"]::before, .comp_v2_0470__table__list a[href*="docget.jsp"]::before {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
  background-size: 11px 14px;
}

.comp_v2_0470__table__list a[href*="/list/index.php"]::before {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
  background-size: 13px 11px;
}

.comp_v2_0470__table__list a[href^="#"]::before {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
  background-size: 13px 13px;
}

.comp_v2_0470__table__list a[href^="tel:"], .comp_v2_0470__table__list a[href^="mailto:"], .comp_v2_0470__table__list a.icon-none {
  padding-left: 0;
}

.comp_v2_0470__table__list a[href^="tel:"]::before, .comp_v2_0470__table__list a[href^="mailto:"]::before, .comp_v2_0470__table__list a.icon-none::before {
  display: none;
}

.comp_v2_0470__table__list a.icon-none img {
  margin: 0;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0470__table__list a[href^="tel:"] {
    color: #333;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0470__table__list li {
  display: block;
}

.comp_v2_0900 .comp_v2_0470__frame {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_0470__frame {
    padding-left: 0;
    padding-right: 0;
  }
}


.comp_v2_0530__frame {
  padding: 30px 15px;
  overflow: hidden;
  max-width: 1140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .comp_v2_0530__frame {
    padding: 20px;
  }
}

.comp_v2_0900 .comp_v2_0530__frame {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_0530__frame {
    padding-left: 0;
    padding-right: 0;
  }
}


.comp_v2_0540__frame {
  padding: 30px 15px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .comp_v2_0540__frame {
    padding: 20px;
  }
}

.comp_v2_0540__inner {
  max-width: 730px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .comp_v2_0540__inner {
    margin: 30px auto 0;
  }
}

.comp_v2_0540__inner fieldset {
  padding: 0;
  margin: 0;
  border: none;
}

.comp_v2_0540__inner__searchbox_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 1.2rem;
  color: #707070;
  margin-bottom: 5px;
  padding-left: 1px;
}

.comp_v2_0540__inner__searchbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .comp_v2_0540__inner__searchbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .comp_v2_0540__inner__searchbox__input + .comp_v2_0540__inner__searchbox__btn, .comp_v2_0540__inner__searchbox__input + .comp_v2_0540__inner__searchbox__btn--loading {
    margin-top: 15px;
  }
}

.comp_v2_0540__inner__searchbox__input {
  width: 100%;
}

.comp_v2_0540__inner__searchbox__input input {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 12px 16px;
  width: 100%;
  height: 48px;
  background-color: #fff;
}

.comp_v2_0540__inner__searchbox__input input:disabled {
  background-color: #e7e7e8;
}

.comp_v2_0540__inner__searchbox__input input[type="text"] {
  -webkit-appearance: none;
}

.comp_v2_0540__inner__searchbox__input p {
  margin-top: 15px;
}

.comp_v2_0540__inner__searchbox__btn, .comp_v2_0540__inner__searchbox__btn--loading {
  font-size: 1.4rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  background-color: #0064d2;
  text-align: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  min-width: 110px;
  min-height: 40px;
  border: none;
  letter-spacing: 0.1rem;
  height: 48px;
  min-width: 160px;
  margin-left: 10px;
}

.comp_v2_0540__inner__searchbox__btn:hover, .comp_v2_0540__inner__searchbox__btn--loading:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

.comp_v2_0540__inner__searchbox__btn:focus, .comp_v2_0540__inner__searchbox__btn--loading:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

.comp_v2_0540__inner__searchbox__btn:disabled, .comp_v2_0540__inner__searchbox__btn--loading:disabled {
  color: #FFF;
  background-color: #707070;
}

.comp_v2_0540__inner__searchbox__btn::before, .comp_v2_0540__inner__searchbox__btn--loading::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url("/apps/toshiba-ss-v2/clientlibs/dist/img/button-search.png");
  background-size: 18px 18px;
  margin-right: 0.2em;
  margin-bottom: 0.2em;
}

@media screen and (max-width: 768px) {
  .comp_v2_0540__inner__searchbox__btn, .comp_v2_0540__inner__searchbox__btn--loading {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-top: 15px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

.comp_v2_0540__inner__searchbox__btn--loading {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 80px;
}

.comp_v2_0540__inner__searchbox__btn--loading:hover {
  cursor: wait;
}

.comp_v2_0540__inner__searchbox__btn--loading::before {
  display: none;
}

.comp_v2_0540__inner__searchbox__btn--loading__spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
}

.comp_v2_0540__inner__searchbox__btn--loading__spinner div {
  -webkit-transform-origin: 20px 20px;
  transform-origin: 20px 20px;
  -webkit-animation: loadingSpinner 1.2s linear infinite;
  animation: loadingSpinner 1.2s linear infinite;
}

.comp_v2_0540__inner__searchbox__btn--loading__spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 17px;
  width: 3px;
  height: 9px;
  border-radius: 20%;
  background: #fff;
}

.comp_v2_0540__inner__searchbox__btn--loading__spinner div:nth-child(1) {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.comp_v2_0540__inner__searchbox__btn--loading__spinner div:nth-child(2) {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.comp_v2_0540__inner__searchbox__btn--loading__spinner div:nth-child(3) {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.comp_v2_0540__inner__searchbox__btn--loading__spinner div:nth-child(4) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.comp_v2_0540__inner__searchbox__btn--loading__spinner div:nth-child(5) {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.comp_v2_0540__inner__searchbox__btn--loading__spinner div:nth-child(6) {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.comp_v2_0540__inner__searchbox__btn--loading__spinner div:nth-child(7) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.comp_v2_0540__inner__searchbox__btn--loading__spinner div:nth-child(8) {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.comp_v2_0540__inner__searchbox__btn--loading__spinner div:nth-child(9) {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.comp_v2_0540__inner__searchbox__btn--loading__spinner div:nth-child(10) {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.comp_v2_0540__inner__searchbox__btn--loading__spinner div:nth-child(11) {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

.comp_v2_0540__inner__searchbox__btn--loading__spinner div:nth-child(12) {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.comp_v2_0540__inner__searchbox__keyword {
  font-weight: bold;
  color: #1d1e21;
}

.comp_v2_0540__inner__searchbox__suggest {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccf;
  cursor: pointer;
  height: 124px;
  letter-spacing: 0.1rem;
  overflow: scroll;
  padding: 5px 1px;
  position: inherit;
  text-indent: 0.01px;
  width: 556px;
  z-index: 11000;
}

.comp_v2_0540__inner__searchbox__suggest .select {
  color: #FFFFFF;
  background-color: #3366FF;
}

.comp_v2_0540__inner__searchbox__suggest .over {
  background-color: #99CCFF;
}

.comp_v2_0540 dt {
  font-weight: bold;
  color: #1d1e21;
  letter-spacing: 0.1rem;
}

.comp_v2_0540 dd {
  margin-top: 20px;
}

.comp_v2_0540__table {
  max-width: 1140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  line-height: 1.6;
  position: relative;
}

@media screen and (max-width: 768px) {
  .comp_v2_0540__table__table th,
  .comp_v2_0540__table__table td {
    min-width: 100px;
  }
}

.comp_v2_0540__table__table, .comp_v2_0540__table__table__2cell, .comp_v2_0540__table__table02, .comp_v2_0540__table__table03 {
  border-collapse: collapse;
  border: 1px solid #e7e7e8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0540__table__table, .comp_v2_0540__table__table__2cell, .comp_v2_0540__table__table02, .comp_v2_0540__table__table03 {
    margin: 0;
  }
}

.comp_v2_0540__table__table caption, .comp_v2_0540__table__table__2cell caption, .comp_v2_0540__table__table02 caption, .comp_v2_0540__table__table03 caption {
  color: #1d1e21;
  text-align: left;
  padding: 20px 0;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .comp_v2_0540__table__table caption, .comp_v2_0540__table__table__2cell caption, .comp_v2_0540__table__table02 caption, .comp_v2_0540__table__table03 caption {
    padding: 10px 0;
  }
}

.comp_v2_0540__table__table th,
.comp_v2_0540__table__table td, .comp_v2_0540__table__table__2cell th,
.comp_v2_0540__table__table__2cell td, .comp_v2_0540__table__table02 th,
.comp_v2_0540__table__table02 td, .comp_v2_0540__table__table03 th,
.comp_v2_0540__table__table03 td {
  border: 1px solid #e7e7e8;
  text-align: left;
  padding: 10px 9px;
  font-weight: normal;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .comp_v2_0540__table__table th,
  .comp_v2_0540__table__table td, .comp_v2_0540__table__table__2cell th,
  .comp_v2_0540__table__table__2cell td, .comp_v2_0540__table__table02 th,
  .comp_v2_0540__table__table02 td, .comp_v2_0540__table__table03 th,
  .comp_v2_0540__table__table03 td {
    padding: 10px;
  }
}

.comp_v2_0540__table__table th, .comp_v2_0540__table__table__2cell th, .comp_v2_0540__table__table02 th, .comp_v2_0540__table__table03 th {
  color: #1d1e21;
  background-color: #f0f6fc;
}

.comp_v2_0540__table__table thead tr:nth-child(even), .comp_v2_0540__table__table__2cell thead tr:nth-child(even), .comp_v2_0540__table__table02 thead tr:nth-child(even), .comp_v2_0540__table__table03 thead tr:nth-child(even) {
  background-color: #f0f6fc;
}

.comp_v2_0540__table__table thead th,
.comp_v2_0540__table__table thead td, .comp_v2_0540__table__table__2cell thead th,
.comp_v2_0540__table__table__2cell thead td, .comp_v2_0540__table__table02 thead th,
.comp_v2_0540__table__table02 thead td, .comp_v2_0540__table__table03 thead th,
.comp_v2_0540__table__table03 thead td {
  font-weight: bold;
}

.comp_v2_0540__table__table tbody tr:nth-child(odd), .comp_v2_0540__table__table__2cell tbody tr:nth-child(odd), .comp_v2_0540__table__table02 tbody tr:nth-child(odd), .comp_v2_0540__table__table03 tbody tr:nth-child(odd) {
  background-color: #fff;
}

.comp_v2_0540__table__table tbody tr:nth-child(even), .comp_v2_0540__table__table__2cell tbody tr:nth-child(even), .comp_v2_0540__table__table02 tbody tr:nth-child(even), .comp_v2_0540__table__table03 tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}

.comp_v2_0540__table__table__btn p, .comp_v2_0540__table__table__2cell__btn p, .comp_v2_0540__table__table02__btn p, .comp_v2_0540__table__table03__btn p {
  margin: 0;
  padding: 0;
}

.comp_v2_0540__table__table__btn--center, .comp_v2_0540__table__table__2cell__btn--center, .comp_v2_0540__table__table02__btn--center, .comp_v2_0540__table__table03__btn--center {
  text-align: center;
}

.comp_v2_0540__table__table__btn--right, .comp_v2_0540__table__table__2cell__btn--right, .comp_v2_0540__table__table02__btn--right, .comp_v2_0540__table__table03__btn--right {
  text-align: right;
}

.comp_v2_0540__table__table__btn--default, .comp_v2_0540__table__table__2cell__btn--default, .comp_v2_0540__table__table02__btn--default, .comp_v2_0540__table__table03__btn--default {
  font-size: 1.4rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  background-color: #0064d2;
  text-align: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  min-width: 110px;
  min-height: 40px;
  border: none;
  letter-spacing: 0.1rem;
}

.comp_v2_0540__table__table__btn--default:hover, .comp_v2_0540__table__table__2cell__btn--default:hover, .comp_v2_0540__table__table02__btn--default:hover, .comp_v2_0540__table__table03__btn--default:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

.comp_v2_0540__table__table__btn--default:focus, .comp_v2_0540__table__table__2cell__btn--default:focus, .comp_v2_0540__table__table02__btn--default:focus, .comp_v2_0540__table__table03__btn--default:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

.comp_v2_0540__table__table__btn--default:disabled, .comp_v2_0540__table__table__2cell__btn--default:disabled, .comp_v2_0540__table__table02__btn--default:disabled, .comp_v2_0540__table__table03__btn--default:disabled {
  color: #FFF;
  background-color: #707070;
}

.comp_v2_0540__table__table__btn--default::before, .comp_v2_0540__table__table__2cell__btn--default::before, .comp_v2_0540__table__table02__btn--default::before, .comp_v2_0540__table__table03__btn--default::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url("/apps/toshiba-ss-v2/clientlibs/dist/img/button-arrow.png");
  background-size: 18px 18px;
  margin-right: 0.2em;
  margin-bottom: 0.2em;
}

.comp_v2_0540__table__table__btn a, .comp_v2_0540__table__table__2cell__btn a, .comp_v2_0540__table__table02__btn a, .comp_v2_0540__table__table03__btn a {
  font-size: 1.4rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
  min-width: 110px;
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  background-color: #0064d2;
  text-align: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  min-height: 40px;
  border: none;
  letter-spacing: 0.1rem;
}

.comp_v2_0540__table__table__btn a:hover, .comp_v2_0540__table__table__2cell__btn a:hover, .comp_v2_0540__table__table02__btn a:hover, .comp_v2_0540__table__table03__btn a:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
}

.comp_v2_0540__table__table__btn a::before, .comp_v2_0540__table__table__2cell__btn a::before, .comp_v2_0540__table__table02__btn a::before, .comp_v2_0540__table__table03__btn a::before {
  content: "";
  display: inline-block;
  width: 18px;
  min-width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-arrow.png);
  background-size: 18px 18px;
  margin-right: 0.25em;
  margin-bottom: 0.1em;
}

.comp_v2_0540__table__table__btn a[target="_blank"]::before, .comp_v2_0540__table__table__2cell__btn a[target="_blank"]::before, .comp_v2_0540__table__table02__btn a[target="_blank"]::before, .comp_v2_0540__table__table03__btn a[target="_blank"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-external.png);
}

.comp_v2_0540__table__table__btn a[href$=".pdf"]::before, .comp_v2_0540__table__table__btn a[href*="docget.jsp"]::before, .comp_v2_0540__table__table__2cell__btn a[href$=".pdf"]::before, .comp_v2_0540__table__table__2cell__btn a[href*="docget.jsp"]::before, .comp_v2_0540__table__table02__btn a[href$=".pdf"]::before, .comp_v2_0540__table__table02__btn a[href*="docget.jsp"]::before, .comp_v2_0540__table__table03__btn a[href$=".pdf"]::before, .comp_v2_0540__table__table03__btn a[href*="docget.jsp"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-pdf.png);
}

.comp_v2_0540__table__table__btn a[href*="/list/index.php"]::before, .comp_v2_0540__table__table__2cell__btn a[href*="/list/index.php"]::before, .comp_v2_0540__table__table02__btn a[href*="/list/index.php"]::before, .comp_v2_0540__table__table03__btn a[href*="/list/index.php"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-parametric.png);
}

.comp_v2_0540__table__table__btn a[href^="#"]::before, .comp_v2_0540__table__table__2cell__btn a[href^="#"]::before, .comp_v2_0540__table__table02__btn a[href^="#"]::before, .comp_v2_0540__table__table03__btn a[href^="#"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-anchor.png);
}

.comp_v2_0540__table__table__btn .comp_v2_0540__table__table__btn--search::before, .comp_v2_0540__table__table__2cell__btn .comp_v2_0540__table__table__btn--search::before, .comp_v2_0540__table__table02__btn .comp_v2_0540__table__table__btn--search::before, .comp_v2_0540__table__table03__btn .comp_v2_0540__table__table__btn--search::before, .comp_v2_0540__table__table__btn .comp_v2_0540__table__table__2cell__btn--search::before, .comp_v2_0540__table__table__2cell__btn .comp_v2_0540__table__table__2cell__btn--search::before, .comp_v2_0540__table__table02__btn .comp_v2_0540__table__table__2cell__btn--search::before, .comp_v2_0540__table__table03__btn .comp_v2_0540__table__table__2cell__btn--search::before, .comp_v2_0540__table__table__btn .comp_v2_0540__table__table02__btn--search::before, .comp_v2_0540__table__table__2cell__btn .comp_v2_0540__table__table02__btn--search::before, .comp_v2_0540__table__table02__btn .comp_v2_0540__table__table02__btn--search::before, .comp_v2_0540__table__table03__btn .comp_v2_0540__table__table02__btn--search::before, .comp_v2_0540__table__table__btn .comp_v2_0540__table__table03__btn--search::before, .comp_v2_0540__table__table__2cell__btn .comp_v2_0540__table__table03__btn--search::before, .comp_v2_0540__table__table02__btn .comp_v2_0540__table__table03__btn--search::before, .comp_v2_0540__table__table03__btn .comp_v2_0540__table__table03__btn--search::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-search.png);
}

.comp_v2_0540__table__table__btn .comp_v2_0540__table__table__btn--balloon::before, .comp_v2_0540__table__table__2cell__btn .comp_v2_0540__table__table__btn--balloon::before, .comp_v2_0540__table__table02__btn .comp_v2_0540__table__table__btn--balloon::before, .comp_v2_0540__table__table03__btn .comp_v2_0540__table__table__btn--balloon::before, .comp_v2_0540__table__table__btn .comp_v2_0540__table__table__2cell__btn--balloon::before, .comp_v2_0540__table__table__2cell__btn .comp_v2_0540__table__table__2cell__btn--balloon::before, .comp_v2_0540__table__table02__btn .comp_v2_0540__table__table__2cell__btn--balloon::before, .comp_v2_0540__table__table03__btn .comp_v2_0540__table__table__2cell__btn--balloon::before, .comp_v2_0540__table__table__btn .comp_v2_0540__table__table02__btn--balloon::before, .comp_v2_0540__table__table__2cell__btn .comp_v2_0540__table__table02__btn--balloon::before, .comp_v2_0540__table__table02__btn .comp_v2_0540__table__table02__btn--balloon::before, .comp_v2_0540__table__table03__btn .comp_v2_0540__table__table02__btn--balloon::before, .comp_v2_0540__table__table__btn .comp_v2_0540__table__table03__btn--balloon::before, .comp_v2_0540__table__table__2cell__btn .comp_v2_0540__table__table03__btn--balloon::before, .comp_v2_0540__table__table02__btn .comp_v2_0540__table__table03__btn--balloon::before, .comp_v2_0540__table__table03__btn .comp_v2_0540__table__table03__btn--balloon::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-balloon.png);
}

.comp_v2_0540__table__table__btn .comp_v2_0540__table__table__btn--cart::before, .comp_v2_0540__table__table__2cell__btn .comp_v2_0540__table__table__btn--cart::before, .comp_v2_0540__table__table02__btn .comp_v2_0540__table__table__btn--cart::before, .comp_v2_0540__table__table03__btn .comp_v2_0540__table__table__btn--cart::before, .comp_v2_0540__table__table__btn .comp_v2_0540__table__table__2cell__btn--cart::before, .comp_v2_0540__table__table__2cell__btn .comp_v2_0540__table__table__2cell__btn--cart::before, .comp_v2_0540__table__table02__btn .comp_v2_0540__table__table__2cell__btn--cart::before, .comp_v2_0540__table__table03__btn .comp_v2_0540__table__table__2cell__btn--cart::before, .comp_v2_0540__table__table__btn .comp_v2_0540__table__table02__btn--cart::before, .comp_v2_0540__table__table__2cell__btn .comp_v2_0540__table__table02__btn--cart::before, .comp_v2_0540__table__table02__btn .comp_v2_0540__table__table02__btn--cart::before, .comp_v2_0540__table__table03__btn .comp_v2_0540__table__table02__btn--cart::before, .comp_v2_0540__table__table__btn .comp_v2_0540__table__table03__btn--cart::before, .comp_v2_0540__table__table__2cell__btn .comp_v2_0540__table__table03__btn--cart::before, .comp_v2_0540__table__table02__btn .comp_v2_0540__table__table03__btn--cart::before, .comp_v2_0540__table__table03__btn .comp_v2_0540__table__table03__btn--cart::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-cart.png);
}

.comp_v2_0540__table__table__btn .comp_v2_0540__table__table__btn--large, .comp_v2_0540__table__table__2cell__btn .comp_v2_0540__table__table__btn--large, .comp_v2_0540__table__table02__btn .comp_v2_0540__table__table__btn--large, .comp_v2_0540__table__table03__btn .comp_v2_0540__table__table__btn--large, .comp_v2_0540__table__table__btn .comp_v2_0540__table__table__2cell__btn--large, .comp_v2_0540__table__table__2cell__btn .comp_v2_0540__table__table__2cell__btn--large, .comp_v2_0540__table__table02__btn .comp_v2_0540__table__table__2cell__btn--large, .comp_v2_0540__table__table03__btn .comp_v2_0540__table__table__2cell__btn--large, .comp_v2_0540__table__table__btn .comp_v2_0540__table__table02__btn--large, .comp_v2_0540__table__table__2cell__btn .comp_v2_0540__table__table02__btn--large, .comp_v2_0540__table__table02__btn .comp_v2_0540__table__table02__btn--large, .comp_v2_0540__table__table03__btn .comp_v2_0540__table__table02__btn--large, .comp_v2_0540__table__table__btn .comp_v2_0540__table__table03__btn--large, .comp_v2_0540__table__table__2cell__btn .comp_v2_0540__table__table03__btn--large, .comp_v2_0540__table__table02__btn .comp_v2_0540__table__table03__btn--large, .comp_v2_0540__table__table03__btn .comp_v2_0540__table__table03__btn--large {
  font-size: 2rem;
  padding: 18px 30px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0540__table__table__btn .comp_v2_0540__table__table__btn--large, .comp_v2_0540__table__table__2cell__btn .comp_v2_0540__table__table__btn--large, .comp_v2_0540__table__table02__btn .comp_v2_0540__table__table__btn--large, .comp_v2_0540__table__table03__btn .comp_v2_0540__table__table__btn--large, .comp_v2_0540__table__table__btn .comp_v2_0540__table__table__2cell__btn--large, .comp_v2_0540__table__table__2cell__btn .comp_v2_0540__table__table__2cell__btn--large, .comp_v2_0540__table__table02__btn .comp_v2_0540__table__table__2cell__btn--large, .comp_v2_0540__table__table03__btn .comp_v2_0540__table__table__2cell__btn--large, .comp_v2_0540__table__table__btn .comp_v2_0540__table__table02__btn--large, .comp_v2_0540__table__table__2cell__btn .comp_v2_0540__table__table02__btn--large, .comp_v2_0540__table__table02__btn .comp_v2_0540__table__table02__btn--large, .comp_v2_0540__table__table03__btn .comp_v2_0540__table__table02__btn--large, .comp_v2_0540__table__table__btn .comp_v2_0540__table__table03__btn--large, .comp_v2_0540__table__table__2cell__btn .comp_v2_0540__table__table03__btn--large, .comp_v2_0540__table__table02__btn .comp_v2_0540__table__table03__btn--large, .comp_v2_0540__table__table03__btn .comp_v2_0540__table__table03__btn--large {
    width: 100%;
  }
}

.comp_v2_0540__table__table__btn .comp_v2_0540__table__table__btn--large:hover, .comp_v2_0540__table__table__2cell__btn .comp_v2_0540__table__table__btn--large:hover, .comp_v2_0540__table__table02__btn .comp_v2_0540__table__table__btn--large:hover, .comp_v2_0540__table__table03__btn .comp_v2_0540__table__table__btn--large:hover, .comp_v2_0540__table__table__btn .comp_v2_0540__table__table__2cell__btn--large:hover, .comp_v2_0540__table__table__2cell__btn .comp_v2_0540__table__table__2cell__btn--large:hover, .comp_v2_0540__table__table02__btn .comp_v2_0540__table__table__2cell__btn--large:hover, .comp_v2_0540__table__table03__btn .comp_v2_0540__table__table__2cell__btn--large:hover, .comp_v2_0540__table__table__btn .comp_v2_0540__table__table02__btn--large:hover, .comp_v2_0540__table__table__2cell__btn .comp_v2_0540__table__table02__btn--large:hover, .comp_v2_0540__table__table02__btn .comp_v2_0540__table__table02__btn--large:hover, .comp_v2_0540__table__table03__btn .comp_v2_0540__table__table02__btn--large:hover, .comp_v2_0540__table__table__btn .comp_v2_0540__table__table03__btn--large:hover, .comp_v2_0540__table__table__2cell__btn .comp_v2_0540__table__table03__btn--large:hover, .comp_v2_0540__table__table02__btn .comp_v2_0540__table__table03__btn--large:hover, .comp_v2_0540__table__table03__btn .comp_v2_0540__table__table03__btn--large:hover {
  color: #fff;
}

.comp_v2_0540__table__table__btn .comp_v2_0540__table__table__btn--flip, .comp_v2_0540__table__table__2cell__btn .comp_v2_0540__table__table__btn--flip, .comp_v2_0540__table__table02__btn .comp_v2_0540__table__table__btn--flip, .comp_v2_0540__table__table03__btn .comp_v2_0540__table__table__btn--flip, .comp_v2_0540__table__table__btn .comp_v2_0540__table__table__2cell__btn--flip, .comp_v2_0540__table__table__2cell__btn .comp_v2_0540__table__table__2cell__btn--flip, .comp_v2_0540__table__table02__btn .comp_v2_0540__table__table__2cell__btn--flip, .comp_v2_0540__table__table03__btn .comp_v2_0540__table__table__2cell__btn--flip, .comp_v2_0540__table__table__btn .comp_v2_0540__table__table02__btn--flip, .comp_v2_0540__table__table__2cell__btn .comp_v2_0540__table__table02__btn--flip, .comp_v2_0540__table__table02__btn .comp_v2_0540__table__table02__btn--flip, .comp_v2_0540__table__table03__btn .comp_v2_0540__table__table02__btn--flip, .comp_v2_0540__table__table__btn .comp_v2_0540__table__table03__btn--flip, .comp_v2_0540__table__table__2cell__btn .comp_v2_0540__table__table03__btn--flip, .comp_v2_0540__table__table02__btn .comp_v2_0540__table__table03__btn--flip, .comp_v2_0540__table__table03__btn .comp_v2_0540__table__table03__btn--flip {
  color: #0064d2;
  background-color: #fff;
  border: 1px solid #0064d2;
}

.comp_v2_0540__table__table__btn .comp_v2_0540__table__table__btn--flip::before, .comp_v2_0540__table__table__2cell__btn .comp_v2_0540__table__table__btn--flip::before, .comp_v2_0540__table__table02__btn .comp_v2_0540__table__table__btn--flip::before, .comp_v2_0540__table__table03__btn .comp_v2_0540__table__table__btn--flip::before, .comp_v2_0540__table__table__btn .comp_v2_0540__table__table__2cell__btn--flip::before, .comp_v2_0540__table__table__2cell__btn .comp_v2_0540__table__table__2cell__btn--flip::before, .comp_v2_0540__table__table02__btn .comp_v2_0540__table__table__2cell__btn--flip::before, .comp_v2_0540__table__table03__btn .comp_v2_0540__table__table__2cell__btn--flip::before, .comp_v2_0540__table__table__btn .comp_v2_0540__table__table02__btn--flip::before, .comp_v2_0540__table__table__2cell__btn .comp_v2_0540__table__table02__btn--flip::before, .comp_v2_0540__table__table02__btn .comp_v2_0540__table__table02__btn--flip::before, .comp_v2_0540__table__table03__btn .comp_v2_0540__table__table02__btn--flip::before, .comp_v2_0540__table__table__btn .comp_v2_0540__table__table03__btn--flip::before, .comp_v2_0540__table__table__2cell__btn .comp_v2_0540__table__table03__btn--flip::before, .comp_v2_0540__table__table02__btn .comp_v2_0540__table__table03__btn--flip::before, .comp_v2_0540__table__table03__btn .comp_v2_0540__table__table03__btn--flip::before {
  display: none;
}

.comp_v2_0540__table__table ul,
.comp_v2_0540__table__table ol, .comp_v2_0540__table__table__2cell ul,
.comp_v2_0540__table__table__2cell ol, .comp_v2_0540__table__table02 ul,
.comp_v2_0540__table__table02 ol, .comp_v2_0540__table__table03 ul,
.comp_v2_0540__table__table03 ol {
  margin: 0;
  margin-top: 0 !important;
}

@media screen and (max-width: 768px) {
  .comp_v2_0540__table__table__2cell {
    table-layout: fixed;
  }
}

.comp_v2_0540__table__table__2cell th,
.comp_v2_0540__table__table__2cell td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0540__table__table__2cell th img,
  .comp_v2_0540__table__table__2cell td img {
    max-width: 507px;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0540__table__table__2cell th,
  .comp_v2_0540__table__table__2cell td {
    display: block;
    width: 100%;
  }
}

.comp_v2_0540__table__table__2cell th figure span,
.comp_v2_0540__table__table__2cell td figure span {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.comp_v2_0540__table__table__2cell th figure span img,
.comp_v2_0540__table__table__2cell td figure span img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
}

.comp_v2_0540__table__table__2cell th figure figcaption,
.comp_v2_0540__table__table__2cell td figure figcaption {
  margin: 0;
  padding: 1em 0;
}

.comp_v2_0540__table__table__2cell th .imagemodal figure,
.comp_v2_0540__table__table__2cell td .imagemodal figure {
  position: relative;
  background-color: transparent;
  border-radius: 0;
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.comp_v2_0540__table__table__2cell th .imagemodal figure:before,
.comp_v2_0540__table__table__2cell td .imagemodal figure:before {
  display: none;
}

.comp_v2_0540__table__table__2cell th .imagemodal figure img,
.comp_v2_0540__table__table__2cell td .imagemodal figure img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media screen and (max-width: 768px) {
  .comp_v2_0540__table__table__2cell {
    border: none;
  }
  .comp_v2_0540__table__table__2cell th,
  .comp_v2_0540__table__table__2cell td {
    border: 1px solid #e7e7e8;
    margin-top: -1px;
  }
}

.comp_v2_0540__table__table02 tbody tr:nth-child(odd) {
  background-color: #fff;
}

.comp_v2_0540__table__table02 tbody tr:nth-child(even) {
  background-color: #fff;
}

.comp_v2_0540__table__table03 tbody tr:nth-child(odd) {
  background-color: transparent;
}

.comp_v2_0540__table__table03 tbody tr:nth-child(even) {
  background-color: transparent;
}

.comp_v2_0540__table__table03 tbody td:nth-child(odd) {
  background-color: #f5f5f5;
}

.comp_v2_0540__table__table03 tbody td:nth-child(even) {
  background-color: #fff;
}

.comp_v2_0540__table__select {
  margin: 25px 0;
  position: relative;
}

.comp_v2_0540__table__select:before {
  content: "\0046\0069\006c\0074\0065\0072";
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 2;
  font-size: 1.2rem;
  color: #a0a0a5;
  letter-spacing: 0.1rem;
}

.comp_v2_0540__table__select__selecter {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  min-width: 250px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0540__table__select__selecter {
    width: 100%;
  }
}

.comp_v2_0540__table__select__selecter::before {
  position: absolute;
  padding: 0;
  content: "";
  top: 50%;
  right: 0.9em;
  bottom: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid rgba(51, 51, 51, 0.3);
  border-right: 2px solid rgba(51, 51, 51, 0.3);
  -webkit-transform: rotate(135deg) translate(-50%, 50%);
  transform: rotate(135deg) translate(-50%, 50%);
  pointer-events: none;
}

.comp_v2_0540__table__select__selecter::after {
  position: absolute;
  top: 0;
  right: 2.5em;
  bottom: 0;
  width: 1px;
  content: "";
  border-left: 1px solid #ccc;
}

.comp_v2_0540__table__select__selecter select {
  width: 100%;
  min-width: 120px;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 12px 45px 12px 10px;
  color: #333;
  letter-spacing: 0.1rem;
}

.comp_v2_0540__table__select__selecter select:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

.comp_v2_0540__table__select__selecter select::-ms-expand {
  display: none;
}

.comp_v2_0540__table__select__selecter select:disabled {
  background-color: #e7e7e8;
}

@media screen and (max-width: 768px) {
  .comp_v2_0540__table__select__selecter {
    width: 100%;
    min-width: auto;
  }
}

.comp_v2_0540__table__select__selecter select {
  padding: 30px 40px 8px 10px;
  min-width: 250px;
}

.comp_v2_0900 .comp_v2_0540__frame {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_0540__frame {
    padding-left: 0;
    padding-right: 0;
  }
}

.comp_v2_0541__frame {
  padding: 30px 15px;
  overflow: hidden;
  max-width: 1140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  .comp_v2_0541__frame {
    padding: 20px;
  }
}

.comp_v2_0541__message {
  text-align: center;
  font-weight: bold;
}

.comp_v2_0541__pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}

.comp_v2_0541__pager li {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(51, 51, 51, 0.3);
}

.comp_v2_0541__pager li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.comp_v2_0541__pager a {
  color: #0064d2;
  text-decoration: underline;
}

.comp_v2_0541__pager a:hover {
  text-decoration: none;
}

.comp_v2_0541__table {
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-size: 1.4rem;
  margin: 0;
}

.comp_v2_0541__table a {
  display: inline;
  color: #0064d2;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  text-decoration: underline;
  line-height: 1.4;
}

.comp_v2_0541__table a:hover {
  text-decoration: none;
}

.comp_v2_0541__table a::before {
  display: none;
}

.comp_v2_0541__table a::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
  background-size: 13px 13px;
  margin: 0 5px;
  vertical-align: middle;
}

.comp_v2_0541__table a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0541__table a[href$=".pdf"]::after, .comp_v2_0541__table a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
  background-size: 11px 14px;
}

.comp_v2_0541__table a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
  background-size: 13px 11px;
}

.comp_v2_0541__table a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
  background-size: 13px 13px;
}

.comp_v2_0541__table a[href^="tel:"], .comp_v2_0541__table a[href^="mailto:"], .comp_v2_0541__table a.icon-none {
  padding-right: 0;
}

.comp_v2_0541__table a[href^="tel:"]::after, .comp_v2_0541__table a[href^="mailto:"]::after, .comp_v2_0541__table a.icon-none::after {
  display: none;
}

.comp_v2_0541__table a.icon-none img {
  margin: 0;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0541__table a[href^="tel:"] {
    color: #333;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0541__table {
    margin: 0;
  }
}

.comp_v2_0541__table__icon {
  width: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.comp_v2_0541__table th,
.comp_v2_0541__table td {
  border: 1px solid #e7e7e8;
  text-align: left;
  padding: 10px 5px;
  font-weight: normal;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .comp_v2_0541__table th,
  .comp_v2_0541__table td {
    min-width: 100px;
    padding: 10px;
  }
}

.comp_v2_0541__table th {
  color: #1d1e21;
  background-color: #f0f6fc;
}

.comp_v2_0541__table thead tr:nth-child(even) {
  background-color: #f0f6fc;
}

.comp_v2_0541__table thead th,
.comp_v2_0541__table thead td {
  font-weight: bold;
}

.comp_v2_0541__table tbody tr:nth-child(odd) {
  background-color: #fff;
}

.comp_v2_0541__table tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}

.comp_v2_0541__table__btn p {
  margin: 0;
  padding: 0;
}

.comp_v2_0541__table__btn--center {
  text-align: center;
}

.comp_v2_0541__table__btn--right {
  text-align: right;
}

.comp_v2_0541__table__btn--default {
  font-size: 1.4rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  background-color: #0064d2;
  text-align: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  min-width: 110px;
  min-height: 40px;
  border: none;
  letter-spacing: 0.1rem;
}

.comp_v2_0541__table__btn--default:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

.comp_v2_0541__table__btn--default:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

.comp_v2_0541__table__btn--default:disabled {
  color: #FFF;
  background-color: #707070;
}

.comp_v2_0541__table__btn--default::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url("/apps/toshiba-ss-v2/clientlibs/dist/img/button-arrow.png");
  background-size: 18px 18px;
  margin-right: 0.2em;
  margin-bottom: 0.2em;
}

.comp_v2_0541__table__btn a {
  font-size: 1.4rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
  min-width: 110px;
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  background-color: #0064d2;
  text-align: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  min-height: 40px;
  border: none;
  letter-spacing: 0.1rem;
}

.comp_v2_0541__table__btn a:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
}

.comp_v2_0541__table__btn a::before {
  content: "";
  display: inline-block;
  width: 18px;
  min-width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-arrow.png);
  background-size: 18px 18px;
  margin-right: 0.25em;
  margin-bottom: 0.1em;
}

.comp_v2_0541__table__btn a[target="_blank"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-external.png);
}

.comp_v2_0541__table__btn a[href$=".pdf"]::before, .comp_v2_0541__table__btn a[href*="docget.jsp"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-pdf.png);
}

.comp_v2_0541__table__btn a[href*="/list/index.php"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-parametric.png);
}

.comp_v2_0541__table__btn a[href^="#"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-anchor.png);
}

.comp_v2_0541__table__btn .comp_v2_0541__table__btn--search::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-search.png);
}

.comp_v2_0541__table__btn .comp_v2_0541__table__btn--balloon::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-balloon.png);
}

.comp_v2_0541__table__btn .comp_v2_0541__table__btn--cart::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-cart.png);
}

.comp_v2_0541__table__btn .comp_v2_0541__table__btn--large {
  font-size: 2rem;
  padding: 18px 30px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0541__table__btn .comp_v2_0541__table__btn--large {
    width: 100%;
  }
}

.comp_v2_0541__table__btn .comp_v2_0541__table__btn--large:hover {
  color: #fff;
}

.comp_v2_0541__table__btn .comp_v2_0541__table__btn--flip {
  color: #0064d2;
  background-color: #fff;
  border: 1px solid #0064d2;
}

.comp_v2_0541__table__btn .comp_v2_0541__table__btn--flip::before {
  display: none;
}

.comp_v2_0541__table ul,
.comp_v2_0541__table ol {
  margin: 0;
  margin-top: 0 !important;
}

.comp_v2_0900 .comp_v2_0541__frame {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_0541__frame {
    padding-left: 0;
    padding-right: 0;
  }
}


.comp_v2_0550__frame {
  padding: 30px 15px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .comp_v2_0550__frame {
    padding: 20px;
  }
}

.comp_v2_0550__container {
  max-width: 730px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .comp_v2_0550__container {
    margin: 30px auto 0;
  }
}

.comp_v2_0550__label {
  display: block;
  font-size: 1.2rem;
  color: #707070;
  margin-bottom: 5px;
  padding-left: 1px;
}

.comp_v2_0550 .mf_finder_searchBox {
  margin: 0;
}

.comp_v2_0550 .mf_finder_searchBox_items {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .comp_v2_0550 .mf_finder_searchBox_items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.comp_v2_0550 .mf_finder_searchBox_query_wrap {
  width: 100%;
}

.comp_v2_0550 .mf_finder_searchBox_query_input {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 12px 16px;
  width: 100%;
  height: 48px;
  background-color: #fff;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

.comp_v2_0550 .mf_finder_searchBox_query_input:disabled {
  background-color: #e7e7e8;
}

.comp_v2_0550 .mf_finder_searchBox_submit, .comp_v2_0550 .mf_finder_searchBox_submit--loading {
  font-size: 1.4rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  background-color: #0064d2;
  text-align: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  min-width: 110px;
  min-height: 40px;
  border: none;
  letter-spacing: 0.1rem;
  height: 48px;
  min-width: 160px;
  margin-left: 10px;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.comp_v2_0550 .mf_finder_searchBox_submit:hover, .comp_v2_0550 .mf_finder_searchBox_submit--loading:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

.comp_v2_0550 .mf_finder_searchBox_submit:focus, .comp_v2_0550 .mf_finder_searchBox_submit--loading:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

.comp_v2_0550 .mf_finder_searchBox_submit:disabled, .comp_v2_0550 .mf_finder_searchBox_submit--loading:disabled {
  color: #FFF;
  background-color: #707070;
}

.comp_v2_0550 .mf_finder_searchBox_submit::before, .comp_v2_0550 .mf_finder_searchBox_submit--loading::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url("/apps/toshiba-ss-v2/clientlibs/dist/img/button-search.png");
  background-size: 18px 18px;
  margin-right: 0.2em;
  margin-bottom: 0.2em;
}

@media screen and (max-width: 768px) {
  .comp_v2_0550 .mf_finder_searchBox_submit, .comp_v2_0550 .mf_finder_searchBox_submit--loading {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-top: 15px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

.comp_v2_0550 .mf_finder_searchBox_submit--loading {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 80px;
}

.comp_v2_0550 .mf_finder_searchBox_submit--loading:hover {
  cursor: wait;
}

.comp_v2_0550 .mf_finder_searchBox_submit--loading::before {
  display: none;
}

.comp_v2_0550 .mf_finder_searchBox_submit--loading__spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
}

.comp_v2_0550 .mf_finder_searchBox_submit--loading__spinner div {
  -webkit-transform-origin: 20px 20px;
  transform-origin: 20px 20px;
  -webkit-animation: loadingSpinner 1.2s linear infinite;
  animation: loadingSpinner 1.2s linear infinite;
}

.comp_v2_0550 .mf_finder_searchBox_submit--loading__spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 17px;
  width: 3px;
  height: 9px;
  border-radius: 20%;
  background: #fff;
}

.comp_v2_0550 .mf_finder_searchBox_submit--loading__spinner div:nth-child(1) {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.comp_v2_0550 .mf_finder_searchBox_submit--loading__spinner div:nth-child(2) {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.comp_v2_0550 .mf_finder_searchBox_submit--loading__spinner div:nth-child(3) {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.comp_v2_0550 .mf_finder_searchBox_submit--loading__spinner div:nth-child(4) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.comp_v2_0550 .mf_finder_searchBox_submit--loading__spinner div:nth-child(5) {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.comp_v2_0550 .mf_finder_searchBox_submit--loading__spinner div:nth-child(6) {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.comp_v2_0550 .mf_finder_searchBox_submit--loading__spinner div:nth-child(7) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.comp_v2_0550 .mf_finder_searchBox_submit--loading__spinner div:nth-child(8) {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.comp_v2_0550 .mf_finder_searchBox_submit--loading__spinner div:nth-child(9) {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.comp_v2_0550 .mf_finder_searchBox_submit--loading__spinner div:nth-child(10) {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.comp_v2_0550 .mf_finder_searchBox_submit--loading__spinner div:nth-child(11) {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

.comp_v2_0550 .mf_finder_searchBox_submit--loading__spinner div:nth-child(12) {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.comp_v2_0550 .mf_finder_searchBox_submit span, .comp_v2_0550 .mf_finder_searchBox_submit--loading span {
  margin: 0;
  display: inline-block;
}

.comp_v2_0550 .mf_finder_searchBox_submit::before, .comp_v2_0550 .mf_finder_searchBox_submit--loading::before,
.comp_v2_0550 .mf_finder_searchBox_submit--loading::before {
  margin-left: 0;
}

.comp_v2_0550 .mf_finder_searchBox_suggest_items {
  position: relative;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
}

.comp_v2_0550 .mf_finder_searchBox_suggest_item {
  margin: 0;
  padding: 0;
  border: none;
}

.comp_v2_0550 a.mf_finder_searchBox_suggest_link {
  color: #333;
}

.comp_v2_0550 .mf_finder_searchBox_suggest_item_cur {
  background-color: #5897fb;
}

.comp_v2_0550 .mf_finder_searchBox_suggest_item_cur a.mf_finder_searchBox_suggest_link {
  color: #fff;
}


.comp_v2_0551__frame {
  padding: 30px 15px;
  overflow: hidden;
  max-width: 1140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .comp_v2_0551__frame {
    padding: 20px;
  }
}

.comp_v2_0551__results_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0551__results_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.comp_v2_0551 .mf_finder_searchBox {
  margin: 0;
}

.comp_v2_0551 .mf_finder_searchBox_items {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .comp_v2_0551 .mf_finder_searchBox_items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.comp_v2_0551 .mf_finder_searchBox_query_wrap {
  position: relative;
  width: 100%;
}

.comp_v2_0551 .mf_finder_searchBox_doctype {
  position: relative;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 48px;
  border-radius: 4px 0 0 4px;
}

.comp_v2_0551 .mf_finder_searchBox_doctype::before {
  position: absolute;
  padding: 0;
  content: "";
  top: 50%;
  right: 0.9em;
  bottom: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid rgba(51, 51, 51, 0.3);
  border-right: 2px solid rgba(51, 51, 51, 0.3);
  -webkit-transform: rotate(135deg) translate(-50%, 50%);
  transform: rotate(135deg) translate(-50%, 50%);
  pointer-events: none;
}

.comp_v2_0551 .mf_finder_searchBox_doctype::after {
  position: absolute;
  top: 0;
  right: 2.5em;
  bottom: 0;
  width: 1px;
  content: "";
  border-left: 1px solid #ccc;
}

.comp_v2_0551 .mf_finder_searchBox_doctype select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 46px;
  min-width: 120px;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 12px 45px 12px 10px;
  color: #333;
  letter-spacing: 0.1rem;
  font-size: 1.6rem;
}

.comp_v2_0551 .mf_finder_searchBox_doctype select::-ms-expand {
  display: none;
}

.comp_v2_0551 .mf_finder_searchBox_doctype select:disabled {
  background-color: #e7e7e8;
}

.comp_v2_0551 .mf_finder_searchBox_doctype select:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

@media screen and (max-width: 768px) {
  .comp_v2_0551 .mf_finder_searchBox_doctype {
    width: 100%;
    border-radius: 4px;
  }
  .comp_v2_0551 .mf_finder_searchBox_doctype select {
    width: 100%;
  }
}

.comp_v2_0551 .mf_finder_searchBox_query_input {
  border: 1px solid #ccc;
  border-radius: 0 4px 4px 0;
  padding: 12px 16px;
  width: 100%;
  height: 48px;
  background-color: #fff;
  font-family: inherit;
  font-size: 1.6rem;
  line-height: 1.15;
  margin: 0;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0551 .mf_finder_searchBox_query_input {
    border-left: none;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0551 .mf_finder_searchBox_query_input {
    width: 100%;
    border-radius: 4px;
    margin-top: 15px;
  }
}

.comp_v2_0551 .mf_finder_searchBox_query_input:disabled {
  background-color: #e7e7e8;
}

.comp_v2_0551 .mf_finder_searchBox_doctype[style='display: none;'] + .mf_finder_searchBox_query_wrap .mf_finder_searchBox_query_input {
  border-radius: 4px;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0551 .mf_finder_searchBox_doctype[style='display: none;'] + .mf_finder_searchBox_query_wrap .mf_finder_searchBox_query_input {
    border-left: 1px solid #ccc;
  }
}

.comp_v2_0551 .mf_finder_searchBox_submit, .comp_v2_0551 .mf_finder_searchBox_submit--loading {
  font-size: 1.4rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  background-color: #0064d2;
  text-align: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  min-width: 110px;
  min-height: 40px;
  border: none;
  letter-spacing: 0.1rem;
  height: 48px;
  min-width: 160px;
  margin-left: 10px;
}

.comp_v2_0551 .mf_finder_searchBox_submit:hover, .comp_v2_0551 .mf_finder_searchBox_submit--loading:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

.comp_v2_0551 .mf_finder_searchBox_submit:focus, .comp_v2_0551 .mf_finder_searchBox_submit--loading:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

.comp_v2_0551 .mf_finder_searchBox_submit:disabled, .comp_v2_0551 .mf_finder_searchBox_submit--loading:disabled {
  color: #FFF;
  background-color: #707070;
}

.comp_v2_0551 .mf_finder_searchBox_submit::before, .comp_v2_0551 .mf_finder_searchBox_submit--loading::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url("/apps/toshiba-ss-v2/clientlibs/dist/img/button-search.png");
  background-size: 18px 18px;
  margin-right: 0.2em;
  margin-bottom: 0.2em;
}

.comp_v2_0551 .mf_finder_searchBox_submit--loading {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 80px;
}

.comp_v2_0551 .mf_finder_searchBox_submit--loading:hover {
  cursor: wait;
}

.comp_v2_0551 .mf_finder_searchBox_submit--loading::before {
  display: none;
}

.comp_v2_0551 .mf_finder_searchBox_submit--loading__spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
}

.comp_v2_0551 .mf_finder_searchBox_submit--loading__spinner div {
  -webkit-transform-origin: 20px 20px;
  transform-origin: 20px 20px;
  -webkit-animation: loadingSpinner 1.2s linear infinite;
  animation: loadingSpinner 1.2s linear infinite;
}

.comp_v2_0551 .mf_finder_searchBox_submit--loading__spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 17px;
  width: 3px;
  height: 9px;
  border-radius: 20%;
  background: #fff;
}

.comp_v2_0551 .mf_finder_searchBox_submit--loading__spinner div:nth-child(1) {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.comp_v2_0551 .mf_finder_searchBox_submit--loading__spinner div:nth-child(2) {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.comp_v2_0551 .mf_finder_searchBox_submit--loading__spinner div:nth-child(3) {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.comp_v2_0551 .mf_finder_searchBox_submit--loading__spinner div:nth-child(4) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.comp_v2_0551 .mf_finder_searchBox_submit--loading__spinner div:nth-child(5) {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.comp_v2_0551 .mf_finder_searchBox_submit--loading__spinner div:nth-child(6) {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.comp_v2_0551 .mf_finder_searchBox_submit--loading__spinner div:nth-child(7) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.comp_v2_0551 .mf_finder_searchBox_submit--loading__spinner div:nth-child(8) {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.comp_v2_0551 .mf_finder_searchBox_submit--loading__spinner div:nth-child(9) {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.comp_v2_0551 .mf_finder_searchBox_submit--loading__spinner div:nth-child(10) {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.comp_v2_0551 .mf_finder_searchBox_submit--loading__spinner div:nth-child(11) {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

.comp_v2_0551 .mf_finder_searchBox_submit--loading__spinner div:nth-child(12) {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

@media screen and (max-width: 768px) {
  .comp_v2_0551 .mf_finder_searchBox_submit, .comp_v2_0551 .mf_finder_searchBox_submit--loading {
    margin-left: 0;
    margin-top: 15px;
  }
}

.comp_v2_0551 .mf_finder_searchBox_submit span, .comp_v2_0551 .mf_finder_searchBox_submit--loading span {
  margin: 0;
  display: inline-block;
}

.comp_v2_0551 .mf_finder_searchBox_submit::before, .comp_v2_0551 .mf_finder_searchBox_submit--loading::before,
.comp_v2_0551 .mf_finder_searchBox_submit--loading::before {
  margin-left: 0;
}

.comp_v2_0551 .mf_finder_searchBox_suggest_items {
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  z-index: 10;
}

.comp_v2_0551 .mf_finder_searchBox_suggest_item {
  margin: 0;
  padding: 0;
  border: none;
}

.comp_v2_0551 a.mf_finder_searchBox_suggest_link {
  color: #333;
}

.comp_v2_0551 .mf_finder_searchBox_suggest_item_cur {
  background-color: #5897fb;
}

.comp_v2_0551 .mf_finder_searchBox_suggest_item_cur a.mf_finder_searchBox_suggest_link {
  color: #fff;
}

.comp_v2_0551 .mf_finder_searchBox_misc {
  overflow-x: initial;
  overflow-y: initial;
  white-space: normal;
}

@media screen and (max-width: 425px) {
  .comp_v2_0551 .mf_finder_searchBox_misc {
    width: 100%;
  }
}

.comp_v2_0551 .mf_finder_searchBox_misc label {
  margin: 15px 0 0 10px;
}

.comp_v2_0551 .mf_finder_searchBox_misc label:first-child {
  margin-left: 10px;
}

@media screen and (max-width: 425px) {
  .comp_v2_0551 .mf_finder_searchBox_misc label {
    width: 100%;
    margin-left: 0;
  }
  .comp_v2_0551 .mf_finder_searchBox.mf_finder_searchBox_useSelects .mf_finder_searchBox_misc label:first-child {
    margin-left: 0;
  }
}

.comp_v2_0551 .mf_finder_searchBox .mf_finder_searchBox_sort, .comp_v2_0551 .mf_finder_searchBox .mf_finder_searchBox_pagemax, .comp_v2_0551 .mf_finder_searchBox .mf_finder_searchBox_imgsize {
  position: relative;
  display: inline-block;
}

.comp_v2_0551 .mf_finder_searchBox .mf_finder_searchBox_sort::before, .comp_v2_0551 .mf_finder_searchBox .mf_finder_searchBox_pagemax::before, .comp_v2_0551 .mf_finder_searchBox .mf_finder_searchBox_imgsize::before {
  position: absolute;
  left: 0;
  top: 8px;
  width: 32px;
  height: 32px;
  -webkit-transform: scale(0.625);
  transform: scale(0.625);
}

.comp_v2_0551 .mf_finder_searchBox .mf_finder_searchBox_sort::after, .comp_v2_0551 .mf_finder_searchBox .mf_finder_searchBox_pagemax::after, .comp_v2_0551 .mf_finder_searchBox .mf_finder_searchBox_imgsize::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2245px%22%20height%3D%2248px%22%20viewBox%3D%220%200%2045%2048%22%3E%3Cpolyline%20points%3D%2216%2021%2022%2027%2028%2021%22%20stroke%3D%22rgba(51, 51, 51, 0.3)%22%20stroke-width%3D%222%22%20fill%3D%22transparent%22%2F%3E%3C%2Fsvg%3E");
  background-size: 45px 48px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 45px;
  height: 48px;
  border-left: 1px solid rgba(51, 51, 51, 0.3);
  z-index: -1;
}

.comp_v2_0551 .mf_finder_searchBox .mf_finder_searchBox_sort select, .comp_v2_0551 .mf_finder_searchBox .mf_finder_searchBox_pagemax select, .comp_v2_0551 .mf_finder_searchBox .mf_finder_searchBox_imgsize select {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 48px;
  min-width: 120px;
  cursor: pointer;
  text-indent: 0.01px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: 40px;
  padding: 12px 55px 12px 10px;
  color: #333;
  letter-spacing: 0.1rem;
  font-size: 1.6rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: transparent;
}

.comp_v2_0551 .mf_finder_searchBox .mf_finder_searchBox_sort select::-ms-expand, .comp_v2_0551 .mf_finder_searchBox .mf_finder_searchBox_pagemax select::-ms-expand, .comp_v2_0551 .mf_finder_searchBox .mf_finder_searchBox_imgsize select::-ms-expand {
  display: none;
}

.comp_v2_0551 .mf_finder_searchBox .mf_finder_searchBox_sort select:disabled, .comp_v2_0551 .mf_finder_searchBox .mf_finder_searchBox_pagemax select:disabled, .comp_v2_0551 .mf_finder_searchBox .mf_finder_searchBox_imgsize select:disabled {
  background-color: #e7e7e8;
}

.comp_v2_0551 .mf_finder_searchBox .mf_finder_searchBox_sort select:focus, .comp_v2_0551 .mf_finder_searchBox .mf_finder_searchBox_pagemax select:focus, .comp_v2_0551 .mf_finder_searchBox .mf_finder_searchBox_imgsize select:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

@media screen and (max-width: 768px) {
  .comp_v2_0551 .mf_finder_searchBox .mf_finder_searchBox_sort select, .comp_v2_0551 .mf_finder_searchBox .mf_finder_searchBox_pagemax select, .comp_v2_0551 .mf_finder_searchBox .mf_finder_searchBox_imgsize select {
    width: calc(100% - 40px);
  }
}

.comp_v2_0551 .mf_finder_searchBox_selects .mf_finder_searchBox_sort:before {
  content: url(/apps/toshiba-ss-v2/clientlibs/dist/img/icon-sort.png);
}

.comp_v2_0551 .mf_finder_searchBox_selects .mf_finder_searchBox_pagemax:before {
  content: url(/apps/toshiba-ss-v2/clientlibs/dist/img/icon-pagemax.png);
}

.comp_v2_0551 .mf_finder_searchBox_selects .mf_finder_searchBox_imgsize:before {
  content: url(/apps/toshiba-ss-v2/clientlibs/dist/img/icon-imgsize.png);
}

.comp_v2_0551 .mf_finder_zubaken {
  margin-top: 30px;
  padding: 10px;
  border: 1px solid #ccc;
}

.comp_v2_0551 .mf_finder_zubaken_item {
  padding: 0 8px;
}

.comp_v2_0551 .mf_finder_organic_wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

@media screen and (max-width: 768px) {
  .comp_v2_0551 .mf_finder_organic_wrapper {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

.comp_v2_0551 .mf_finder_organic_wrapper .mf_finder_organic_header_wrapper {
  margin-bottom: 15px;
}

.comp_v2_0551 .mf_finder_organic_wrapper .mf_finder_organic_header_wrapper .mf_finder_organic_header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.comp_v2_0551 .mf_finder_organic_wrapper .mf_finder_organic_header_wrapper .mf_finder_query, .comp_v2_0551 .mf_finder_organic_wrapper .mf_finder_organic_header_wrapper .mf_finder_query::before, .comp_v2_0551 .mf_finder_organic_wrapper .mf_finder_organic_header_wrapper .mf_finder_query::after {
  font-size: 2rem;
  line-height: 2;
}

.comp_v2_0551 .mf_finder_organic_wrapper .mf_finder_organic_header_wrapper .mf_finder_organic_nums .mf_finder_organic_range_from, .comp_v2_0551 .mf_finder_organic_wrapper .mf_finder_organic_header_wrapper .mf_finder_organic_nums .mf_finder_organic_range_from::before, .comp_v2_0551 .mf_finder_organic_wrapper .mf_finder_organic_header_wrapper .mf_finder_organic_nums .mf_finder_organic_range_from::after, .comp_v2_0551 .mf_finder_organic_wrapper .mf_finder_organic_header_wrapper .mf_finder_organic_nums .mf_finder_organic_range_to, .comp_v2_0551 .mf_finder_organic_wrapper .mf_finder_organic_header_wrapper .mf_finder_organic_nums .mf_finder_organic_range_to::before, .comp_v2_0551 .mf_finder_organic_wrapper .mf_finder_organic_header_wrapper .mf_finder_organic_nums .mf_finder_organic_range_to::after, .comp_v2_0551 .mf_finder_organic_wrapper .mf_finder_organic_header_wrapper .mf_finder_organic_nums .mf_finder_organic_total, .comp_v2_0551 .mf_finder_organic_wrapper .mf_finder_organic_header_wrapper .mf_finder_organic_nums .mf_finder_organic_total::before, .comp_v2_0551 .mf_finder_organic_wrapper .mf_finder_organic_header_wrapper .mf_finder_organic_nums .mf_finder_organic_total::after {
  font-size: 1.4rem;
  line-height: 1.4;
}

.comp_v2_0551 .mf_finder_organic_docs_wrapper {
  margin-bottom: 30px;
}

.comp_v2_0551 .mf_finder_organic_doc {
  padding: 20px 10px 24px;
}

.comp_v2_0551 .mf_finder_organic_wrapper.mf_imgsize_1 a.mf_finder_organic_doc_img {
  width: 98px;
}

.comp_v2_0551 .mf_finder_organic_wrapper.mf_imgsize_2 a.mf_finder_organic_doc_img {
  width: 122px;
}

.comp_v2_0551 .mf_finder_organic_wrapper.mf_imgsize_3 a.mf_finder_organic_doc_img {
  width: 202px;
}

.comp_v2_0551 .mf_finder_organic_wrapper.mf_available_resultframe .mf_finder_organic_doc_zoom {
  display: none;
}

@media screen and (max-width: 768px) and (orientation: landscape) {
  .comp_v2_0551 .mf_finder_organic_wrapper.mf_imgsize_1 a.mf_finder_organic_doc_img {
    width: 15vh;
  }
  .comp_v2_0551 .mf_finder_organic_wrapper.mf_imgsize_1 a.mf_finder_organic_doc_img img {
    max-width: 15vh;
  }
  .comp_v2_0551 .mf_finder_organic_wrapper.mf_imgsize_2 a.mf_finder_organic_doc_img {
    width: 25vh;
  }
  .comp_v2_0551 .mf_finder_organic_wrapper.mf_imgsize_2 a.mf_finder_organic_doc_img img {
    max-width: 25vh;
  }
  .comp_v2_0551 .mf_finder_organic_wrapper.mf_imgsize_3 a.mf_finder_organic_doc_img {
    width: 35vh;
  }
  .comp_v2_0551 .mf_finder_organic_wrapper.mf_imgsize_3 a.mf_finder_organic_doc_img img {
    max-width: 35vh;
  }
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .comp_v2_0551 .mf_finder_organic_wrapper.mf_imgsize_1 a.mf_finder_organic_doc_img {
    width: 15vw;
  }
  .comp_v2_0551 .mf_finder_organic_wrapper.mf_imgsize_1 a.mf_finder_organic_doc_img img {
    max-width: 15vw;
  }
  .comp_v2_0551 .mf_finder_organic_wrapper.mf_imgsize_2 a.mf_finder_organic_doc_img {
    width: 25vw;
  }
  .comp_v2_0551 .mf_finder_organic_wrapper.mf_imgsize_2 a.mf_finder_organic_doc_img img {
    max-width: 25vw;
  }
  .comp_v2_0551 .mf_finder_organic_wrapper.mf_imgsize_3 a.mf_finder_organic_doc_img {
    width: 35vw;
  }
  .comp_v2_0551 .mf_finder_organic_wrapper.mf_imgsize_3 a.mf_finder_organic_doc_img img {
    max-width: 35vw;
  }
}

.comp_v2_0551 .mf_finder_organic_doc_contents_wrapper {
  margin-left: 15px;
}

.comp_v2_0551 .mf_finder_organic_doc_title {
  position: relative;
  display: inline;
  line-height: 1.3;
  font-weight: normal;
  color: #0064d2;
}

.comp_v2_0551 .mf_finder_organic_doc_title_wrapper {
  color: #0064d2;
  padding-left: 20px;
}

.comp_v2_0551 .mf_finder_organic_doc_title_wrapper:hover {
  text-decoration: underline;
}

.comp_v2_0551 .mf_finder_organic_doc_title_wrapper:visited {
  color: #0064d2;
}

.comp_v2_0551 .mf_finder_organic_doc_title::before {
  position: absolute;
  left: -20px;
  top: 0.2em;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
  background-size: 13px 13px;
}

.comp_v2_0551 .mf_finder_organic_doc_body {
  font-size: 1.3rem;
  margin-top: 8px;
  margin-bottom: 10px;
  height: auto;
  max-height: 4.3em;
}

.comp_v2_0551 .mf_finder_organic_doc_url {
  color: #0064d2;
  line-height: 1.4;
}

.comp_v2_0551 .mf_finder_organic_doc_url_wrapper {
  display: none;
}

.comp_v2_0551 .mf_finder_organic_doc_url::after, .comp_v2_0551 .mf_finder_organic_doc_url::before {
  background-color: #0064d2;
}

.comp_v2_0551 .mf_finder_organic_doc_url_wrapper:lang(zh), .comp_v2_0551 .mf_finder_organic_doc_url_wrapper:lang(zh-CN) {
  display: inline-block;
}

.comp_v2_0551 .mf_finder_organic .mf_finder_mark {
  background-color: inherit;
  font-weight: bold;
}

.comp_v2_0551 .mf_finder_keywordranking {
  width: 22%;
  margin-left: auto;
  padding-left: 30px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0551 .mf_finder_keywordranking {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
}

.comp_v2_0551 .mf_finder_keywordranking_head::before {
  font-size: 1.5rem;
  font-weight: bold;
}

.comp_v2_0551 .mf_finder_keywordranking_item {
  font-size: 1.4rem;
  font-weight: bold;
  color: #333;
  margin-left: 10px;
}

.comp_v2_0551 .mf_finder_keywordranking_item a {
  font-weight: normal;
  color: #0064d2;
}

.comp_v2_0551 .mf_finder_keywordranking_item a:hover {
  text-decoration: underline;
}

.comp_v2_0551 .mf_finder_keywordranking_item a span {
  padding-left: 10px;
}

.comp_v2_0551 .mf_finder_organic_pager {
  position: relative;
  margin-bottom: 30px;
}

.comp_v2_0551 .mf_finder_pager_item_first {
  display: none;
}

.comp_v2_0551 .mf_finder_pager_item_prev {
  position: absolute;
  left: 0;
}

.comp_v2_0551 .mf_finder_pager_items .mf_finder_pager_item_prev a {
  background-color: transparent;
}

.comp_v2_0551 .mf_finder_pager_items .mf_finder_pager_item_prev a:hover span {
  text-decoration: underline;
}

.comp_v2_0551 .mf_finder_pager_items .mf_finder_pager_item_prev a span {
  width: auto;
  color: #0064d2;
  font-size: 1.4rem;
}

.comp_v2_0551 .mf_finder_pager_items .mf_finder_pager_item_prev a span::before {
  content: "Prev";
}

.comp_v2_0551 .mf_finder_pager_items .mf_finder_pager_item_prev a span:lang(ja)::before, .comp_v2_0551 .mf_finder_pager_items .mf_finder_pager_item_prev a span:lang(ja-JP)::before {
  content: "前へ";
}

.comp_v2_0551 .mf_finder_pager_items .mf_finder_pager_item_prev a span:lang(zh)::before, .comp_v2_0551 .mf_finder_pager_items .mf_finder_pager_item_prev a span:lang(zh-CN)::before {
  content: "下一步";
}

.comp_v2_0551 .mf_finder_pager_items .mf_finder_pager_item_prev a span:lang(zh-tw)::before {
  content: "下一步";
}

.comp_v2_0551 .mf_finder_pager_items .mf_finder_pager_item_prev a span:lang(ko)::before, .comp_v2_0551 .mf_finder_pager_items .mf_finder_pager_item_prev a span:lang(ko-KR)::before {
  content: "다음";
}

.comp_v2_0551 .mf_finder_pager_item_before_pages {
  display: none;
}

.comp_v2_0551 .mf_finder_pager_item_current {
  font-size: 2rem;
  font-weight: bold;
}

.comp_v2_0551 .mf_finder_pager_item_after_pages {
  display: none;
}

.comp_v2_0551 .mf_finder_pager_item_next {
  position: absolute;
  right: 0;
}

.comp_v2_0551 .mf_finder_pager_items .mf_finder_pager_item_next a {
  background-color: transparent;
}

.comp_v2_0551 .mf_finder_pager_items .mf_finder_pager_item_next a:hover span {
  text-decoration: underline;
}

.comp_v2_0551 .mf_finder_pager_items .mf_finder_pager_item_next a span {
  width: auto;
  color: #0064d2;
  font-size: 1.4rem;
}

.comp_v2_0551 .mf_finder_pager_items .mf_finder_pager_item_next a span::before {
  content: "Next";
}

.comp_v2_0551 .mf_finder_pager_items .mf_finder_pager_item_next a span:lang(ja)::before, .comp_v2_0551 .mf_finder_pager_items .mf_finder_pager_item_next a span:lang(ja-JP)::before {
  content: "次へ";
}

.comp_v2_0551 .mf_finder_pager_items .mf_finder_pager_item_next a span:lang(zh)::before, .comp_v2_0551 .mf_finder_pager_items .mf_finder_pager_item_next a span:lang(zh-CN)::before {
  content: "上一步";
}

.comp_v2_0551 .mf_finder_pager_items .mf_finder_pager_item_next a span:lang(zh-tw)::before {
  content: "上一步";
}

.comp_v2_0551 .mf_finder_pager_items .mf_finder_pager_item_next a span:lang(ko)::before, .comp_v2_0551 .mf_finder_pager_items .mf_finder_pager_item_next a span:lang(ko-KR)::before {
  content: "이전";
}

.comp_v2_0551 .mf_finder_organic .mf_finder_logo {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .comp_v2_0551 .mf_finder_logo {
    display: none;
  }
}

.comp_v2_0551 .mf_finder_logo_sp {
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0551 .mf_finder_logo_sp {
    display: none;
  }
}

.comp_v2_0551 .mf_finder_logo_sp a {
  display: inline-block;
  font-size: 0;
  width: 200px;
  height: 18px;
  background: url(//c.marsflag.com/mf/img/mf_finder_logo.png) no-repeat 0 #fff;
  background-size: 200px 18px;
  margin-top: 50px;
  margin-bottom: 10px;
}

.comp_v2_0551 .mf_finder_organic_header_wrapper:lang(zh) .mf_finder_organic_total:after,
.comp_v2_0551 .mf_finder_organic_header_wrapper:lang(zh-CN) .mf_finder_organic_total:after {
  content: " \4EF6\FF0C\5F53\524D\663E\793A";
}

.comp_v2_0560__frame {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
}

.comp_v2_0560__title {
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .comp_v2_0560__title {
    padding: 0 20px;
  }
}

.comp_v2_0560__h2 {
  font-size: 3.4rem;
  margin: 0;
  padding: 60px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0560__h2 {
    font-size: 2.8rem;
    margin: 0;
    padding-top: 40px;
  }
}

.comp_v2_0560__h2 a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0560__h2 a::after {
  position: relative;
  margin-left: 20px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 18px 18px;
}

.comp_v2_0560__h2 a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0560__h2 a[href$=".pdf"]::after, .comp_v2_0560__h2 a[href*="docget.jsp"]::after {
  width: 18px;
  height: 24px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 18px 24px;
}

.comp_v2_0560__h2 a[href*="/list/index.php"]::after {
  width: 20px;
  height: 17px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 20px 17px;
}

.comp_v2_0560__h2 a[href^="#"]::after {
  width: 20px;
  height: 20px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 20px 20px;
}

.comp_v2_0560__h2 a[href^="tel:"]::after, .comp_v2_0560__h2 a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0560__h2 a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0560__h2 a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0560__h2 a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0560__h2 a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0560__h2 a:hover[href$=".pdf"]::after, .comp_v2_0560__h2 a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0560__h2 a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0560__h2 a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0560__h2 a:hover[href^="tel:"]::after, .comp_v2_0560__h2 a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0560__h2--bold, .comp_v2_0560__h2--regular {
  font-size: 3.4rem;
  margin: 0;
  padding: 60px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0560__h2--bold, .comp_v2_0560__h2--regular {
    font-size: 2.8rem;
    margin: 0;
    padding-top: 40px;
  }
}

.comp_v2_0560__h2--bold a, .comp_v2_0560__h2--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0560__h2--bold a::after, .comp_v2_0560__h2--regular a::after {
  position: relative;
  margin-left: 20px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 18px 18px;
}

.comp_v2_0560__h2--bold a[target="_blank"]::after, .comp_v2_0560__h2--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0560__h2--bold a[href$=".pdf"]::after, .comp_v2_0560__h2--bold a[href*="docget.jsp"]::after, .comp_v2_0560__h2--regular a[href$=".pdf"]::after, .comp_v2_0560__h2--regular a[href*="docget.jsp"]::after {
  width: 18px;
  height: 24px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 18px 24px;
}

.comp_v2_0560__h2--bold a[href*="/list/index.php"]::after, .comp_v2_0560__h2--regular a[href*="/list/index.php"]::after {
  width: 20px;
  height: 17px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 20px 17px;
}

.comp_v2_0560__h2--bold a[href^="#"]::after, .comp_v2_0560__h2--regular a[href^="#"]::after {
  width: 20px;
  height: 20px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 20px 20px;
}

.comp_v2_0560__h2--bold a[href^="tel:"]::after, .comp_v2_0560__h2--bold a[href^="mailto:"]::after, .comp_v2_0560__h2--regular a[href^="tel:"]::after, .comp_v2_0560__h2--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0560__h2--bold a[href^="tel:"], .comp_v2_0560__h2--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0560__h2--bold a:hover, .comp_v2_0560__h2--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0560__h2--bold a:hover::after, .comp_v2_0560__h2--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0560__h2--bold a:hover[target="_blank"]::after, .comp_v2_0560__h2--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0560__h2--bold a:hover[href$=".pdf"]::after, .comp_v2_0560__h2--bold a:hover[href*="docget.jsp"]::after, .comp_v2_0560__h2--regular a:hover[href$=".pdf"]::after, .comp_v2_0560__h2--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0560__h2--bold a:hover[href*="/list/index.php"]::after, .comp_v2_0560__h2--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0560__h2--bold a:hover[href^="#"]::after, .comp_v2_0560__h2--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0560__h2--bold a:hover[href^="tel:"]::after, .comp_v2_0560__h2--bold a:hover[href^="mailto:"]::after, .comp_v2_0560__h2--regular a:hover[href^="tel:"]::after, .comp_v2_0560__h2--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0560__h2--bold {
  font-weight: bold;
}

.comp_v2_0560__h2--regular {
  font-weight: normal;
}

.comp_v2_0560__h3 {
  font-size: 2.8rem;
  margin: 0;
  padding: 50px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0560__h3 {
    font-size: 2.4rem;
    margin: 0;
    padding-top: 30px;
  }
}

.comp_v2_0560__h3--bold, .comp_v2_0560__h3--regular {
  font-size: 2.8rem;
  margin: 0;
  padding: 50px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0560__h3--bold, .comp_v2_0560__h3--regular {
    font-size: 2.4rem;
    margin: 0;
    padding-top: 30px;
  }
}

.comp_v2_0560__h3--bold a, .comp_v2_0560__h3--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0560__h3--bold a::after, .comp_v2_0560__h3--regular a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_0560__h3--bold a[target="_blank"]::after, .comp_v2_0560__h3--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0560__h3--bold a[href$=".pdf"]::after, .comp_v2_0560__h3--bold a[href*="docget.jsp"]::after, .comp_v2_0560__h3--regular a[href$=".pdf"]::after, .comp_v2_0560__h3--regular a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_0560__h3--bold a[href*="/list/index.php"]::after, .comp_v2_0560__h3--regular a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_0560__h3--bold a[href^="#"]::after, .comp_v2_0560__h3--regular a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_0560__h3--bold a[href^="tel:"]::after, .comp_v2_0560__h3--bold a[href^="mailto:"]::after, .comp_v2_0560__h3--regular a[href^="tel:"]::after, .comp_v2_0560__h3--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0560__h3--bold a[href^="tel:"], .comp_v2_0560__h3--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0560__h3--bold a:hover, .comp_v2_0560__h3--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0560__h3--bold a:hover::after, .comp_v2_0560__h3--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0560__h3--bold a:hover[target="_blank"]::after, .comp_v2_0560__h3--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0560__h3--bold a:hover[href$=".pdf"]::after, .comp_v2_0560__h3--bold a:hover[href*="docget.jsp"]::after, .comp_v2_0560__h3--regular a:hover[href$=".pdf"]::after, .comp_v2_0560__h3--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0560__h3--bold a:hover[href*="/list/index.php"]::after, .comp_v2_0560__h3--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0560__h3--bold a:hover[href^="#"]::after, .comp_v2_0560__h3--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0560__h3--bold a:hover[href^="tel:"]::after, .comp_v2_0560__h3--bold a:hover[href^="mailto:"]::after, .comp_v2_0560__h3--regular a:hover[href^="tel:"]::after, .comp_v2_0560__h3--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0560__h3--bold {
  font-weight: bold;
}

.comp_v2_0560__h3--regular {
  font-weight: normal;
}

.comp_v2_0560__h4 {
  font-size: 2rem;
  margin: 0;
  padding: 40px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0560__h4 {
    margin: 0;
    padding-top: 30px;
  }
}

.comp_v2_0560__h4 a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0560__h4 a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_0560__h4 a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0560__h4 a[href$=".pdf"]::after, .comp_v2_0560__h4 a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_0560__h4 a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_0560__h4 a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_0560__h4 a[href^="tel:"]::after, .comp_v2_0560__h4 a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0560__h4 a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0560__h4 a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0560__h4 a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0560__h4 a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0560__h4 a:hover[href$=".pdf"]::after, .comp_v2_0560__h4 a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0560__h4 a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0560__h4 a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0560__h4 a:hover[href^="tel:"]::after, .comp_v2_0560__h4 a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0560__h4--bold, .comp_v2_0560__h4--regular {
  font-size: 2rem;
  margin: 0;
  padding: 40px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0560__h4--bold, .comp_v2_0560__h4--regular {
    margin: 0;
    padding-top: 30px;
  }
}

.comp_v2_0560__h4--bold a, .comp_v2_0560__h4--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0560__h4--bold a::after, .comp_v2_0560__h4--regular a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_0560__h4--bold a[target="_blank"]::after, .comp_v2_0560__h4--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0560__h4--bold a[href$=".pdf"]::after, .comp_v2_0560__h4--bold a[href*="docget.jsp"]::after, .comp_v2_0560__h4--regular a[href$=".pdf"]::after, .comp_v2_0560__h4--regular a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_0560__h4--bold a[href*="/list/index.php"]::after, .comp_v2_0560__h4--regular a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_0560__h4--bold a[href^="#"]::after, .comp_v2_0560__h4--regular a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_0560__h4--bold a[href^="tel:"]::after, .comp_v2_0560__h4--bold a[href^="mailto:"]::after, .comp_v2_0560__h4--regular a[href^="tel:"]::after, .comp_v2_0560__h4--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0560__h4--bold a[href^="tel:"], .comp_v2_0560__h4--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0560__h4--bold a:hover, .comp_v2_0560__h4--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0560__h4--bold a:hover::after, .comp_v2_0560__h4--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0560__h4--bold a:hover[target="_blank"]::after, .comp_v2_0560__h4--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0560__h4--bold a:hover[href$=".pdf"]::after, .comp_v2_0560__h4--bold a:hover[href*="docget.jsp"]::after, .comp_v2_0560__h4--regular a:hover[href$=".pdf"]::after, .comp_v2_0560__h4--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0560__h4--bold a:hover[href*="/list/index.php"]::after, .comp_v2_0560__h4--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0560__h4--bold a:hover[href^="#"]::after, .comp_v2_0560__h4--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0560__h4--bold a:hover[href^="tel:"]::after, .comp_v2_0560__h4--bold a:hover[href^="mailto:"]::after, .comp_v2_0560__h4--regular a:hover[href^="tel:"]::after, .comp_v2_0560__h4--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0560__h4--bold {
  font-weight: bold;
}

.comp_v2_0560__h4--regular {
  font-weight: normal;
}

.comp_v2_0560__h5 {
  font-size: 1.8rem;
  margin: 0;
  padding: 30px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

.comp_v2_0560__h5 a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0560__h5 a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_0560__h5 a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0560__h5 a[href$=".pdf"]::after, .comp_v2_0560__h5 a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_0560__h5 a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_0560__h5 a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_0560__h5 a[href^="tel:"]::after, .comp_v2_0560__h5 a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0560__h5 a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0560__h5 a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0560__h5 a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0560__h5 a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0560__h5 a:hover[href$=".pdf"]::after, .comp_v2_0560__h5 a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0560__h5 a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0560__h5 a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0560__h5 a:hover[href^="tel:"]::after, .comp_v2_0560__h5 a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0560__h5--bold, .comp_v2_0560__h5--regular {
  font-size: 1.8rem;
  margin: 0;
  padding: 30px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

.comp_v2_0560__h5--bold a, .comp_v2_0560__h5--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0560__h5--bold a::after, .comp_v2_0560__h5--regular a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_0560__h5--bold a[target="_blank"]::after, .comp_v2_0560__h5--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0560__h5--bold a[href$=".pdf"]::after, .comp_v2_0560__h5--bold a[href*="docget.jsp"]::after, .comp_v2_0560__h5--regular a[href$=".pdf"]::after, .comp_v2_0560__h5--regular a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_0560__h5--bold a[href*="/list/index.php"]::after, .comp_v2_0560__h5--regular a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_0560__h5--bold a[href^="#"]::after, .comp_v2_0560__h5--regular a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_0560__h5--bold a[href^="tel:"]::after, .comp_v2_0560__h5--bold a[href^="mailto:"]::after, .comp_v2_0560__h5--regular a[href^="tel:"]::after, .comp_v2_0560__h5--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0560__h5--bold a[href^="tel:"], .comp_v2_0560__h5--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0560__h5--bold a:hover, .comp_v2_0560__h5--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0560__h5--bold a:hover::after, .comp_v2_0560__h5--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0560__h5--bold a:hover[target="_blank"]::after, .comp_v2_0560__h5--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0560__h5--bold a:hover[href$=".pdf"]::after, .comp_v2_0560__h5--bold a:hover[href*="docget.jsp"]::after, .comp_v2_0560__h5--regular a:hover[href$=".pdf"]::after, .comp_v2_0560__h5--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0560__h5--bold a:hover[href*="/list/index.php"]::after, .comp_v2_0560__h5--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0560__h5--bold a:hover[href^="#"]::after, .comp_v2_0560__h5--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0560__h5--bold a:hover[href^="tel:"]::after, .comp_v2_0560__h5--bold a:hover[href^="mailto:"]::after, .comp_v2_0560__h5--regular a:hover[href^="tel:"]::after, .comp_v2_0560__h5--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0560__h5--bold {
  font-weight: bold;
}

.comp_v2_0560__h5--regular {
  font-weight: normal;
}

.comp_v2_0560__slider {
  display: none;
  margin-top: 15px;
  margin-left: 70px;
  margin-right: 70px;
  max-width: 1140px;
}

@media screen and (min-width: 1280px) {
  .comp_v2_0560__slider {
    width: 1140px;
    margin: 15px auto 0;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0560__slider {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }
}

.comp_v2_0560__slider.slick-initialized {
  display: block;
}

.comp_v2_0560__slider .prev {
  position: absolute;
  top: calc(50% - 20px);
  left: -40px;
  width: 40px;
  height: 40px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/icon-prev.png);
  background-size: 40px 40px;
  cursor: pointer;
  text-indent: -999em;
}

.comp_v2_0560__slider .next {
  position: absolute;
  top: calc(50% - 20px);
  right: -40px;
  width: 40px;
  height: 40px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/icon-next.png);
  background-size: 40px 40px;
  cursor: pointer;
  text-indent: -999em;
}

.comp_v2_0560__slider .slick-disabled {
  opacity: 0.1;
}

.comp_v2_0560__slider .slick-disabled:hover {
  cursor: default;
  opacity: 0.1;
}

.comp_v2_0560__slider .prev.slick-arrow,
.comp_v2_0560__slider .next.slick-arrow {
  top: calc(50% - 24px);
}

.comp_v2_0560__slider .prev.slick-arrow {
  left: -55px;
}

.comp_v2_0560__slider .next.slick-arrow {
  right: -55px;
}

.comp_v2_0560__slider .slick-dots {
  position: relative;
  font-size: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 15px 0;
  margin: 0 auto;
  width: 80%;
}

.comp_v2_0560__slider .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 2px 5px;
  padding: 0;
  cursor: pointer;
}

.comp_v2_0560__slider .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 7px;
  border: 2px solid #6e7175;
}

.comp_v2_0560__slider .slick-dots li button:hover, .comp_v2_0560__slider .slick-dots li button:focus {
  outline: none;
}

.comp_v2_0560__slider .slick-dots li button:hover:before, .comp_v2_0560__slider .slick-dots li button:focus:before {
  opacity: 1;
}

.comp_v2_0560__slider .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 12px;
  height: 12px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  opacity: 0.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 6px;
}

.comp_v2_0560__slider .slick-dots li.slick-active button {
  opacity: 1;
  border: 2px solid #1d1e21;
  background-color: #1d1e21;
}

.comp_v2_0560__slider .slick-dots {
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.comp_v2_0560__slider .slick-dots li {
  margin: 0;
  padding: 5px;
}

.comp_v2_0560__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.comp_v2_0560__slider .slick-track .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

@media screen and (max-width: 768px) {
  .comp_v2_0560__slider .slick-track .slick-slide {
    padding: 0;
    width: 60vw;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .comp_v2_0560__slider .slick-track .slick-slide:not(.slick-center) {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

.comp_v2_0560__slider .slick-track .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.comp_v2_0560__slider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 23px;
}

@media screen and (max-width: 1139px) {
  .comp_v2_0560__slider__item {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0560__slider__item {
    width: 310px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.comp_v2_0560__slider__item__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  border-radius: 8px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transition-property: color, -webkit-box-shadow;
  transition-property: color, -webkit-box-shadow;
  transition-property: box-shadow, color;
  transition-property: box-shadow, color, -webkit-box-shadow;
}

.comp_v2_0560__slider__item__inner::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 4px;
  border-radius: 8px 8px 0 0;
  background-color: #0064d2;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  opacity: 0;
}

a.comp_v2_0560__slider__item__inner:hover {
  -webkit-box-shadow: 0 8px 15px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0 8px 15px 0px rgba(0, 0, 0, 0.16);
}

a.comp_v2_0560__slider__item__inner:hover::before {
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  opacity: 1;
}

a.comp_v2_0560__slider__item__inner:hover .comp_v2_0560__slider__item__content__title {
  color: #0064d2;
}

.comp_v2_0560__slider__item__image {
  width: 100%;
  margin-bottom: 15px;
}

.comp_v2_0560__slider__item__image img {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.comp_v2_0560__slider__item__keyword {
  font-size: 1.2rem;
  color: #707070;
  letter-spacing: 0.1rem;
}

.comp_v2_0560__slider__item__content {
  margin-top: 10px;
  margin-bottom: 0;
}

.comp_v2_0560__slider__item__content__title {
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
  color: #1d1e21;
  position: relative;
  overflow: hidden;
  letter-spacing: 0.1rem;
  -webkit-transition: color ease 0.3s;
  transition: color ease 0.3s;
}

.comp_v2_0560__slider__item__content__data {
  line-height: 1.4;
}

.comp_v2_0560__slider--edit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.comp_v2_0560__slider--edit .comp_v2_0560__slider__item {
  width: 33.3%;
}

.comp_v2_0900 .comp_v2_0560__frame {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_0560__frame {
    padding-left: 0;
    padding-right: 0;
  }
}

.comp_v2_0620__frame, .comp_v2_0620__frame--noimage {
  padding: 30px 15px;
  overflow: hidden;
  max-width: 1140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .comp_v2_0620__frame, .comp_v2_0620__frame--noimage {
    padding: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0620__frame, .comp_v2_0620__frame--noimage {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
  }
}

.comp_v2_0620__frame--noimage {
  display: block;
}

.comp_v2_0620__title {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0620__title {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    padding-right: 15px;
  }
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0620__frame--noimage .comp_v2_0620__title {
    padding-right: 0;
  }
}

.comp_v2_0620__title__h1 {
  font-size: 4.8rem;
  margin: 0;
  padding: 70px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0620__title__h1 {
    margin: 0;
    padding-top: 50px;
    font-size: 2.8rem;
  }
}

.comp_v2_0620__title__h1 a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0620__title__h1 a::after {
  position: relative;
  margin-left: 20px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 18px 18px;
}

.comp_v2_0620__title__h1 a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0620__title__h1 a[href$=".pdf"]::after, .comp_v2_0620__title__h1 a[href*="docget.jsp"]::after {
  width: 18px;
  height: 24px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 18px 24px;
}

.comp_v2_0620__title__h1 a[href*="/list/index.php"]::after {
  width: 20px;
  height: 17px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 20px 17px;
}

.comp_v2_0620__title__h1 a[href^="#"]::after {
  width: 20px;
  height: 20px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 20px 20px;
}

.comp_v2_0620__title__h1 a[href^="tel:"]::after, .comp_v2_0620__title__h1 a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0620__title__h1 a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0620__title__h1 a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0620__title__h1 a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0620__title__h1 a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0620__title__h1 a:hover[href$=".pdf"]::after, .comp_v2_0620__title__h1 a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0620__title__h1 a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0620__title__h1 a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0620__title__h1 a:hover[href^="tel:"]::after, .comp_v2_0620__title__h1 a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0620__title__h1--bold, .comp_v2_0620__title__h1--regular {
  font-size: 4.8rem;
  margin: 0;
  padding: 70px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0620__title__h1--bold, .comp_v2_0620__title__h1--regular {
    margin: 0;
    padding-top: 50px;
    font-size: 2.8rem;
  }
}

.comp_v2_0620__title__h1--bold a, .comp_v2_0620__title__h1--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0620__title__h1--bold a::after, .comp_v2_0620__title__h1--regular a::after {
  position: relative;
  margin-left: 20px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 18px 18px;
}

.comp_v2_0620__title__h1--bold a[target="_blank"]::after, .comp_v2_0620__title__h1--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0620__title__h1--bold a[href$=".pdf"]::after, .comp_v2_0620__title__h1--bold a[href*="docget.jsp"]::after, .comp_v2_0620__title__h1--regular a[href$=".pdf"]::after, .comp_v2_0620__title__h1--regular a[href*="docget.jsp"]::after {
  width: 18px;
  height: 24px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 18px 24px;
}

.comp_v2_0620__title__h1--bold a[href*="/list/index.php"]::after, .comp_v2_0620__title__h1--regular a[href*="/list/index.php"]::after {
  width: 20px;
  height: 17px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 20px 17px;
}

.comp_v2_0620__title__h1--bold a[href^="#"]::after, .comp_v2_0620__title__h1--regular a[href^="#"]::after {
  width: 20px;
  height: 20px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 20px 20px;
}

.comp_v2_0620__title__h1--bold a[href^="tel:"]::after, .comp_v2_0620__title__h1--bold a[href^="mailto:"]::after, .comp_v2_0620__title__h1--regular a[href^="tel:"]::after, .comp_v2_0620__title__h1--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0620__title__h1--bold a[href^="tel:"], .comp_v2_0620__title__h1--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0620__title__h1--bold a:hover, .comp_v2_0620__title__h1--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0620__title__h1--bold a:hover::after, .comp_v2_0620__title__h1--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0620__title__h1--bold a:hover[target="_blank"]::after, .comp_v2_0620__title__h1--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0620__title__h1--bold a:hover[href$=".pdf"]::after, .comp_v2_0620__title__h1--bold a:hover[href*="docget.jsp"]::after, .comp_v2_0620__title__h1--regular a:hover[href$=".pdf"]::after, .comp_v2_0620__title__h1--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0620__title__h1--bold a:hover[href*="/list/index.php"]::after, .comp_v2_0620__title__h1--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0620__title__h1--bold a:hover[href^="#"]::after, .comp_v2_0620__title__h1--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0620__title__h1--bold a:hover[href^="tel:"]::after, .comp_v2_0620__title__h1--bold a:hover[href^="mailto:"]::after, .comp_v2_0620__title__h1--regular a:hover[href^="tel:"]::after, .comp_v2_0620__title__h1--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0620__title__h1--bold {
  font-weight: bold;
}

.comp_v2_0620__title__h1--regular {
  font-weight: normal;
}

.comp_v2_0620__title__h1--bold, .comp_v2_0620__title__h1--regular {
  padding: 0;
  display: inline-block;
}

.comp_v2_0620__title__status {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 4px;
  color: #fff;
  background-color: #af8cc8;
  font-size: 1.1rem;
  letter-spacing: 0.1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.comp_v2_0620__title *:first-child:nth-last-child(2) {
  margin-right: 10px;
}

.comp_v2_0620__title__sub_title {
  font-size: 3.4rem;
  margin: 0;
  padding: 60px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  display: block;
}

@media screen and (max-width: 768px) {
  .comp_v2_0620__title__sub_title {
    font-size: 2.8rem;
    margin: 0;
    padding-top: 40px;
  }
}

.comp_v2_0620__title__sub_title a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0620__title__sub_title a::after {
  position: relative;
  margin-left: 20px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 18px 18px;
}

.comp_v2_0620__title__sub_title a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0620__title__sub_title a[href$=".pdf"]::after, .comp_v2_0620__title__sub_title a[href*="docget.jsp"]::after {
  width: 18px;
  height: 24px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 18px 24px;
}

.comp_v2_0620__title__sub_title a[href*="/list/index.php"]::after {
  width: 20px;
  height: 17px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 20px 17px;
}

.comp_v2_0620__title__sub_title a[href^="#"]::after {
  width: 20px;
  height: 20px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 20px 20px;
}

.comp_v2_0620__title__sub_title a[href^="tel:"]::after, .comp_v2_0620__title__sub_title a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0620__title__sub_title a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0620__title__sub_title a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0620__title__sub_title a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0620__title__sub_title a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0620__title__sub_title a:hover[href$=".pdf"]::after, .comp_v2_0620__title__sub_title a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0620__title__sub_title a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0620__title__sub_title a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0620__title__sub_title a:hover[href^="tel:"]::after, .comp_v2_0620__title__sub_title a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0620__title__sub_title--bold, .comp_v2_0620__title__sub_title--regular {
  font-size: 3.4rem;
  margin: 0;
  padding: 60px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0620__title__sub_title--bold, .comp_v2_0620__title__sub_title--regular {
    font-size: 2.8rem;
    margin: 0;
    padding-top: 40px;
  }
}

.comp_v2_0620__title__sub_title--bold a, .comp_v2_0620__title__sub_title--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0620__title__sub_title--bold a::after, .comp_v2_0620__title__sub_title--regular a::after {
  position: relative;
  margin-left: 20px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 18px 18px;
}

.comp_v2_0620__title__sub_title--bold a[target="_blank"]::after, .comp_v2_0620__title__sub_title--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0620__title__sub_title--bold a[href$=".pdf"]::after, .comp_v2_0620__title__sub_title--bold a[href*="docget.jsp"]::after, .comp_v2_0620__title__sub_title--regular a[href$=".pdf"]::after, .comp_v2_0620__title__sub_title--regular a[href*="docget.jsp"]::after {
  width: 18px;
  height: 24px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 18px 24px;
}

.comp_v2_0620__title__sub_title--bold a[href*="/list/index.php"]::after, .comp_v2_0620__title__sub_title--regular a[href*="/list/index.php"]::after {
  width: 20px;
  height: 17px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 20px 17px;
}

.comp_v2_0620__title__sub_title--bold a[href^="#"]::after, .comp_v2_0620__title__sub_title--regular a[href^="#"]::after {
  width: 20px;
  height: 20px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 20px 20px;
}

.comp_v2_0620__title__sub_title--bold a[href^="tel:"]::after, .comp_v2_0620__title__sub_title--bold a[href^="mailto:"]::after, .comp_v2_0620__title__sub_title--regular a[href^="tel:"]::after, .comp_v2_0620__title__sub_title--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0620__title__sub_title--bold a[href^="tel:"], .comp_v2_0620__title__sub_title--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0620__title__sub_title--bold a:hover, .comp_v2_0620__title__sub_title--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0620__title__sub_title--bold a:hover::after, .comp_v2_0620__title__sub_title--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0620__title__sub_title--bold a:hover[target="_blank"]::after, .comp_v2_0620__title__sub_title--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0620__title__sub_title--bold a:hover[href$=".pdf"]::after, .comp_v2_0620__title__sub_title--bold a:hover[href*="docget.jsp"]::after, .comp_v2_0620__title__sub_title--regular a:hover[href$=".pdf"]::after, .comp_v2_0620__title__sub_title--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0620__title__sub_title--bold a:hover[href*="/list/index.php"]::after, .comp_v2_0620__title__sub_title--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0620__title__sub_title--bold a:hover[href^="#"]::after, .comp_v2_0620__title__sub_title--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0620__title__sub_title--bold a:hover[href^="tel:"]::after, .comp_v2_0620__title__sub_title--bold a:hover[href^="mailto:"]::after, .comp_v2_0620__title__sub_title--regular a:hover[href^="tel:"]::after, .comp_v2_0620__title__sub_title--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0620__title__sub_title--bold {
  font-weight: bold;
}

.comp_v2_0620__title__sub_title--regular {
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .comp_v2_0620__title__sub_title {
    padding: 0;
  }
}

.comp_v2_0620__lead {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 30px;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0620__lead {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    padding-right: 15px;
  }
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0620__frame--noimage .comp_v2_0620__lead {
    padding-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0620__lead {
    margin-top: 15px;
  }
}

.comp_v2_0620__image_block {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0620__image_block {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    padding-left: 15px;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0620__image_block {
    margin-top: 15px;
  }
}

.comp_v2_0620__image_block__image img {
  max-height: 30vh;
  background-image: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0620__image_block__image img {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}

.comp_v2_0620__image_block__image figcaption {
  margin: 0;
  padding: 1em 0;
}

.comp_v2_0620__image_block .imagemodal figure {
  width: 100%;
}

.comp_v2_0620__image_block .imagemodal figure img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.comp_v2_0900 .comp_v2_0620__frame, .comp_v2_0900 .comp_v2_0620__frame--noimage {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_0620__frame, .comp_v2_0900 .comp_v2_0620__frame--noimage {
    padding-left: 0;
    padding-right: 0;
  }
}


.comp_v2_0640__frame {
  padding: 30px 15px;
  overflow: hidden;
  max-width: 1140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: visible;
}

@media screen and (max-width: 768px) {
  .comp_v2_0640__frame {
    padding: 20px;
  }
}

.comp_v2_0640__frame + .comp_v2_0640__frame {
  margin-top: 0;
}

.comp_v2_0640__accordion {
  border-top: 1px solid rgba(51, 51, 51, 0.2);
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  margin: -1px 0 0 0;
}

.comp_v2_0640__headding {
  width: 100%;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 3.4rem;
  color: #1d1e21;
  cursor: pointer;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  letter-spacing: 0.1rem;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0640__headding:hover {
    opacity: 0.5;
    -webkit-transition: all 300ms 0s ease;
    transition: all 300ms 0s ease;
  }
}

.comp_v2_0640__headding p {
  margin: 0;
}

.comp_v2_0640__headding__h1 {
  font-size: 4.8rem;
  margin: 0;
  padding: 70px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0640__headding__h1 {
    margin: 0;
    padding-top: 50px;
    font-size: 2.8rem;
  }
}

.comp_v2_0640__headding__h1 a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0640__headding__h1 a::after {
  position: relative;
  margin-left: 20px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 18px 18px;
}

.comp_v2_0640__headding__h1 a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0640__headding__h1 a[href$=".pdf"]::after, .comp_v2_0640__headding__h1 a[href*="docget.jsp"]::after {
  width: 18px;
  height: 24px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 18px 24px;
}

.comp_v2_0640__headding__h1 a[href*="/list/index.php"]::after {
  width: 20px;
  height: 17px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 20px 17px;
}

.comp_v2_0640__headding__h1 a[href^="#"]::after {
  width: 20px;
  height: 20px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 20px 20px;
}

.comp_v2_0640__headding__h1 a[href^="tel:"]::after, .comp_v2_0640__headding__h1 a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0640__headding__h1 a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0640__headding__h1 a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0640__headding__h1 a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0640__headding__h1 a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0640__headding__h1 a:hover[href$=".pdf"]::after, .comp_v2_0640__headding__h1 a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0640__headding__h1 a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0640__headding__h1 a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0640__headding__h1 a:hover[href^="tel:"]::after, .comp_v2_0640__headding__h1 a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0640__headding__h1--bold, .comp_v2_0640__headding__h1--regular {
  font-size: 4.8rem;
  margin: 0;
  padding: 70px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0640__headding__h1--bold, .comp_v2_0640__headding__h1--regular {
    margin: 0;
    padding-top: 50px;
    font-size: 2.8rem;
  }
}

.comp_v2_0640__headding__h1--bold a, .comp_v2_0640__headding__h1--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0640__headding__h1--bold a::after, .comp_v2_0640__headding__h1--regular a::after {
  position: relative;
  margin-left: 20px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 18px 18px;
}

.comp_v2_0640__headding__h1--bold a[target="_blank"]::after, .comp_v2_0640__headding__h1--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0640__headding__h1--bold a[href$=".pdf"]::after, .comp_v2_0640__headding__h1--bold a[href*="docget.jsp"]::after, .comp_v2_0640__headding__h1--regular a[href$=".pdf"]::after, .comp_v2_0640__headding__h1--regular a[href*="docget.jsp"]::after {
  width: 18px;
  height: 24px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 18px 24px;
}

.comp_v2_0640__headding__h1--bold a[href*="/list/index.php"]::after, .comp_v2_0640__headding__h1--regular a[href*="/list/index.php"]::after {
  width: 20px;
  height: 17px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 20px 17px;
}

.comp_v2_0640__headding__h1--bold a[href^="#"]::after, .comp_v2_0640__headding__h1--regular a[href^="#"]::after {
  width: 20px;
  height: 20px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 20px 20px;
}

.comp_v2_0640__headding__h1--bold a[href^="tel:"]::after, .comp_v2_0640__headding__h1--bold a[href^="mailto:"]::after, .comp_v2_0640__headding__h1--regular a[href^="tel:"]::after, .comp_v2_0640__headding__h1--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0640__headding__h1--bold a[href^="tel:"], .comp_v2_0640__headding__h1--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0640__headding__h1--bold a:hover, .comp_v2_0640__headding__h1--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0640__headding__h1--bold a:hover::after, .comp_v2_0640__headding__h1--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0640__headding__h1--bold a:hover[target="_blank"]::after, .comp_v2_0640__headding__h1--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0640__headding__h1--bold a:hover[href$=".pdf"]::after, .comp_v2_0640__headding__h1--bold a:hover[href*="docget.jsp"]::after, .comp_v2_0640__headding__h1--regular a:hover[href$=".pdf"]::after, .comp_v2_0640__headding__h1--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0640__headding__h1--bold a:hover[href*="/list/index.php"]::after, .comp_v2_0640__headding__h1--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0640__headding__h1--bold a:hover[href^="#"]::after, .comp_v2_0640__headding__h1--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0640__headding__h1--bold a:hover[href^="tel:"]::after, .comp_v2_0640__headding__h1--bold a:hover[href^="mailto:"]::after, .comp_v2_0640__headding__h1--regular a:hover[href^="tel:"]::after, .comp_v2_0640__headding__h1--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0640__headding__h1--bold {
  font-weight: bold;
}

.comp_v2_0640__headding__h1--regular {
  font-weight: normal;
}

.comp_v2_0640__headding__h2 {
  font-size: 3.4rem;
  margin: 0;
  padding: 60px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0640__headding__h2 {
    font-size: 2.8rem;
    margin: 0;
    padding-top: 40px;
  }
}

.comp_v2_0640__headding__h2 a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0640__headding__h2 a::after {
  position: relative;
  margin-left: 20px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 18px 18px;
}

.comp_v2_0640__headding__h2 a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0640__headding__h2 a[href$=".pdf"]::after, .comp_v2_0640__headding__h2 a[href*="docget.jsp"]::after {
  width: 18px;
  height: 24px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 18px 24px;
}

.comp_v2_0640__headding__h2 a[href*="/list/index.php"]::after {
  width: 20px;
  height: 17px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 20px 17px;
}

.comp_v2_0640__headding__h2 a[href^="#"]::after {
  width: 20px;
  height: 20px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 20px 20px;
}

.comp_v2_0640__headding__h2 a[href^="tel:"]::after, .comp_v2_0640__headding__h2 a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0640__headding__h2 a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0640__headding__h2 a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0640__headding__h2 a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0640__headding__h2 a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0640__headding__h2 a:hover[href$=".pdf"]::after, .comp_v2_0640__headding__h2 a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0640__headding__h2 a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0640__headding__h2 a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0640__headding__h2 a:hover[href^="tel:"]::after, .comp_v2_0640__headding__h2 a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0640__headding__h2--bold, .comp_v2_0640__headding__h2--regular {
  font-size: 3.4rem;
  margin: 0;
  padding: 60px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0640__headding__h2--bold, .comp_v2_0640__headding__h2--regular {
    font-size: 2.8rem;
    margin: 0;
    padding-top: 40px;
  }
}

.comp_v2_0640__headding__h2--bold a, .comp_v2_0640__headding__h2--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0640__headding__h2--bold a::after, .comp_v2_0640__headding__h2--regular a::after {
  position: relative;
  margin-left: 20px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 18px 18px;
}

.comp_v2_0640__headding__h2--bold a[target="_blank"]::after, .comp_v2_0640__headding__h2--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0640__headding__h2--bold a[href$=".pdf"]::after, .comp_v2_0640__headding__h2--bold a[href*="docget.jsp"]::after, .comp_v2_0640__headding__h2--regular a[href$=".pdf"]::after, .comp_v2_0640__headding__h2--regular a[href*="docget.jsp"]::after {
  width: 18px;
  height: 24px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 18px 24px;
}

.comp_v2_0640__headding__h2--bold a[href*="/list/index.php"]::after, .comp_v2_0640__headding__h2--regular a[href*="/list/index.php"]::after {
  width: 20px;
  height: 17px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 20px 17px;
}

.comp_v2_0640__headding__h2--bold a[href^="#"]::after, .comp_v2_0640__headding__h2--regular a[href^="#"]::after {
  width: 20px;
  height: 20px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 20px 20px;
}

.comp_v2_0640__headding__h2--bold a[href^="tel:"]::after, .comp_v2_0640__headding__h2--bold a[href^="mailto:"]::after, .comp_v2_0640__headding__h2--regular a[href^="tel:"]::after, .comp_v2_0640__headding__h2--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0640__headding__h2--bold a[href^="tel:"], .comp_v2_0640__headding__h2--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0640__headding__h2--bold a:hover, .comp_v2_0640__headding__h2--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0640__headding__h2--bold a:hover::after, .comp_v2_0640__headding__h2--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0640__headding__h2--bold a:hover[target="_blank"]::after, .comp_v2_0640__headding__h2--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0640__headding__h2--bold a:hover[href$=".pdf"]::after, .comp_v2_0640__headding__h2--bold a:hover[href*="docget.jsp"]::after, .comp_v2_0640__headding__h2--regular a:hover[href$=".pdf"]::after, .comp_v2_0640__headding__h2--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0640__headding__h2--bold a:hover[href*="/list/index.php"]::after, .comp_v2_0640__headding__h2--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0640__headding__h2--bold a:hover[href^="#"]::after, .comp_v2_0640__headding__h2--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0640__headding__h2--bold a:hover[href^="tel:"]::after, .comp_v2_0640__headding__h2--bold a:hover[href^="mailto:"]::after, .comp_v2_0640__headding__h2--regular a:hover[href^="tel:"]::after, .comp_v2_0640__headding__h2--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0640__headding__h2--bold {
  font-weight: bold;
}

.comp_v2_0640__headding__h2--regular {
  font-weight: normal;
}

.comp_v2_0640__headding__h3 {
  font-size: 2.8rem;
  margin: 0;
  padding: 50px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0640__headding__h3 {
    font-size: 2.4rem;
    margin: 0;
    padding-top: 30px;
  }
}

.comp_v2_0640__headding__h3--bold, .comp_v2_0640__headding__h3--regular {
  font-size: 2.8rem;
  margin: 0;
  padding: 50px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0640__headding__h3--bold, .comp_v2_0640__headding__h3--regular {
    font-size: 2.4rem;
    margin: 0;
    padding-top: 30px;
  }
}

.comp_v2_0640__headding__h3--bold a, .comp_v2_0640__headding__h3--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0640__headding__h3--bold a::after, .comp_v2_0640__headding__h3--regular a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_0640__headding__h3--bold a[target="_blank"]::after, .comp_v2_0640__headding__h3--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0640__headding__h3--bold a[href$=".pdf"]::after, .comp_v2_0640__headding__h3--bold a[href*="docget.jsp"]::after, .comp_v2_0640__headding__h3--regular a[href$=".pdf"]::after, .comp_v2_0640__headding__h3--regular a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_0640__headding__h3--bold a[href*="/list/index.php"]::after, .comp_v2_0640__headding__h3--regular a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_0640__headding__h3--bold a[href^="#"]::after, .comp_v2_0640__headding__h3--regular a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_0640__headding__h3--bold a[href^="tel:"]::after, .comp_v2_0640__headding__h3--bold a[href^="mailto:"]::after, .comp_v2_0640__headding__h3--regular a[href^="tel:"]::after, .comp_v2_0640__headding__h3--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0640__headding__h3--bold a[href^="tel:"], .comp_v2_0640__headding__h3--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0640__headding__h3--bold a:hover, .comp_v2_0640__headding__h3--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0640__headding__h3--bold a:hover::after, .comp_v2_0640__headding__h3--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0640__headding__h3--bold a:hover[target="_blank"]::after, .comp_v2_0640__headding__h3--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0640__headding__h3--bold a:hover[href$=".pdf"]::after, .comp_v2_0640__headding__h3--bold a:hover[href*="docget.jsp"]::after, .comp_v2_0640__headding__h3--regular a:hover[href$=".pdf"]::after, .comp_v2_0640__headding__h3--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0640__headding__h3--bold a:hover[href*="/list/index.php"]::after, .comp_v2_0640__headding__h3--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0640__headding__h3--bold a:hover[href^="#"]::after, .comp_v2_0640__headding__h3--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0640__headding__h3--bold a:hover[href^="tel:"]::after, .comp_v2_0640__headding__h3--bold a:hover[href^="mailto:"]::after, .comp_v2_0640__headding__h3--regular a:hover[href^="tel:"]::after, .comp_v2_0640__headding__h3--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0640__headding__h3--bold {
  font-weight: bold;
}

.comp_v2_0640__headding__h3--regular {
  font-weight: normal;
}

.comp_v2_0640__headding__h4 {
  font-size: 2rem;
  margin: 0;
  padding: 40px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0640__headding__h4 {
    margin: 0;
    padding-top: 30px;
  }
}

.comp_v2_0640__headding__h4 a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0640__headding__h4 a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_0640__headding__h4 a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0640__headding__h4 a[href$=".pdf"]::after, .comp_v2_0640__headding__h4 a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_0640__headding__h4 a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_0640__headding__h4 a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_0640__headding__h4 a[href^="tel:"]::after, .comp_v2_0640__headding__h4 a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0640__headding__h4 a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0640__headding__h4 a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0640__headding__h4 a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0640__headding__h4 a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0640__headding__h4 a:hover[href$=".pdf"]::after, .comp_v2_0640__headding__h4 a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0640__headding__h4 a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0640__headding__h4 a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0640__headding__h4 a:hover[href^="tel:"]::after, .comp_v2_0640__headding__h4 a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0640__headding__h4--bold, .comp_v2_0640__headding__h4--regular {
  font-size: 2rem;
  margin: 0;
  padding: 40px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0640__headding__h4--bold, .comp_v2_0640__headding__h4--regular {
    margin: 0;
    padding-top: 30px;
  }
}

.comp_v2_0640__headding__h4--bold a, .comp_v2_0640__headding__h4--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0640__headding__h4--bold a::after, .comp_v2_0640__headding__h4--regular a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_0640__headding__h4--bold a[target="_blank"]::after, .comp_v2_0640__headding__h4--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0640__headding__h4--bold a[href$=".pdf"]::after, .comp_v2_0640__headding__h4--bold a[href*="docget.jsp"]::after, .comp_v2_0640__headding__h4--regular a[href$=".pdf"]::after, .comp_v2_0640__headding__h4--regular a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_0640__headding__h4--bold a[href*="/list/index.php"]::after, .comp_v2_0640__headding__h4--regular a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_0640__headding__h4--bold a[href^="#"]::after, .comp_v2_0640__headding__h4--regular a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_0640__headding__h4--bold a[href^="tel:"]::after, .comp_v2_0640__headding__h4--bold a[href^="mailto:"]::after, .comp_v2_0640__headding__h4--regular a[href^="tel:"]::after, .comp_v2_0640__headding__h4--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0640__headding__h4--bold a[href^="tel:"], .comp_v2_0640__headding__h4--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0640__headding__h4--bold a:hover, .comp_v2_0640__headding__h4--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0640__headding__h4--bold a:hover::after, .comp_v2_0640__headding__h4--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0640__headding__h4--bold a:hover[target="_blank"]::after, .comp_v2_0640__headding__h4--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0640__headding__h4--bold a:hover[href$=".pdf"]::after, .comp_v2_0640__headding__h4--bold a:hover[href*="docget.jsp"]::after, .comp_v2_0640__headding__h4--regular a:hover[href$=".pdf"]::after, .comp_v2_0640__headding__h4--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0640__headding__h4--bold a:hover[href*="/list/index.php"]::after, .comp_v2_0640__headding__h4--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0640__headding__h4--bold a:hover[href^="#"]::after, .comp_v2_0640__headding__h4--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0640__headding__h4--bold a:hover[href^="tel:"]::after, .comp_v2_0640__headding__h4--bold a:hover[href^="mailto:"]::after, .comp_v2_0640__headding__h4--regular a:hover[href^="tel:"]::after, .comp_v2_0640__headding__h4--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0640__headding__h4--bold {
  font-weight: bold;
}

.comp_v2_0640__headding__h4--regular {
  font-weight: normal;
}

.comp_v2_0640__headding__h5 {
  font-size: 1.8rem;
  margin: 0;
  padding: 30px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

.comp_v2_0640__headding__h5 a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0640__headding__h5 a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_0640__headding__h5 a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0640__headding__h5 a[href$=".pdf"]::after, .comp_v2_0640__headding__h5 a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_0640__headding__h5 a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_0640__headding__h5 a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_0640__headding__h5 a[href^="tel:"]::after, .comp_v2_0640__headding__h5 a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0640__headding__h5 a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0640__headding__h5 a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0640__headding__h5 a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0640__headding__h5 a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0640__headding__h5 a:hover[href$=".pdf"]::after, .comp_v2_0640__headding__h5 a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0640__headding__h5 a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0640__headding__h5 a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0640__headding__h5 a:hover[href^="tel:"]::after, .comp_v2_0640__headding__h5 a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0640__headding__h5--bold, .comp_v2_0640__headding__h5--regular {
  font-size: 1.8rem;
  margin: 0;
  padding: 30px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

.comp_v2_0640__headding__h5--bold a, .comp_v2_0640__headding__h5--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0640__headding__h5--bold a::after, .comp_v2_0640__headding__h5--regular a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_0640__headding__h5--bold a[target="_blank"]::after, .comp_v2_0640__headding__h5--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0640__headding__h5--bold a[href$=".pdf"]::after, .comp_v2_0640__headding__h5--bold a[href*="docget.jsp"]::after, .comp_v2_0640__headding__h5--regular a[href$=".pdf"]::after, .comp_v2_0640__headding__h5--regular a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_0640__headding__h5--bold a[href*="/list/index.php"]::after, .comp_v2_0640__headding__h5--regular a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_0640__headding__h5--bold a[href^="#"]::after, .comp_v2_0640__headding__h5--regular a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_0640__headding__h5--bold a[href^="tel:"]::after, .comp_v2_0640__headding__h5--bold a[href^="mailto:"]::after, .comp_v2_0640__headding__h5--regular a[href^="tel:"]::after, .comp_v2_0640__headding__h5--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0640__headding__h5--bold a[href^="tel:"], .comp_v2_0640__headding__h5--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0640__headding__h5--bold a:hover, .comp_v2_0640__headding__h5--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0640__headding__h5--bold a:hover::after, .comp_v2_0640__headding__h5--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0640__headding__h5--bold a:hover[target="_blank"]::after, .comp_v2_0640__headding__h5--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0640__headding__h5--bold a:hover[href$=".pdf"]::after, .comp_v2_0640__headding__h5--bold a:hover[href*="docget.jsp"]::after, .comp_v2_0640__headding__h5--regular a:hover[href$=".pdf"]::after, .comp_v2_0640__headding__h5--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0640__headding__h5--bold a:hover[href*="/list/index.php"]::after, .comp_v2_0640__headding__h5--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0640__headding__h5--bold a:hover[href^="#"]::after, .comp_v2_0640__headding__h5--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0640__headding__h5--bold a:hover[href^="tel:"]::after, .comp_v2_0640__headding__h5--bold a:hover[href^="mailto:"]::after, .comp_v2_0640__headding__h5--regular a:hover[href^="tel:"]::after, .comp_v2_0640__headding__h5--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0640__headding__h5--bold {
  font-weight: bold;
}

.comp_v2_0640__headding__h5--regular {
  font-weight: normal;
}

.comp_v2_0640__headding__title {
  margin: 0;
  padding: 25px 55px 25px 25px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .comp_v2_0640__headding__title {
    padding: 25px 40px 25px 15px;
  }
}

.comp_v2_0640__headding__title:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: inline-block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/icon-open.png);
  background-size: 40px 40px;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
}

@media screen and (max-width: 768px) {
  .comp_v2_0640__headding__title:after {
    width: 32px;
    height: 32px;
    background-size: 32px 32px;
  }
}

.comp_v2_0640__headding__h1--bold, .comp_v2_0640__headding__h1--regular, .comp_v2_0640__headding__h2--bold, .comp_v2_0640__headding__h2--regular, .comp_v2_0640__headding__h3--bold, .comp_v2_0640__headding__h3--regular, .comp_v2_0640__headding__h4--bold, .comp_v2_0640__headding__h4--regular, .comp_v2_0640__headding__h5--bold, .comp_v2_0640__headding__h5--regular {
  margin: 0;
  padding: 25px 55px 25px 25px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .comp_v2_0640__headding__h1--bold, .comp_v2_0640__headding__h1--regular, .comp_v2_0640__headding__h2--bold, .comp_v2_0640__headding__h2--regular, .comp_v2_0640__headding__h3--bold, .comp_v2_0640__headding__h3--regular, .comp_v2_0640__headding__h4--bold, .comp_v2_0640__headding__h4--regular, .comp_v2_0640__headding__h5--bold, .comp_v2_0640__headding__h5--regular {
    padding: 25px 40px 25px 15px;
  }
}

.comp_v2_0640__headding__h1--bold:after, .comp_v2_0640__headding__h1--regular:after, .comp_v2_0640__headding__h2--bold:after, .comp_v2_0640__headding__h2--regular:after, .comp_v2_0640__headding__h3--bold:after, .comp_v2_0640__headding__h3--regular:after, .comp_v2_0640__headding__h4--bold:after, .comp_v2_0640__headding__h4--regular:after, .comp_v2_0640__headding__h5--bold:after, .comp_v2_0640__headding__h5--regular:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: inline-block;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/icon-open.png);
  background-size: 40px 40px;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
}

@media screen and (max-width: 768px) {
  .comp_v2_0640__headding__h1--bold:after, .comp_v2_0640__headding__h1--regular:after, .comp_v2_0640__headding__h2--bold:after, .comp_v2_0640__headding__h2--regular:after, .comp_v2_0640__headding__h3--bold:after, .comp_v2_0640__headding__h3--regular:after, .comp_v2_0640__headding__h4--bold:after, .comp_v2_0640__headding__h4--regular:after, .comp_v2_0640__headding__h5--bold:after, .comp_v2_0640__headding__h5--regular:after {
    width: 32px;
    height: 32px;
    background-size: 32px 32px;
  }
}

.comp_v2_0640__headding__h1--bold, .comp_v2_0640__headding__h1--regular {
  padding: 25px 55px 25px 25px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0640__headding__h1--bold, .comp_v2_0640__headding__h1--regular {
    padding: 25px 40px 25px 15px;
  }
}

.comp_v2_0640__headding__h1--bold:after, .comp_v2_0640__headding__h1--regular:after {
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0640__headding__h1--bold:after, .comp_v2_0640__headding__h1--regular:after {
    width: 32px;
    height: 32px;
    background-size: 32px 32px;
  }
}

.comp_v2_0640__headding__h2--bold, .comp_v2_0640__headding__h2--regular {
  padding: 25px 55px 25px 25px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0640__headding__h2--bold, .comp_v2_0640__headding__h2--regular {
    padding: 25px 40px 25px 15px;
  }
}

.comp_v2_0640__headding__h2--bold:after, .comp_v2_0640__headding__h2--regular:after {
  width: 36px;
  height: 36px;
  background-size: 36px 36px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0640__headding__h2--bold:after, .comp_v2_0640__headding__h2--regular:after {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
  }
}

.comp_v2_0640__headding__h3--bold, .comp_v2_0640__headding__h3--regular {
  padding: 20px 40px 20px 25px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0640__headding__h3--bold, .comp_v2_0640__headding__h3--regular {
    padding: 20px 40px 20px 15px;
  }
}

.comp_v2_0640__headding__h3--bold:after, .comp_v2_0640__headding__h3--regular:after {
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0640__headding__h3--bold:after, .comp_v2_0640__headding__h3--regular:after {
    width: 28px;
    height: 28px;
    background-size: 28px 28px;
  }
}

.comp_v2_0640__headding__h4--bold, .comp_v2_0640__headding__h4--regular {
  padding: 15px 40px 15px 25px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0640__headding__h4--bold, .comp_v2_0640__headding__h4--regular {
    padding: 15px 40px 15px 15px;
  }
}

.comp_v2_0640__headding__h4--bold:after, .comp_v2_0640__headding__h4--regular:after {
  width: 28px;
  height: 28px;
  background-size: 28px 28px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0640__headding__h4--bold:after, .comp_v2_0640__headding__h4--regular:after {
    width: 26px;
    height: 26px;
    background-size: 26px 26px;
  }
}

.comp_v2_0640__headding__h5--bold, .comp_v2_0640__headding__h5--regular {
  padding: 15px 40px 15px 25px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0640__headding__h5--bold, .comp_v2_0640__headding__h5--regular {
    padding: 15px 40px 15px 15px;
  }
}

.comp_v2_0640__headding__h5--bold:after, .comp_v2_0640__headding__h5--regular:after {
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0640__headding__h5--bold:after, .comp_v2_0640__headding__h5--regular:after {
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
  }
}

.comp_v2_0640__headding.open + .comp_v2_0640__detail__title, .comp_v2_0640__headding.open + .comp_v2_0640__detail__h1, .comp_v2_0640__headding.open + .comp_v2_0640__detail__h2, .comp_v2_0640__headding.open + .comp_v2_0640__detail__h3, .comp_v2_0640__headding.open + .comp_v2_0640__detail__h4, .comp_v2_0640__headding.open + .comp_v2_0640__detail__h5 {
  position: relative;
  display: block;
  height: auto;
  opacity: 1;
  top: 0;
}

.comp_v2_0640__headding.open .comp_v2_0640__headding__title:after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/icon-close.png);
}

.comp_v2_0640__headding.open .comp_v2_0640__headding__h1--bold:after, .comp_v2_0640__headding.open .comp_v2_0640__headding__h1--regular:after,
.comp_v2_0640__headding.open .comp_v2_0640__headding__h2--bold:after,
.comp_v2_0640__headding.open .comp_v2_0640__headding__h2--regular:after,
.comp_v2_0640__headding.open .comp_v2_0640__headding__h3--bold:after,
.comp_v2_0640__headding.open .comp_v2_0640__headding__h3--regular:after,
.comp_v2_0640__headding.open .comp_v2_0640__headding__h4--bold:after,
.comp_v2_0640__headding.open .comp_v2_0640__headding__h4--regular:after,
.comp_v2_0640__headding.open .comp_v2_0640__headding__h5--bold:after,
.comp_v2_0640__headding.open .comp_v2_0640__headding__h5--regular:after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/icon-close.png);
}

.comp_v2_0640__detail__title, .comp_v2_0640__detail__h1, .comp_v2_0640__detail__h2, .comp_v2_0640__detail__h3, .comp_v2_0640__detail__h4, .comp_v2_0640__detail__h5 {
  display: none;
  height: 0;
  opacity: 0;
  margin: 0;
  padding: 0 0 25px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
}

.comp_v2_0640__detail__title h1,
.comp_v2_0640__detail__title h2,
.comp_v2_0640__detail__title h3,
.comp_v2_0640__detail__title h4,
.comp_v2_0640__detail__title h5, .comp_v2_0640__detail__h1 h1,
.comp_v2_0640__detail__h1 h2,
.comp_v2_0640__detail__h1 h3,
.comp_v2_0640__detail__h1 h4,
.comp_v2_0640__detail__h1 h5, .comp_v2_0640__detail__h2 h1,
.comp_v2_0640__detail__h2 h2,
.comp_v2_0640__detail__h2 h3,
.comp_v2_0640__detail__h2 h4,
.comp_v2_0640__detail__h2 h5, .comp_v2_0640__detail__h3 h1,
.comp_v2_0640__detail__h3 h2,
.comp_v2_0640__detail__h3 h3,
.comp_v2_0640__detail__h3 h4,
.comp_v2_0640__detail__h3 h5, .comp_v2_0640__detail__h4 h1,
.comp_v2_0640__detail__h4 h2,
.comp_v2_0640__detail__h4 h3,
.comp_v2_0640__detail__h4 h4,
.comp_v2_0640__detail__h4 h5, .comp_v2_0640__detail__h5 h1,
.comp_v2_0640__detail__h5 h2,
.comp_v2_0640__detail__h5 h3,
.comp_v2_0640__detail__h5 h4,
.comp_v2_0640__detail__h5 h5 {
  padding-top: 15px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0640__detail__title, .comp_v2_0640__detail__h1, .comp_v2_0640__detail__h2, .comp_v2_0640__detail__h3, .comp_v2_0640__detail__h4, .comp_v2_0640__detail__h5 {
    padding: 0 10px 15px;
  }
}

.comp_v2_0640__detail__h3 {
  padding: 0 0 20px 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0640__detail__h3 {
    padding: 0 0 15px 0;
  }
}

.comp_v2_0640__detail__h4, .comp_v2_0640__detail__h5 {
  padding: 0 0 15px 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0640__detail__h4, .comp_v2_0640__detail__h5 {
    padding: 0 0 15px 0;
  }
}

.comp_v2_0640 .comp_v2_0010,
.comp_v2_0640 .comp_v2_0050,
.comp_v2_0640 .comp_v2_0060,
.comp_v2_0640 .comp_v2_0070,
.comp_v2_0640 .comp_v2_0090,
.comp_v2_0640 .comp_v2_0110,
.comp_v2_0640 .comp_v2_0130,
.comp_v2_0640 .comp_v2_0140,
.comp_v2_0640 .comp_v2_0150,
.comp_v2_0640 .comp_v2_0160,
.comp_v2_0640 .comp_v2_0180,
.comp_v2_0640 .comp_v2_0190,
.comp_v2_0640 .comp_v2_0200,
.comp_v2_0640 .comp_v2_0210,
.comp_v2_0640 .comp_v2_0230,
.comp_v2_0640 .comp_v2_0240,
.comp_v2_0640 .comp_v2_0290,
.comp_v2_0640 .comp_v2_0350,
.comp_v2_0640 .comp_v2_0360,
.comp_v2_0640 .comp_v2_0370,
.comp_v2_0640 .comp_v2_0371,
.comp_v2_0640 .comp_v2_0380,
.comp_v2_0640 .comp_v2_0410,
.comp_v2_0640 .comp_v2_0420,
.comp_v2_0640 .comp_v2_0440,
.comp_v2_0640 .comp_v2_0450,
.comp_v2_0640 .comp_v2_0460,
.comp_v2_0640 .comp_v2_0470,
.comp_v2_0640 .comp_v2_0530,
.comp_v2_0640 .comp_v2_0540,
.comp_v2_0640 .comp_v2_0550,
.comp_v2_0640 .comp_v2_0560,
.comp_v2_0640 .comp_v2_0590,
.comp_v2_0640 .comp_v2_0620,
.comp_v2_0640 .comp_v2_0640,
.comp_v2_0640 .comp_v2_0690,
.comp_v2_0640 .comp_v2_0700,
.comp_v2_0640 .comp_v2_0710,
.comp_v2_0640 .comp_v2_0880,
.comp_v2_0640 .comp_v2_0900,
.comp_v2_0640 .comp_v2_0910,
.comp_v2_0640 .comp_v2_0920,
.comp_v2_0640 .comp_v2_0930,
.comp_v2_0640 .comp_v2_0020,
.comp_v2_0640 .comp_v2_0030,
.comp_v2_0640 .comp_v2_0120,
.comp_v2_0640 .comp_v2_0940,
.comp_v2_0640 .comp_v2_0950,
.comp_v2_0640 .comp_v2_0951,
.comp_v2_0640 .comp_v2_0960,
.comp_v2_0640 .comp_v2_0970,
.comp_v2_0640 .comp_v2_0980,
.comp_v2_0640 .comp_v2_0990,
.comp_v2_0640 .comp_v2_1000,
.comp_v2_0640 .comp_v2_1001,
.comp_v2_0640 .comp_v2_1002,
.comp_v2_0640 .comp_v2_1003,
.comp_v2_0640 .comp_v2_1004,
.comp_v2_0640 .comp_v2_1005,
.comp_v2_0640 .comp_v2_1006,
.comp_v2_0640 .comp_v2_1007,
.comp_v2_0640 .comp_v2_1008,
.comp_v2_0640 .comp_v2_1009,
.comp_v2_0640 .comp_v2_1010,
.comp_v2_0640 .comp_v2_1011,
.comp_v2_0640 .comp_v2_1012,
.comp_v2_0640 .comp_v2_1013,
.comp_v2_0640 .comp_v2_1014,
.comp_v2_0640 .comp_v2_1015,
.comp_v2_0640 .comp_v2_1016,
.comp_v2_0640 .comp_v2_1030,
.comp_v2_0640 .comp_v2_1021,
.comp_v2_0640 .comp_v2_1030,
.comp_v2_0640 .comp_v2_0011,
.comp_v2_0640 .comp_v2_1017,
.comp_v2_0640 .comp_v2_1040 {
  padding-left: 0;
  padding-right: 0;
}

.comp_v2_0900 .comp_v2_0640__frame {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_0640__frame {
    padding-left: 0;
    padding-right: 0;
  }
}


.comp_v2_0690__frame {
  padding: 30px 15px;
  overflow: hidden;
  max-width: 1140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .comp_v2_0690__frame {
    padding: 20px;
  }
}

.comp_v2_0690__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  margin: 0;
}

.comp_v2_0690__list__prev {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  text-align: left;
}

.comp_v2_0690__list__page {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  text-align: center;
}

.comp_v2_0690__list__page--active {
  font-size: 2rem;
  font-weight: bold;
}

.comp_v2_0690__list__next {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  text-align: right;
}

.comp_v2_0690__list a {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0690__list a:hover {
  text-decoration: underline;
}

.comp_v2_0690__list a :focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

@media screen and (max-width: 768px) {
  .comp_v2_0690__list {
    margin: 30px 0 0;
  }
}

.comp_v2_0900 .comp_v2_0690__frame {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_0690__frame {
    padding-left: 0;
    padding-right: 0;
  }
}


.comp_v2_0700__frame {
  padding: 30px 15px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .comp_v2_0700__frame {
    padding: 20px;
  }
}

.comp_v2_0700__box {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}

.comp_v2_0700__box__body__title {
  font-weight: bold;
  color: #1d1e21;
  letter-spacing: 0.1rem;
}

.comp_v2_0700__box__body__comment {
  margin-top: 20px;
}

.comp_v2_0700__box__body__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0700__box__body__search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.comp_v2_0700__box__body__search_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 1.2rem;
  color: #707070;
  margin-bottom: 5px;
  padding-left: 1px;
}

.comp_v2_0700__box__body__search__pnum {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .comp_v2_0700__box__body__search__pnum {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
  }
}

.comp_v2_0700__box__body__search__pnum__input {
  border: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 100%;
  height: 48px;
  background-color: #fff;
  -webkit-appearance: none;
}

@media screen and (max-width: 768px) {
  .comp_v2_0700__box__body__search__pnum__input {
    border-radius: 4px;
  }
}

.comp_v2_0700__box__body__search__pnum__input:disabled {
  background-color: #e7e7e8;
}

.comp_v2_0700__box__body__search__type {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .comp_v2_0700__box__body__search__type {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
    border-radius: 4px;
    margin-top: 15px;
  }
}

.comp_v2_0700__box__body__search__type__container {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 48px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

@media screen and (max-width: 768px) {
  .comp_v2_0700__box__body__search__type__container {
    width: 100%;
  }
}

.comp_v2_0700__box__body__search__type__container::before {
  position: absolute;
  padding: 0;
  content: "";
  top: 50%;
  right: 0.9em;
  bottom: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid rgba(51, 51, 51, 0.3);
  border-right: 2px solid rgba(51, 51, 51, 0.3);
  -webkit-transform: rotate(135deg) translate(-50%, 50%);
  transform: rotate(135deg) translate(-50%, 50%);
  pointer-events: none;
}

.comp_v2_0700__box__body__search__type__container::after {
  position: absolute;
  top: 0;
  right: 2.5em;
  bottom: 0;
  width: 1px;
  content: "";
  border-left: 1px solid #ccc;
}

.comp_v2_0700__box__body__search__type__container select {
  width: 100%;
  min-width: 120px;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 12px 45px 12px 10px;
  color: #333;
  letter-spacing: 0.1rem;
}

.comp_v2_0700__box__body__search__type__container select:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

.comp_v2_0700__box__body__search__type__container select::-ms-expand {
  display: none;
}

.comp_v2_0700__box__body__search__type__container select:disabled {
  background-color: #e7e7e8;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0700__box__body__search__type__container {
    margin-left: -1px;
    border-radius: 0 4px 4px 0;
  }
}

.comp_v2_0700__box__body__search__type__container select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  height: 46px;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0700__box__body__search__type__container select {
    border-radius: 0 4px 4px 0;
  }
}

.comp_v2_0700__box__body__search__type__container select:disabled {
  background-color: #e7e7e8;
}

.comp_v2_0700__box__body__search__submit, .comp_v2_0700__box__body__search__submit--loading {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  font-size: 1.4rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  background-color: #0064d2;
  text-align: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  min-width: 110px;
  min-height: 40px;
  border: none;
  letter-spacing: 0.1rem;
  height: 48px;
  min-width: 160px;
  margin-left: 10px;
}

.comp_v2_0700__box__body__search__submit:hover, .comp_v2_0700__box__body__search__submit--loading:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

.comp_v2_0700__box__body__search__submit:focus, .comp_v2_0700__box__body__search__submit--loading:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

.comp_v2_0700__box__body__search__submit:disabled, .comp_v2_0700__box__body__search__submit--loading:disabled {
  color: #FFF;
  background-color: #707070;
}

.comp_v2_0700__box__body__search__submit::before, .comp_v2_0700__box__body__search__submit--loading::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url("/apps/toshiba-ss-v2/clientlibs/dist/img/button-search.png");
  background-size: 18px 18px;
  margin-right: 0.2em;
  margin-bottom: 0.2em;
}

@media screen and (max-width: 768px) {
  .comp_v2_0700__box__body__search__submit, .comp_v2_0700__box__body__search__submit--loading {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }
}

.comp_v2_0700__box__body__search__submit--loading {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 80px;
}

.comp_v2_0700__box__body__search__submit--loading:hover {
  cursor: wait;
}

.comp_v2_0700__box__body__search__submit--loading::before {
  display: none;
}

.comp_v2_0700__box__body__search__submit--loading__spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
}

.comp_v2_0700__box__body__search__submit--loading__spinner div {
  -webkit-transform-origin: 20px 20px;
  transform-origin: 20px 20px;
  -webkit-animation: loadingSpinner 1.2s linear infinite;
  animation: loadingSpinner 1.2s linear infinite;
}

.comp_v2_0700__box__body__search__submit--loading__spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 17px;
  width: 3px;
  height: 9px;
  border-radius: 20%;
  background: #fff;
}

.comp_v2_0700__box__body__search__submit--loading__spinner div:nth-child(1) {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.comp_v2_0700__box__body__search__submit--loading__spinner div:nth-child(2) {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.comp_v2_0700__box__body__search__submit--loading__spinner div:nth-child(3) {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.comp_v2_0700__box__body__search__submit--loading__spinner div:nth-child(4) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.comp_v2_0700__box__body__search__submit--loading__spinner div:nth-child(5) {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.comp_v2_0700__box__body__search__submit--loading__spinner div:nth-child(6) {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.comp_v2_0700__box__body__search__submit--loading__spinner div:nth-child(7) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.comp_v2_0700__box__body__search__submit--loading__spinner div:nth-child(8) {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.comp_v2_0700__box__body__search__submit--loading__spinner div:nth-child(9) {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.comp_v2_0700__box__body__search__submit--loading__spinner div:nth-child(10) {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.comp_v2_0700__box__body__search__submit--loading__spinner div:nth-child(11) {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

.comp_v2_0700__box__body__search__submit--loading__spinner div:nth-child(12) {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.comp_v2_0700__box__body__search__note {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
  width: 100%;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0700__box__body__search__note {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.comp_v2_0700__box__body__result__keyword {
  font-weight: bold;
  color: #1d1e21;
}

.comp_v2_0700__box__body__result__number {
  color: #1d1e21;
}

.comp_v2_0700__table, .comp_v2_0700__table--show {
  max-width: 1140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  line-height: 1.6;
  position: relative;
  visibility: hidden;
  height: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0700__table__table th,
  .comp_v2_0700__table__table td {
    min-width: 100px;
  }
}

.comp_v2_0700__table__table, .comp_v2_0700__table__table__2cell, .comp_v2_0700__table__table02, .comp_v2_0700__table__table03 {
  border-collapse: collapse;
  border: 1px solid #e7e7e8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0700__table__table, .comp_v2_0700__table__table__2cell, .comp_v2_0700__table__table02, .comp_v2_0700__table__table03 {
    margin: 0;
  }
}

.comp_v2_0700__table__table caption, .comp_v2_0700__table__table__2cell caption, .comp_v2_0700__table__table02 caption, .comp_v2_0700__table__table03 caption {
  color: #1d1e21;
  text-align: left;
  padding: 20px 0;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .comp_v2_0700__table__table caption, .comp_v2_0700__table__table__2cell caption, .comp_v2_0700__table__table02 caption, .comp_v2_0700__table__table03 caption {
    padding: 10px 0;
  }
}

.comp_v2_0700__table__table th,
.comp_v2_0700__table__table td, .comp_v2_0700__table__table__2cell th,
.comp_v2_0700__table__table__2cell td, .comp_v2_0700__table__table02 th,
.comp_v2_0700__table__table02 td, .comp_v2_0700__table__table03 th,
.comp_v2_0700__table__table03 td {
  border: 1px solid #e7e7e8;
  text-align: left;
  padding: 10px 9px;
  font-weight: normal;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .comp_v2_0700__table__table th,
  .comp_v2_0700__table__table td, .comp_v2_0700__table__table__2cell th,
  .comp_v2_0700__table__table__2cell td, .comp_v2_0700__table__table02 th,
  .comp_v2_0700__table__table02 td, .comp_v2_0700__table__table03 th,
  .comp_v2_0700__table__table03 td {
    padding: 10px;
  }
}

.comp_v2_0700__table__table th, .comp_v2_0700__table__table__2cell th, .comp_v2_0700__table__table02 th, .comp_v2_0700__table__table03 th {
  color: #1d1e21;
  background-color: #f0f6fc;
}

.comp_v2_0700__table__table thead tr:nth-child(even), .comp_v2_0700__table__table__2cell thead tr:nth-child(even), .comp_v2_0700__table__table02 thead tr:nth-child(even), .comp_v2_0700__table__table03 thead tr:nth-child(even) {
  background-color: #f0f6fc;
}

.comp_v2_0700__table__table thead th,
.comp_v2_0700__table__table thead td, .comp_v2_0700__table__table__2cell thead th,
.comp_v2_0700__table__table__2cell thead td, .comp_v2_0700__table__table02 thead th,
.comp_v2_0700__table__table02 thead td, .comp_v2_0700__table__table03 thead th,
.comp_v2_0700__table__table03 thead td {
  font-weight: bold;
}

.comp_v2_0700__table__table tbody tr:nth-child(odd), .comp_v2_0700__table__table__2cell tbody tr:nth-child(odd), .comp_v2_0700__table__table02 tbody tr:nth-child(odd), .comp_v2_0700__table__table03 tbody tr:nth-child(odd) {
  background-color: #fff;
}

.comp_v2_0700__table__table tbody tr:nth-child(even), .comp_v2_0700__table__table__2cell tbody tr:nth-child(even), .comp_v2_0700__table__table02 tbody tr:nth-child(even), .comp_v2_0700__table__table03 tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}

.comp_v2_0700__table__table__btn p, .comp_v2_0700__table__table__2cell__btn p, .comp_v2_0700__table__table02__btn p, .comp_v2_0700__table__table03__btn p {
  margin: 0;
  padding: 0;
}

.comp_v2_0700__table__table__btn--center, .comp_v2_0700__table__table__2cell__btn--center, .comp_v2_0700__table__table02__btn--center, .comp_v2_0700__table__table03__btn--center {
  text-align: center;
}

.comp_v2_0700__table__table__btn--right, .comp_v2_0700__table__table__2cell__btn--right, .comp_v2_0700__table__table02__btn--right, .comp_v2_0700__table__table03__btn--right {
  text-align: right;
}

.comp_v2_0700__table__table__btn--default, .comp_v2_0700__table__table__2cell__btn--default, .comp_v2_0700__table__table02__btn--default, .comp_v2_0700__table__table03__btn--default {
  font-size: 1.4rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  background-color: #0064d2;
  text-align: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  min-width: 110px;
  min-height: 40px;
  border: none;
  letter-spacing: 0.1rem;
}

.comp_v2_0700__table__table__btn--default:hover, .comp_v2_0700__table__table__2cell__btn--default:hover, .comp_v2_0700__table__table02__btn--default:hover, .comp_v2_0700__table__table03__btn--default:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

.comp_v2_0700__table__table__btn--default:focus, .comp_v2_0700__table__table__2cell__btn--default:focus, .comp_v2_0700__table__table02__btn--default:focus, .comp_v2_0700__table__table03__btn--default:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

.comp_v2_0700__table__table__btn--default:disabled, .comp_v2_0700__table__table__2cell__btn--default:disabled, .comp_v2_0700__table__table02__btn--default:disabled, .comp_v2_0700__table__table03__btn--default:disabled {
  color: #FFF;
  background-color: #707070;
}

.comp_v2_0700__table__table__btn--default::before, .comp_v2_0700__table__table__2cell__btn--default::before, .comp_v2_0700__table__table02__btn--default::before, .comp_v2_0700__table__table03__btn--default::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url("/apps/toshiba-ss-v2/clientlibs/dist/img/button-arrow.png");
  background-size: 18px 18px;
  margin-right: 0.2em;
  margin-bottom: 0.2em;
}

.comp_v2_0700__table__table__btn a, .comp_v2_0700__table__table__2cell__btn a, .comp_v2_0700__table__table02__btn a, .comp_v2_0700__table__table03__btn a {
  font-size: 1.4rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
  min-width: 110px;
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  background-color: #0064d2;
  text-align: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  min-height: 40px;
  border: none;
  letter-spacing: 0.1rem;
}

.comp_v2_0700__table__table__btn a:hover, .comp_v2_0700__table__table__2cell__btn a:hover, .comp_v2_0700__table__table02__btn a:hover, .comp_v2_0700__table__table03__btn a:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
}

.comp_v2_0700__table__table__btn a::before, .comp_v2_0700__table__table__2cell__btn a::before, .comp_v2_0700__table__table02__btn a::before, .comp_v2_0700__table__table03__btn a::before {
  content: "";
  display: inline-block;
  width: 18px;
  min-width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-arrow.png);
  background-size: 18px 18px;
  margin-right: 0.25em;
  margin-bottom: 0.1em;
}

.comp_v2_0700__table__table__btn a[target="_blank"]::before, .comp_v2_0700__table__table__2cell__btn a[target="_blank"]::before, .comp_v2_0700__table__table02__btn a[target="_blank"]::before, .comp_v2_0700__table__table03__btn a[target="_blank"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-external.png);
}

.comp_v2_0700__table__table__btn a[href$=".pdf"]::before, .comp_v2_0700__table__table__btn a[href*="docget.jsp"]::before, .comp_v2_0700__table__table__2cell__btn a[href$=".pdf"]::before, .comp_v2_0700__table__table__2cell__btn a[href*="docget.jsp"]::before, .comp_v2_0700__table__table02__btn a[href$=".pdf"]::before, .comp_v2_0700__table__table02__btn a[href*="docget.jsp"]::before, .comp_v2_0700__table__table03__btn a[href$=".pdf"]::before, .comp_v2_0700__table__table03__btn a[href*="docget.jsp"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-pdf.png);
}

.comp_v2_0700__table__table__btn a[href*="/list/index.php"]::before, .comp_v2_0700__table__table__2cell__btn a[href*="/list/index.php"]::before, .comp_v2_0700__table__table02__btn a[href*="/list/index.php"]::before, .comp_v2_0700__table__table03__btn a[href*="/list/index.php"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-parametric.png);
}

.comp_v2_0700__table__table__btn a[href^="#"]::before, .comp_v2_0700__table__table__2cell__btn a[href^="#"]::before, .comp_v2_0700__table__table02__btn a[href^="#"]::before, .comp_v2_0700__table__table03__btn a[href^="#"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-anchor.png);
}

.comp_v2_0700__table__table__btn .comp_v2_0700__table__table__btn--search::before, .comp_v2_0700__table__table__2cell__btn .comp_v2_0700__table__table__btn--search::before, .comp_v2_0700__table__table02__btn .comp_v2_0700__table__table__btn--search::before, .comp_v2_0700__table__table03__btn .comp_v2_0700__table__table__btn--search::before, .comp_v2_0700__table__table__btn .comp_v2_0700__table__table__2cell__btn--search::before, .comp_v2_0700__table__table__2cell__btn .comp_v2_0700__table__table__2cell__btn--search::before, .comp_v2_0700__table__table02__btn .comp_v2_0700__table__table__2cell__btn--search::before, .comp_v2_0700__table__table03__btn .comp_v2_0700__table__table__2cell__btn--search::before, .comp_v2_0700__table__table__btn .comp_v2_0700__table__table02__btn--search::before, .comp_v2_0700__table__table__2cell__btn .comp_v2_0700__table__table02__btn--search::before, .comp_v2_0700__table__table02__btn .comp_v2_0700__table__table02__btn--search::before, .comp_v2_0700__table__table03__btn .comp_v2_0700__table__table02__btn--search::before, .comp_v2_0700__table__table__btn .comp_v2_0700__table__table03__btn--search::before, .comp_v2_0700__table__table__2cell__btn .comp_v2_0700__table__table03__btn--search::before, .comp_v2_0700__table__table02__btn .comp_v2_0700__table__table03__btn--search::before, .comp_v2_0700__table__table03__btn .comp_v2_0700__table__table03__btn--search::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-search.png);
}

.comp_v2_0700__table__table__btn .comp_v2_0700__table__table__btn--balloon::before, .comp_v2_0700__table__table__2cell__btn .comp_v2_0700__table__table__btn--balloon::before, .comp_v2_0700__table__table02__btn .comp_v2_0700__table__table__btn--balloon::before, .comp_v2_0700__table__table03__btn .comp_v2_0700__table__table__btn--balloon::before, .comp_v2_0700__table__table__btn .comp_v2_0700__table__table__2cell__btn--balloon::before, .comp_v2_0700__table__table__2cell__btn .comp_v2_0700__table__table__2cell__btn--balloon::before, .comp_v2_0700__table__table02__btn .comp_v2_0700__table__table__2cell__btn--balloon::before, .comp_v2_0700__table__table03__btn .comp_v2_0700__table__table__2cell__btn--balloon::before, .comp_v2_0700__table__table__btn .comp_v2_0700__table__table02__btn--balloon::before, .comp_v2_0700__table__table__2cell__btn .comp_v2_0700__table__table02__btn--balloon::before, .comp_v2_0700__table__table02__btn .comp_v2_0700__table__table02__btn--balloon::before, .comp_v2_0700__table__table03__btn .comp_v2_0700__table__table02__btn--balloon::before, .comp_v2_0700__table__table__btn .comp_v2_0700__table__table03__btn--balloon::before, .comp_v2_0700__table__table__2cell__btn .comp_v2_0700__table__table03__btn--balloon::before, .comp_v2_0700__table__table02__btn .comp_v2_0700__table__table03__btn--balloon::before, .comp_v2_0700__table__table03__btn .comp_v2_0700__table__table03__btn--balloon::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-balloon.png);
}

.comp_v2_0700__table__table__btn .comp_v2_0700__table__table__btn--cart::before, .comp_v2_0700__table__table__2cell__btn .comp_v2_0700__table__table__btn--cart::before, .comp_v2_0700__table__table02__btn .comp_v2_0700__table__table__btn--cart::before, .comp_v2_0700__table__table03__btn .comp_v2_0700__table__table__btn--cart::before, .comp_v2_0700__table__table__btn .comp_v2_0700__table__table__2cell__btn--cart::before, .comp_v2_0700__table__table__2cell__btn .comp_v2_0700__table__table__2cell__btn--cart::before, .comp_v2_0700__table__table02__btn .comp_v2_0700__table__table__2cell__btn--cart::before, .comp_v2_0700__table__table03__btn .comp_v2_0700__table__table__2cell__btn--cart::before, .comp_v2_0700__table__table__btn .comp_v2_0700__table__table02__btn--cart::before, .comp_v2_0700__table__table__2cell__btn .comp_v2_0700__table__table02__btn--cart::before, .comp_v2_0700__table__table02__btn .comp_v2_0700__table__table02__btn--cart::before, .comp_v2_0700__table__table03__btn .comp_v2_0700__table__table02__btn--cart::before, .comp_v2_0700__table__table__btn .comp_v2_0700__table__table03__btn--cart::before, .comp_v2_0700__table__table__2cell__btn .comp_v2_0700__table__table03__btn--cart::before, .comp_v2_0700__table__table02__btn .comp_v2_0700__table__table03__btn--cart::before, .comp_v2_0700__table__table03__btn .comp_v2_0700__table__table03__btn--cart::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-cart.png);
}

.comp_v2_0700__table__table__btn .comp_v2_0700__table__table__btn--large, .comp_v2_0700__table__table__2cell__btn .comp_v2_0700__table__table__btn--large, .comp_v2_0700__table__table02__btn .comp_v2_0700__table__table__btn--large, .comp_v2_0700__table__table03__btn .comp_v2_0700__table__table__btn--large, .comp_v2_0700__table__table__btn .comp_v2_0700__table__table__2cell__btn--large, .comp_v2_0700__table__table__2cell__btn .comp_v2_0700__table__table__2cell__btn--large, .comp_v2_0700__table__table02__btn .comp_v2_0700__table__table__2cell__btn--large, .comp_v2_0700__table__table03__btn .comp_v2_0700__table__table__2cell__btn--large, .comp_v2_0700__table__table__btn .comp_v2_0700__table__table02__btn--large, .comp_v2_0700__table__table__2cell__btn .comp_v2_0700__table__table02__btn--large, .comp_v2_0700__table__table02__btn .comp_v2_0700__table__table02__btn--large, .comp_v2_0700__table__table03__btn .comp_v2_0700__table__table02__btn--large, .comp_v2_0700__table__table__btn .comp_v2_0700__table__table03__btn--large, .comp_v2_0700__table__table__2cell__btn .comp_v2_0700__table__table03__btn--large, .comp_v2_0700__table__table02__btn .comp_v2_0700__table__table03__btn--large, .comp_v2_0700__table__table03__btn .comp_v2_0700__table__table03__btn--large {
  font-size: 2rem;
  padding: 18px 30px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0700__table__table__btn .comp_v2_0700__table__table__btn--large, .comp_v2_0700__table__table__2cell__btn .comp_v2_0700__table__table__btn--large, .comp_v2_0700__table__table02__btn .comp_v2_0700__table__table__btn--large, .comp_v2_0700__table__table03__btn .comp_v2_0700__table__table__btn--large, .comp_v2_0700__table__table__btn .comp_v2_0700__table__table__2cell__btn--large, .comp_v2_0700__table__table__2cell__btn .comp_v2_0700__table__table__2cell__btn--large, .comp_v2_0700__table__table02__btn .comp_v2_0700__table__table__2cell__btn--large, .comp_v2_0700__table__table03__btn .comp_v2_0700__table__table__2cell__btn--large, .comp_v2_0700__table__table__btn .comp_v2_0700__table__table02__btn--large, .comp_v2_0700__table__table__2cell__btn .comp_v2_0700__table__table02__btn--large, .comp_v2_0700__table__table02__btn .comp_v2_0700__table__table02__btn--large, .comp_v2_0700__table__table03__btn .comp_v2_0700__table__table02__btn--large, .comp_v2_0700__table__table__btn .comp_v2_0700__table__table03__btn--large, .comp_v2_0700__table__table__2cell__btn .comp_v2_0700__table__table03__btn--large, .comp_v2_0700__table__table02__btn .comp_v2_0700__table__table03__btn--large, .comp_v2_0700__table__table03__btn .comp_v2_0700__table__table03__btn--large {
    width: 100%;
  }
}

.comp_v2_0700__table__table__btn .comp_v2_0700__table__table__btn--large:hover, .comp_v2_0700__table__table__2cell__btn .comp_v2_0700__table__table__btn--large:hover, .comp_v2_0700__table__table02__btn .comp_v2_0700__table__table__btn--large:hover, .comp_v2_0700__table__table03__btn .comp_v2_0700__table__table__btn--large:hover, .comp_v2_0700__table__table__btn .comp_v2_0700__table__table__2cell__btn--large:hover, .comp_v2_0700__table__table__2cell__btn .comp_v2_0700__table__table__2cell__btn--large:hover, .comp_v2_0700__table__table02__btn .comp_v2_0700__table__table__2cell__btn--large:hover, .comp_v2_0700__table__table03__btn .comp_v2_0700__table__table__2cell__btn--large:hover, .comp_v2_0700__table__table__btn .comp_v2_0700__table__table02__btn--large:hover, .comp_v2_0700__table__table__2cell__btn .comp_v2_0700__table__table02__btn--large:hover, .comp_v2_0700__table__table02__btn .comp_v2_0700__table__table02__btn--large:hover, .comp_v2_0700__table__table03__btn .comp_v2_0700__table__table02__btn--large:hover, .comp_v2_0700__table__table__btn .comp_v2_0700__table__table03__btn--large:hover, .comp_v2_0700__table__table__2cell__btn .comp_v2_0700__table__table03__btn--large:hover, .comp_v2_0700__table__table02__btn .comp_v2_0700__table__table03__btn--large:hover, .comp_v2_0700__table__table03__btn .comp_v2_0700__table__table03__btn--large:hover {
  color: #fff;
}

.comp_v2_0700__table__table__btn .comp_v2_0700__table__table__btn--flip, .comp_v2_0700__table__table__2cell__btn .comp_v2_0700__table__table__btn--flip, .comp_v2_0700__table__table02__btn .comp_v2_0700__table__table__btn--flip, .comp_v2_0700__table__table03__btn .comp_v2_0700__table__table__btn--flip, .comp_v2_0700__table__table__btn .comp_v2_0700__table__table__2cell__btn--flip, .comp_v2_0700__table__table__2cell__btn .comp_v2_0700__table__table__2cell__btn--flip, .comp_v2_0700__table__table02__btn .comp_v2_0700__table__table__2cell__btn--flip, .comp_v2_0700__table__table03__btn .comp_v2_0700__table__table__2cell__btn--flip, .comp_v2_0700__table__table__btn .comp_v2_0700__table__table02__btn--flip, .comp_v2_0700__table__table__2cell__btn .comp_v2_0700__table__table02__btn--flip, .comp_v2_0700__table__table02__btn .comp_v2_0700__table__table02__btn--flip, .comp_v2_0700__table__table03__btn .comp_v2_0700__table__table02__btn--flip, .comp_v2_0700__table__table__btn .comp_v2_0700__table__table03__btn--flip, .comp_v2_0700__table__table__2cell__btn .comp_v2_0700__table__table03__btn--flip, .comp_v2_0700__table__table02__btn .comp_v2_0700__table__table03__btn--flip, .comp_v2_0700__table__table03__btn .comp_v2_0700__table__table03__btn--flip {
  color: #0064d2;
  background-color: #fff;
  border: 1px solid #0064d2;
}

.comp_v2_0700__table__table__btn .comp_v2_0700__table__table__btn--flip::before, .comp_v2_0700__table__table__2cell__btn .comp_v2_0700__table__table__btn--flip::before, .comp_v2_0700__table__table02__btn .comp_v2_0700__table__table__btn--flip::before, .comp_v2_0700__table__table03__btn .comp_v2_0700__table__table__btn--flip::before, .comp_v2_0700__table__table__btn .comp_v2_0700__table__table__2cell__btn--flip::before, .comp_v2_0700__table__table__2cell__btn .comp_v2_0700__table__table__2cell__btn--flip::before, .comp_v2_0700__table__table02__btn .comp_v2_0700__table__table__2cell__btn--flip::before, .comp_v2_0700__table__table03__btn .comp_v2_0700__table__table__2cell__btn--flip::before, .comp_v2_0700__table__table__btn .comp_v2_0700__table__table02__btn--flip::before, .comp_v2_0700__table__table__2cell__btn .comp_v2_0700__table__table02__btn--flip::before, .comp_v2_0700__table__table02__btn .comp_v2_0700__table__table02__btn--flip::before, .comp_v2_0700__table__table03__btn .comp_v2_0700__table__table02__btn--flip::before, .comp_v2_0700__table__table__btn .comp_v2_0700__table__table03__btn--flip::before, .comp_v2_0700__table__table__2cell__btn .comp_v2_0700__table__table03__btn--flip::before, .comp_v2_0700__table__table02__btn .comp_v2_0700__table__table03__btn--flip::before, .comp_v2_0700__table__table03__btn .comp_v2_0700__table__table03__btn--flip::before {
  display: none;
}

.comp_v2_0700__table__table ul,
.comp_v2_0700__table__table ol, .comp_v2_0700__table__table__2cell ul,
.comp_v2_0700__table__table__2cell ol, .comp_v2_0700__table__table02 ul,
.comp_v2_0700__table__table02 ol, .comp_v2_0700__table__table03 ul,
.comp_v2_0700__table__table03 ol {
  margin: 0;
  margin-top: 0 !important;
}

@media screen and (max-width: 768px) {
  .comp_v2_0700__table__table__2cell {
    table-layout: fixed;
  }
}

.comp_v2_0700__table__table__2cell th,
.comp_v2_0700__table__table__2cell td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0700__table__table__2cell th img,
  .comp_v2_0700__table__table__2cell td img {
    max-width: 507px;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0700__table__table__2cell th,
  .comp_v2_0700__table__table__2cell td {
    display: block;
    width: 100%;
  }
}

.comp_v2_0700__table__table__2cell th figure span,
.comp_v2_0700__table__table__2cell td figure span {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.comp_v2_0700__table__table__2cell th figure span img,
.comp_v2_0700__table__table__2cell td figure span img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
}

.comp_v2_0700__table__table__2cell th figure figcaption,
.comp_v2_0700__table__table__2cell td figure figcaption {
  margin: 0;
  padding: 1em 0;
}

.comp_v2_0700__table__table__2cell th .imagemodal figure,
.comp_v2_0700__table__table__2cell td .imagemodal figure {
  position: relative;
  background-color: transparent;
  border-radius: 0;
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.comp_v2_0700__table__table__2cell th .imagemodal figure:before,
.comp_v2_0700__table__table__2cell td .imagemodal figure:before {
  display: none;
}

.comp_v2_0700__table__table__2cell th .imagemodal figure img,
.comp_v2_0700__table__table__2cell td .imagemodal figure img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media screen and (max-width: 768px) {
  .comp_v2_0700__table__table__2cell {
    border: none;
  }
  .comp_v2_0700__table__table__2cell th,
  .comp_v2_0700__table__table__2cell td {
    border: 1px solid #e7e7e8;
    margin-top: -1px;
  }
}

.comp_v2_0700__table__table02 tbody tr:nth-child(odd) {
  background-color: #fff;
}

.comp_v2_0700__table__table02 tbody tr:nth-child(even) {
  background-color: #fff;
}

.comp_v2_0700__table__table03 tbody tr:nth-child(odd) {
  background-color: transparent;
}

.comp_v2_0700__table__table03 tbody tr:nth-child(even) {
  background-color: transparent;
}

.comp_v2_0700__table__table03 tbody td:nth-child(odd) {
  background-color: #f5f5f5;
}

.comp_v2_0700__table__table03 tbody td:nth-child(even) {
  background-color: #fff;
}

.comp_v2_0700__table__select {
  margin: 25px 0;
  position: relative;
}

.comp_v2_0700__table__select:before {
  content: "\0046\0069\006c\0074\0065\0072";
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 2;
  font-size: 1.2rem;
  color: #a0a0a5;
  letter-spacing: 0.1rem;
}

.comp_v2_0700__table__select__selecter {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  min-width: 250px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0700__table__select__selecter {
    width: 100%;
  }
}

.comp_v2_0700__table__select__selecter::before {
  position: absolute;
  padding: 0;
  content: "";
  top: 50%;
  right: 0.9em;
  bottom: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid rgba(51, 51, 51, 0.3);
  border-right: 2px solid rgba(51, 51, 51, 0.3);
  -webkit-transform: rotate(135deg) translate(-50%, 50%);
  transform: rotate(135deg) translate(-50%, 50%);
  pointer-events: none;
}

.comp_v2_0700__table__select__selecter::after {
  position: absolute;
  top: 0;
  right: 2.5em;
  bottom: 0;
  width: 1px;
  content: "";
  border-left: 1px solid #ccc;
}

.comp_v2_0700__table__select__selecter select {
  width: 100%;
  min-width: 120px;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 12px 45px 12px 10px;
  color: #333;
  letter-spacing: 0.1rem;
}

.comp_v2_0700__table__select__selecter select:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

.comp_v2_0700__table__select__selecter select::-ms-expand {
  display: none;
}

.comp_v2_0700__table__select__selecter select:disabled {
  background-color: #e7e7e8;
}

@media screen and (max-width: 768px) {
  .comp_v2_0700__table__select__selecter {
    width: 100%;
    min-width: auto;
  }
}

.comp_v2_0700__table__select__selecter select {
  padding: 30px 40px 8px 10px;
  min-width: 250px;
}

.comp_v2_0700__table--show {
  visibility: visible;
  height: auto;
}

.comp_v2_0700__table__message {
  text-align: center;
  font-weight: bold;
}

.comp_v2_0700__table__table {
  margin-top: 20px;
}

.comp_v2_0700__table__table__btn p {
  margin: 0;
  padding: 0;
}

.comp_v2_0700__table__table__btn--center {
  text-align: center;
}

.comp_v2_0700__table__table__btn--right {
  text-align: right;
}

.comp_v2_0700__table__table__btn--default {
  font-size: 1.4rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  background-color: #0064d2;
  text-align: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  min-width: 110px;
  min-height: 40px;
  border: none;
  letter-spacing: 0.1rem;
}

.comp_v2_0700__table__table__btn--default:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

.comp_v2_0700__table__table__btn--default:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

.comp_v2_0700__table__table__btn--default:disabled {
  color: #FFF;
  background-color: #707070;
}

.comp_v2_0700__table__table__btn--default::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url("/apps/toshiba-ss-v2/clientlibs/dist/img/button-arrow.png");
  background-size: 18px 18px;
  margin-right: 0.2em;
  margin-bottom: 0.2em;
}

.comp_v2_0700__table__table__btn a {
  font-size: 1.4rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
  min-width: 110px;
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  background-color: #0064d2;
  text-align: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  min-height: 40px;
  border: none;
  letter-spacing: 0.1rem;
}

.comp_v2_0700__table__table__btn a:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
}

.comp_v2_0700__table__table__btn a::before {
  content: "";
  display: inline-block;
  width: 18px;
  min-width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-arrow.png);
  background-size: 18px 18px;
  margin-right: 0.25em;
  margin-bottom: 0.1em;
}

.comp_v2_0700__table__table__btn a[target="_blank"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-external.png);
}

.comp_v2_0700__table__table__btn a[href$=".pdf"]::before, .comp_v2_0700__table__table__btn a[href*="docget.jsp"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-pdf.png);
}

.comp_v2_0700__table__table__btn a[href*="/list/index.php"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-parametric.png);
}

.comp_v2_0700__table__table__btn a[href^="#"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-anchor.png);
}

.comp_v2_0700__table__table__btn .comp_v2_0700__table__table__btn--search::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-search.png);
}

.comp_v2_0700__table__table__btn .comp_v2_0700__table__table__btn--balloon::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-balloon.png);
}

.comp_v2_0700__table__table__btn .comp_v2_0700__table__table__btn--cart::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-cart.png);
}

.comp_v2_0700__table__table__btn .comp_v2_0700__table__table__btn--large {
  font-size: 2rem;
  padding: 18px 30px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0700__table__table__btn .comp_v2_0700__table__table__btn--large {
    width: 100%;
  }
}

.comp_v2_0700__table__table__btn .comp_v2_0700__table__table__btn--large:hover {
  color: #fff;
}

.comp_v2_0700__table__table__btn .comp_v2_0700__table__table__btn--flip {
  color: #0064d2;
  background-color: #fff;
  border: 1px solid #0064d2;
}

.comp_v2_0700__table__table__btn .comp_v2_0700__table__table__btn--flip::before {
  display: none;
}

.comp_v2_0700__table__table__btn--default, .comp_v2_0700__table__table__btn--large, .comp_v2_0700__table__table__btn--flip {
  margin-top: 0;
}

.comp_v2_0700__table__table__btn--default {
  padding: 10px 10px;
}

.comp_v2_0700__table__table__btn--default::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-external.png);
  padding-right: 2px;
  padding-left: 2px;
}

.comp_v2_0700__table__table th:last-child,
.comp_v2_0700__table__table td:last-child {
  width: 135px;
}

.comp_v2_0700 .ps__rail-x-top {
  top: 20px;
}

.comp_v2_0900 .comp_v2_0700__frame {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_0700__frame {
    padding-left: 0;
    padding-right: 0;
  }
}

.comp_v2_0710__frame {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .comp_v2_0710__frame {
    padding: 20px 0;
  }
}

.comp_v2_0710__h2 {
  font-size: 3.4rem;
  margin: 0;
  padding: 60px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0710__h2 {
    font-size: 2.8rem;
    margin: 0;
    padding-top: 40px;
  }
}

.comp_v2_0710__h2 a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0710__h2 a::after {
  position: relative;
  margin-left: 20px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 18px 18px;
}

.comp_v2_0710__h2 a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0710__h2 a[href$=".pdf"]::after, .comp_v2_0710__h2 a[href*="docget.jsp"]::after {
  width: 18px;
  height: 24px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 18px 24px;
}

.comp_v2_0710__h2 a[href*="/list/index.php"]::after {
  width: 20px;
  height: 17px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 20px 17px;
}

.comp_v2_0710__h2 a[href^="#"]::after {
  width: 20px;
  height: 20px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 20px 20px;
}

.comp_v2_0710__h2 a[href^="tel:"]::after, .comp_v2_0710__h2 a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0710__h2 a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0710__h2 a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0710__h2 a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0710__h2 a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0710__h2 a:hover[href$=".pdf"]::after, .comp_v2_0710__h2 a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0710__h2 a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0710__h2 a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0710__h2 a:hover[href^="tel:"]::after, .comp_v2_0710__h2 a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0710__h2--bold, .comp_v2_0710__h2--regular {
  font-size: 3.4rem;
  margin: 0;
  padding: 60px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0710__h2--bold, .comp_v2_0710__h2--regular {
    font-size: 2.8rem;
    margin: 0;
    padding-top: 40px;
  }
}

.comp_v2_0710__h2--bold a, .comp_v2_0710__h2--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0710__h2--bold a::after, .comp_v2_0710__h2--regular a::after {
  position: relative;
  margin-left: 20px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 18px 18px;
}

.comp_v2_0710__h2--bold a[target="_blank"]::after, .comp_v2_0710__h2--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0710__h2--bold a[href$=".pdf"]::after, .comp_v2_0710__h2--bold a[href*="docget.jsp"]::after, .comp_v2_0710__h2--regular a[href$=".pdf"]::after, .comp_v2_0710__h2--regular a[href*="docget.jsp"]::after {
  width: 18px;
  height: 24px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 18px 24px;
}

.comp_v2_0710__h2--bold a[href*="/list/index.php"]::after, .comp_v2_0710__h2--regular a[href*="/list/index.php"]::after {
  width: 20px;
  height: 17px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 20px 17px;
}

.comp_v2_0710__h2--bold a[href^="#"]::after, .comp_v2_0710__h2--regular a[href^="#"]::after {
  width: 20px;
  height: 20px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 20px 20px;
}

.comp_v2_0710__h2--bold a[href^="tel:"]::after, .comp_v2_0710__h2--bold a[href^="mailto:"]::after, .comp_v2_0710__h2--regular a[href^="tel:"]::after, .comp_v2_0710__h2--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0710__h2--bold a[href^="tel:"], .comp_v2_0710__h2--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0710__h2--bold a:hover, .comp_v2_0710__h2--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0710__h2--bold a:hover::after, .comp_v2_0710__h2--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0710__h2--bold a:hover[target="_blank"]::after, .comp_v2_0710__h2--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0710__h2--bold a:hover[href$=".pdf"]::after, .comp_v2_0710__h2--bold a:hover[href*="docget.jsp"]::after, .comp_v2_0710__h2--regular a:hover[href$=".pdf"]::after, .comp_v2_0710__h2--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0710__h2--bold a:hover[href*="/list/index.php"]::after, .comp_v2_0710__h2--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0710__h2--bold a:hover[href^="#"]::after, .comp_v2_0710__h2--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0710__h2--bold a:hover[href^="tel:"]::after, .comp_v2_0710__h2--bold a:hover[href^="mailto:"]::after, .comp_v2_0710__h2--regular a:hover[href^="tel:"]::after, .comp_v2_0710__h2--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0710__h2--bold {
  font-weight: bold;
}

.comp_v2_0710__h2--regular {
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .comp_v2_0710__h2--bold, .comp_v2_0710__h2--regular {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.comp_v2_0710__h3 {
  font-size: 2.8rem;
  margin: 0;
  padding: 50px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0710__h3 {
    font-size: 2.4rem;
    margin: 0;
    padding-top: 30px;
  }
}

.comp_v2_0710__h3--bold, .comp_v2_0710__h3--regular {
  font-size: 2.8rem;
  margin: 0;
  padding: 50px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0710__h3--bold, .comp_v2_0710__h3--regular {
    font-size: 2.4rem;
    margin: 0;
    padding-top: 30px;
  }
}

.comp_v2_0710__h3--bold a, .comp_v2_0710__h3--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0710__h3--bold a::after, .comp_v2_0710__h3--regular a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_0710__h3--bold a[target="_blank"]::after, .comp_v2_0710__h3--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0710__h3--bold a[href$=".pdf"]::after, .comp_v2_0710__h3--bold a[href*="docget.jsp"]::after, .comp_v2_0710__h3--regular a[href$=".pdf"]::after, .comp_v2_0710__h3--regular a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_0710__h3--bold a[href*="/list/index.php"]::after, .comp_v2_0710__h3--regular a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_0710__h3--bold a[href^="#"]::after, .comp_v2_0710__h3--regular a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_0710__h3--bold a[href^="tel:"]::after, .comp_v2_0710__h3--bold a[href^="mailto:"]::after, .comp_v2_0710__h3--regular a[href^="tel:"]::after, .comp_v2_0710__h3--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0710__h3--bold a[href^="tel:"], .comp_v2_0710__h3--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0710__h3--bold a:hover, .comp_v2_0710__h3--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0710__h3--bold a:hover::after, .comp_v2_0710__h3--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0710__h3--bold a:hover[target="_blank"]::after, .comp_v2_0710__h3--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0710__h3--bold a:hover[href$=".pdf"]::after, .comp_v2_0710__h3--bold a:hover[href*="docget.jsp"]::after, .comp_v2_0710__h3--regular a:hover[href$=".pdf"]::after, .comp_v2_0710__h3--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0710__h3--bold a:hover[href*="/list/index.php"]::after, .comp_v2_0710__h3--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0710__h3--bold a:hover[href^="#"]::after, .comp_v2_0710__h3--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0710__h3--bold a:hover[href^="tel:"]::after, .comp_v2_0710__h3--bold a:hover[href^="mailto:"]::after, .comp_v2_0710__h3--regular a:hover[href^="tel:"]::after, .comp_v2_0710__h3--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0710__h3--bold {
  font-weight: bold;
}

.comp_v2_0710__h3--regular {
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .comp_v2_0710__h3--bold, .comp_v2_0710__h3--regular {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.comp_v2_0710__h4 {
  font-size: 2rem;
  margin: 0;
  padding: 40px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0710__h4 {
    margin: 0;
    padding-top: 30px;
  }
}

.comp_v2_0710__h4 a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0710__h4 a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_0710__h4 a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0710__h4 a[href$=".pdf"]::after, .comp_v2_0710__h4 a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_0710__h4 a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_0710__h4 a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_0710__h4 a[href^="tel:"]::after, .comp_v2_0710__h4 a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0710__h4 a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0710__h4 a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0710__h4 a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0710__h4 a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0710__h4 a:hover[href$=".pdf"]::after, .comp_v2_0710__h4 a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0710__h4 a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0710__h4 a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0710__h4 a:hover[href^="tel:"]::after, .comp_v2_0710__h4 a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0710__h4--bold, .comp_v2_0710__h4--regular {
  font-size: 2rem;
  margin: 0;
  padding: 40px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0710__h4--bold, .comp_v2_0710__h4--regular {
    margin: 0;
    padding-top: 30px;
  }
}

.comp_v2_0710__h4--bold a, .comp_v2_0710__h4--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0710__h4--bold a::after, .comp_v2_0710__h4--regular a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_0710__h4--bold a[target="_blank"]::after, .comp_v2_0710__h4--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0710__h4--bold a[href$=".pdf"]::after, .comp_v2_0710__h4--bold a[href*="docget.jsp"]::after, .comp_v2_0710__h4--regular a[href$=".pdf"]::after, .comp_v2_0710__h4--regular a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_0710__h4--bold a[href*="/list/index.php"]::after, .comp_v2_0710__h4--regular a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_0710__h4--bold a[href^="#"]::after, .comp_v2_0710__h4--regular a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_0710__h4--bold a[href^="tel:"]::after, .comp_v2_0710__h4--bold a[href^="mailto:"]::after, .comp_v2_0710__h4--regular a[href^="tel:"]::after, .comp_v2_0710__h4--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0710__h4--bold a[href^="tel:"], .comp_v2_0710__h4--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0710__h4--bold a:hover, .comp_v2_0710__h4--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0710__h4--bold a:hover::after, .comp_v2_0710__h4--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0710__h4--bold a:hover[target="_blank"]::after, .comp_v2_0710__h4--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0710__h4--bold a:hover[href$=".pdf"]::after, .comp_v2_0710__h4--bold a:hover[href*="docget.jsp"]::after, .comp_v2_0710__h4--regular a:hover[href$=".pdf"]::after, .comp_v2_0710__h4--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0710__h4--bold a:hover[href*="/list/index.php"]::after, .comp_v2_0710__h4--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0710__h4--bold a:hover[href^="#"]::after, .comp_v2_0710__h4--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0710__h4--bold a:hover[href^="tel:"]::after, .comp_v2_0710__h4--bold a:hover[href^="mailto:"]::after, .comp_v2_0710__h4--regular a:hover[href^="tel:"]::after, .comp_v2_0710__h4--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0710__h4--bold {
  font-weight: bold;
}

.comp_v2_0710__h4--regular {
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .comp_v2_0710__h4--bold, .comp_v2_0710__h4--regular {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.comp_v2_0710__h5 {
  font-size: 1.8rem;
  margin: 0;
  padding: 30px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

.comp_v2_0710__h5 a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0710__h5 a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_0710__h5 a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0710__h5 a[href$=".pdf"]::after, .comp_v2_0710__h5 a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_0710__h5 a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_0710__h5 a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_0710__h5 a[href^="tel:"]::after, .comp_v2_0710__h5 a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0710__h5 a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0710__h5 a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0710__h5 a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0710__h5 a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0710__h5 a:hover[href$=".pdf"]::after, .comp_v2_0710__h5 a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0710__h5 a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0710__h5 a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0710__h5 a:hover[href^="tel:"]::after, .comp_v2_0710__h5 a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0710__h5--bold, .comp_v2_0710__h5--regular {
  font-size: 1.8rem;
  margin: 0;
  padding: 30px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

.comp_v2_0710__h5--bold a, .comp_v2_0710__h5--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0710__h5--bold a::after, .comp_v2_0710__h5--regular a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_0710__h5--bold a[target="_blank"]::after, .comp_v2_0710__h5--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0710__h5--bold a[href$=".pdf"]::after, .comp_v2_0710__h5--bold a[href*="docget.jsp"]::after, .comp_v2_0710__h5--regular a[href$=".pdf"]::after, .comp_v2_0710__h5--regular a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_0710__h5--bold a[href*="/list/index.php"]::after, .comp_v2_0710__h5--regular a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_0710__h5--bold a[href^="#"]::after, .comp_v2_0710__h5--regular a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_0710__h5--bold a[href^="tel:"]::after, .comp_v2_0710__h5--bold a[href^="mailto:"]::after, .comp_v2_0710__h5--regular a[href^="tel:"]::after, .comp_v2_0710__h5--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0710__h5--bold a[href^="tel:"], .comp_v2_0710__h5--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0710__h5--bold a:hover, .comp_v2_0710__h5--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0710__h5--bold a:hover::after, .comp_v2_0710__h5--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0710__h5--bold a:hover[target="_blank"]::after, .comp_v2_0710__h5--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0710__h5--bold a:hover[href$=".pdf"]::after, .comp_v2_0710__h5--bold a:hover[href*="docget.jsp"]::after, .comp_v2_0710__h5--regular a:hover[href$=".pdf"]::after, .comp_v2_0710__h5--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0710__h5--bold a:hover[href*="/list/index.php"]::after, .comp_v2_0710__h5--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0710__h5--bold a:hover[href^="#"]::after, .comp_v2_0710__h5--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0710__h5--bold a:hover[href^="tel:"]::after, .comp_v2_0710__h5--bold a:hover[href^="mailto:"]::after, .comp_v2_0710__h5--regular a:hover[href^="tel:"]::after, .comp_v2_0710__h5--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0710__h5--bold {
  font-weight: bold;
}

.comp_v2_0710__h5--regular {
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .comp_v2_0710__h5--bold, .comp_v2_0710__h5--regular {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.comp_v2_0710__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: calc(15px - 15px);
  padding-bottom: calc(15px - 15px);
}

@media screen and (max-width: 768px) {
  .comp_v2_0710__slider {
    margin-top: 20px;
  }
}

.comp_v2_0710__slider.slick-slide {
  display: none;
  margin: 0;
}

.comp_v2_0710__slider.slick-slide.slick-initialized {
  display: block;
}

.comp_v2_0710__slider .slick-dots {
  position: relative;
  font-size: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 15px 0;
  margin: 0 auto;
  width: 80%;
}

.comp_v2_0710__slider .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 2px 5px;
  padding: 0;
  cursor: pointer;
}

.comp_v2_0710__slider .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 7px;
  border: 2px solid #6e7175;
}

.comp_v2_0710__slider .slick-dots li button:hover, .comp_v2_0710__slider .slick-dots li button:focus {
  outline: none;
}

.comp_v2_0710__slider .slick-dots li button:hover:before, .comp_v2_0710__slider .slick-dots li button:focus:before {
  opacity: 1;
}

.comp_v2_0710__slider .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 12px;
  height: 12px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  opacity: 0.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 6px;
}

.comp_v2_0710__slider .slick-dots li.slick-active button {
  opacity: 1;
  border: 2px solid #1d1e21;
  background-color: #1d1e21;
}

.comp_v2_0710__slider .slick-dots {
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.comp_v2_0710__slider .slick-dots li {
  margin: 0;
  padding: 5px;
}

.comp_v2_0710__slider .slick-list {
  width: 100%;
}

.comp_v2_0710__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comp_v2_0710__slider .slick-track .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

@media screen and (max-width: 768px) {
  .comp_v2_0710__slider .slick-track .slick-slide {
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
}

.comp_v2_0710__slider .slick-track .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.comp_v2_0710__slider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 23px;
  width: 33.33333%;
}

@media screen and (max-width: 768px) {
  .comp_v2_0710__slider__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.comp_v2_0710__slider__item__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  border-radius: 4px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transition-property: color, -webkit-box-shadow;
  transition-property: color, -webkit-box-shadow;
  transition-property: box-shadow, color;
  transition-property: box-shadow, color, -webkit-box-shadow;
  color: #2d2d2d;
}

.comp_v2_0710__slider__item__inner::after {
  content: "";
  position: absolute;
  right: 15px;
  bottom: 15px;
  display: block;
  margin: 0;
  width: 34px;
  height: 34px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/icon-tile-arrow.png);
  background-size: 34px 34px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
}

.comp_v2_0710__slider__item__inner:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/icon-tile-arrow-active.png);
}

a.comp_v2_0710__slider__item__inner:hover {
  -webkit-box-shadow: 0 8px 15px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0 8px 15px 0px rgba(0, 0, 0, 0.16);
}

.comp_v2_0710__slider__item__image {
  width: 100%;
  margin-top: -15px;
  margin-bottom: 15px;
}

.comp_v2_0710__slider__item__image img {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.comp_v2_0710__slider__item__date {
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.2rem;
  color: #707070;
  letter-spacing: 0.1rem;
}

.comp_v2_0710__slider__item__content {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 5px;
}

.comp_v2_0710__slider__item__badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 34px;
  margin-top: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.comp_v2_0710__slider__item__badge__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 5px 10px;
  border: 1px solid rgba(51, 51, 51, 0.3);
  border-radius: 4px;
  color: #333;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  font-size: 1.2rem;
  text-decoration: none;
}

.comp_v2_0710__slider__item__badge__item:last-of-type {
  margin-right: 44px;
}

.comp_v2_0710__button {
  font-size: 1.4rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  background-color: #0064d2;
  text-align: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  min-width: 110px;
  min-height: 40px;
  border: none;
  letter-spacing: 0.1rem;
  margin-top: 10px;
}

.comp_v2_0710__button:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

.comp_v2_0710__button:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

.comp_v2_0710__button:disabled {
  color: #FFF;
  background-color: #707070;
}

.comp_v2_0710__button::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url("/apps/toshiba-ss-v2/clientlibs/dist/img/button-arrow.png");
  background-size: 18px 18px;
  margin-right: 0.2em;
  margin-bottom: 0.2em;
}

@media screen and (max-width: 768px) {
  .comp_v2_0710__button {
    width: 100%;
  }
}

.comp_v2_0710__button__outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0px;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0710__button__outer {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.comp_v2_0900 .comp_v2_0710__frame {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_0710__frame {
    padding-left: 0;
    padding-right: 0;
  }
}



.comp_v2_0880__frame {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .comp_v2_0880__frame {
    padding: 0;
  }
}

.comp_v2_0880__frame__box {
  padding: 15px 15px;
  overflow: hidden;
  width: 100%;
  max-width: 1140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .comp_v2_0880__frame__box {
    padding: 20px;
  }
}

.comp_v2_0880__frame__box__canvas {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.comp_v2_0880__frame__box__canvas--gray {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fafbfd;
}

.comp_v2_0010 + .comp_v2_0880 .comp_v2_0880__frame__box__canvas--gray {
  margin-top: -1px;
}

.comp_v2_0880__frame__box__canvas--blue01 {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #d8ebf7;
}

.comp_v2_0010 + .comp_v2_0880 .comp_v2_0880__frame__box__canvas--blue01 {
  margin-top: -1px;
}

.comp_v2_0880__frame__box__canvas--blue02 {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #edf7fd;
}

.comp_v2_0010 + .comp_v2_0880 .comp_v2_0880__frame__box__canvas--blue02 {
  margin-top: -1px;
}

.comp_v2_0880__frame__box__canvas--border {
  background-color: transparent;
  border: 1px solid rgba(51, 51, 51, 0.2);
}

.comp_v2_0880__frame__box__canvas--border--gray {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fafbfd;
  border: 1px solid rgba(51, 51, 51, 0.2);
}

.comp_v2_0010 + .comp_v2_0880 .comp_v2_0880__frame__box__canvas--border--gray {
  margin-top: -1px;
}

.comp_v2_0880__frame__box__canvas--border--blue01 {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #d8ebf7;
  border: 1px solid rgba(51, 51, 51, 0.2);
}

.comp_v2_0010 + .comp_v2_0880 .comp_v2_0880__frame__box__canvas--border--blue01 {
  margin-top: -1px;
}

.comp_v2_0880__frame__box__canvas--border--blue02 {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #edf7fd;
  border: 1px solid rgba(51, 51, 51, 0.2);
}

.comp_v2_0010 + .comp_v2_0880 .comp_v2_0880__frame__box__canvas--border--blue02 {
  margin-top: -1px;
}

.comp_v2_0880__frame__canvas {
  width: 100%;
}

.comp_v2_0880__frame__canvas--gray {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fafbfd;
}

.comp_v2_0010 + .comp_v2_0880 .comp_v2_0880__frame__canvas--gray {
  margin-top: -1px;
}

.comp_v2_0880__frame__canvas--blue01 {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #d8ebf7;
}

.comp_v2_0010 + .comp_v2_0880 .comp_v2_0880__frame__canvas--blue01 {
  margin-top: -1px;
}

.comp_v2_0880__frame__canvas--blue02 {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #edf7fd;
}

.comp_v2_0010 + .comp_v2_0880 .comp_v2_0880__frame__canvas--blue02 {
  margin-top: -1px;
}

.comp_v2_0880__frame__canvas--border {
  width: 100%;
  border-top: 1px solid rgba(51, 51, 51, 0.2);
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  border-left: none;
  border-right: none;
}

.comp_v2_0880__frame__canvas--border--gray {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fafbfd;
  border-top: 1px solid rgba(51, 51, 51, 0.2);
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  border-left: none;
  border-right: none;
}

.comp_v2_0010 + .comp_v2_0880 .comp_v2_0880__frame__canvas--border--gray {
  margin-top: -1px;
}

.comp_v2_0880__frame__canvas--border--blue01 {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #d8ebf7;
  border-top: 1px solid rgba(51, 51, 51, 0.2);
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  border-left: none;
  border-right: none;
}

.comp_v2_0010 + .comp_v2_0880 .comp_v2_0880__frame__canvas--border--blue01 {
  margin-top: -1px;
}

.comp_v2_0880__frame__canvas--border--blue02 {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #edf7fd;
  border-top: 1px solid rgba(51, 51, 51, 0.2);
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  border-left: none;
  border-right: none;
}

.comp_v2_0010 + .comp_v2_0880 .comp_v2_0880__frame__canvas--border--blue02 {
  margin-top: -1px;
}

.comp_v2_0880 + .comp_v2_0880 {
  margin-top: -1px;
}

.comp_v2_0880 + .comp_v2_0130 {
  margin-top: 0;
}

.comp_v2_0880 + .comp_v2_0900,
.comp_v2_0880 + .comp_v2_0960 {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0880 + .comp_v2_0900,
  .comp_v2_0880 + .comp_v2_0960 {
    margin-top: 30px;
  }
}

.comp_v2_0900 .comp_v2_0880__frame--defaultcont, .comp_v2_0900 .comp_v2_0880__frame--graycont, .comp_v2_0900 .comp_v2_0880__frame--blue01cont, .comp_v2_0900 .comp_v2_0880__frame--blue02cont, .comp_v2_0900 .comp_v2_0880__frame--defaultcont--border, .comp_v2_0900 .comp_v2_0880__frame--graycont--border, .comp_v2_0900 .comp_v2_0880__frame--blue01cont--border, .comp_v2_0900 .comp_v2_0880__frame--blue02cont--border {
  margin-left: 0;
  margin-right: 0;
}

.comp_v2_0900 .comp_v2_0880__frame {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_0880__frame {
    padding-left: 0;
    padding-right: 0;
  }
}

.comp_v2_0900 .comp_v2_0880__frame__box {
  padding-left: 0;
  padding-right: 0;
}

.comp_v2_0900__frame {
  padding: 15px 15px;
  overflow: hidden;
  max-width: 1140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900__frame {
    padding: 20px;
  }
}

.comp_v2_0900__frame--vertical-strip {
  padding: 0 15px;
  max-width: 1140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900__frame--vertical-strip {
    padding: 0 20px;
  }
}

.comp_v2_0900__container, .comp_v2_0900__container--border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900__container, .comp_v2_0900__container--border {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.comp_v2_0900__container__item, .comp_v2_0900__container__item--ratio1, .comp_v2_0900__container__item--ratio2, .comp_v2_0900__container__item--ratio3 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.comp_v2_0900__container__item > div, .comp_v2_0900__container__item--ratio1 > div, .comp_v2_0900__container__item--ratio2 > div, .comp_v2_0900__container__item--ratio3 > div {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.comp_v2_0900__container__item > div:nth-child(n+2):last-child, .comp_v2_0900__container__item--ratio1 > div:nth-child(n+2):last-child, .comp_v2_0900__container__item--ratio2 > div:nth-child(n+2):last-child, .comp_v2_0900__container__item--ratio3 > div:nth-child(n+2):last-child {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.comp_v2_0900__container--border .comp_v2_0900__container__item:nth-child(n+2), .comp_v2_0900__container--border .comp_v2_0900__container__item--ratio1:nth-child(n+2), .comp_v2_0900__container--border .comp_v2_0900__container__item--ratio2:nth-child(n+2), .comp_v2_0900__container--border .comp_v2_0900__container__item--ratio3:nth-child(n+2) {
  border-left: 1px solid rgba(51, 51, 51, 0.2);
}

@media screen and (max-width: 768px) {
  .comp_v2_0900__container--border .comp_v2_0900__container__item:nth-child(n+2), .comp_v2_0900__container--border .comp_v2_0900__container__item--ratio1:nth-child(n+2), .comp_v2_0900__container--border .comp_v2_0900__container__item--ratio2:nth-child(n+2), .comp_v2_0900__container--border .comp_v2_0900__container__item--ratio3:nth-child(n+2) {
    border-left: none;
  }
}

.comp_v2_0900__container__item--ratio1 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

.comp_v2_0900__container__item--ratio2 {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  -ms-flex-negative: 2;
  flex-shrink: 2;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

.comp_v2_0900__container__item--ratio3 {
  -webkit-box-flex: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
  -ms-flex-negative: 3;
  flex-shrink: 3;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900__container__item, .comp_v2_0900__container__item--ratio1, .comp_v2_0900__container__item--ratio2, .comp_v2_0900__container__item--ratio3 {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

.comp_v2_0900 .comp_v2_0900 .comp_v2_0900__frame {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_0900 .comp_v2_0900__frame {
    padding-left: 0;
    padding-right: 0;
  }
}


.comp_v2_0910 {
  
  
  
  
  
}

.comp_v2_0910 .comp_v2_0050__h1--bold, .comp_v2_0910 .comp_v2_0050__h1--regular, .comp_v2_0910 .comp_v2_0050__h2--bold, .comp_v2_0910 .comp_v2_0050__h2--regular, .comp_v2_0910 .comp_v2_0050__h3--bold, .comp_v2_0910 .comp_v2_0050__h3--regular, .comp_v2_0910 .comp_v2_0050__h4--bold, .comp_v2_0910 .comp_v2_0050__h4--regular, .comp_v2_0910 .comp_v2_0050__h5--bold, .comp_v2_0910 .comp_v2_0050__h5--regular {
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .comp_v2_0910 .comp_v2_0050__h1--bold, .comp_v2_0910 .comp_v2_0050__h1--regular, .comp_v2_0910 .comp_v2_0050__h2--bold, .comp_v2_0910 .comp_v2_0050__h2--regular, .comp_v2_0910 .comp_v2_0050__h3--bold, .comp_v2_0910 .comp_v2_0050__h3--regular, .comp_v2_0910 .comp_v2_0050__h4--bold, .comp_v2_0910 .comp_v2_0050__h4--regular, .comp_v2_0910 .comp_v2_0050__h5--bold, .comp_v2_0910 .comp_v2_0050__h5--regular {
    text-align: center;
  }
}

.comp_v2_0910 .comp_v2_0060__frame--small, .comp_v2_0910 .comp_v2_0060__frame--middle, .comp_v2_0910 .comp_v2_0060__frame--large {
  max-width: 540px;
}

.comp_v2_0910 .comp_v2_0070__frame p {
  text-align: center;
}

.comp_v2_0910 .comp_v2_0070 a {
  font-size: 2rem;
  padding: 15px 10px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0910 .comp_v2_0070 a {
    width: 100%;
  }
}

.comp_v2_0910 .comp_v2_0440__slider__item__content dt {
  font-weight: bold;
}

.comp_v2_0910 .comp_v2_0230 .comp_v2_0230__frame .comp_v2_0230__table,
.comp_v2_0910 .comp_v2_0230 .comp_v2_0230__frame .comp_v2_0230__table__2cell,
.comp_v2_0910 .comp_v2_0230 .comp_v2_0230__frame .comp_v2_0230__table02,
.comp_v2_0910 .comp_v2_0230 .comp_v2_0230__frame .comp_v2_0230__table03 {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}

.comp_v2_0910 .comp_v2_0230 .comp_v2_0230__frame .comp_v2_0230__table th,
.comp_v2_0910 .comp_v2_0230 .comp_v2_0230__frame .comp_v2_0230__table td,
.comp_v2_0910 .comp_v2_0230 .comp_v2_0230__frame .comp_v2_0230__table__2cell th,
.comp_v2_0910 .comp_v2_0230 .comp_v2_0230__frame .comp_v2_0230__table__2cell td,
.comp_v2_0910 .comp_v2_0230 .comp_v2_0230__frame .comp_v2_0230__table02 th,
.comp_v2_0910 .comp_v2_0230 .comp_v2_0230__frame .comp_v2_0230__table02 td,
.comp_v2_0910 .comp_v2_0230 .comp_v2_0230__frame .comp_v2_0230__table03 th,
.comp_v2_0910 .comp_v2_0230 .comp_v2_0230__frame .comp_v2_0230__table03 td {
  padding: 15px;
}

.comp_v2_0910 .comp_v2_0230 .comp_v2_0230__frame .comp_v2_0230__table th,
.comp_v2_0910 .comp_v2_0230 .comp_v2_0230__frame .comp_v2_0230__table__2cell th,
.comp_v2_0910 .comp_v2_0230 .comp_v2_0230__frame .comp_v2_0230__table02 th,
.comp_v2_0910 .comp_v2_0230 .comp_v2_0230__frame .comp_v2_0230__table03 th {
  text-align: center;
}

.comp_v2_0900 .comp_v2_0910__frame {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_0910__frame {
    padding-left: 0;
    padding-right: 0;
  }
}

.comp_v2_0900 .comp_v2_0920,
.comp_v2_0930 .comp_v2_0920 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

@media all and (-ms-high-contrast: none) {
  .comp_v2_0900 .comp_v2_0920,
  .comp_v2_0930 .comp_v2_0920 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_0920,
  .comp_v2_0930 .comp_v2_0920 {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

.comp_v2_0920__frame {
  padding: 30px 15px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 1.6;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .comp_v2_0920__frame {
    padding: 20px;
  }
}

.comp_v2_0920__image {
  width: 100%;
}

.comp_v2_0920__image img {
  max-height: 30vh;
  background-image: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0900 .comp_v2_0920__image img,
  .comp_v2_0930 .comp_v2_0920__image img {
    max-height: none;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}

.comp_v2_0920__status__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 0;
  margin-right: 0;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 4px;
  color: #fff;
  background-color: #af8cc8;
  font-size: 1.1rem;
  letter-spacing: 0.1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.comp_v2_0920__content {
  margin-top: 0;
  margin-bottom: 0;
}

.comp_v2_0920__content__title, .comp_v2_0920__content__title--bold {
  font-weight: bold;
  font-size: 2rem;
  margin: 15px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

.comp_v2_0920__content__title a, .comp_v2_0920__content__title--bold a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0920__content__title a::after, .comp_v2_0920__content__title--bold a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_0920__content__title a[target="_blank"]::after, .comp_v2_0920__content__title--bold a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0920__content__title a[href$=".pdf"]::after, .comp_v2_0920__content__title--bold a[href$=".pdf"]::after, .comp_v2_0920__content__title a[href*="docget.jsp"]::after, .comp_v2_0920__content__title--bold a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_0920__content__title a[href*="/list/index.php"]::after, .comp_v2_0920__content__title--bold a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_0920__content__title a[href^="#"]::after, .comp_v2_0920__content__title--bold a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_0920__content__title a[href^="tel:"]::after, .comp_v2_0920__content__title--bold a[href^="tel:"]::after, .comp_v2_0920__content__title a[href^="mailto:"]::after, .comp_v2_0920__content__title--bold a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0920__content__title a[href^="tel:"], .comp_v2_0920__content__title--bold a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0920__content__title a:hover, .comp_v2_0920__content__title--bold a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0920__content__title a:hover::after, .comp_v2_0920__content__title--bold a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0920__content__title a:hover[target="_blank"]::after, .comp_v2_0920__content__title--bold a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0920__content__title a:hover[href$=".pdf"]::after, .comp_v2_0920__content__title--bold a:hover[href$=".pdf"]::after, .comp_v2_0920__content__title a:hover[href*="docget.jsp"]::after, .comp_v2_0920__content__title--bold a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0920__content__title a:hover[href*="/list/index.php"]::after, .comp_v2_0920__content__title--bold a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0920__content__title a:hover[href^="#"]::after, .comp_v2_0920__content__title--bold a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0920__content__title a:hover[href^="tel:"]::after, .comp_v2_0920__content__title--bold a:hover[href^="tel:"]::after, .comp_v2_0920__content__title a:hover[href^="mailto:"]::after, .comp_v2_0920__content__title--bold a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0920__content__title a, .comp_v2_0920__content__title--bold a {
  text-decoration: none;
}

.comp_v2_0920__content__title a:hover, .comp_v2_0920__content__title--bold a:hover {
  color: #1d1e21;
  text-decoration: underline;
}

.comp_v2_0920__content__title a:hover:hover, .comp_v2_0920__content__title--bold a:hover:hover {
  color: #1d1e21;
  text-decoration: underline;
}

.comp_v2_0920__content__title a:hover:hover::after, .comp_v2_0920__content__title--bold a:hover:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
}

.comp_v2_0920__content__title a:hover:hover[target="_blank"]::after, .comp_v2_0920__content__title--bold a:hover:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0920__content__title a:hover:hover[href$=".pdf"]::after, .comp_v2_0920__content__title--bold a:hover:hover[href$=".pdf"]::after, .comp_v2_0920__content__title a:hover:hover[href*="docget.jsp"]::after, .comp_v2_0920__content__title--bold a:hover:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
}

.comp_v2_0920__content__title a:hover:hover[href*="/list/index.php"]::after, .comp_v2_0920__content__title--bold a:hover:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
}

.comp_v2_0920__content__title a:hover:hover[href^="#"]::after, .comp_v2_0920__content__title--bold a:hover:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
}

.comp_v2_0920__content__title a:hover:hover[href^="tel:"]::after, .comp_v2_0920__content__title--bold a:hover:hover[href^="tel:"]::after, .comp_v2_0920__content__title a:hover:hover[href^="mailto:"]::after, .comp_v2_0920__content__title--bold a:hover:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0920__content__title ul .disc, .comp_v2_0920__content__title--bold ul .disc {
  display: inline-block;
  padding-left: 30px;
  margin-left: 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .comp_v2_0920__content__title ul .disc, .comp_v2_0920__content__title--bold ul .disc {
    padding-left: 25px;
  }
}

.comp_v2_0920__content__title ul .disc::before, .comp_v2_0920__content__title--bold ul .disc::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: "\002022";
  color: #0064d2;
  margin: 0 7px;
}

.comp_v2_0920__content__title ul a, .comp_v2_0920__content__title--bold ul a {
  display: inline-block;
  color: #0064d2;
  padding-left: 30px;
  padding-right: 0;
  position: relative;
  line-height: 1.4;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .comp_v2_0920__content__title ul a, .comp_v2_0920__content__title--bold ul a {
    padding-left: 25px;
  }
}

.comp_v2_0920__content__title ul a:hover, .comp_v2_0920__content__title--bold ul a:hover {
  text-decoration: underline;
}

.comp_v2_0920__content__title ul a::after, .comp_v2_0920__content__title--bold ul a::after {
  display: none;
}

.comp_v2_0920__content__title ul a::before, .comp_v2_0920__content__title--bold ul a::before {
  position: absolute;
  left: 5px;
  top: 0.2em;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
  background-size: 13px 13px;
}

.comp_v2_0920__content__title ul a[target="_blank"]::before, .comp_v2_0920__content__title--bold ul a[target="_blank"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0920__content__title ul a[href$=".pdf"]::before, .comp_v2_0920__content__title--bold ul a[href$=".pdf"]::before, .comp_v2_0920__content__title ul a[href*="docget.jsp"]::before, .comp_v2_0920__content__title--bold ul a[href*="docget.jsp"]::before {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
  background-size: 11px 14px;
}

.comp_v2_0920__content__title ul a[href*="/list/index.php"]::before, .comp_v2_0920__content__title--bold ul a[href*="/list/index.php"]::before {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
  background-size: 13px 11px;
}

.comp_v2_0920__content__title ul a[href^="#"]::before, .comp_v2_0920__content__title--bold ul a[href^="#"]::before {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
  background-size: 13px 13px;
}

.comp_v2_0920__content__title ul a[href^="tel:"], .comp_v2_0920__content__title--bold ul a[href^="tel:"], .comp_v2_0920__content__title ul a[href^="mailto:"], .comp_v2_0920__content__title--bold ul a[href^="mailto:"], .comp_v2_0920__content__title ul a.icon-none, .comp_v2_0920__content__title--bold ul a.icon-none {
  padding-left: 0;
}

.comp_v2_0920__content__title ul a[href^="tel:"]::before, .comp_v2_0920__content__title--bold ul a[href^="tel:"]::before, .comp_v2_0920__content__title ul a[href^="mailto:"]::before, .comp_v2_0920__content__title--bold ul a[href^="mailto:"]::before, .comp_v2_0920__content__title ul a.icon-none::before, .comp_v2_0920__content__title--bold ul a.icon-none::before {
  display: none;
}

.comp_v2_0920__content__title ul a.icon-none img, .comp_v2_0920__content__title--bold ul a.icon-none img {
  margin: 0;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0920__content__title ul a[href^="tel:"], .comp_v2_0920__content__title--bold ul a[href^="tel:"] {
    color: #333;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0920__content__title--bold {
  line-height: 1.4;
  font-weight: bold;
}

.comp_v2_0920__content__model_number {
  line-height: 1.4;
  font-size: 1.2rem;
  color: #707070;
  margin-left: 0;
  margin-right: 0;
  margin-top: 5px;
  margin-bottom: 5px;
}

.comp_v2_0920__content__sentence {
  margin-top: 10px;
  line-height: 1.4;
}

.comp_v2_0920__content__sentence ul .disc {
  display: inline-block;
  padding-left: 30px;
  margin-left: 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .comp_v2_0920__content__sentence ul .disc {
    padding-left: 25px;
  }
}

.comp_v2_0920__content__sentence ul .disc::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: "\002022";
  color: #0064d2;
  margin: 0 7px;
}

.comp_v2_0920__content__sentence ul a {
  display: inline-block;
  color: #0064d2;
  padding-left: 30px;
  padding-right: 0;
  position: relative;
  line-height: 1.4;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .comp_v2_0920__content__sentence ul a {
    padding-left: 25px;
  }
}

.comp_v2_0920__content__sentence ul a:hover {
  text-decoration: underline;
}

.comp_v2_0920__content__sentence ul a::after {
  display: none;
}

.comp_v2_0920__content__sentence ul a::before {
  position: absolute;
  left: 5px;
  top: 0.2em;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
  background-size: 13px 13px;
}

.comp_v2_0920__content__sentence ul a[target="_blank"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0920__content__sentence ul a[href$=".pdf"]::before, .comp_v2_0920__content__sentence ul a[href*="docget.jsp"]::before {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
  background-size: 11px 14px;
}

.comp_v2_0920__content__sentence ul a[href*="/list/index.php"]::before {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
  background-size: 13px 11px;
}

.comp_v2_0920__content__sentence ul a[href^="#"]::before {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
  background-size: 13px 13px;
}

.comp_v2_0920__content__sentence ul a[href^="tel:"], .comp_v2_0920__content__sentence ul a[href^="mailto:"], .comp_v2_0920__content__sentence ul a.icon-none {
  padding-left: 0;
}

.comp_v2_0920__content__sentence ul a[href^="tel:"]::before, .comp_v2_0920__content__sentence ul a[href^="mailto:"]::before, .comp_v2_0920__content__sentence ul a.icon-none::before {
  display: none;
}

.comp_v2_0920__content__sentence ul a.icon-none img {
  margin: 0;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0920__content__sentence ul a[href^="tel:"] {
    color: #333;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0920__badge {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  padding: 5px 10px;
  border: 1px solid rgba(51, 51, 51, 0.3);
  border-radius: 4px;
  color: #333;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  font-size: 1.2rem;
  text-decoration: none;
}

.comp_v2_0920__link_list {
  line-height: 1.4;
  font-size: 1.4rem;
  margin-top: 10px;
}

.comp_v2_0920__link_list .disc {
  display: inline-block;
  padding-left: 30px;
  margin-left: 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .comp_v2_0920__link_list .disc {
    padding-left: 25px;
  }
}

.comp_v2_0920__link_list .disc::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: "\002022";
  color: #0064d2;
  margin: 0 7px;
}

.comp_v2_0920__link_list a {
  display: inline-block;
  color: #0064d2;
  padding-left: 30px;
  padding-right: 0;
  position: relative;
  line-height: 1.4;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .comp_v2_0920__link_list a {
    padding-left: 25px;
  }
}

.comp_v2_0920__link_list a:hover {
  text-decoration: underline;
}

.comp_v2_0920__link_list a::after {
  display: none;
}

.comp_v2_0920__link_list a::before {
  position: absolute;
  left: 5px;
  top: 0.2em;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
  background-size: 13px 13px;
}

.comp_v2_0920__link_list a[target="_blank"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0920__link_list a[href$=".pdf"]::before, .comp_v2_0920__link_list a[href*="docget.jsp"]::before {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
  background-size: 11px 14px;
}

.comp_v2_0920__link_list a[href*="/list/index.php"]::before {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
  background-size: 13px 11px;
}

.comp_v2_0920__link_list a[href^="#"]::before {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
  background-size: 13px 13px;
}

.comp_v2_0920__link_list a[href^="tel:"], .comp_v2_0920__link_list a[href^="mailto:"], .comp_v2_0920__link_list a.icon-none {
  padding-left: 0;
}

.comp_v2_0920__link_list a[href^="tel:"]::before, .comp_v2_0920__link_list a[href^="mailto:"]::before, .comp_v2_0920__link_list a.icon-none::before {
  display: none;
}

.comp_v2_0920__link_list a.icon-none img {
  margin: 0;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0920__link_list a[href^="tel:"] {
    color: #333;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0920__button {
  font-size: 1.4rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  background-color: #0064d2;
  text-align: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  min-width: 110px;
  min-height: 40px;
  border: none;
  letter-spacing: 0.1rem;
  margin-top: 10px;
}

.comp_v2_0920__button:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

.comp_v2_0920__button:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

.comp_v2_0920__button:disabled {
  color: #FFF;
  background-color: #707070;
}

.comp_v2_0920__button::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url("/apps/toshiba-ss-v2/clientlibs/dist/img/button-arrow.png");
  background-size: 18px 18px;
  margin-right: 0.2em;
  margin-bottom: 0.2em;
}

.comp_v2_0920__button + .comp_v2_0920__button {
  margin-left: 10px;
}

.comp_v2_0920__button__outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: auto;
}

@media screen and (max-width: 768px) {
  .comp_v2_0920__button__outer {
    width: 100%;
  }
}

.comp_v2_0900 .comp_v2_0920__frame {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_0920__frame {
    padding-left: 0;
    padding-right: 0;
  }
}


.comp_v2_0930 .comp_v2_0920 {
  padding: 0;
}

.comp_v2_0930 .comp_v2_0920 figure img {
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0930 .comp_v2_0920 figure img {
    max-width: 337px;
    min-width: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.comp_v2_0930 .comp_v2_0060 {
  padding: 0;
}

.comp_v2_0930 .comp_v2_0950__col figure img {
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0930 .comp_v2_0950__col figure img {
    max-width: 337px;
    min-width: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.comp_v2_0930__frame {
  padding: 30px 15px;
  overflow: hidden;
  max-width: 1140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 70px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  .comp_v2_0930__frame {
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0930__frame {
    padding: 20px 0;
  }
}

.comp_v2_0930 .slick-dots {
  position: relative;
  font-size: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 15px 0;
  margin: 0 auto;
  width: 80%;
}

.comp_v2_0930 .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 2px 5px;
  padding: 0;
  cursor: pointer;
}

.comp_v2_0930 .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 7px;
  border: 2px solid #6e7175;
}

.comp_v2_0930 .slick-dots li button:hover, .comp_v2_0930 .slick-dots li button:focus {
  outline: none;
}

.comp_v2_0930 .slick-dots li button:hover:before, .comp_v2_0930 .slick-dots li button:focus:before {
  opacity: 1;
}

.comp_v2_0930 .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 12px;
  height: 12px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  opacity: 0.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 6px;
}

.comp_v2_0930 .slick-dots li.slick-active button {
  opacity: 1;
  border: 2px solid #1d1e21;
  background-color: #1d1e21;
}

.comp_v2_0930 .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.comp_v2_0930 .slick-dots li {
  margin: 0;
  padding: 5px;
}

.comp_v2_0930__flcol, .comp_v2_0930__flcol--border {
  max-width: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0930__flcol, .comp_v2_0930__flcol--border {
    position: static;
    padding: 0;
    width: 100%;
  }
}

.comp_v2_0930__flcol .prev,
.comp_v2_0930__flcol .next, .comp_v2_0930__flcol--border .prev,
.comp_v2_0930__flcol--border .next {
  position: absolute;
  top: 50%;
  z-index: 1;
  background-size: 40px 40px;
  text-indent: -999em;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
}

@media screen and (max-width: 768px) {
  .comp_v2_0930__flcol .prev,
  .comp_v2_0930__flcol .next, .comp_v2_0930__flcol--border .prev,
  .comp_v2_0930__flcol--border .next {
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
  }
}

.comp_v2_0930__flcol .prev:hover,
.comp_v2_0930__flcol .next:hover, .comp_v2_0930__flcol--border .prev:hover,
.comp_v2_0930__flcol--border .next:hover {
  opacity: 0.5;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
}

.comp_v2_0930__flcol .prev, .comp_v2_0930__flcol--border .prev {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/icon-prev.png);
  left: 14px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (max-width: 768px) {
  .comp_v2_0930__flcol .prev, .comp_v2_0930__flcol--border .prev {
    left: 10px;
  }
}

.comp_v2_0930__flcol .next, .comp_v2_0930__flcol--border .next {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/icon-next.png);
  right: 14px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (max-width: 768px) {
  .comp_v2_0930__flcol .next, .comp_v2_0930__flcol--border .next {
    right: 10px;
  }
}

.comp_v2_0930__flcol .slick-disabled, .comp_v2_0930__flcol--border .slick-disabled {
  opacity: 0.1;
}

.comp_v2_0930__flcol .slick-disabled:hover, .comp_v2_0930__flcol--border .slick-disabled:hover {
  cursor: default;
  opacity: 0.1;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0930 .slick-list {
    width: 100%;
  }
  .comp_v2_0930 .slick-track {
    margin-left: 0;
  }
  .comp_v2_0930__flcol--border .slick-list {
    margin-left: 4px;
  }
  .comp_v2_0930__flcol--border .slick-slide {
    border-right: 1px solid rgba(51, 51, 51, 0.2);
  }
}

.comp_v2_0930 .slick-slide {
  padding: 0 15px 0 0;
  margin: 0 0 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .comp_v2_0930 .slick-slide {
    max-width: none;
    padding: 0 20px;
    margin: 0 20px;
  }
}

.comp_v2_0930 .bc-player-HyOPCRVMZ_default {
  width: 100%;
  height: auto;
}

.comp_v2_0930 .video-js .vjs-tech {
  position: relative;
}

.comp_v2_0930 iframe {
  height: auto;
}

@media screen and (max-width: 768px) {
  .comp_v2_0930 iframe {
    width: 100%;
    height: 100%;
  }
}

.comp_v2_0930 .comp_v2_0920__frame {
  padding: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0930 .slick-slide {
    padding: 0;
  }
}

.comp_v2_0900 .comp_v2_0930__frame {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_0930__frame {
    padding-left: 0;
    padding-right: 0;
  }
}


.comp_v2_0940__frame {
  color: #b9b9b9;
  -webkit-box-shadow: 0 6px 6px -1px #ccc;
  box-shadow: 0 6px 6px -1px #ccc;
  background-color: #4b4b4b;
  display: block;
  padding: 0px 0 10px 0px;
  border: 3px solid #4b0000;
  border-radius: 6px;
  margin: -6px 12px 8px 12px;
}

.comp_v2_0940 h1, .comp_v2_0940 h2, .comp_v2_0940 h3 {
  margin: 0px 0 10px;
  font-size: 1rem;
  padding: 1rem;
  background-color: #4b0000;
}

.comp_v2_0940 .columns {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
}

.comp_v2_0940 .columns table {
  margin: 0;
}

.comp_v2_0940 .columns table th, .comp_v2_0940 .columns table td {
  padding: 5px;
}

.comp_v2_0940 .columns table th {
  text-align: right;
}

.comp_v2_0900 .comp_v2_0940__frame {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_0940__frame {
    padding-left: 0;
    padding-right: 0;
  }
}


.comp_v2_0950__frame {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 30px 70px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  .comp_v2_0950__frame {
    padding: 20px 0;
  }
}

.comp_v2_0950 .slick-dots {
  position: relative;
  font-size: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 15px 0;
  margin: 0 auto;
  width: 80%;
}

.comp_v2_0950 .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 2px 5px;
  padding: 0;
  cursor: pointer;
}

.comp_v2_0950 .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 7px;
  border: 2px solid #6e7175;
}

.comp_v2_0950 .slick-dots li button:hover, .comp_v2_0950 .slick-dots li button:focus {
  outline: none;
}

.comp_v2_0950 .slick-dots li button:hover:before, .comp_v2_0950 .slick-dots li button:focus:before {
  opacity: 1;
}

.comp_v2_0950 .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 12px;
  height: 12px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  opacity: 0.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 6px;
}

.comp_v2_0950 .slick-dots li.slick-active button {
  opacity: 1;
  border: 2px solid #1d1e21;
  background-color: #1d1e21;
}

.comp_v2_0950 .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.comp_v2_0950 .slick-track .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

.comp_v2_0950 .slick-track .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.comp_v2_0950__flcol, .comp_v2_0950__flcol--border {
  max-width: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  .comp_v2_0950__flcol, .comp_v2_0950__flcol--border {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0950__flcol, .comp_v2_0950__flcol--border {
    position: static;
    padding: 0;
    width: 100%;
  }
}

.comp_v2_0950__flcol .prev,
.comp_v2_0950__flcol .next, .comp_v2_0950__flcol--border .prev,
.comp_v2_0950__flcol--border .next {
  position: absolute;
  top: 50%;
  z-index: 1;
  background-size: 40px 40px;
  text-indent: -999em;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
}

@media screen and (max-width: 768px) {
  .comp_v2_0950__flcol .prev,
  .comp_v2_0950__flcol .next, .comp_v2_0950__flcol--border .prev,
  .comp_v2_0950__flcol--border .next {
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
  }
}

.comp_v2_0950__flcol .prev:hover,
.comp_v2_0950__flcol .next:hover, .comp_v2_0950__flcol--border .prev:hover,
.comp_v2_0950__flcol--border .next:hover {
  opacity: 0.5;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
}

.comp_v2_0950__flcol .prev, .comp_v2_0950__flcol--border .prev {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/icon-prev.png);
  left: 14px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (max-width: 768px) {
  .comp_v2_0950__flcol .prev, .comp_v2_0950__flcol--border .prev {
    left: 10px;
  }
}

.comp_v2_0950__flcol .next, .comp_v2_0950__flcol--border .next {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/icon-next.png);
  right: 14px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (max-width: 768px) {
  .comp_v2_0950__flcol .next, .comp_v2_0950__flcol--border .next {
    right: 10px;
  }
}

.comp_v2_0950__flcol .slick-disabled, .comp_v2_0950__flcol--border .slick-disabled {
  opacity: 0.1;
}

.comp_v2_0950__flcol .slick-disabled:hover, .comp_v2_0950__flcol--border .slick-disabled:hover {
  cursor: default;
  opacity: 0.1;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0950 .slick-list {
    width: 100%;
  }
  .comp_v2_0950 .slick-track {
    margin-left: 0;
  }
  .comp_v2_0950__flcol--border .slick-list {
    margin-left: 4px;
  }
  .comp_v2_0950__flcol--border .slick-slide {
    border-right: 1px solid rgba(51, 51, 51, 0.2);
  }
}

.comp_v2_0950 .slick-slide {
  padding: 0 15px 0 0;
  margin: 0 0 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .comp_v2_0950 .slick-slide {
    max-width: none;
    padding: 0 20px;
    margin: 0 20px;
  }
}

.comp_v2_0950__flag--new {
  font-size: 1.1rem;
  margin: 0 0 10px 0;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0.1rem;
  margin: 15px 0 0 0;
}

.comp_v2_0950__flag--new span {
  display: inline-block;
  border-radius: 4px;
  padding: 5px 10px;
  line-height: 1;
  color: #fff;
  background-color: #af8cc8;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
}

.comp_v2_0950__link {
  margin: 0;
  line-height: 1.4;
  font-size: 1.4rem;
}

.comp_v2_0950__link .disc {
  display: inline-block;
  padding-left: 30px;
  margin-left: 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .comp_v2_0950__link .disc {
    padding-left: 25px;
  }
}

.comp_v2_0950__link .disc::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: "\002022";
  color: #0064d2;
  margin: 0 7px;
}

.comp_v2_0950__link a {
  display: inline-block;
  color: #0064d2;
  padding-left: 30px;
  padding-right: 0;
  position: relative;
  line-height: 1.4;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .comp_v2_0950__link a {
    padding-left: 25px;
  }
}

.comp_v2_0950__link a:hover {
  text-decoration: underline;
}

.comp_v2_0950__link a::after {
  display: none;
}

.comp_v2_0950__link a::before {
  position: absolute;
  left: 5px;
  top: 0.2em;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
  background-size: 13px 13px;
}

.comp_v2_0950__link a[target="_blank"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0950__link a[href$=".pdf"]::before, .comp_v2_0950__link a[href*="docget.jsp"]::before {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
  background-size: 11px 14px;
}

.comp_v2_0950__link a[href*="/list/index.php"]::before {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
  background-size: 13px 11px;
}

.comp_v2_0950__link a[href^="#"]::before {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
  background-size: 13px 13px;
}

.comp_v2_0950__link a[href^="tel:"], .comp_v2_0950__link a[href^="mailto:"], .comp_v2_0950__link a.icon-none {
  padding-left: 0;
}

.comp_v2_0950__link a[href^="tel:"]::before, .comp_v2_0950__link a[href^="mailto:"]::before, .comp_v2_0950__link a.icon-none::before {
  display: none;
}

.comp_v2_0950__link a.icon-none img {
  margin: 0;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0950__link a[href^="tel:"] {
    color: #333;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0950__link dt {
  font-weight: normal;
  font-size: 2rem;
  margin: 15px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

.comp_v2_0950__link dt a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0950__link dt a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_0950__link dt a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0950__link dt a[href$=".pdf"]::after, .comp_v2_0950__link dt a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_0950__link dt a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_0950__link dt a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_0950__link dt a[href^="tel:"]::after, .comp_v2_0950__link dt a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0950__link dt a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0950__link dt a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0950__link dt a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0950__link dt a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0950__link dt a:hover[href$=".pdf"]::after, .comp_v2_0950__link dt a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0950__link dt a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0950__link dt a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0950__link dt a:hover[href^="tel:"]::after, .comp_v2_0950__link dt a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0950__link dt a {
  padding-left: 0;
  text-decoration: none;
}

.comp_v2_0950__link dt a::before {
  display: none;
}

.comp_v2_0950__link dt a:hover {
  color: #1d1e21;
  text-decoration: underline;
}

.comp_v2_0950__link dt a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
}

.comp_v2_0950__link dt a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0950__link dt a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
}

.comp_v2_0950__link dd {
  font-size: 1.4rem;
  margin: 8px 0;
}

.comp_v2_0950__link dd.comp_v2_0920__link__caption {
  font-size: 1.2rem;
  color: #707070;
  margin: 5px 0 15px 0;
  letter-spacing: 0.1rem;
}

.comp_v2_0950__link ul {
  margin-top: 0;
}

.comp_v2_0950__link li {
  margin: 8px 0;
}

.comp_v2_0950__link__title {
  font-size: 1.6rem;
  color: #333;
  text-align: left;
}

.comp_v2_0950__link__size {
  margin: 0 auto;
  width: auto;
}

.comp_v2_0950__link__size th,
.comp_v2_0950__link__size td {
  font-size: 1.6rem;
  text-align: right;
  position: relative;
  font-weight: normal;
  min-height: 1em;
  padding: 0 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.comp_v2_0950__link__size th {
  text-align: left;
}

.comp_v2_0950__link__size dd {
  margin: 0;
}

.comp_v2_0950__link__size__unit {
  text-align: right;
}

.comp_v2_0950__link__size__switch {
  position: relative;
}

.comp_v2_0950__link__size__switch__mm {
  display: inline;
}

.comp_v2_0950__link__size__switch__inch {
  display: none;
}

.comp_v2_0950__title {
  font-weight: normal;
  font-size: 2rem;
  color: #1d1e21;
  line-height: 1.4;
}

.comp_v2_0950__figure figcaption {
  font-weight: normal;
  font-size: 2rem;
  margin: 20px 0 0;
  color: #1d1e21;
  line-height: 1.4;
}

.comp_v2_0950__btn {
  letter-spacing: -0.4em;
  margin-top: 0;
}

.comp_v2_0950__btn p {
  margin: 0;
  padding: 0;
}

.comp_v2_0950__btn--center {
  text-align: center;
}

.comp_v2_0950__btn--right {
  text-align: right;
}

.comp_v2_0950__btn--default {
  font-size: 1.4rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  background-color: #0064d2;
  text-align: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  min-width: 110px;
  min-height: 40px;
  border: none;
  letter-spacing: 0.1rem;
}

.comp_v2_0950__btn--default:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

.comp_v2_0950__btn--default:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

.comp_v2_0950__btn--default:disabled {
  color: #FFF;
  background-color: #707070;
}

.comp_v2_0950__btn--default::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url("/apps/toshiba-ss-v2/clientlibs/dist/img/button-arrow.png");
  background-size: 18px 18px;
  margin-right: 0.2em;
  margin-bottom: 0.2em;
}

.comp_v2_0950__btn a {
  font-size: 1.4rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
  min-width: 110px;
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  background-color: #0064d2;
  text-align: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  min-height: 40px;
  border: none;
  letter-spacing: 0.1rem;
}

.comp_v2_0950__btn a:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
}

.comp_v2_0950__btn a::before {
  content: "";
  display: inline-block;
  width: 18px;
  min-width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-arrow.png);
  background-size: 18px 18px;
  margin-right: 0.25em;
  margin-bottom: 0.1em;
}

.comp_v2_0950__btn a[target="_blank"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-external.png);
}

.comp_v2_0950__btn a[href$=".pdf"]::before, .comp_v2_0950__btn a[href*="docget.jsp"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-pdf.png);
}

.comp_v2_0950__btn a[href*="/list/index.php"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-parametric.png);
}

.comp_v2_0950__btn a[href^="#"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-anchor.png);
}

.comp_v2_0950__btn .comp_v2_0950__btn--search::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-search.png);
}

.comp_v2_0950__btn .comp_v2_0950__btn--balloon::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-balloon.png);
}

.comp_v2_0950__btn .comp_v2_0950__btn--cart::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-cart.png);
}

.comp_v2_0950__btn .comp_v2_0950__btn--large {
  font-size: 2rem;
  padding: 18px 30px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0950__btn .comp_v2_0950__btn--large {
    width: 100%;
  }
}

.comp_v2_0950__btn .comp_v2_0950__btn--large:hover {
  color: #fff;
}

.comp_v2_0950__btn .comp_v2_0950__btn--flip {
  color: #0064d2;
  background-color: #fff;
  border: 1px solid #0064d2;
}

.comp_v2_0950__btn .comp_v2_0950__btn--flip::before {
  display: none;
}

.comp_v2_0950__btn li {
  letter-spacing: normal;
  margin: 15px 10px 0 0;
  min-width: 100px;
  display: inline-block;
}

.comp_v2_0950__btn li:last-child {
  margin-right: 0;
}

.comp_v2_0950__btn li a {
  width: 100%;
}

.comp_v2_0950__selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.comp_v2_0950__selector__radio li {
  margin: 0.5em 0;
}

.comp_v2_0950__selector__radio__label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
  letter-spacing: 0.1rem;
}

.comp_v2_0950__selector__radio__label input[type="radio"] {
  position: absolute;
  left: -100vw;
}

.comp_v2_0950__selector__radio__label input[type="radio"]:checked + span::before {
  border: 2px solid #0064d2;
}

.comp_v2_0950__selector__radio__label input[type="radio"]:checked + span::after {
  background-color: #0064d2;
}

.comp_v2_0950__selector__radio__label input[type="radio"]:disabled + span::before {
  border: 2px solid #e7e7e8;
  opacity: 0.5;
}

.comp_v2_0950__selector__radio__label input[type="radio"]:checked:disabled + span::before {
  border: 2px solid #0064d2;
}

.comp_v2_0950__selector__radio__label input[type="radio"]:checked:disabled + span::after {
  background-color: #0064d2;
}

.comp_v2_0950__selector__radio__label__text::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #e7e7e8;
  border-radius: 50%;
}

.comp_v2_0950__selector__radio__label__text::after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: transparent;
}

input[type="radio"]:focus + .comp_v2_0950__selector__radio__label__text::before {
  outline-style: none;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

@media screen and (max-width: 768px) {
  .comp_v2_0950__selector {
    display: block;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0950__selector {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 10px;
  }
}

.comp_v2_0950__selector__lcol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
}

@media screen and (max-width: 768px) {
  .comp_v2_0950__selector__lcol {
    width: 100%;
  }
}

.comp_v2_0950__selector__rcol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-width: 190px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0950__selector__rcol {
    width: 100%;
    display: block;
  }
}

.comp_v2_0950__selector__selectmenu {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .comp_v2_0950__selector__selectmenu {
    width: 100%;
  }
}

.comp_v2_0950__selector__selectmenu::before {
  position: absolute;
  padding: 0;
  content: "";
  top: 50%;
  right: 0.9em;
  bottom: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid rgba(51, 51, 51, 0.3);
  border-right: 2px solid rgba(51, 51, 51, 0.3);
  -webkit-transform: rotate(135deg) translate(-50%, 50%);
  transform: rotate(135deg) translate(-50%, 50%);
  pointer-events: none;
}

.comp_v2_0950__selector__selectmenu::after {
  position: absolute;
  top: 0;
  right: 2.5em;
  bottom: 0;
  width: 1px;
  content: "";
  border-left: 1px solid #ccc;
}

.comp_v2_0950__selector__selectmenu select {
  width: 100%;
  min-width: 120px;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 12px 45px 12px 10px;
  color: #333;
  letter-spacing: 0.1rem;
}

.comp_v2_0950__selector__selectmenu select:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

.comp_v2_0950__selector__selectmenu select::-ms-expand {
  display: none;
}

.comp_v2_0950__selector__selectmenu select:disabled {
  background-color: #e7e7e8;
}

@media screen and (max-width: 768px) {
  .comp_v2_0950__selector__selectmenu {
    margin: 0 0 20px 0;
  }
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0950__selector__selectmenu {
    margin-right: 20px;
    margin-bottom: 15px;
  }
}

.comp_v2_0950__selector__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 15px auto;
}

.comp_v2_0950__selector__radio dt {
  margin-right: 5px;
}

.comp_v2_0950__selector__radio dd {
  margin-right: 15px;
}

.comp_v2_0950__selector__radio dd:last-child {
  margin-right: 0;
}

.comp_v2_0950__col figure img {
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0950__col figure img {
    max-width: 337px;
    min-width: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.comp_v2_0950__col__in {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.comp_v2_0950 figure {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.comp_v2_0950 figure img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  position: relative;
}

.comp_v2_0950__flcol, .comp_v2_0950__flcol--border {
  margin-left: 0;
  margin-right: 0;
}

.comp_v2_0950 .slick-counter {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  line-height: 1.6;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  text-align: center;
  width: 100%;
  padding: 15px 0;
}

.comp_v2_0950 .slick-counter .current {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .comp_v2_0950 .slick-slide {
    padding: 0 10px 0;
    margin: 0;
  }
  .comp_v2_0950 .slick-arrow {
    display: none !important;
  }
  .comp_v2_0950 .slick-counter {
    display: block;
  }
}

.comp_v2_0950__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.comp_v2_0950__link dt {
  font-size: 1.6rem;
  margin-top: 11px;
}

.comp_v2_0950__link dt a {
  line-height: 1.1;
}

.comp_v2_0950__link dd {
  margin: 0 0 10px;
}

.comp_v2_0950__link__title {
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  margin: 5px 0;
}

.comp_v2_0950__btn li {
  width: 100%;
  margin: 0;
}

.comp_v2_0950__btn li a {
  padding: 10px 10px;
}

.comp_v2_0950__notes {
  margin-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.4rem;
  line-height: 1.4;
}

.comp_v2_0950__notes small {
  font-size: inherit;
}

@media screen and (max-width: 768px) {
  .comp_v2_0950__notes {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.comp_v2_0950__flcol--edit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.comp_v2_0950__flcol--edit .comp_v2_0950__col {
  width: 20%;
}

@media screen and (max-width: 1024px) {
  .comp_v2_0950__flcol--edit .comp_v2_0950__col {
    width: 25%;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0950__flcol--edit .comp_v2_0950__col {
    width: 33.3%;
  }
}

@media screen and (max-width: 460px) {
  .comp_v2_0950__flcol--edit .comp_v2_0950__col {
    width: 50%;
  }
}

@media screen and (max-width: 350px) {
  .comp_v2_0950__flcol--edit .comp_v2_0950__col {
    width: 100%;
  }
}

.comp_v2_0900 .comp_v2_0950__frame {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_0950__frame {
    padding-left: 0;
    padding-right: 0;
  }
}


.comp_v2_0951__frame {
  padding: 30px 15px;
  overflow: hidden;
  max-width: 1140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .comp_v2_0951__frame {
    padding: 20px;
  }
}

.comp_v2_0951__selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.comp_v2_0951__selector__radio li {
  margin: 0.5em 0;
}

.comp_v2_0951__selector__radio__label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
  letter-spacing: 0.1rem;
}

.comp_v2_0951__selector__radio__label input[type="radio"] {
  position: absolute;
  left: -100vw;
}

.comp_v2_0951__selector__radio__label input[type="radio"]:checked + span::before {
  border: 2px solid #0064d2;
}

.comp_v2_0951__selector__radio__label input[type="radio"]:checked + span::after {
  background-color: #0064d2;
}

.comp_v2_0951__selector__radio__label input[type="radio"]:disabled + span::before {
  border: 2px solid #e7e7e8;
  opacity: 0.5;
}

.comp_v2_0951__selector__radio__label input[type="radio"]:checked:disabled + span::before {
  border: 2px solid #0064d2;
}

.comp_v2_0951__selector__radio__label input[type="radio"]:checked:disabled + span::after {
  background-color: #0064d2;
}

.comp_v2_0951__selector__radio__label__text::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #e7e7e8;
  border-radius: 50%;
}

.comp_v2_0951__selector__radio__label__text::after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: transparent;
}

input[type="radio"]:focus + .comp_v2_0951__selector__radio__label__text::before {
  outline-style: none;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

@media screen and (max-width: 768px) {
  .comp_v2_0951__selector {
    display: none;
  }
}

.comp_v2_0951__selector__lcol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
}

.comp_v2_0951__selector__rcol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-width: 190px;
}

.comp_v2_0951__selector__selectmenu {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .comp_v2_0951__selector__selectmenu {
    width: 100%;
  }
}

.comp_v2_0951__selector__selectmenu::before {
  position: absolute;
  padding: 0;
  content: "";
  top: 50%;
  right: 0.9em;
  bottom: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid rgba(51, 51, 51, 0.3);
  border-right: 2px solid rgba(51, 51, 51, 0.3);
  -webkit-transform: rotate(135deg) translate(-50%, 50%);
  transform: rotate(135deg) translate(-50%, 50%);
  pointer-events: none;
}

.comp_v2_0951__selector__selectmenu::after {
  position: absolute;
  top: 0;
  right: 2.5em;
  bottom: 0;
  width: 1px;
  content: "";
  border-left: 1px solid #ccc;
}

.comp_v2_0951__selector__selectmenu select {
  width: 100%;
  min-width: 120px;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 12px 45px 12px 10px;
  color: #333;
  letter-spacing: 0.1rem;
}

.comp_v2_0951__selector__selectmenu select:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

.comp_v2_0951__selector__selectmenu select::-ms-expand {
  display: none;
}

.comp_v2_0951__selector__selectmenu select:disabled {
  background-color: #e7e7e8;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0951__selector__selectmenu {
    margin-right: 20px;
    margin-bottom: 15px;
  }
}

.comp_v2_0951__selector__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 15px auto;
}

.comp_v2_0951__selector__radio dt {
  margin-right: 5px;
}

.comp_v2_0951__selector__radio dd {
  margin-right: 15px;
}

.comp_v2_0951__selector__radio dd:last-child {
  margin-right: 0;
}

.comp_v2_0951__flag--new {
  font-size: 1.1rem;
  margin: 0 0 10px 0;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0.1rem;
  margin: 15px 0 0 0;
}

.comp_v2_0951__flag--new span {
  display: inline-block;
  border-radius: 4px;
  padding: 5px 10px;
  line-height: 1;
  color: #fff;
  background-color: #af8cc8;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
}

.comp_v2_0951__link {
  margin: 0;
  line-height: 1.4;
  font-size: 1.4rem;
}

.comp_v2_0951__link__caption {
  font-size: 1.2rem;
  color: #707070;
  margin: 10px 0 15px 0;
}

.comp_v2_0951__link .disc {
  display: inline-block;
  padding-left: 30px;
  margin-left: 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .comp_v2_0951__link .disc {
    padding-left: 25px;
  }
}

.comp_v2_0951__link .disc::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: "\002022";
  color: #0064d2;
  margin: 0 7px;
}

.comp_v2_0951__link a {
  display: inline-block;
  color: #0064d2;
  padding-left: 30px;
  padding-right: 0;
  position: relative;
  line-height: 1.4;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .comp_v2_0951__link a {
    padding-left: 25px;
  }
}

.comp_v2_0951__link a:hover {
  text-decoration: underline;
}

.comp_v2_0951__link a::after {
  display: none;
}

.comp_v2_0951__link a::before {
  position: absolute;
  left: 5px;
  top: 0.2em;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
  background-size: 13px 13px;
}

.comp_v2_0951__link a[target="_blank"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0951__link a[href$=".pdf"]::before, .comp_v2_0951__link a[href*="docget.jsp"]::before {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
  background-size: 11px 14px;
}

.comp_v2_0951__link a[href*="/list/index.php"]::before {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
  background-size: 13px 11px;
}

.comp_v2_0951__link a[href^="#"]::before {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
  background-size: 13px 13px;
}

.comp_v2_0951__link a[href^="tel:"], .comp_v2_0951__link a[href^="mailto:"], .comp_v2_0951__link a.icon-none {
  padding-left: 0;
}

.comp_v2_0951__link a[href^="tel:"]::before, .comp_v2_0951__link a[href^="mailto:"]::before, .comp_v2_0951__link a.icon-none::before {
  display: none;
}

.comp_v2_0951__link a.icon-none img {
  margin: 0;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0951__link a[href^="tel:"] {
    color: #333;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0951__link__subject {
  font-size: 2rem;
  font-weight: normal;
}

.comp_v2_0951__link__subject--bold {
  font-size: 2rem;
  font-weight: bold;
}

.comp_v2_0951__link dt {
  font-weight: normal;
  font-size: 2rem;
  margin: 15px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

.comp_v2_0951__link dt a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_0951__link dt a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_0951__link dt a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0951__link dt a[href$=".pdf"]::after, .comp_v2_0951__link dt a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_0951__link dt a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_0951__link dt a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_0951__link dt a[href^="tel:"]::after, .comp_v2_0951__link dt a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0951__link dt a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0951__link dt a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0951__link dt a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_0951__link dt a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0951__link dt a:hover[href$=".pdf"]::after, .comp_v2_0951__link dt a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_0951__link dt a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_0951__link dt a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_0951__link dt a:hover[href^="tel:"]::after, .comp_v2_0951__link dt a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0951__link dt a {
  padding-left: 0;
  text-decoration: none;
}

.comp_v2_0951__link dt a::before {
  display: none;
}

.comp_v2_0951__link dt a:hover {
  color: #1d1e21;
  text-decoration: underline;
}

.comp_v2_0951__link dt a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
}

.comp_v2_0951__link dt a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_0951__link dt a:hover[href$=".pdf"]::after, .comp_v2_0951__link dt a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
}

.comp_v2_0951__link dt a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
}

.comp_v2_0951__link dt a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
}

.comp_v2_0951__link dt a:hover[href^="tel:"]::after, .comp_v2_0951__link dt a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_0951__link dd {
  font-size: 1.4rem;
  margin: 8px 0;
}

.comp_v2_0951__link dd.comp_v2_0920__link__caption {
  font-size: 1.2rem;
  color: #707070;
  margin: 5px 0 15px 0;
  letter-spacing: 0.1rem;
}

.comp_v2_0951__link ul {
  margin-top: 0;
}

.comp_v2_0951__link li {
  margin: 8px 0;
}

.comp_v2_0951__link__title {
  margin: 10px 0 0;
  font-size: 1.6rem;
  color: #333;
  text-align: left;
}

.comp_v2_0951__link__size {
  margin: 0 auto;
  width: auto;
}

.comp_v2_0951__link__size th,
.comp_v2_0951__link__size td {
  font-size: 1.6rem;
  text-align: right;
  position: relative;
  font-weight: normal;
  min-height: 1em;
  padding: 0 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.comp_v2_0951__link__size th {
  text-align: left;
}

.comp_v2_0951__link__size dd {
  margin: 0;
}

.comp_v2_0951__link__size__unit {
  text-align: right;
}

.comp_v2_0951__link__size__switch {
  position: relative;
}

.comp_v2_0951__link__size__switch__mm {
  display: inline;
}

.comp_v2_0951__link__size__switch__inch {
  display: none;
}

.comp_v2_0951__icon {
  letter-spacing: -0.4em;
  margin: 10px 0 0 0;
}

.comp_v2_0951__icon--category {
  font-size: 1.2rem;
  position: relative;
  display: table;
  min-width: auto;
  text-decoration: none;
  vertical-align: middle;
  margin: 0;
  padding: 5px 10px;
  border: 1px solid rgba(51, 51, 51, 0.3);
  color: #333;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.8;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  letter-spacing: 0.1rem;
  cursor: default;
}

.comp_v2_0951__icon--category img,
.comp_v2_0951__icon--category span {
  vertical-align: middle;
}

.comp_v2_0951__icon--category img {
  margin-right: 3px;
}

.comp_v2_0951__icon--category:hover {
  opacity: 0.5;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .comp_v2_0951__icon--category {
    margin: 10px auto;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0951__icon--category {
    margin: 0;
  }
}

.comp_v2_0951__icon--category:hover {
  opacity: 1;
}

.comp_v2_0951__icon li {
  letter-spacing: normal;
  display: inline-block;
  margin: 5px 10px 0 0;
}

.comp_v2_0951__icon li:last-child {
  margin-right: 0;
}

.comp_v2_0951__category {
  font-size: 1.2rem;
  display: table;
  min-width: auto;
  text-decoration: none;
  vertical-align: middle;
  margin: 15px 0 10px;
  padding: 5px 10px;
  border: 1px solid rgba(51, 51, 51, 0.3);
  color: #333;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.8;
  width: 100%;
  box-sizing: border-box;
  letter-spacing: 0.1rem;
}

.comp_v2_0951__blocklink figure span {
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
}

.comp_v2_0951__blocklink:hover {
  color: #0064d2;
}

.comp_v2_0951__blocklink:hover figure span {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
}

.comp_v2_0951__blocklink:hover figcaption {
  color: #0064d2;
}

.comp_v2_0951__blocklink:hover dt {
  color: #0064d2;
}

.comp_v2_0951__title {
  font-weight: normal;
  font-size: 2rem;
  margin: 10px 0 0;
  color: #1d1e21;
  line-height: 1.4;
}

.comp_v2_0951__figure figcaption {
  font-weight: normal;
  font-size: 2rem;
  margin: 20px 0 0;
  color: #1d1e21;
  line-height: 1.4;
}

.comp_v2_0951__btn {
  letter-spacing: -0.4em;
  margin-top: 0;
}

.comp_v2_0951__btn p {
  margin: 0;
  padding: 0;
}

.comp_v2_0951__btn--center {
  text-align: center;
}

.comp_v2_0951__btn--right {
  text-align: right;
}

.comp_v2_0951__btn--default {
  font-size: 1.4rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  background-color: #0064d2;
  text-align: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  min-width: 110px;
  min-height: 40px;
  border: none;
  letter-spacing: 0.1rem;
}

.comp_v2_0951__btn--default:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

.comp_v2_0951__btn--default:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

.comp_v2_0951__btn--default:disabled {
  color: #FFF;
  background-color: #707070;
}

.comp_v2_0951__btn--default::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url("/apps/toshiba-ss-v2/clientlibs/dist/img/button-arrow.png");
  background-size: 18px 18px;
  margin-right: 0.2em;
  margin-bottom: 0.2em;
}

.comp_v2_0951__btn a {
  font-size: 1.4rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
  min-width: 110px;
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  background-color: #0064d2;
  text-align: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  min-height: 40px;
  border: none;
  letter-spacing: 0.1rem;
}

.comp_v2_0951__btn a:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
}

.comp_v2_0951__btn a::before {
  content: "";
  display: inline-block;
  width: 18px;
  min-width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-arrow.png);
  background-size: 18px 18px;
  margin-right: 0.25em;
  margin-bottom: 0.1em;
}

.comp_v2_0951__btn a[target="_blank"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-external.png);
}

.comp_v2_0951__btn a[href$=".pdf"]::before, .comp_v2_0951__btn a[href*="docget.jsp"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-pdf.png);
}

.comp_v2_0951__btn a[href*="/list/index.php"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-parametric.png);
}

.comp_v2_0951__btn a[href^="#"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-anchor.png);
}

.comp_v2_0951__btn .comp_v2_0951__btn--search::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-search.png);
}

.comp_v2_0951__btn .comp_v2_0951__btn--balloon::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-balloon.png);
}

.comp_v2_0951__btn .comp_v2_0951__btn--cart::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-cart.png);
}

.comp_v2_0951__btn .comp_v2_0951__btn--large {
  font-size: 2rem;
  padding: 18px 30px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0951__btn .comp_v2_0951__btn--large {
    width: 100%;
  }
}

.comp_v2_0951__btn .comp_v2_0951__btn--large:hover {
  color: #fff;
}

.comp_v2_0951__btn .comp_v2_0951__btn--flip {
  color: #0064d2;
  background-color: #fff;
  border: 1px solid #0064d2;
}

.comp_v2_0951__btn .comp_v2_0951__btn--flip::before {
  display: none;
}

.comp_v2_0951__btn li {
  letter-spacing: normal;
  margin: 15px 10px 0 0;
  min-width: 100px;
  display: inline-block;
}

.comp_v2_0951__btn li:last-child {
  margin-right: 0;
}

.comp_v2_0951__btn li a {
  width: 100%;
}

.comp_v2_0951 figure {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.comp_v2_0951 figure img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  position: relative;
}

.comp_v2_0951__flcol {
  max-width: 1140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0951__flcol {
    margin: 0 0 0 -30px;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0951__flcol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0951__col {
    width: calc(20% - 30px);
    margin: 0 0 30px 30px;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0951__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 15px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.3);
    padding-bottom: 15px;
  }
}

.comp_v2_0951__linkbox {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media screen and (max-width: 768px) {
  .comp_v2_0951__linkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .comp_v2_0951__linkbox figure {
    width: 110px;
    min-height: 110px;
  }
  .comp_v2_0951__linkbox dl {
    width: calc(100% - 110px);
    margin: 0 0 0 15px;
  }
}

.comp_v2_0951__linkbox figure img {
  width: auto;
}

.comp_v2_0951__linkbox:hover dt {
  text-decoration: underline;
}

.comp_v2_0951__linkbox:hover p {
  color: #0064d2;
}

.comp_v2_0951__linkbox dt {
  display: inline-block;
  color: #0064d2;
  padding-left: 30px;
  padding-right: 0;
  position: relative;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .comp_v2_0951__linkbox dt {
    padding-left: 25px;
  }
}

.comp_v2_0951__linkbox dt::before {
  position: absolute;
  left: 5px;
  top: 0.25em;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
  background-size: 13px 13px;
}

.comp_v2_0951__linkbox dt[target="_blank"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0951__linkbox dt[href$=".pdf"]::before, .comp_v2_0951__linkbox dt[href*="docget.jsp"]::before {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
  background-size: 11px 14px;
}

.comp_v2_0951__linkbox dt[href*="/list/index.php"]::before {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
  background-size: 13px 11px;
}

.comp_v2_0951__linkbox dt[href^="#"]::before {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
  background-size: 13px 13px;
}

.comp_v2_0951__link dt {
  font-size: 1.8rem;
  word-break: break-all;
  margin-top: 11px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0951__link dt {
    margin-top: 0;
  }
}

.comp_v2_0951__link dd {
  margin: 0 0 11px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0951__link dd {
    margin-bottom: 0;
  }
}

.comp_v2_0951__link__size__switch__mm {
  display: inline-block;
}

.comp_v2_0951__link__size__switch__inch {
  margin-left: 5px;
  display: inline-block;
}

.comp_v2_0951__link__size__pc {
  display: table;
  margin: 0 auto;
  font-size: 1.6rem;
  width: auto;
}

.comp_v2_0951__link__size__pc th {
  font-weight: normal;
}

.comp_v2_0951__link__size__pc td {
  text-align: right;
}

.comp_v2_0951__link__size__sp ul {
  margin: 5px auto 0;
  display: block;
}

.comp_v2_0951__link__size__sp ul li {
  margin: 0;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0951__link__size__pc {
    display: table;
    margin-top: 10px;
  }
  .comp_v2_0951__link__size__sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0951__link__size__pc {
    display: none;
  }
  .comp_v2_0951__link__size__sp {
    display: block;
  }
}

.comp_v2_0900 .comp_v2_0951__frame {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_0951__frame {
    padding-left: 0;
    padding-right: 0;
  }
}


.comp_v2_0960__frame {
  padding: 30px 15px;
  overflow: hidden;
  max-width: 1140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .comp_v2_0960__frame {
    padding: 20px;
  }
}

.comp_v2_0960__tab {
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(160, 160, 165, 0.75);
  padding: 8px 8px 0 8px;
  border-radius: 4px 4px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .comp_v2_0960__tab {
    margin: 0;
  }
}

.comp_v2_0960__tab__item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  vertical-align: middle;
  font-weight: bold;
  border-radius: 4px 4px 0 0;
  text-align: center;
  padding: 10px;
  border: 0 none;
  color: #fff;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  letter-spacing: 0.1rem;
}

.comp_v2_0960__tab__item:hover {
  color: #2d2d2d;
  cursor: pointer;
}

.comp_v2_0960__tab__item a {
  color: #fff;
}

.comp_v2_0960__tab__item--active {
  color: #1d1e21;
  background-color: #fff;
}

.comp_v2_0960__tab__item--active a {
  color: #2d2d2d;
}

.comp_v2_0960__tab02 {
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(245, 245, 246, 0.8);
  padding: 8px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .comp_v2_0960__tab02 {
    margin: 0;
  }
}

.comp_v2_0960__tab02__item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  vertical-align: middle;
  border-radius: 4px;
  text-align: center;
  padding: 8px;
  border: 0 none;
  color: #1d1e21;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  opacity: 0.5;
  letter-spacing: 0.1rem;
}

.comp_v2_0960__tab02__item:hover {
  color: #2d2d2d;
  cursor: pointer;
  opacity: 1;
}

.comp_v2_0960__tab02__item--active {
  color: #1d1e21;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.05);
  opacity: 1;
  font-weight: bold;
}

.comp_v2_0960__cont {
  padding: 15px;
}

.comp_v2_0960__cont__item {
  height: 0px;
  overflow-y: hidden;
}

.comp_v2_0960__cont__item--active {
  height: auto;
  overflow-y: visible;
}

.comp_v2_0960__flcol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0960__flcol:first-child {
    margin: 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0960__flcol {
    display: block;
  }
  .comp_v2_0960__flcol:first-child {
    margin: 0;
  }
}

.comp_v2_0960__flcol__col {
  width: 60%;
}

.comp_v2_0960__flcol__col:last-child {
  width: 40%;
}

@media screen and (max-width: 768px) {
  .comp_v2_0960__flcol__col {
    width: 100%;
  }
  .comp_v2_0960__flcol__col:first-child {
    margin: 0 20px;
    width: auto;
  }
  .comp_v2_0960__flcol__col:last-child {
    width: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0960__flcol .comp_v2_0960__tab02 {
    margin-right: 0;
  }
}

.comp_v2_0960__frame {
  padding: 15px 15px;
  overflow: hidden;
  max-width: 1140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .comp_v2_0960__frame {
    padding: 20px;
  }
}

.comp_v2_0960__list--normal .disc, .comp_v2_0960__list--flat .disc {
  display: inline-block;
  padding-left: 30px;
  margin-left: 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .comp_v2_0960__list--normal .disc, .comp_v2_0960__list--flat .disc {
    padding-left: 25px;
  }
}

.comp_v2_0960__list--normal .disc::before, .comp_v2_0960__list--flat .disc::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: "\002022";
  color: #0064d2;
  margin: 0 7px;
}

.comp_v2_0960__list--normal a, .comp_v2_0960__list--flat a {
  display: inline-block;
  color: #0064d2;
  padding-left: 30px;
  padding-right: 0;
  position: relative;
  line-height: 1.4;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .comp_v2_0960__list--normal a, .comp_v2_0960__list--flat a {
    padding-left: 25px;
  }
}

.comp_v2_0960__list--normal a:hover, .comp_v2_0960__list--flat a:hover {
  text-decoration: underline;
}

.comp_v2_0960__list--normal a::after, .comp_v2_0960__list--flat a::after {
  display: none;
}

.comp_v2_0960__list--normal a::before, .comp_v2_0960__list--flat a::before {
  position: absolute;
  left: 5px;
  top: 0.2em;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
  background-size: 13px 13px;
}

.comp_v2_0960__list--normal a[target="_blank"]::before, .comp_v2_0960__list--flat a[target="_blank"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0960__list--normal a[href$=".pdf"]::before, .comp_v2_0960__list--normal a[href*="docget.jsp"]::before, .comp_v2_0960__list--flat a[href$=".pdf"]::before, .comp_v2_0960__list--flat a[href*="docget.jsp"]::before {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
  background-size: 11px 14px;
}

.comp_v2_0960__list--normal a[href*="/list/index.php"]::before, .comp_v2_0960__list--flat a[href*="/list/index.php"]::before {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
  background-size: 13px 11px;
}

.comp_v2_0960__list--normal a[href^="#"]::before, .comp_v2_0960__list--flat a[href^="#"]::before {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
  background-size: 13px 13px;
}

.comp_v2_0960__list--normal a[href^="tel:"], .comp_v2_0960__list--normal a[href^="mailto:"], .comp_v2_0960__list--normal a.icon-none, .comp_v2_0960__list--flat a[href^="tel:"], .comp_v2_0960__list--flat a[href^="mailto:"], .comp_v2_0960__list--flat a.icon-none {
  padding-left: 0;
}

.comp_v2_0960__list--normal a[href^="tel:"]::before, .comp_v2_0960__list--normal a[href^="mailto:"]::before, .comp_v2_0960__list--normal a.icon-none::before, .comp_v2_0960__list--flat a[href^="tel:"]::before, .comp_v2_0960__list--flat a[href^="mailto:"]::before, .comp_v2_0960__list--flat a.icon-none::before {
  display: none;
}

.comp_v2_0960__list--normal a.icon-none img, .comp_v2_0960__list--flat a.icon-none img {
  margin: 0;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0960__list--normal a[href^="tel:"], .comp_v2_0960__list--flat a[href^="tel:"] {
    color: #333;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0960__list--normal, .comp_v2_0960__list--flat {
    padding: 0;
  }
}

.comp_v2_0960__list--normal li, .comp_v2_0960__list--flat li {
  margin: 0.5em 0;
}

.comp_v2_0960__list--flat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}

.comp_v2_0960__list--flat li {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(51, 51, 51, 0.3);
}

.comp_v2_0960__list--flat li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

@media screen and (max-width: 768px) {
  .comp_v2_0960 {
    padding: 0;
  }
}

.comp_v2_0960__tab {
  margin-top: 10px;
}

.comp_v2_0960__tab__item {
  padding: 0;
}

.comp_v2_0960__tab__item a {
  padding: 8px;
  display: block;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
}

.comp_v2_0960__tab__item a:hover {
  color: #2d2d2d;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
}

.comp_v2_0900 .comp_v2_0960__frame {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_0960__frame {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.comp_v2_0970__frame {
  padding: 60px 15px 30px;
  overflow: hidden;
  max-width: 1140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .comp_v2_0970__frame {
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0970__frame {
    border-top: 1px solid rgba(51, 51, 51, 0.2);
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
    background-color: #fafbfd;
  }
}

.comp_v2_0970__box {
  max-width: 916px;
  border: 1px solid rgba(51, 51, 51, 0.2);
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 768px) {
  .comp_v2_0970__box {
    border: none;
    padding: 20px;
    background-color: transparent;
  }
}

.comp_v2_0970__box__header__title {
  color: #1d1e21;
  font-weight: normal;
  letter-spacing: 0.1rem;
  line-height: 1.15;
}

.comp_v2_0970__box__body .mf_finder_searchBox {
  margin: 20px 0 0 0;
}

.comp_v2_0970__box__body .mf_finder_searchBox_items {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .comp_v2_0970__box__body .mf_finder_searchBox_items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.comp_v2_0970__box__body .mf_finder_searchBox_query_wrap {
  width: 100%;
}

.comp_v2_0970__box__body .mf_finder_searchBox_query_input {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 12px 16px;
  width: 100%;
  height: 48px;
  background-color: #fff;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

.comp_v2_0970__box__body .mf_finder_searchBox_query_input:disabled {
  background-color: #e7e7e8;
}

.comp_v2_0970__box__body .mf_finder_searchBox_submit, .comp_v2_0970__box__body .mf_finder_searchBox_submit--loading {
  font-size: 1.4rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  background-color: #0064d2;
  text-align: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  min-width: 110px;
  min-height: 40px;
  border: none;
  letter-spacing: 0.1rem;
  height: 48px;
  min-width: 160px;
  margin-left: 25px;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.comp_v2_0970__box__body .mf_finder_searchBox_submit:hover, .comp_v2_0970__box__body .mf_finder_searchBox_submit--loading:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

.comp_v2_0970__box__body .mf_finder_searchBox_submit:focus, .comp_v2_0970__box__body .mf_finder_searchBox_submit--loading:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

.comp_v2_0970__box__body .mf_finder_searchBox_submit:disabled, .comp_v2_0970__box__body .mf_finder_searchBox_submit--loading:disabled {
  color: #FFF;
  background-color: #707070;
}

.comp_v2_0970__box__body .mf_finder_searchBox_submit::before, .comp_v2_0970__box__body .mf_finder_searchBox_submit--loading::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url("/apps/toshiba-ss-v2/clientlibs/dist/img/button-search.png");
  background-size: 18px 18px;
  margin-right: 0.2em;
  margin-bottom: 0.2em;
}

@media screen and (max-width: 768px) {
  .comp_v2_0970__box__body .mf_finder_searchBox_submit, .comp_v2_0970__box__body .mf_finder_searchBox_submit--loading {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

.comp_v2_0970__box__body .mf_finder_searchBox_submit--loading {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 80px;
}

.comp_v2_0970__box__body .mf_finder_searchBox_submit--loading:hover {
  cursor: wait;
}

.comp_v2_0970__box__body .mf_finder_searchBox_submit--loading::before {
  display: none;
}

.comp_v2_0970__box__body .mf_finder_searchBox_submit--loading__spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
}

.comp_v2_0970__box__body .mf_finder_searchBox_submit--loading__spinner div {
  -webkit-transform-origin: 20px 20px;
  transform-origin: 20px 20px;
  -webkit-animation: loadingSpinner 1.2s linear infinite;
  animation: loadingSpinner 1.2s linear infinite;
}

.comp_v2_0970__box__body .mf_finder_searchBox_submit--loading__spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 17px;
  width: 3px;
  height: 9px;
  border-radius: 20%;
  background: #fff;
}

.comp_v2_0970__box__body .mf_finder_searchBox_submit--loading__spinner div:nth-child(1) {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.comp_v2_0970__box__body .mf_finder_searchBox_submit--loading__spinner div:nth-child(2) {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.comp_v2_0970__box__body .mf_finder_searchBox_submit--loading__spinner div:nth-child(3) {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.comp_v2_0970__box__body .mf_finder_searchBox_submit--loading__spinner div:nth-child(4) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.comp_v2_0970__box__body .mf_finder_searchBox_submit--loading__spinner div:nth-child(5) {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.comp_v2_0970__box__body .mf_finder_searchBox_submit--loading__spinner div:nth-child(6) {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.comp_v2_0970__box__body .mf_finder_searchBox_submit--loading__spinner div:nth-child(7) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.comp_v2_0970__box__body .mf_finder_searchBox_submit--loading__spinner div:nth-child(8) {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.comp_v2_0970__box__body .mf_finder_searchBox_submit--loading__spinner div:nth-child(9) {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.comp_v2_0970__box__body .mf_finder_searchBox_submit--loading__spinner div:nth-child(10) {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.comp_v2_0970__box__body .mf_finder_searchBox_submit--loading__spinner div:nth-child(11) {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

.comp_v2_0970__box__body .mf_finder_searchBox_submit--loading__spinner div:nth-child(12) {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.comp_v2_0970__box__body .mf_finder_searchBox_submit span, .comp_v2_0970__box__body .mf_finder_searchBox_submit--loading span {
  margin: 0;
  display: inline-block;
}

.comp_v2_0970 .mf_finder_searchBox_submit::before, .comp_v2_0970 .comp_v2_0550 .mf_finder_searchBox_submit--loading::before, .comp_v2_0550 .comp_v2_0970 .mf_finder_searchBox_submit--loading::before, .comp_v2_0970 .comp_v2_0551 .mf_finder_searchBox_submit--loading::before, .comp_v2_0551 .comp_v2_0970 .mf_finder_searchBox_submit--loading::before, .comp_v2_0970 .comp_v2_0970__box__body .mf_finder_searchBox_submit--loading::before, .comp_v2_0970__box__body .comp_v2_0970 .mf_finder_searchBox_submit--loading::before,
.comp_v2_0970 .mf_finder_searchBox_submit--loading::before {
  margin-left: 0;
}

.comp_v2_0970__box__body .mf_finder_searchBox_suggest_items {
  position: relative;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
}

.comp_v2_0970__box__body .mf_finder_searchBox_suggest_item {
  margin: 0;
  padding: 0;
  border: none;
}

.comp_v2_0970 a.mf_finder_searchBox_suggest_link {
  color: #333;
}

.comp_v2_0970__box__body .mf_finder_searchBox_suggest_item_cur {
  background-color: #5897fb;
}

.comp_v2_0970__box__body .mf_finder_searchBox_suggest_item_cur a.mf_finder_searchBox_suggest_link {
  color: #fff;
}

.comp_v2_0970__box__body__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.35rem;
  font-weight: bold;
  margin-top: 30px;
  margin-right: -15px;
  margin-left: -15px;
}

@media screen and (max-width: 768px) {
  .comp_v2_0970__box__body__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.comp_v2_0970__box__body__links li {
  letter-spacing: 0.1rem;
  margin-right: 10px;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 10px;
  border-right: 1px solid rgba(51, 51, 51, 0.3);
}

@media screen and (max-width: 768px) {
  .comp_v2_0970__box__body__links li {
    border-right: none;
    padding: 15px;
    margin-right: 0;
    margin-bottom: 15px;
    border-radius: 5px;
    border: 1px solid #EEE;
  }
}

.comp_v2_0970__box__body__links li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.comp_v2_0970__box__body__links li a {
  display: inline-block;
  color: #0064d2;
  padding-left: 30px;
  padding-right: 0;
  position: relative;
  line-height: 1.4;
  text-decoration: none;
  color: #1d1e21;
}

@media screen and (max-width: 768px) {
  .comp_v2_0970__box__body__links li a {
    padding-left: 25px;
  }
}

.comp_v2_0970__box__body__links li a:hover {
  text-decoration: underline;
}

.comp_v2_0970__box__body__links li a::after {
  display: none;
}

.comp_v2_0970__box__body__links li a::before {
  position: absolute;
  left: 5px;
  top: 0.2em;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
  background-size: 13px 13px;
}

.comp_v2_0970__box__body__links li a[target="_blank"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0970__box__body__links li a[href$=".pdf"]::before, .comp_v2_0970__box__body__links li a[href*="docget.jsp"]::before {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
  background-size: 11px 14px;
}

.comp_v2_0970__box__body__links li a[href*="/list/index.php"]::before {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
  background-size: 13px 11px;
}

.comp_v2_0970__box__body__links li a[href^="#"]::before {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
  background-size: 13px 13px;
}

.comp_v2_0970__box__body__links li a[href^="tel:"], .comp_v2_0970__box__body__links li a[href^="mailto:"], .comp_v2_0970__box__body__links li a.icon-none {
  padding-left: 0;
}

.comp_v2_0970__box__body__links li a[href^="tel:"]::before, .comp_v2_0970__box__body__links li a[href^="mailto:"]::before, .comp_v2_0970__box__body__links li a.icon-none::before {
  display: none;
}

.comp_v2_0970__box__body__links li a.icon-none img {
  margin: 0;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0970__box__body__links li a[href^="tel:"] {
    color: #333;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0970__box__body__links li a:hover {
  color: #0064d2;
  text-decoration: underline;
}

.comp_v2_0900 .comp_v2_0970__frame {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_0970__frame {
    padding-left: 0;
    padding-right: 0;
  }
}


.comp_v2_0980__frame {
  padding: 30px 15px;
  overflow: hidden;
  max-width: 1140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .comp_v2_0980__frame {
    padding: 20px;
  }
}

.comp_v2_0980__latest-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .comp_v2_0980__latest-information {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.comp_v2_0980__latest-information__head {
  width: 10vw;
  min-width: 125px;
  margin: 0 10px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_0980__latest-information__head {
    margin: 0;
    padding: 0;
    width: 100%;
  }
}

.comp_v2_0980__latest-information__ticker {
  width: calc(100% - 10vw);
  margin: 0;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .comp_v2_0980__latest-information__ticker {
    width: 100%;
  }
}

.comp_v2_0980__latest-information__ticker__slider {
  position: relative;
  margin: 0 0 0 80px;
  padding-left: 20px;
  border-left: 1px solid rgba(51, 51, 51, 0.2);
}

@media screen and (max-width: 768px) {
  .comp_v2_0980__latest-information__ticker__slider {
    padding-left: 10px;
    margin: 0 0 0 40px;
  }
}

.comp_v2_0980__latest-information__ticker__slider li {
  white-space: nowrap;
}

.comp_v2_0980__latest-information__ticker__slider li a {
  display: block;
  padding-left: 1.5em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media screen and (max-width: 768px) {
  .comp_v2_0980__latest-information__ticker__slider li a {
    padding-left: 0.5em;
  }
}

.comp_v2_0980__latest-information__ticker__slider .prev,
.comp_v2_0980__latest-information__ticker__slider .next {
  position: absolute;
  top: 50%;
  z-index: 1;
  text-indent: -999em;
  background-size: 12px 20px;
  width: 12px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
}

@media screen and (max-width: 768px) {
  .comp_v2_0980__latest-information__ticker__slider .prev,
  .comp_v2_0980__latest-information__ticker__slider .next {
    background-size: 8px 13px;
    width: 8px;
    height: 13px;
  }
}

.comp_v2_0980__latest-information__ticker__slider .prev:hover,
.comp_v2_0980__latest-information__ticker__slider .next:hover {
  opacity: 0.5;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
}

.comp_v2_0980__latest-information__ticker__slider .prev {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/icon-slide-prev.png);
  left: -70px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (max-width: 768px) {
  .comp_v2_0980__latest-information__ticker__slider .prev {
    left: -40px;
  }
}

.comp_v2_0980__latest-information__ticker__slider .next {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/icon-slide-next.png);
  left: -35px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (max-width: 768px) {
  .comp_v2_0980__latest-information__ticker__slider .next {
    left: -20px;
  }
}

.comp_v2_0900 .comp_v2_0980__frame {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_0980__frame {
    padding-left: 0;
    padding-right: 0;
  }
}


.comp_v2_0990__frame {
  padding: 30px 15px;
  overflow: hidden;
  max-width: 1140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .comp_v2_0990__frame {
    padding: 20px;
  }
}

.comp_v2_0990__tab {
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(160, 160, 165, 0.75);
  padding: 8px 8px 0 8px;
  border-radius: 4px 4px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0990__tab {
    margin: 0;
  }
}

.comp_v2_0990__tab__item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  vertical-align: middle;
  font-weight: bold;
  border-radius: 4px 4px 0 0;
  text-align: center;
  padding: 10px;
  border: 0 none;
  color: #fff;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  letter-spacing: 0.1rem;
}

.comp_v2_0990__tab__item:hover {
  color: #2d2d2d;
  cursor: pointer;
}

.comp_v2_0990__tab__item a {
  color: #fff;
}

.comp_v2_0990__tab__item--active {
  color: #1d1e21;
  background-color: #fff;
}

.comp_v2_0990__tab__item--active a {
  color: #2d2d2d;
}

@media screen and (max-width: 768px) {
  .comp_v2_0990__tab {
    margin-bottom: 20px;
  }
}

.comp_v2_0990__tab label:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

.comp_v2_0990__cont {
  padding: 15px;
}

.comp_v2_0990__cont__item {
  height: 0px;
  overflow-y: hidden;
  visibility: hidden;
}

.comp_v2_0990__cont__item--active {
  height: auto;
  overflow-y: visible;
  visibility: visible;
}

.comp_v2_0990__selector {
  margin: 30px auto;
}

@media screen and (max-width: 768px) {
  .comp_v2_0990__selector {
    margin: 25px auto;
  }
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0990__selector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.comp_v2_0990__selector dl {
  font-size: 1.4rem;
  margin: 0;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .comp_v2_0990__selector dl {
    margin: 20px 0 10px;
  }
}

.comp_v2_0990__selector dl dt {
  margin: 10px 0;
  font-weight: bold;
  color: #1d1e21;
  letter-spacing: 0.1rem;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0990__selector dl {
    margin: 0 15px;
  }
  .comp_v2_0990__selector dl:first-child {
    margin-left: 0;
    margin-right: 15px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .comp_v2_0990__selector dl:last-child {
    margin-left: 15px;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.comp_v2_0990__selector__selectbox {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .comp_v2_0990__selector__selectbox {
    width: 100%;
  }
}

.comp_v2_0990__selector__selectbox::before {
  position: absolute;
  padding: 0;
  content: "";
  top: 50%;
  right: 0.9em;
  bottom: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid rgba(51, 51, 51, 0.3);
  border-right: 2px solid rgba(51, 51, 51, 0.3);
  -webkit-transform: rotate(135deg) translate(-50%, 50%);
  transform: rotate(135deg) translate(-50%, 50%);
  pointer-events: none;
}

.comp_v2_0990__selector__selectbox::after {
  position: absolute;
  top: 0;
  right: 2.5em;
  bottom: 0;
  width: 1px;
  content: "";
  border-left: 1px solid #ccc;
}

.comp_v2_0990__selector__selectbox select {
  width: 100%;
  min-width: 120px;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 12px 45px 12px 10px;
  color: #333;
  letter-spacing: 0.1rem;
}

.comp_v2_0990__selector__selectbox select:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

.comp_v2_0990__selector__selectbox select::-ms-expand {
  display: none;
}

.comp_v2_0990__selector__selectbox select:disabled {
  background-color: #e7e7e8;
}

.comp_v2_0990__selector__textbox {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px 16px;
  width: 100%;
  min-width: 300px;
  min-height: 40px;
  background-color: #fff;
  -webkit-appearance: none;
}

.comp_v2_0990__selector__textbox:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

.comp_v2_0990__selector__textbox:disabled {
  background-color: #e7e7e8;
}

.comp_v2_0990__selector__btn, .comp_v2_0990__selector__btn--loading {
  font-size: 1.4rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  background-color: #0064d2;
  text-align: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  min-width: 110px;
  min-height: 40px;
  border: none;
  letter-spacing: 0.1rem;
  height: 42px;
}

.comp_v2_0990__selector__btn:hover, .comp_v2_0990__selector__btn--loading:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

.comp_v2_0990__selector__btn:focus, .comp_v2_0990__selector__btn--loading:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

.comp_v2_0990__selector__btn:disabled, .comp_v2_0990__selector__btn--loading:disabled {
  color: #FFF;
  background-color: #707070;
}

.comp_v2_0990__selector__btn::before, .comp_v2_0990__selector__btn--loading::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url("/apps/toshiba-ss-v2/clientlibs/dist/img/button-search.png");
  background-size: 18px 18px;
  margin-right: 0.2em;
  margin-bottom: 0.2em;
}

.comp_v2_0990__selector__btn--loading {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 80px;
}

.comp_v2_0990__selector__btn--loading:hover {
  cursor: wait;
}

.comp_v2_0990__selector__btn--loading::before {
  display: none;
}

.comp_v2_0990__selector__btn--loading__spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
}

.comp_v2_0990__selector__btn--loading__spinner div {
  -webkit-transform-origin: 20px 20px;
  transform-origin: 20px 20px;
  -webkit-animation: loadingSpinner 1.2s linear infinite;
  animation: loadingSpinner 1.2s linear infinite;
}

.comp_v2_0990__selector__btn--loading__spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 17px;
  width: 3px;
  height: 9px;
  border-radius: 20%;
  background: #fff;
}

.comp_v2_0990__selector__btn--loading__spinner div:nth-child(1) {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.comp_v2_0990__selector__btn--loading__spinner div:nth-child(2) {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.comp_v2_0990__selector__btn--loading__spinner div:nth-child(3) {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.comp_v2_0990__selector__btn--loading__spinner div:nth-child(4) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.comp_v2_0990__selector__btn--loading__spinner div:nth-child(5) {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.comp_v2_0990__selector__btn--loading__spinner div:nth-child(6) {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.comp_v2_0990__selector__btn--loading__spinner div:nth-child(7) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.comp_v2_0990__selector__btn--loading__spinner div:nth-child(8) {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.comp_v2_0990__selector__btn--loading__spinner div:nth-child(9) {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.comp_v2_0990__selector__btn--loading__spinner div:nth-child(10) {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.comp_v2_0990__selector__btn--loading__spinner div:nth-child(11) {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

.comp_v2_0990__selector__btn--loading__spinner div:nth-child(12) {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.comp_v2_0990__newslist__caption__pdf_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.2rem;
}

.comp_v2_0990__newslist__caption__pdf_list li + li::before {
  content: "";
  border-left: 1px solid rgba(51, 51, 51, 0.3);
  margin-left: 15px;
  margin-right: 15px;
}

.comp_v2_0990__newslist a:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

.comp_v2_0990__newslist dl {
  border-top: 1px solid rgba(51, 51, 51, 0.3);
  padding: 10px 0 0 0;
  margin: 10px 0 0 0;
}

.comp_v2_0990__newslist dl:first-child {
  border-top: 1px solid rgba(51, 51, 51, 0.3);
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0990__newslist dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .comp_v2_0990__newslist dl dt {
    margin: 10px 0;
    width: 160px;
  }
  .comp_v2_0990__newslist dl dd {
    margin: 10px 0 10px 20px;
  }
  .comp_v2_0990__newslist dl .comp_v2_0990__newslist__categories {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 160px;
  }
  .comp_v2_0990__newslist dl .comp_v2_0990__newslist__caption {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0990__newslist dl {
    margin: 20px 0 0 0;
  }
  .comp_v2_0990__newslist dl dt {
    margin: 10px 0;
    width: 100%;
  }
  .comp_v2_0990__newslist dl dd {
    margin: 10px 0;
    width: 100%;
  }
}

.comp_v2_0990__newslist .disc {
  display: inline-block;
  padding-left: 30px;
  margin-left: 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .comp_v2_0990__newslist .disc {
    padding-left: 25px;
  }
}

.comp_v2_0990__newslist .disc::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: "\002022";
  color: #0064d2;
  margin: 0 7px;
}

.comp_v2_0990__newslist a {
  display: inline-block;
  color: #0064d2;
  padding-left: 30px;
  padding-right: 0;
  position: relative;
  line-height: 1.4;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .comp_v2_0990__newslist a {
    padding-left: 25px;
  }
}

.comp_v2_0990__newslist a:hover {
  text-decoration: underline;
}

.comp_v2_0990__newslist a::after {
  display: none;
}

.comp_v2_0990__newslist a::before {
  position: absolute;
  left: 5px;
  top: 0.2em;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
  background-size: 13px 13px;
}

.comp_v2_0990__newslist a[target="_blank"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0990__newslist a[href$=".pdf"]::before, .comp_v2_0990__newslist a[href*="docget.jsp"]::before {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
  background-size: 11px 14px;
}

.comp_v2_0990__newslist a[href*="/list/index.php"]::before {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
  background-size: 13px 11px;
}

.comp_v2_0990__newslist a[href^="#"]::before {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
  background-size: 13px 13px;
}

.comp_v2_0990__newslist a[href^="tel:"], .comp_v2_0990__newslist a[href^="mailto:"], .comp_v2_0990__newslist a.icon-none {
  padding-left: 0;
}

.comp_v2_0990__newslist a[href^="tel:"]::before, .comp_v2_0990__newslist a[href^="mailto:"]::before, .comp_v2_0990__newslist a.icon-none::before {
  display: none;
}

.comp_v2_0990__newslist a.icon-none img {
  margin: 0;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0990__newslist a[href^="tel:"] {
    color: #333;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0990__newslist__btn {
  margin: 0;
}

.comp_v2_0990__newslist__btn--category {
  font-size: 1.2rem;
  position: relative;
  display: table;
  min-width: auto;
  text-decoration: none;
  vertical-align: middle;
  margin: 0;
  padding: 5px 10px;
  border: 1px solid rgba(51, 51, 51, 0.3);
  color: #333;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.8;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  letter-spacing: 0.1rem;
  cursor: default;
}

.comp_v2_0990__newslist__btn--category img,
.comp_v2_0990__newslist__btn--category span {
  vertical-align: middle;
}

.comp_v2_0990__newslist__btn--category img {
  margin-right: 3px;
}

.comp_v2_0990__newslist__btn--category:hover {
  opacity: 0.5;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .comp_v2_0990__newslist__btn--category {
    margin: 10px auto;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0990__newslist__btn--category {
    margin: 0;
  }
}

.comp_v2_0990__newslist__btn--category:hover {
  opacity: 1;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0990__newslist__btn {
    min-width: 120px;
  }
  .comp_v2_0990__newslist__btn--category {
    width: 100%;
    text-align: center;
    line-height: 1.6;
  }
  .comp_v2_0990__newslist__btn + .comp_v2_0990__newslist__btn {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0990__newslist__btn {
    display: inline-block;
    margin: 0 5px 3px 0;
  }
}

.comp_v2_0990__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  margin: 60px 0 0;
}

.comp_v2_0990__list__prev {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  text-align: left;
}

.comp_v2_0990__list__page {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  text-align: center;
}

.comp_v2_0990__list__page--active {
  font-size: 2rem;
  font-weight: bold;
}

.comp_v2_0990__list__next {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  text-align: right;
}

.comp_v2_0990__list a {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0990__list a:hover {
  text-decoration: underline;
}

.comp_v2_0990__list a :focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

@media screen and (max-width: 768px) {
  .comp_v2_0990__list {
    margin: 30px 0 0;
  }
}

.comp_v2_0900 .comp_v2_0990__frame {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_0990__frame {
    padding-left: 0;
    padding-right: 0;
  }
}

.comp_v2_0991__frame {
  padding: 30px 15px;
  overflow: hidden;
  max-width: 1140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .comp_v2_0991__frame {
    padding: 20px;
  }
}

.comp_v2_0991__newslist__caption__pdf_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.2rem;
}

.comp_v2_0991__newslist__caption__pdf_list li + li::before {
  content: "";
  border-left: 1px solid rgba(51, 51, 51, 0.3);
  margin-left: 15px;
  margin-right: 15px;
}

.comp_v2_0991__newslist a:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

.comp_v2_0991__newslist dl {
  border-top: 1px solid rgba(51, 51, 51, 0.3);
  padding: 10px 0 0 0;
  margin: 10px 0 0 0;
}

.comp_v2_0991__newslist dl:first-child {
  border-top: 1px solid rgba(51, 51, 51, 0.3);
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0991__newslist dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .comp_v2_0991__newslist dl dt {
    margin: 10px 0;
    width: 160px;
  }
  .comp_v2_0991__newslist dl dd {
    margin: 10px 0 10px 20px;
  }
  .comp_v2_0991__newslist dl .comp_v2_0991__newslist__categories {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 160px;
  }
  .comp_v2_0991__newslist dl .comp_v2_0991__newslist__caption {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0991__newslist dl {
    margin: 20px 0 0 0;
  }
  .comp_v2_0991__newslist dl dt {
    margin: 10px 0;
    width: 100%;
  }
  .comp_v2_0991__newslist dl dd {
    margin: 10px 0;
    width: 100%;
  }
}

.comp_v2_0991__newslist .disc {
  display: inline-block;
  padding-left: 30px;
  margin-left: 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .comp_v2_0991__newslist .disc {
    padding-left: 25px;
  }
}

.comp_v2_0991__newslist .disc::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: "\002022";
  color: #0064d2;
  margin: 0 7px;
}

.comp_v2_0991__newslist a {
  display: inline-block;
  color: #0064d2;
  padding-left: 30px;
  padding-right: 0;
  position: relative;
  line-height: 1.4;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .comp_v2_0991__newslist a {
    padding-left: 25px;
  }
}

.comp_v2_0991__newslist a:hover {
  text-decoration: underline;
}

.comp_v2_0991__newslist a::after {
  display: none;
}

.comp_v2_0991__newslist a::before {
  position: absolute;
  left: 5px;
  top: 0.2em;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
  background-size: 13px 13px;
}

.comp_v2_0991__newslist a[target="_blank"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_0991__newslist a[href$=".pdf"]::before, .comp_v2_0991__newslist a[href*="docget.jsp"]::before {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
  background-size: 11px 14px;
}

.comp_v2_0991__newslist a[href*="/list/index.php"]::before {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
  background-size: 13px 11px;
}

.comp_v2_0991__newslist a[href^="#"]::before {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
  background-size: 13px 13px;
}

.comp_v2_0991__newslist a[href^="tel:"], .comp_v2_0991__newslist a[href^="mailto:"], .comp_v2_0991__newslist a.icon-none {
  padding-left: 0;
}

.comp_v2_0991__newslist a[href^="tel:"]::before, .comp_v2_0991__newslist a[href^="mailto:"]::before, .comp_v2_0991__newslist a.icon-none::before {
  display: none;
}

.comp_v2_0991__newslist a.icon-none img {
  margin: 0;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0991__newslist a[href^="tel:"] {
    color: #333;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_0991__newslist__btn {
  margin: 0;
}

.comp_v2_0991__newslist__btn--category {
  font-size: 1.2rem;
  position: relative;
  display: table;
  min-width: auto;
  text-decoration: none;
  vertical-align: middle;
  margin: 0;
  padding: 5px 10px;
  border: 1px solid rgba(51, 51, 51, 0.3);
  color: #333;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.8;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  letter-spacing: 0.1rem;
  cursor: default;
}

.comp_v2_0991__newslist__btn--category img,
.comp_v2_0991__newslist__btn--category span {
  vertical-align: middle;
}

.comp_v2_0991__newslist__btn--category img {
  margin-right: 3px;
}

.comp_v2_0991__newslist__btn--category:hover {
  opacity: 0.5;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .comp_v2_0991__newslist__btn--category {
    margin: 10px auto;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0991__newslist__btn--category {
    margin: 0;
  }
}

.comp_v2_0991__newslist__btn--category:hover {
  opacity: 1;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_0991__newslist__btn {
    min-width: 120px;
  }
  .comp_v2_0991__newslist__btn--category {
    width: 100%;
    text-align: center;
    line-height: 1.6;
  }
  .comp_v2_0991__newslist__btn + .comp_v2_0991__newslist__btn {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_0991__newslist__btn {
    display: inline-block;
    margin: 0 5px 3px 0;
  }
}

.comp_v2_0991__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  margin: 60px 0 0;
}

.comp_v2_0991__list__prev {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  text-align: left;
}

.comp_v2_0991__list__page {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  text-align: center;
}

.comp_v2_0991__list__page--active {
  font-size: 2rem;
  font-weight: bold;
}

.comp_v2_0991__list__next {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  text-align: right;
}

.comp_v2_0991__list a {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_0991__list a:hover {
  text-decoration: underline;
}

.comp_v2_0991__list a :focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

@media screen and (max-width: 768px) {
  .comp_v2_0991__list {
    margin: 30px 0 0;
  }
}

.comp_v2_0900 .comp_v2_0991__frame {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_0991__frame {
    padding-left: 0;
    padding-right: 0;
  }
}


.comp_v2_1001__frame {
  padding: 30px 15px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .comp_v2_1001__frame {
    padding: 20px;
  }
}

.comp_v2_1001 li {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/icon-pdf.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: 1.6rem;
  padding-left: 1.8rem;
}

.comp_v2_1001 li a {
  color: #0064d2;
}

.comp_v2_1001 li a:hover {
  text-decoration: underline;
}


.comp_v2_1003 {
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .comp_v2_1003 {
    padding: 0 20px;
  }
}

.comp_v2_1003__list {
  margin: 0;
  letter-spacing: -0.4em;
}

@media screen and (max-width: 768px) {
  .comp_v2_1003__list {
    text-align: center;
  }
}

.comp_v2_1003__list li {
  letter-spacing: normal;
  display: inline-block;
  margin: 0 10px 10px 0;
  vertical-align: top;
}

.comp_v2_1003__checkbox {
  position: absolute;
  left: -100vw;
}

.comp_v2_1003__checkbox--btn {
  font-size: 1.4rem;
  position: relative;
  display: table;
  text-decoration: none;
  vertical-align: middle;
  margin: 0;
  padding: 10px 20px;
  text-align: center;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  border: 1px solid #0064d2;
  color: #0064d2;
  background-color: transparent;
  letter-spacing: 0.1rem;
}

.comp_v2_1003__checkbox--btn:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .comp_v2_1003__checkbox--btn {
    margin: 10px auto;
  }
}

.comp_v2_1003__checkbox:checked + .comp_v2_1003__checkbox--btn {
  color: #fff;
  background-color: #0064d2;
  border: 1px solid #0064d2;
}

.comp_v2_1003__checkbox:focus + .comp_v2_1003__checkbox--btn {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

.comp_v2_1003__button--btn {
  font-size: 1.4rem;
  position: relative;
  display: table;
  text-decoration: none;
  vertical-align: middle;
  margin: 0;
  padding: 10px 20px;
  text-align: center;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  border: 1px solid #0064d2;
  color: #fff;
  background-color: #0064d2;
  letter-spacing: 0.1rem;
}

.comp_v2_1003__button--btn:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
}

.comp_v2_1003__button--btn:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

@media screen and (max-width: 768px) {
  .comp_v2_1003__button--btn {
    margin: 10px auto;
  }
}

.comp_v2_1003__button--btn--hide {
  display: none;
}

.comp_v2_1003__button--text {
  font-size: 1.4rem;
  position: relative;
  display: table;
  vertical-align: middle;
  margin: 0;
  padding: 7px 10px;
  text-align: center;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f5f5f5;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_1003__button--text {
    text-align: left;
  }
}

.comp_v2_1003__table {
  table-layout: fixed;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.16);
  margin: 30px 0 40px;
  line-height: 1.6;
  width: 100%;
  min-width: auto !important;
}

@media screen and (max-width: 768px) {
  .comp_v2_1003__table {
    margin: 10px 0 20px;
  }
}

.comp_v2_1003__table__btn p {
  margin: 0;
  padding: 0;
}

.comp_v2_1003__table__btn--center {
  text-align: center;
}

.comp_v2_1003__table__btn--right {
  text-align: right;
}

.comp_v2_1003__table__btn--default {
  font-size: 1.4rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  background-color: #0064d2;
  text-align: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  min-width: 110px;
  min-height: 40px;
  border: none;
  letter-spacing: 0.1rem;
}

.comp_v2_1003__table__btn--default:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

.comp_v2_1003__table__btn--default:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

.comp_v2_1003__table__btn--default:disabled {
  color: #FFF;
  background-color: #707070;
}

.comp_v2_1003__table__btn--default::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url("/apps/toshiba-ss-v2/clientlibs/dist/img/button-arrow.png");
  background-size: 18px 18px;
  margin-right: 0.2em;
  margin-bottom: 0.2em;
}

.comp_v2_1003__table__btn a {
  font-size: 1.4rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
  min-width: 110px;
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  background-color: #0064d2;
  text-align: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  min-height: 40px;
  border: none;
  letter-spacing: 0.1rem;
}

.comp_v2_1003__table__btn a:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
}

.comp_v2_1003__table__btn a::before {
  content: "";
  display: inline-block;
  width: 18px;
  min-width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-arrow.png);
  background-size: 18px 18px;
  margin-right: 0.25em;
  margin-bottom: 0.1em;
}

.comp_v2_1003__table__btn a[target="_blank"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-external.png);
}

.comp_v2_1003__table__btn a[href$=".pdf"]::before, .comp_v2_1003__table__btn a[href*="docget.jsp"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-pdf.png);
}

.comp_v2_1003__table__btn a[href*="/list/index.php"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-parametric.png);
}

.comp_v2_1003__table__btn a[href^="#"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-anchor.png);
}

.comp_v2_1003__table__btn .comp_v2_1003__table__btn--search::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-search.png);
}

.comp_v2_1003__table__btn .comp_v2_1003__table__btn--balloon::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-balloon.png);
}

.comp_v2_1003__table__btn .comp_v2_1003__table__btn--cart::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-cart.png);
}

.comp_v2_1003__table__btn .comp_v2_1003__table__btn--large {
  font-size: 2rem;
  padding: 18px 30px;
}

@media screen and (max-width: 768px) {
  .comp_v2_1003__table__btn .comp_v2_1003__table__btn--large {
    width: 100%;
  }
}

.comp_v2_1003__table__btn .comp_v2_1003__table__btn--large:hover {
  color: #fff;
}

.comp_v2_1003__table__btn .comp_v2_1003__table__btn--flip {
  color: #0064d2;
  background-color: #fff;
  border: 1px solid #0064d2;
}

.comp_v2_1003__table__btn .comp_v2_1003__table__btn--flip::before {
  display: none;
}

.comp_v2_1003__table__btn--default, .comp_v2_1003__table__btn--large, .comp_v2_1003__table__btn--flip {
  margin: 0.5em 0;
}

.comp_v2_1003__table thead th,
.comp_v2_1003__table thead td {
  text-align: left;
  padding: 10px 10px 10px 20px;
  font-weight: bold;
  color: #2d2d2d;
  vertical-align: top;
  width: 33.3333%;
}

.comp_v2_1003__table thead th:last-child,
.comp_v2_1003__table thead td:last-child {
  width: 15%;
}

@media screen and (max-width: 768px) {
  .comp_v2_1003__table thead th,
  .comp_v2_1003__table thead td {
    display: inline-block;
    width: auto;
    padding: 10px 0;
  }
  .comp_v2_1003__table thead th + th::before,
  .comp_v2_1003__table thead td + th::before {
    content: "/";
    display: inline-block;
    margin: 0 3px;
  }
  .comp_v2_1003__table thead th:first-child,
  .comp_v2_1003__table thead td:first-child {
    padding-left: 10px;
  }
  .comp_v2_1003__table thead th:last-child,
  .comp_v2_1003__table thead td:last-child {
    width: auto;
  }
}

.comp_v2_1003__table thead th p,
.comp_v2_1003__table thead td p {
  margin: 0;
}

.comp_v2_1003__table tbody th,
.comp_v2_1003__table tbody td {
  text-align: left;
  padding: 10px 15px;
  border-top: 1px solid #e7e7e8;
  border-left: 1px solid #e7e7e8;
  vertical-align: top;
}

.comp_v2_1003__table tbody th:first-child,
.comp_v2_1003__table tbody td:first-child {
  border-left: none;
  border-top: 1px solid #e7e7e8;
}

@media screen and (max-width: 768px) {
  .comp_v2_1003__table tbody th:first-child,
  .comp_v2_1003__table tbody td:first-child {
    padding-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_1003__table tbody th:last-child,
  .comp_v2_1003__table tbody td:last-child {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_1003__table tbody th,
  .comp_v2_1003__table tbody td {
    padding: 0 10px;
    display: block;
    border: none;
  }
}

.comp_v2_1003__table tbody th p,
.comp_v2_1003__table tbody td p {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_1003__table tbody th p,
  .comp_v2_1003__table tbody td p {
    padding-left: 20px;
  }
}

.comp_v2_1003__table__checkbox {
  position: absolute;
  left: -100vw;
}

.comp_v2_1003__table__checkbox:checked + .comp_v2_1003__table__checktext {
  color: #0064d2;
}

.comp_v2_1003__table__checkbox:checked + .comp_v2_1003__table__checktext::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 5px;
  width: 6px;
  height: 12px;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media screen and (max-width: 768px) {
  .comp_v2_1003__table__checkbox:checked + .comp_v2_1003__table__checktext::after {
    top: 5px;
    width: 4px;
    height: 8px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}

.comp_v2_1003__table__checkbox:checked + .comp_v2_1003__table__checktext::before {
  border: 1px solid #0064d2;
  background-color: #0064d2;
}

.comp_v2_1003__table__checkbox:focus + .comp_v2_1003__table__checktext::before {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

.comp_v2_1003__table__checkbox:disabled + .comp_v2_1003__table__checktext::before {
  display: none;
}

.comp_v2_1003__table__checktext {
  display: block;
  color: #0064d2;
  padding-left: 30px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .comp_v2_1003__table__checktext {
    padding-left: 20px;
  }
}

.comp_v2_1003__table__checktext a {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_1003__table__checktext:hover {
  text-decoration: underline;
  cursor: pointer;
}

.comp_v2_1003__table__checkbox + .comp_v2_1003__table__checktext::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #0064d2;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  .comp_v2_1003__table__checkbox + .comp_v2_1003__table__checktext::before {
    width: 12px;
    height: 12px;
  }
}

.comp_v2_1003__table__pdftext {
  display: block;
  color: #6e7175;
  padding-left: 30px;
  font-size: 1.2rem;
  margin-top: 5px;
}

.comp_v2_1003__table__pdftext__icon {
  width: 11px;
  height: 14px;
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .comp_v2_1003__table__pdftext {
    padding-left: 20px;
    margin-top: 5px;
  }
}

.comp_v2_1003__table--new {
  font-size: 1.1rem;
  margin: 0 0 10px 0;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0.1rem;
  margin-bottom: 5px;
  padding: 0 0 0 30px;
}

.comp_v2_1003__table--new span {
  display: inline-block;
  border-radius: 4px;
  padding: 5px 10px;
  line-height: 1;
  color: #fff;
  background-color: #af8cc8;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
}

@media screen and (max-width: 768px) {
  .comp_v2_1003__table--new {
    padding-left: 20px;
  }
}

.comp_v2_1003__table__date {
  line-height: 1.6;
  padding: 0;
  margin: 0;
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .comp_v2_1003__table__date {
    padding-left: 20px;
  }
}

.comp_v2_1003__table label {
  display: block;
  cursor: pointer;
}

.comp_v2_1003__table__typetext {
  display: block;
  font-size: 12px;
  letter-spacing: 0.1em;
  padding-left: 30px;
  line-height: 18px;
  font-weight: bold;
  color: #999;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .comp_v2_1003__table__typetext {
    padding-left: 20px;
  }
}

.comp_v2_1003 h1,
.comp_v2_1003 h2,
.comp_v2_1003 h3,
.comp_v2_1003 h4,
.comp_v2_1003 h5 {
  color: #1d1e21;
  line-height: 1.4;
  font-weight: normal;
}

.comp_v2_1003 h1 a,
.comp_v2_1003 h2 a,
.comp_v2_1003 h3 a,
.comp_v2_1003 h4 a,
.comp_v2_1003 h5 a {
  color: #1d1e21;
}

.comp_v2_1003 h1 a:hover,
.comp_v2_1003 h2 a:hover,
.comp_v2_1003 h3 a:hover,
.comp_v2_1003 h4 a:hover,
.comp_v2_1003 h5 a:hover {
  color: #0064d2;
  text-decoration: underline;
}

.comp_v2_1003 h1 {
  font-size: 4.8rem;
  padding: 70px 0 0 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_1003 h1 {
    padding-top: 50px;
    font-size: 4rem;
  }
}

.comp_v2_1003 h2 {
  font-size: 3.4rem;
  padding: 60px 0 0 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_1003 h2 {
    padding-top: 40px;
  }
}

.comp_v2_1003 h3 {
  font-size: 2.8rem;
  padding: 50px 0 0 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_1003 h3 {
    padding-top: 30px;
  }
}

.comp_v2_1003 h4 {
  font-size: 2rem;
  padding: 40px 0 0 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_1003 h4 {
    padding-top: 30px;
  }
}

.comp_v2_1003 h5 {
  font-size: 1.8rem;
  padding: 30px 0 0 0;
}

.comp_v2_1003 h1 + form,
.comp_v2_1003 h2 + form,
.comp_v2_1003 h3 + form,
.comp_v2_1003 h4 + form,
.comp_v2_1003 h5 + form {
  padding-top: 40px;
}


.comp_v2_1006 li a {
  color: #0064d2;
}


.comp_v2_1008 li a {
  color: #0064d2;
}

.comp_v2_1009 #back_to_list {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .comp_v2_1009 #back_to_list {
    margin-top: 40px;
  }
}

.comp_v2_1009 #back_to_list a {
  font-size: 1.4rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  background-color: #0064d2;
  text-align: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  min-width: 110px;
  min-height: 40px;
  border: none;
  letter-spacing: 0.1rem;
}

.comp_v2_1009 #back_to_list a:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

.comp_v2_1009 #back_to_list a:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

.comp_v2_1009 #back_to_list a:disabled {
  color: #FFF;
  background-color: #707070;
}

.comp_v2_1009 #back_to_list a::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url("/apps/toshiba-ss-v2/clientlibs/dist/img/button-parametric.png");
  background-size: 18px 18px;
  margin-right: 0.2em;
  margin-bottom: 0.2em;
}


.comp_v2_1010 dt + dd {
  margin-top: 40px;
}


.comp_v2_1011 {
  max-width: 1140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 15px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .comp_v2_1011 {
    padding: 0 20px;
  }
}

.comp_v2_1011 h1,
.comp_v2_1011 h2,
.comp_v2_1011 h3,
.comp_v2_1011 h4,
.comp_v2_1011 h5 {
  color: #1d1e21;
  line-height: 1.4;
  font-weight: normal;
}

.comp_v2_1011 h1 a,
.comp_v2_1011 h2 a,
.comp_v2_1011 h3 a,
.comp_v2_1011 h4 a,
.comp_v2_1011 h5 a {
  color: #1d1e21;
}

.comp_v2_1011 h1 a:hover,
.comp_v2_1011 h2 a:hover,
.comp_v2_1011 h3 a:hover,
.comp_v2_1011 h4 a:hover,
.comp_v2_1011 h5 a:hover {
  color: #0064d2;
  text-decoration: underline;
}

.comp_v2_1011 h1 {
  font-size: 4.8rem;
  padding: 70px 0 0 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_1011 h1 {
    padding-top: 50px;
    font-size: 4rem;
  }
}

.comp_v2_1011 h2 {
  font-size: 3.4rem;
  padding: 60px 0 0 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_1011 h2 {
    padding-top: 40px;
  }
}

.comp_v2_1011 h3 {
  font-size: 2.8rem;
  padding: 50px 0 0 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_1011 h3 {
    padding-top: 30px;
  }
}

.comp_v2_1011 h4 {
  font-size: 2rem;
  padding: 40px 0 0 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_1011 h4 {
    padding-top: 30px;
  }
}

.comp_v2_1011 h5 {
  font-size: 1.8rem;
  padding: 30px 0 0 0;
}

.comp_v2_1011 table {
  table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid #e7e7e8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 40px 0 10px;
  width: 100%;
  min-width: 708px;
}

@media screen and (max-width: 768px) {
  .comp_v2_1011 table {
    margin: 30px 0 0;
  }
}

.comp_v2_1011 table caption {
  text-align: left;
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 20px;
  color: #1d1e21;
}

.comp_v2_1011 table th,
.comp_v2_1011 table td {
  border: 1px solid #e7e7e8;
  text-align: left;
  padding: 20px 20px;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .comp_v2_1011 table th,
  .comp_v2_1011 table td {
    padding: 10px;
  }
}

.comp_v2_1011 table th {
  color: #1d1e21;
  background-color: #f0f6fc;
  font-weight: bold;
}

.comp_v2_1011 table thead tr:nth-child(even) {
  background-color: #f0f6fc;
}

.comp_v2_1011 table thead th,
.comp_v2_1011 table thead td {
  font-weight: bold;
}

.comp_v2_1011 table tbody tr:nth-child(odd) {
  background-color: #fff;
}

.comp_v2_1011 table tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}

.comp_v2_1011 table a {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_1011 table a:hover {
  text-decoration: underline;
}

.comp_v2_1011 table img {
  width: 24px;
  height: 24px;
}

.comp_v2_1017 {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
  margin: 0 auto;
  max-width: none;
}

.comp_v2_1017__frame {
  padding: 0;
  min-height: 56px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  background-color: #edf7fd;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  font-size: 1.2rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-top: 12px;
}

@media screen and (max-width: 768px) {
  .comp_v2_1017__frame {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_1017__frame {
    padding-top: 12px;
  }
}

.comp_v2_1017__title {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  color: #333;
  line-height: 1;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_1017__title {
    margin-top: 0px;
    font-size: 1.6rem;
  }
}

.comp_v2_1017__scroll {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.comp_v2_1017__list {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 9px;
  display: block;
  white-space: nowrap;
}

.comp_v2_1017__list li {
  display: inline-block;
  margin: 0;
}

.comp_v2_1017__list li:first-child {
  padding-left: 5px;
}

@media screen and (max-width: 768px) {
  .comp_v2_1017__list li:first-child {
    padding-left: 10px;
  }
}

.comp_v2_1017__list__item, .comp_v2_1017__list__item--active {
  position: relative;
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 5px;
  letter-spacing: 0.1rem;
  cursor: pointer;
}

.comp_v2_1017__list__item::after, .comp_v2_1017__list__item--active::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  height: 2px;
  z-index: 4;
  overflow: hidden;
  background-color: #0064d2;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media print, screen and (min-width: 769px) {
  .comp_v2_1017__list__item:hover::after, .comp_v2_1017__list__item--active:hover::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.comp_v2_1017__list__item--active::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.comp_v2_1017__list__item--active {
  color: #0064d2;
}

.comp_v2_1017 .ps__rail-x-bottom {
  height: 1px;
  padding: 9px 0 0 0;
}

.comp_v2_1017 .ps__rail-x-bottom::before {
  height: 1px;
  bottom: 0;
}

.comp_v2_1017 .ps__rail-x-top {
  height: 1px;
  padding: 0 0 9px 0;
}

.comp_v2_1017 .ps__rail-x-top::before {
  height: 1px;
  top: 0;
}

.comp_v2_1017 .ps__rail-y {
  width: 1px;
  padding: 0 0 0 9px;
}

.comp_v2_1017 .ps__rail-y::before {
  width: 1px;
  right: 0;
}

.comp_v2_1017 .ps__thumb-x-bottom {
  background-color: transparent;
  height: 1px;
  padding: 9px 0 0 0;
}

.comp_v2_1017 .ps__thumb-x-bottom::before {
  content: "";
  display: block;
  background-color: #a0a0a5;
  width: 100%;
  height: 1px;
  border-radius: 6px;
}

.comp_v2_1017 .ps__thumb-x-top {
  background-color: transparent;
  height: 1px;
  padding: 0 0 9px 0;
}

.comp_v2_1017 .ps__thumb-x-top::before {
  content: "";
  display: block;
  background-color: #a0a0a5;
  width: 100%;
  height: 1px;
  border-radius: 6px;
}

.comp_v2_1017 .ps__thumb-y {
  background-color: transparent;
  width: 1px;
  padding: 0 0 0 9px;
}

.comp_v2_1017 .ps__thumb-y::before {
  content: "";
  display: block;
  background-color: #a0a0a5;
  width: 1px;
  height: 100%;
  border-radius: 6px;
}


.comp_v2_1030 {
  -webkit-animation: heroFadeIn 3s ease 0.5s 1 normal;
  animation: heroFadeIn 3s ease 0.5s 1 normal;
}

.comp_v2_1030__frame {
  padding: 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .comp_v2_1030__frame {
    padding: 0;
  }
}

.comp_v2_1030__h1 {
  font-size: 4.8rem;
  margin: 0;
  padding: 70px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_1030__h1 {
    margin: 0;
    padding-top: 50px;
    font-size: 2.8rem;
  }
}

.comp_v2_1030__h1 a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_1030__h1 a::after {
  position: relative;
  margin-left: 20px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 18px 18px;
}

.comp_v2_1030__h1 a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_1030__h1 a[href$=".pdf"]::after, .comp_v2_1030__h1 a[href*="docget.jsp"]::after {
  width: 18px;
  height: 24px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 18px 24px;
}

.comp_v2_1030__h1 a[href*="/list/index.php"]::after {
  width: 20px;
  height: 17px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 20px 17px;
}

.comp_v2_1030__h1 a[href^="#"]::after {
  width: 20px;
  height: 20px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 20px 20px;
}

.comp_v2_1030__h1 a[href^="tel:"]::after, .comp_v2_1030__h1 a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_1030__h1 a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_1030__h1 a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_1030__h1 a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_1030__h1 a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_1030__h1 a:hover[href$=".pdf"]::after, .comp_v2_1030__h1 a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_1030__h1 a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_1030__h1 a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_1030__h1 a:hover[href^="tel:"]::after, .comp_v2_1030__h1 a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_1030__h1--bold, .comp_v2_1030__h1--regular {
  font-size: 4.8rem;
  margin: 0;
  padding: 70px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_1030__h1--bold, .comp_v2_1030__h1--regular {
    margin: 0;
    padding-top: 50px;
    font-size: 2.8rem;
  }
}

.comp_v2_1030__h1--bold a, .comp_v2_1030__h1--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_1030__h1--bold a::after, .comp_v2_1030__h1--regular a::after {
  position: relative;
  margin-left: 20px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 18px 18px;
}

.comp_v2_1030__h1--bold a[target="_blank"]::after, .comp_v2_1030__h1--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_1030__h1--bold a[href$=".pdf"]::after, .comp_v2_1030__h1--bold a[href*="docget.jsp"]::after, .comp_v2_1030__h1--regular a[href$=".pdf"]::after, .comp_v2_1030__h1--regular a[href*="docget.jsp"]::after {
  width: 18px;
  height: 24px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 18px 24px;
}

.comp_v2_1030__h1--bold a[href*="/list/index.php"]::after, .comp_v2_1030__h1--regular a[href*="/list/index.php"]::after {
  width: 20px;
  height: 17px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 20px 17px;
}

.comp_v2_1030__h1--bold a[href^="#"]::after, .comp_v2_1030__h1--regular a[href^="#"]::after {
  width: 20px;
  height: 20px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 20px 20px;
}

.comp_v2_1030__h1--bold a[href^="tel:"]::after, .comp_v2_1030__h1--bold a[href^="mailto:"]::after, .comp_v2_1030__h1--regular a[href^="tel:"]::after, .comp_v2_1030__h1--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_1030__h1--bold a[href^="tel:"], .comp_v2_1030__h1--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_1030__h1--bold a:hover, .comp_v2_1030__h1--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_1030__h1--bold a:hover::after, .comp_v2_1030__h1--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_1030__h1--bold a:hover[target="_blank"]::after, .comp_v2_1030__h1--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_1030__h1--bold a:hover[href$=".pdf"]::after, .comp_v2_1030__h1--bold a:hover[href*="docget.jsp"]::after, .comp_v2_1030__h1--regular a:hover[href$=".pdf"]::after, .comp_v2_1030__h1--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_1030__h1--bold a:hover[href*="/list/index.php"]::after, .comp_v2_1030__h1--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_1030__h1--bold a:hover[href^="#"]::after, .comp_v2_1030__h1--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_1030__h1--bold a:hover[href^="tel:"]::after, .comp_v2_1030__h1--bold a:hover[href^="mailto:"]::after, .comp_v2_1030__h1--regular a:hover[href^="tel:"]::after, .comp_v2_1030__h1--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_1030__h1--bold {
  font-weight: bold;
}

.comp_v2_1030__h1--regular {
  font-weight: normal;
}

.comp_v2_1030__h2 {
  font-size: 3.4rem;
  margin: 0;
  padding: 60px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_1030__h2 {
    font-size: 2.8rem;
    margin: 0;
    padding-top: 40px;
  }
}

.comp_v2_1030__h2 a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_1030__h2 a::after {
  position: relative;
  margin-left: 20px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 18px 18px;
}

.comp_v2_1030__h2 a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_1030__h2 a[href$=".pdf"]::after, .comp_v2_1030__h2 a[href*="docget.jsp"]::after {
  width: 18px;
  height: 24px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 18px 24px;
}

.comp_v2_1030__h2 a[href*="/list/index.php"]::after {
  width: 20px;
  height: 17px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 20px 17px;
}

.comp_v2_1030__h2 a[href^="#"]::after {
  width: 20px;
  height: 20px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 20px 20px;
}

.comp_v2_1030__h2 a[href^="tel:"]::after, .comp_v2_1030__h2 a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_1030__h2 a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_1030__h2 a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_1030__h2 a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_1030__h2 a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_1030__h2 a:hover[href$=".pdf"]::after, .comp_v2_1030__h2 a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_1030__h2 a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_1030__h2 a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_1030__h2 a:hover[href^="tel:"]::after, .comp_v2_1030__h2 a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_1030__h2--bold, .comp_v2_1030__h2--regular {
  font-size: 3.4rem;
  margin: 0;
  padding: 60px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_1030__h2--bold, .comp_v2_1030__h2--regular {
    font-size: 2.8rem;
    margin: 0;
    padding-top: 40px;
  }
}

.comp_v2_1030__h2--bold a, .comp_v2_1030__h2--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_1030__h2--bold a::after, .comp_v2_1030__h2--regular a::after {
  position: relative;
  margin-left: 20px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 18px 18px;
}

.comp_v2_1030__h2--bold a[target="_blank"]::after, .comp_v2_1030__h2--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_1030__h2--bold a[href$=".pdf"]::after, .comp_v2_1030__h2--bold a[href*="docget.jsp"]::after, .comp_v2_1030__h2--regular a[href$=".pdf"]::after, .comp_v2_1030__h2--regular a[href*="docget.jsp"]::after {
  width: 18px;
  height: 24px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 18px 24px;
}

.comp_v2_1030__h2--bold a[href*="/list/index.php"]::after, .comp_v2_1030__h2--regular a[href*="/list/index.php"]::after {
  width: 20px;
  height: 17px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 20px 17px;
}

.comp_v2_1030__h2--bold a[href^="#"]::after, .comp_v2_1030__h2--regular a[href^="#"]::after {
  width: 20px;
  height: 20px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 20px 20px;
}

.comp_v2_1030__h2--bold a[href^="tel:"]::after, .comp_v2_1030__h2--bold a[href^="mailto:"]::after, .comp_v2_1030__h2--regular a[href^="tel:"]::after, .comp_v2_1030__h2--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_1030__h2--bold a[href^="tel:"], .comp_v2_1030__h2--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_1030__h2--bold a:hover, .comp_v2_1030__h2--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_1030__h2--bold a:hover::after, .comp_v2_1030__h2--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_1030__h2--bold a:hover[target="_blank"]::after, .comp_v2_1030__h2--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_1030__h2--bold a:hover[href$=".pdf"]::after, .comp_v2_1030__h2--bold a:hover[href*="docget.jsp"]::after, .comp_v2_1030__h2--regular a:hover[href$=".pdf"]::after, .comp_v2_1030__h2--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_1030__h2--bold a:hover[href*="/list/index.php"]::after, .comp_v2_1030__h2--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_1030__h2--bold a:hover[href^="#"]::after, .comp_v2_1030__h2--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_1030__h2--bold a:hover[href^="tel:"]::after, .comp_v2_1030__h2--bold a:hover[href^="mailto:"]::after, .comp_v2_1030__h2--regular a:hover[href^="tel:"]::after, .comp_v2_1030__h2--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_1030__h2--bold {
  font-weight: bold;
}

.comp_v2_1030__h2--regular {
  font-weight: normal;
}

.comp_v2_1030__h3 {
  font-size: 2.8rem;
  margin: 0;
  padding: 50px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_1030__h3 {
    font-size: 2.4rem;
    margin: 0;
    padding-top: 30px;
  }
}

.comp_v2_1030__h3--bold, .comp_v2_1030__h3--regular {
  font-size: 2.8rem;
  margin: 0;
  padding: 50px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_1030__h3--bold, .comp_v2_1030__h3--regular {
    font-size: 2.4rem;
    margin: 0;
    padding-top: 30px;
  }
}

.comp_v2_1030__h3--bold a, .comp_v2_1030__h3--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_1030__h3--bold a::after, .comp_v2_1030__h3--regular a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_1030__h3--bold a[target="_blank"]::after, .comp_v2_1030__h3--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_1030__h3--bold a[href$=".pdf"]::after, .comp_v2_1030__h3--bold a[href*="docget.jsp"]::after, .comp_v2_1030__h3--regular a[href$=".pdf"]::after, .comp_v2_1030__h3--regular a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_1030__h3--bold a[href*="/list/index.php"]::after, .comp_v2_1030__h3--regular a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_1030__h3--bold a[href^="#"]::after, .comp_v2_1030__h3--regular a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_1030__h3--bold a[href^="tel:"]::after, .comp_v2_1030__h3--bold a[href^="mailto:"]::after, .comp_v2_1030__h3--regular a[href^="tel:"]::after, .comp_v2_1030__h3--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_1030__h3--bold a[href^="tel:"], .comp_v2_1030__h3--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_1030__h3--bold a:hover, .comp_v2_1030__h3--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_1030__h3--bold a:hover::after, .comp_v2_1030__h3--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_1030__h3--bold a:hover[target="_blank"]::after, .comp_v2_1030__h3--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_1030__h3--bold a:hover[href$=".pdf"]::after, .comp_v2_1030__h3--bold a:hover[href*="docget.jsp"]::after, .comp_v2_1030__h3--regular a:hover[href$=".pdf"]::after, .comp_v2_1030__h3--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_1030__h3--bold a:hover[href*="/list/index.php"]::after, .comp_v2_1030__h3--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_1030__h3--bold a:hover[href^="#"]::after, .comp_v2_1030__h3--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_1030__h3--bold a:hover[href^="tel:"]::after, .comp_v2_1030__h3--bold a:hover[href^="mailto:"]::after, .comp_v2_1030__h3--regular a:hover[href^="tel:"]::after, .comp_v2_1030__h3--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_1030__h3--bold {
  font-weight: bold;
}

.comp_v2_1030__h3--regular {
  font-weight: normal;
}

.comp_v2_1030__h4 {
  font-size: 2rem;
  margin: 0;
  padding: 40px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_1030__h4 {
    margin: 0;
    padding-top: 30px;
  }
}

.comp_v2_1030__h4 a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_1030__h4 a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_1030__h4 a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_1030__h4 a[href$=".pdf"]::after, .comp_v2_1030__h4 a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_1030__h4 a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_1030__h4 a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_1030__h4 a[href^="tel:"]::after, .comp_v2_1030__h4 a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_1030__h4 a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_1030__h4 a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_1030__h4 a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_1030__h4 a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_1030__h4 a:hover[href$=".pdf"]::after, .comp_v2_1030__h4 a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_1030__h4 a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_1030__h4 a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_1030__h4 a:hover[href^="tel:"]::after, .comp_v2_1030__h4 a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_1030__h4--bold, .comp_v2_1030__h4--regular {
  font-size: 2rem;
  margin: 0;
  padding: 40px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_1030__h4--bold, .comp_v2_1030__h4--regular {
    margin: 0;
    padding-top: 30px;
  }
}

.comp_v2_1030__h4--bold a, .comp_v2_1030__h4--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_1030__h4--bold a::after, .comp_v2_1030__h4--regular a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_1030__h4--bold a[target="_blank"]::after, .comp_v2_1030__h4--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_1030__h4--bold a[href$=".pdf"]::after, .comp_v2_1030__h4--bold a[href*="docget.jsp"]::after, .comp_v2_1030__h4--regular a[href$=".pdf"]::after, .comp_v2_1030__h4--regular a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_1030__h4--bold a[href*="/list/index.php"]::after, .comp_v2_1030__h4--regular a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_1030__h4--bold a[href^="#"]::after, .comp_v2_1030__h4--regular a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_1030__h4--bold a[href^="tel:"]::after, .comp_v2_1030__h4--bold a[href^="mailto:"]::after, .comp_v2_1030__h4--regular a[href^="tel:"]::after, .comp_v2_1030__h4--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_1030__h4--bold a[href^="tel:"], .comp_v2_1030__h4--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_1030__h4--bold a:hover, .comp_v2_1030__h4--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_1030__h4--bold a:hover::after, .comp_v2_1030__h4--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_1030__h4--bold a:hover[target="_blank"]::after, .comp_v2_1030__h4--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_1030__h4--bold a:hover[href$=".pdf"]::after, .comp_v2_1030__h4--bold a:hover[href*="docget.jsp"]::after, .comp_v2_1030__h4--regular a:hover[href$=".pdf"]::after, .comp_v2_1030__h4--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_1030__h4--bold a:hover[href*="/list/index.php"]::after, .comp_v2_1030__h4--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_1030__h4--bold a:hover[href^="#"]::after, .comp_v2_1030__h4--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_1030__h4--bold a:hover[href^="tel:"]::after, .comp_v2_1030__h4--bold a:hover[href^="mailto:"]::after, .comp_v2_1030__h4--regular a:hover[href^="tel:"]::after, .comp_v2_1030__h4--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_1030__h4--bold {
  font-weight: bold;
}

.comp_v2_1030__h4--regular {
  font-weight: normal;
}

.comp_v2_1030__h5 {
  font-size: 1.8rem;
  margin: 0;
  padding: 30px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

.comp_v2_1030__h5 a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_1030__h5 a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_1030__h5 a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_1030__h5 a[href$=".pdf"]::after, .comp_v2_1030__h5 a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_1030__h5 a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_1030__h5 a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_1030__h5 a[href^="tel:"]::after, .comp_v2_1030__h5 a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_1030__h5 a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_1030__h5 a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_1030__h5 a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_1030__h5 a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_1030__h5 a:hover[href$=".pdf"]::after, .comp_v2_1030__h5 a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_1030__h5 a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_1030__h5 a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_1030__h5 a:hover[href^="tel:"]::after, .comp_v2_1030__h5 a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_1030__h5--bold, .comp_v2_1030__h5--regular {
  font-size: 1.8rem;
  margin: 0;
  padding: 30px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

.comp_v2_1030__h5--bold a, .comp_v2_1030__h5--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_1030__h5--bold a::after, .comp_v2_1030__h5--regular a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_1030__h5--bold a[target="_blank"]::after, .comp_v2_1030__h5--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_1030__h5--bold a[href$=".pdf"]::after, .comp_v2_1030__h5--bold a[href*="docget.jsp"]::after, .comp_v2_1030__h5--regular a[href$=".pdf"]::after, .comp_v2_1030__h5--regular a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_1030__h5--bold a[href*="/list/index.php"]::after, .comp_v2_1030__h5--regular a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_1030__h5--bold a[href^="#"]::after, .comp_v2_1030__h5--regular a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_1030__h5--bold a[href^="tel:"]::after, .comp_v2_1030__h5--bold a[href^="mailto:"]::after, .comp_v2_1030__h5--regular a[href^="tel:"]::after, .comp_v2_1030__h5--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_1030__h5--bold a[href^="tel:"], .comp_v2_1030__h5--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_1030__h5--bold a:hover, .comp_v2_1030__h5--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_1030__h5--bold a:hover::after, .comp_v2_1030__h5--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_1030__h5--bold a:hover[target="_blank"]::after, .comp_v2_1030__h5--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_1030__h5--bold a:hover[href$=".pdf"]::after, .comp_v2_1030__h5--bold a:hover[href*="docget.jsp"]::after, .comp_v2_1030__h5--regular a:hover[href$=".pdf"]::after, .comp_v2_1030__h5--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_1030__h5--bold a:hover[href*="/list/index.php"]::after, .comp_v2_1030__h5--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_1030__h5--bold a:hover[href^="#"]::after, .comp_v2_1030__h5--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_1030__h5--bold a:hover[href^="tel:"]::after, .comp_v2_1030__h5--bold a:hover[href^="mailto:"]::after, .comp_v2_1030__h5--regular a:hover[href^="tel:"]::after, .comp_v2_1030__h5--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_1030__h5--bold {
  font-weight: bold;
}

.comp_v2_1030__h5--regular {
  font-weight: normal;
}

.comp_v2_1030__h1--bold, .comp_v2_1030__h1--regular, .comp_v2_1030__h2--bold, .comp_v2_1030__h2--regular, .comp_v2_1030__h3--bold, .comp_v2_1030__h3--regular, .comp_v2_1030__h4--bold, .comp_v2_1030__h4--regular, .comp_v2_1030__h5--bold, .comp_v2_1030__h5--regular {
  max-width: 1140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 20px auto;
  padding: 0 10px;
}

@media screen and (max-width: 768px) {
  .comp_v2_1030__h1--bold, .comp_v2_1030__h1--regular, .comp_v2_1030__h2--bold, .comp_v2_1030__h2--regular, .comp_v2_1030__h3--bold, .comp_v2_1030__h3--regular, .comp_v2_1030__h4--bold, .comp_v2_1030__h4--regular, .comp_v2_1030__h5--bold, .comp_v2_1030__h5--regular {
    padding: 0 20px;
    text-align: left;
  }
}

.comp_v2_1030__slider {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.comp_v2_1030__slider .slick-slide {
  padding: 0 20px 40px;
  opacity: 0.5;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
}

@media screen and (max-width: 768px) {
  .comp_v2_1030__slider .slick-slide {
    padding: 0 10px 20px;
  }
}

.comp_v2_1030__slider .slick-slide.slick-active, .comp_v2_1030__slider .slick-slide:hover {
  opacity: 1;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
}

.comp_v2_1030__slider__column {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 20px;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  max-width: 748px;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_1030__slider__column {
    width: 50vw !important;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_1030__slider__column {
    max-width: none;
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 30px;
  }
}

.comp_v2_1030__slider__column:hover {
  -webkit-box-shadow: 0 8px 15px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0 8px 15px 0px rgba(0, 0, 0, 0.16);
}

.comp_v2_1030__slider__column__links {
  display: block;
  color: #2d2d2d;
  position: relative;
  width: 100%;
}

.comp_v2_1030__slider__column__links figure {
  position: relative;
  background-color: #e5e5e5;
  width: 100%;
  height: auto;
}

.comp_v2_1030__slider__column__links figure img {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

.comp_v2_1030__slider__column__links::after {
  position: absolute;
  right: 10px;
  bottom: 10px;
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin: 0;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/icon-tile-arrow.png);
  width: 34px;
  height: 34px;
  background-size: 34px 34px;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
}

.comp_v2_1030__slider__column__links:hover .comp_v2_1030__flcol__col__text__title,
.comp_v2_1030__slider__column__links:hover .comp_v2_1030__flcol__col__text__caption {
  color: #0064d2;
}

.comp_v2_1030__slider__column__links:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/icon-tile-arrow-active.png);
}

@media screen and (max-width: 768px) {
  .comp_v2_1030__slider__column__links {
    width: 100%;
  }
}

.comp_v2_1030__slider__column__text {
  padding: 20px 20px 40px 20px;
}

.comp_v2_1030__slider__column__text__caption {
  color: #747474;
}

.comp_v2_1030__slider__column__text__caption p {
  line-height: 1.6;
}

.comp_v2_1030__slider__column__text__caption p + p {
  margin-top: 10px;
}

.comp_v2_1030__slider__column__text__title {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 10px;
  color: #1d1e21;
}

.comp_v2_1030__layout {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  width: 100%;
  height: calc(4.8rem * 1.4);
}

.comp_v2_1030__layout__contents_layout {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
  width: 100%;
  max-width: 1140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
}

.comp_v2_1030__layout__contents_layout__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 95px;
}

.comp_v2_1030__layout__contents_layout__arrows .prev,
.comp_v2_1030__layout__contents_layout__arrows .next {
  position: relative;
  margin: auto 0;
  z-index: 1;
  background-size: 40px 40px;
  text-indent: -999em;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
}

.comp_v2_1030__layout__contents_layout__arrows .prev:hover,
.comp_v2_1030__layout__contents_layout__arrows .next:hover {
  opacity: 0.5;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
}

.comp_v2_1030__layout__contents_layout__arrows .prev {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/icon-prev.png);
}

.comp_v2_1030__layout__contents_layout__arrows .next {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/icon-next.png);
}

.comp_v2_1030__layout__contents_layout__arrows .slick-disabled {
  opacity: 0.1;
}

.comp_v2_1030__layout__contents_layout__arrows .slick-disabled:hover {
  cursor: default;
  opacity: 0.1;
}

.comp_v2_1030__timer {
  font-size: 1.2rem;
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0px;
  padding-bottom: 50px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.comp_v2_1030__timer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0;
}

.comp_v2_1030__timer__list__li {
  color: rgba(68, 68, 68, 0.4);
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  position: relative;
  width: 27px;
  margin: 0 5px;
  cursor: pointer;
}

.comp_v2_1030__timer__list__li:first-child {
  margin-left: 0;
}

.comp_v2_1030__timer__list__li:last-child {
  margin-right: 0;
}

.comp_v2_1030__timer__list__li:hover {
  color: #444444;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
}

.comp_v2_1030__timer__list__li__no {
  display: block;
  margin: 0 0 5px 0;
}

.comp_v2_1030__timer__list__li__bar01 {
  display: inline-block;
  background-color: rgba(68, 68, 68, 0.4);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  z-index: 1;
}

.comp_v2_1030__timer__list__li__bar02 {
  display: inline-block;
  background-color: #444444;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  z-index: 2;
}

.comp_v2_1030__timer__list__li--active {
  color: #444444;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  width: 126px;
}

.comp_v2_1030__timer__list__li--active .comp_v2_1030__timer__list__li__bar02 {
  width: 100%;
  -webkit-transition: width 10000ms linear;
  transition: width 10000ms linear;
}

.comp_v2_0900 .comp_v2_1030__frame {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_1030__frame {
    padding-left: 0;
    padding-right: 0;
  }
}


.comp_v2_1040 {
  position: fixed;
  left: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid rgba(51, 51, 51, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  z-index: 11;
}

@media print {
  .comp_v2_1040 {
    position: relative;
  }
}

.comp_v2_1040__frame {
  padding: 15px 15px;
  overflow: hidden;
  max-width: 1140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .comp_v2_1040__frame {
    padding: 20px;
  }
}

.comp_v2_1040__agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .comp_v2_1040__agree {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.comp_v2_1040__agree__col {
  margin: 0 15px;
  text-align: center;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .comp_v2_1040__agree__col {
    width: 100%;
    margin: 0;
  }
}

.comp_v2_1040__agree__col__btn {
  margin: 0;
}

.comp_v2_1040__agree__col__btn--default, .comp_v2_1040__agree__col__btn--disagree {
  font-size: 1.4rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
  width: 100%;
  text-decoration: none;
  vertical-align: middle;
  padding: 8px 10px;
  color: #fff;
  background-color: #0064d2;
  text-align: center;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.8;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  min-height: 40px;
  border: none;
  max-width: 370px;
  margin: 0 auto;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_1040__agree__col__btn--default, .comp_v2_1040__agree__col__btn--disagree {
    max-width: none;
  }
}

.comp_v2_1040__agree__col__btn--default:hover, .comp_v2_1040__agree__col__btn--disagree:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .comp_v2_1040__agree__col__btn--default, .comp_v2_1040__agree__col__btn--disagree {
    width: 100%;
  }
}

.comp_v2_1040__agree__col__btn--disagree {
  background-color: #a0a0a5;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .comp_v2_1040__agree__col__btn {
    margin: 7px auto 0;
  }
}

.comp_v2_1040__agree__col__text--external, .comp_v2_1040__agree__col__text--default {
  font-size: 1.2rem;
  margin: 5px 0 0 0;
  display: inline-block;
  position: relative;
}

.comp_v2_1040__agree__col__text--external::after {
  position: relative;
  left: 10px;
  top: 0.2em;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
  background-size: 13px 13px;
}

.comp_v2_0900 .comp_v2_1040__frame {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_1040__frame {
    padding-left: 0;
    padding-right: 0;
  }
}


.comp_v2_1060__frame {
  color: #b9b9b9;
  -webkit-box-shadow: 0 6px 6px -1px #ccc;
  box-shadow: 0 6px 6px -1px #ccc;
  background-color: #4b4b4b;
  display: block;
  padding: 0px 0 10px 0px;
  border: 3px solid #004b00;
  border-radius: 6px;
  margin: -6px 12px 8px 12px;
}

.comp_v2_1060 h1, .comp_v2_1060 h2, .comp_v2_1060 h3 {
  margin: 0px 0 10px;
  font-size: 1rem;
  padding: 1rem;
  background-color: #004b00;
}

.comp_v2_1060 .columns {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
}

.comp_v2_1060 .columns table {
  margin: 0;
}

.comp_v2_1060 .columns table th,
.comp_v2_1060 .columns table td {
  padding: 5px;
}

.comp_v2_1060 .columns table th {
  text-align: right;
}

.comp_v2_0900 .comp_v2_1060__frame {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_1060__frame {
    padding-left: 0;
    padding-right: 0;
  }
}

.comp_v2_1070__frame {
  padding: 30px 15px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .comp_v2_1070__frame {
    padding: 20px;
  }
}

.comp_v2_1070__h2 {
  font-size: 3.4rem;
  margin: 0;
  padding: 60px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_1070__h2 {
    font-size: 2.8rem;
    margin: 0;
    padding-top: 40px;
  }
}

.comp_v2_1070__h2 a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_1070__h2 a::after {
  position: relative;
  margin-left: 20px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 18px 18px;
}

.comp_v2_1070__h2 a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_1070__h2 a[href$=".pdf"]::after, .comp_v2_1070__h2 a[href*="docget.jsp"]::after {
  width: 18px;
  height: 24px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 18px 24px;
}

.comp_v2_1070__h2 a[href*="/list/index.php"]::after {
  width: 20px;
  height: 17px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 20px 17px;
}

.comp_v2_1070__h2 a[href^="#"]::after {
  width: 20px;
  height: 20px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 20px 20px;
}

.comp_v2_1070__h2 a[href^="tel:"]::after, .comp_v2_1070__h2 a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_1070__h2 a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_1070__h2 a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_1070__h2 a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_1070__h2 a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_1070__h2 a:hover[href$=".pdf"]::after, .comp_v2_1070__h2 a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_1070__h2 a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_1070__h2 a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_1070__h2 a:hover[href^="tel:"]::after, .comp_v2_1070__h2 a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_1070__h2--bold, .comp_v2_1070__h2--regular {
  font-size: 3.4rem;
  margin: 0;
  padding: 60px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_1070__h2--bold, .comp_v2_1070__h2--regular {
    font-size: 2.8rem;
    margin: 0;
    padding-top: 40px;
  }
}

.comp_v2_1070__h2--bold a, .comp_v2_1070__h2--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_1070__h2--bold a::after, .comp_v2_1070__h2--regular a::after {
  position: relative;
  margin-left: 20px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 18px 18px;
}

.comp_v2_1070__h2--bold a[target="_blank"]::after, .comp_v2_1070__h2--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_1070__h2--bold a[href$=".pdf"]::after, .comp_v2_1070__h2--bold a[href*="docget.jsp"]::after, .comp_v2_1070__h2--regular a[href$=".pdf"]::after, .comp_v2_1070__h2--regular a[href*="docget.jsp"]::after {
  width: 18px;
  height: 24px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 18px 24px;
}

.comp_v2_1070__h2--bold a[href*="/list/index.php"]::after, .comp_v2_1070__h2--regular a[href*="/list/index.php"]::after {
  width: 20px;
  height: 17px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 20px 17px;
}

.comp_v2_1070__h2--bold a[href^="#"]::after, .comp_v2_1070__h2--regular a[href^="#"]::after {
  width: 20px;
  height: 20px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 20px 20px;
}

.comp_v2_1070__h2--bold a[href^="tel:"]::after, .comp_v2_1070__h2--bold a[href^="mailto:"]::after, .comp_v2_1070__h2--regular a[href^="tel:"]::after, .comp_v2_1070__h2--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_1070__h2--bold a[href^="tel:"], .comp_v2_1070__h2--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_1070__h2--bold a:hover, .comp_v2_1070__h2--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_1070__h2--bold a:hover::after, .comp_v2_1070__h2--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_1070__h2--bold a:hover[target="_blank"]::after, .comp_v2_1070__h2--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_1070__h2--bold a:hover[href$=".pdf"]::after, .comp_v2_1070__h2--bold a:hover[href*="docget.jsp"]::after, .comp_v2_1070__h2--regular a:hover[href$=".pdf"]::after, .comp_v2_1070__h2--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_1070__h2--bold a:hover[href*="/list/index.php"]::after, .comp_v2_1070__h2--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_1070__h2--bold a:hover[href^="#"]::after, .comp_v2_1070__h2--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_1070__h2--bold a:hover[href^="tel:"]::after, .comp_v2_1070__h2--bold a:hover[href^="mailto:"]::after, .comp_v2_1070__h2--regular a:hover[href^="tel:"]::after, .comp_v2_1070__h2--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_1070__h2--bold {
  font-weight: bold;
}

.comp_v2_1070__h2--regular {
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .comp_v2_1070__h2--bold, .comp_v2_1070__h2--regular {
    text-align: left;
  }
}

.comp_v2_1070__h3 {
  font-size: 2.8rem;
  margin: 0;
  padding: 50px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_1070__h3 {
    font-size: 2.4rem;
    margin: 0;
    padding-top: 30px;
  }
}

.comp_v2_1070__h3--bold, .comp_v2_1070__h3--regular {
  font-size: 2.8rem;
  margin: 0;
  padding: 50px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_1070__h3--bold, .comp_v2_1070__h3--regular {
    font-size: 2.4rem;
    margin: 0;
    padding-top: 30px;
  }
}

.comp_v2_1070__h3--bold a, .comp_v2_1070__h3--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_1070__h3--bold a::after, .comp_v2_1070__h3--regular a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_1070__h3--bold a[target="_blank"]::after, .comp_v2_1070__h3--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_1070__h3--bold a[href$=".pdf"]::after, .comp_v2_1070__h3--bold a[href*="docget.jsp"]::after, .comp_v2_1070__h3--regular a[href$=".pdf"]::after, .comp_v2_1070__h3--regular a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_1070__h3--bold a[href*="/list/index.php"]::after, .comp_v2_1070__h3--regular a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_1070__h3--bold a[href^="#"]::after, .comp_v2_1070__h3--regular a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_1070__h3--bold a[href^="tel:"]::after, .comp_v2_1070__h3--bold a[href^="mailto:"]::after, .comp_v2_1070__h3--regular a[href^="tel:"]::after, .comp_v2_1070__h3--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_1070__h3--bold a[href^="tel:"], .comp_v2_1070__h3--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_1070__h3--bold a:hover, .comp_v2_1070__h3--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_1070__h3--bold a:hover::after, .comp_v2_1070__h3--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_1070__h3--bold a:hover[target="_blank"]::after, .comp_v2_1070__h3--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_1070__h3--bold a:hover[href$=".pdf"]::after, .comp_v2_1070__h3--bold a:hover[href*="docget.jsp"]::after, .comp_v2_1070__h3--regular a:hover[href$=".pdf"]::after, .comp_v2_1070__h3--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_1070__h3--bold a:hover[href*="/list/index.php"]::after, .comp_v2_1070__h3--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_1070__h3--bold a:hover[href^="#"]::after, .comp_v2_1070__h3--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_1070__h3--bold a:hover[href^="tel:"]::after, .comp_v2_1070__h3--bold a:hover[href^="mailto:"]::after, .comp_v2_1070__h3--regular a:hover[href^="tel:"]::after, .comp_v2_1070__h3--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_1070__h3--bold {
  font-weight: bold;
}

.comp_v2_1070__h3--regular {
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .comp_v2_1070__h3--bold, .comp_v2_1070__h3--regular {
    text-align: left;
  }
}

.comp_v2_1070__h4 {
  font-size: 2rem;
  margin: 0;
  padding: 40px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_1070__h4 {
    margin: 0;
    padding-top: 30px;
  }
}

.comp_v2_1070__h4 a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_1070__h4 a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_1070__h4 a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_1070__h4 a[href$=".pdf"]::after, .comp_v2_1070__h4 a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_1070__h4 a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_1070__h4 a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_1070__h4 a[href^="tel:"]::after, .comp_v2_1070__h4 a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_1070__h4 a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_1070__h4 a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_1070__h4 a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_1070__h4 a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_1070__h4 a:hover[href$=".pdf"]::after, .comp_v2_1070__h4 a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_1070__h4 a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_1070__h4 a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_1070__h4 a:hover[href^="tel:"]::after, .comp_v2_1070__h4 a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_1070__h4--bold, .comp_v2_1070__h4--regular {
  font-size: 2rem;
  margin: 0;
  padding: 40px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_1070__h4--bold, .comp_v2_1070__h4--regular {
    margin: 0;
    padding-top: 30px;
  }
}

.comp_v2_1070__h4--bold a, .comp_v2_1070__h4--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_1070__h4--bold a::after, .comp_v2_1070__h4--regular a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_1070__h4--bold a[target="_blank"]::after, .comp_v2_1070__h4--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_1070__h4--bold a[href$=".pdf"]::after, .comp_v2_1070__h4--bold a[href*="docget.jsp"]::after, .comp_v2_1070__h4--regular a[href$=".pdf"]::after, .comp_v2_1070__h4--regular a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_1070__h4--bold a[href*="/list/index.php"]::after, .comp_v2_1070__h4--regular a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_1070__h4--bold a[href^="#"]::after, .comp_v2_1070__h4--regular a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_1070__h4--bold a[href^="tel:"]::after, .comp_v2_1070__h4--bold a[href^="mailto:"]::after, .comp_v2_1070__h4--regular a[href^="tel:"]::after, .comp_v2_1070__h4--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_1070__h4--bold a[href^="tel:"], .comp_v2_1070__h4--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_1070__h4--bold a:hover, .comp_v2_1070__h4--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_1070__h4--bold a:hover::after, .comp_v2_1070__h4--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_1070__h4--bold a:hover[target="_blank"]::after, .comp_v2_1070__h4--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_1070__h4--bold a:hover[href$=".pdf"]::after, .comp_v2_1070__h4--bold a:hover[href*="docget.jsp"]::after, .comp_v2_1070__h4--regular a:hover[href$=".pdf"]::after, .comp_v2_1070__h4--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_1070__h4--bold a:hover[href*="/list/index.php"]::after, .comp_v2_1070__h4--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_1070__h4--bold a:hover[href^="#"]::after, .comp_v2_1070__h4--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_1070__h4--bold a:hover[href^="tel:"]::after, .comp_v2_1070__h4--bold a:hover[href^="mailto:"]::after, .comp_v2_1070__h4--regular a:hover[href^="tel:"]::after, .comp_v2_1070__h4--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_1070__h4--bold {
  font-weight: bold;
}

.comp_v2_1070__h4--regular {
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .comp_v2_1070__h4--bold, .comp_v2_1070__h4--regular {
    text-align: left;
  }
}

.comp_v2_1070__h5 {
  font-size: 1.8rem;
  margin: 0;
  padding: 30px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

.comp_v2_1070__h5 a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_1070__h5 a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_1070__h5 a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_1070__h5 a[href$=".pdf"]::after, .comp_v2_1070__h5 a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_1070__h5 a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_1070__h5 a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_1070__h5 a[href^="tel:"]::after, .comp_v2_1070__h5 a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_1070__h5 a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_1070__h5 a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_1070__h5 a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_1070__h5 a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_1070__h5 a:hover[href$=".pdf"]::after, .comp_v2_1070__h5 a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_1070__h5 a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_1070__h5 a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_1070__h5 a:hover[href^="tel:"]::after, .comp_v2_1070__h5 a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_1070__h5--bold, .comp_v2_1070__h5--regular {
  font-size: 1.8rem;
  margin: 0;
  padding: 30px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

.comp_v2_1070__h5--bold a, .comp_v2_1070__h5--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_1070__h5--bold a::after, .comp_v2_1070__h5--regular a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_1070__h5--bold a[target="_blank"]::after, .comp_v2_1070__h5--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_1070__h5--bold a[href$=".pdf"]::after, .comp_v2_1070__h5--bold a[href*="docget.jsp"]::after, .comp_v2_1070__h5--regular a[href$=".pdf"]::after, .comp_v2_1070__h5--regular a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_1070__h5--bold a[href*="/list/index.php"]::after, .comp_v2_1070__h5--regular a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_1070__h5--bold a[href^="#"]::after, .comp_v2_1070__h5--regular a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_1070__h5--bold a[href^="tel:"]::after, .comp_v2_1070__h5--bold a[href^="mailto:"]::after, .comp_v2_1070__h5--regular a[href^="tel:"]::after, .comp_v2_1070__h5--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_1070__h5--bold a[href^="tel:"], .comp_v2_1070__h5--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_1070__h5--bold a:hover, .comp_v2_1070__h5--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_1070__h5--bold a:hover::after, .comp_v2_1070__h5--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_1070__h5--bold a:hover[target="_blank"]::after, .comp_v2_1070__h5--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_1070__h5--bold a:hover[href$=".pdf"]::after, .comp_v2_1070__h5--bold a:hover[href*="docget.jsp"]::after, .comp_v2_1070__h5--regular a:hover[href$=".pdf"]::after, .comp_v2_1070__h5--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_1070__h5--bold a:hover[href*="/list/index.php"]::after, .comp_v2_1070__h5--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_1070__h5--bold a:hover[href^="#"]::after, .comp_v2_1070__h5--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_1070__h5--bold a:hover[href^="tel:"]::after, .comp_v2_1070__h5--bold a:hover[href^="mailto:"]::after, .comp_v2_1070__h5--regular a:hover[href^="tel:"]::after, .comp_v2_1070__h5--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_1070__h5--bold {
  font-weight: bold;
}

.comp_v2_1070__h5--regular {
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .comp_v2_1070__h5--bold, .comp_v2_1070__h5--regular {
    text-align: left;
  }
}

.comp_v2_1070__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .comp_v2_1070__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.comp_v2_1070__block--bordered .comp_v2_1070__block__item + .comp_v2_1070__block__item {
  border-left: 1px solid rgba(51, 51, 51, 0.2);
}

.comp_v2_1070__block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_1070__block__item {
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .comp_v2_1070__block__item:last-child {
    padding-bottom: 0;
  }
}

.comp_v2_1070__block__item__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 8px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

a.comp_v2_1070__block__item__inner:hover .comp_v2_1071__slider__item__content__title {
  color: #0064d2;
}

.comp_v2_1070__block__item__image {
  width: 100%;
  margin-bottom: 15px;
}

.comp_v2_1070__block__item__image img {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.comp_v2_1070__block__item__content {
  margin-top: 0;
  margin-bottom: 0;
}

.comp_v2_1070__block__item__content__title {
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 5px;
  color: #1d1e21;
  position: relative;
  overflow: hidden;
  letter-spacing: 0.1rem;
}

.comp_v2_1070__block__item__content__data {
  line-height: 1.4;
}

.comp_v2_1070__block__item__badge {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  padding: 5px 10px;
  border: 1px solid rgba(51, 51, 51, 0.3);
  border-radius: 4px;
  color: #333;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  font-size: 1.2rem;
  text-decoration: none;
}

.comp_v2_1070__block__item__button {
  font-size: 1.4rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  background-color: #0064d2;
  text-align: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  min-width: 110px;
  min-height: 40px;
  border: none;
  letter-spacing: 0.1rem;
  margin-top: 10px;
}

.comp_v2_1070__block__item__button:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

.comp_v2_1070__block__item__button:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

.comp_v2_1070__block__item__button:disabled {
  color: #FFF;
  background-color: #707070;
}

.comp_v2_1070__block__item__button::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url("/apps/toshiba-ss-v2/clientlibs/dist/img/button-arrow.png");
  background-size: 18px 18px;
  margin-right: 0.2em;
  margin-bottom: 0.2em;
}

@media screen and (max-width: 768px) {
  .comp_v2_1070__block__item__button {
    width: 100%;
  }
}

.comp_v2_1070__block__item__button__outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .comp_v2_1070__block__item__button__outer {
    width: 100%;
  }
}

.comp_v2_1070__block[data-columns="4"] .comp_v2_1070__block__item__content__title,
.comp_v2_1070__block[data-columns="4"] .comp_v2_1070__block__item__content__data {
  font-size: 1.4rem;
  line-height: 1.4;
}

.comp_v2_1070__block[data-columns="4"] .comp_v2_1070__block__item__badge {
  font-size: 1.2rem;
  line-height: 1.4;
}

.comp_v2_1070__block[data-columns="5"] .comp_v2_1070__block__item__content__title,
.comp_v2_1070__block[data-columns="5"] .comp_v2_1070__block__item__content__data {
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: 0;
}

.comp_v2_1070__block[data-columns="5"] .comp_v2_1070__block__item__badge {
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_1070__block[data-columns="3"] .comp_v2_1070__block__item {
    width: 33.33333%;
  }
  .comp_v2_1070__block[data-columns="4"] .comp_v2_1070__block__item {
    width: 25%;
  }
  .comp_v2_1070__block[data-columns="5"] .comp_v2_1070__block__item {
    width: 20%;
  }
}

.comp_v2_0900 .comp_v2_1070__frame {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_1070__frame {
    padding-left: 0;
    padding-right: 0;
  }
}

.comp_v2_1071__frame {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px 0;
}

.comp_v2_1071__title {
  padding: 0 15px;
}

@media screen and (max-width: 768px) {
  .comp_v2_1071__title {
    padding: 0 20px;
  }
}

.comp_v2_1071__h2 {
  font-size: 3.4rem;
  margin: 0;
  padding: 60px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
  max-width: 1110px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .comp_v2_1071__h2 {
    font-size: 2.8rem;
    margin: 0;
    padding-top: 40px;
  }
}

.comp_v2_1071__h2 a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_1071__h2 a::after {
  position: relative;
  margin-left: 20px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 18px 18px;
}

.comp_v2_1071__h2 a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_1071__h2 a[href$=".pdf"]::after, .comp_v2_1071__h2 a[href*="docget.jsp"]::after {
  width: 18px;
  height: 24px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 18px 24px;
}

.comp_v2_1071__h2 a[href*="/list/index.php"]::after {
  width: 20px;
  height: 17px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 20px 17px;
}

.comp_v2_1071__h2 a[href^="#"]::after {
  width: 20px;
  height: 20px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 20px 20px;
}

.comp_v2_1071__h2 a[href^="tel:"]::after, .comp_v2_1071__h2 a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_1071__h2 a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_1071__h2 a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_1071__h2 a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_1071__h2 a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_1071__h2 a:hover[href$=".pdf"]::after, .comp_v2_1071__h2 a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_1071__h2 a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_1071__h2 a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_1071__h2 a:hover[href^="tel:"]::after, .comp_v2_1071__h2 a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_1071__h2--bold, .comp_v2_1071__h2--regular {
  font-size: 3.4rem;
  margin: 0;
  padding: 60px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_1071__h2--bold, .comp_v2_1071__h2--regular {
    font-size: 2.8rem;
    margin: 0;
    padding-top: 40px;
  }
}

.comp_v2_1071__h2--bold a, .comp_v2_1071__h2--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_1071__h2--bold a::after, .comp_v2_1071__h2--regular a::after {
  position: relative;
  margin-left: 20px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 18px 18px;
}

.comp_v2_1071__h2--bold a[target="_blank"]::after, .comp_v2_1071__h2--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_1071__h2--bold a[href$=".pdf"]::after, .comp_v2_1071__h2--bold a[href*="docget.jsp"]::after, .comp_v2_1071__h2--regular a[href$=".pdf"]::after, .comp_v2_1071__h2--regular a[href*="docget.jsp"]::after {
  width: 18px;
  height: 24px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 18px 24px;
}

.comp_v2_1071__h2--bold a[href*="/list/index.php"]::after, .comp_v2_1071__h2--regular a[href*="/list/index.php"]::after {
  width: 20px;
  height: 17px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 20px 17px;
}

.comp_v2_1071__h2--bold a[href^="#"]::after, .comp_v2_1071__h2--regular a[href^="#"]::after {
  width: 20px;
  height: 20px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 20px 20px;
}

.comp_v2_1071__h2--bold a[href^="tel:"]::after, .comp_v2_1071__h2--bold a[href^="mailto:"]::after, .comp_v2_1071__h2--regular a[href^="tel:"]::after, .comp_v2_1071__h2--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_1071__h2--bold a[href^="tel:"], .comp_v2_1071__h2--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_1071__h2--bold a:hover, .comp_v2_1071__h2--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_1071__h2--bold a:hover::after, .comp_v2_1071__h2--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_1071__h2--bold a:hover[target="_blank"]::after, .comp_v2_1071__h2--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_1071__h2--bold a:hover[href$=".pdf"]::after, .comp_v2_1071__h2--bold a:hover[href*="docget.jsp"]::after, .comp_v2_1071__h2--regular a:hover[href$=".pdf"]::after, .comp_v2_1071__h2--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_1071__h2--bold a:hover[href*="/list/index.php"]::after, .comp_v2_1071__h2--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_1071__h2--bold a:hover[href^="#"]::after, .comp_v2_1071__h2--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_1071__h2--bold a:hover[href^="tel:"]::after, .comp_v2_1071__h2--bold a:hover[href^="mailto:"]::after, .comp_v2_1071__h2--regular a:hover[href^="tel:"]::after, .comp_v2_1071__h2--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_1071__h2--bold {
  font-weight: bold;
}

.comp_v2_1071__h2--regular {
  font-weight: normal;
}

.comp_v2_1071__h2--bold, .comp_v2_1071__h2--regular {
  max-width: 1110px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .comp_v2_1071__h2--bold, .comp_v2_1071__h2--regular {
    text-align: left;
  }
}

.comp_v2_1071__h3 {
  font-size: 2.8rem;
  margin: 0;
  padding: 50px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
  max-width: 1110px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .comp_v2_1071__h3 {
    font-size: 2.4rem;
    margin: 0;
    padding-top: 30px;
  }
}

.comp_v2_1071__h3--bold, .comp_v2_1071__h3--regular {
  font-size: 2.8rem;
  margin: 0;
  padding: 50px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_1071__h3--bold, .comp_v2_1071__h3--regular {
    font-size: 2.4rem;
    margin: 0;
    padding-top: 30px;
  }
}

.comp_v2_1071__h3--bold a, .comp_v2_1071__h3--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_1071__h3--bold a::after, .comp_v2_1071__h3--regular a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_1071__h3--bold a[target="_blank"]::after, .comp_v2_1071__h3--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_1071__h3--bold a[href$=".pdf"]::after, .comp_v2_1071__h3--bold a[href*="docget.jsp"]::after, .comp_v2_1071__h3--regular a[href$=".pdf"]::after, .comp_v2_1071__h3--regular a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_1071__h3--bold a[href*="/list/index.php"]::after, .comp_v2_1071__h3--regular a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_1071__h3--bold a[href^="#"]::after, .comp_v2_1071__h3--regular a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_1071__h3--bold a[href^="tel:"]::after, .comp_v2_1071__h3--bold a[href^="mailto:"]::after, .comp_v2_1071__h3--regular a[href^="tel:"]::after, .comp_v2_1071__h3--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_1071__h3--bold a[href^="tel:"], .comp_v2_1071__h3--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_1071__h3--bold a:hover, .comp_v2_1071__h3--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_1071__h3--bold a:hover::after, .comp_v2_1071__h3--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_1071__h3--bold a:hover[target="_blank"]::after, .comp_v2_1071__h3--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_1071__h3--bold a:hover[href$=".pdf"]::after, .comp_v2_1071__h3--bold a:hover[href*="docget.jsp"]::after, .comp_v2_1071__h3--regular a:hover[href$=".pdf"]::after, .comp_v2_1071__h3--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_1071__h3--bold a:hover[href*="/list/index.php"]::after, .comp_v2_1071__h3--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_1071__h3--bold a:hover[href^="#"]::after, .comp_v2_1071__h3--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_1071__h3--bold a:hover[href^="tel:"]::after, .comp_v2_1071__h3--bold a:hover[href^="mailto:"]::after, .comp_v2_1071__h3--regular a:hover[href^="tel:"]::after, .comp_v2_1071__h3--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_1071__h3--bold {
  font-weight: bold;
}

.comp_v2_1071__h3--regular {
  font-weight: normal;
}

.comp_v2_1071__h3--bold, .comp_v2_1071__h3--regular {
  max-width: 1110px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .comp_v2_1071__h3--bold, .comp_v2_1071__h3--regular {
    text-align: left;
  }
}

.comp_v2_1071__h4 {
  font-size: 2rem;
  margin: 0;
  padding: 40px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
  max-width: 1110px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .comp_v2_1071__h4 {
    margin: 0;
    padding-top: 30px;
  }
}

.comp_v2_1071__h4 a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_1071__h4 a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_1071__h4 a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_1071__h4 a[href$=".pdf"]::after, .comp_v2_1071__h4 a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_1071__h4 a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_1071__h4 a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_1071__h4 a[href^="tel:"]::after, .comp_v2_1071__h4 a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_1071__h4 a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_1071__h4 a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_1071__h4 a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_1071__h4 a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_1071__h4 a:hover[href$=".pdf"]::after, .comp_v2_1071__h4 a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_1071__h4 a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_1071__h4 a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_1071__h4 a:hover[href^="tel:"]::after, .comp_v2_1071__h4 a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_1071__h4--bold, .comp_v2_1071__h4--regular {
  font-size: 2rem;
  margin: 0;
  padding: 40px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_1071__h4--bold, .comp_v2_1071__h4--regular {
    margin: 0;
    padding-top: 30px;
  }
}

.comp_v2_1071__h4--bold a, .comp_v2_1071__h4--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_1071__h4--bold a::after, .comp_v2_1071__h4--regular a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_1071__h4--bold a[target="_blank"]::after, .comp_v2_1071__h4--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_1071__h4--bold a[href$=".pdf"]::after, .comp_v2_1071__h4--bold a[href*="docget.jsp"]::after, .comp_v2_1071__h4--regular a[href$=".pdf"]::after, .comp_v2_1071__h4--regular a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_1071__h4--bold a[href*="/list/index.php"]::after, .comp_v2_1071__h4--regular a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_1071__h4--bold a[href^="#"]::after, .comp_v2_1071__h4--regular a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_1071__h4--bold a[href^="tel:"]::after, .comp_v2_1071__h4--bold a[href^="mailto:"]::after, .comp_v2_1071__h4--regular a[href^="tel:"]::after, .comp_v2_1071__h4--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_1071__h4--bold a[href^="tel:"], .comp_v2_1071__h4--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_1071__h4--bold a:hover, .comp_v2_1071__h4--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_1071__h4--bold a:hover::after, .comp_v2_1071__h4--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_1071__h4--bold a:hover[target="_blank"]::after, .comp_v2_1071__h4--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_1071__h4--bold a:hover[href$=".pdf"]::after, .comp_v2_1071__h4--bold a:hover[href*="docget.jsp"]::after, .comp_v2_1071__h4--regular a:hover[href$=".pdf"]::after, .comp_v2_1071__h4--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_1071__h4--bold a:hover[href*="/list/index.php"]::after, .comp_v2_1071__h4--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_1071__h4--bold a:hover[href^="#"]::after, .comp_v2_1071__h4--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_1071__h4--bold a:hover[href^="tel:"]::after, .comp_v2_1071__h4--bold a:hover[href^="mailto:"]::after, .comp_v2_1071__h4--regular a:hover[href^="tel:"]::after, .comp_v2_1071__h4--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_1071__h4--bold {
  font-weight: bold;
}

.comp_v2_1071__h4--regular {
  font-weight: normal;
}

.comp_v2_1071__h4--bold, .comp_v2_1071__h4--regular {
  max-width: 1110px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .comp_v2_1071__h4--bold, .comp_v2_1071__h4--regular {
    text-align: left;
  }
}

.comp_v2_1071__h5 {
  font-size: 1.8rem;
  margin: 0;
  padding: 30px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
  max-width: 1110px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.comp_v2_1071__h5 a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_1071__h5 a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_1071__h5 a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_1071__h5 a[href$=".pdf"]::after, .comp_v2_1071__h5 a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_1071__h5 a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_1071__h5 a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_1071__h5 a[href^="tel:"]::after, .comp_v2_1071__h5 a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_1071__h5 a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_1071__h5 a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_1071__h5 a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_1071__h5 a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_1071__h5 a:hover[href$=".pdf"]::after, .comp_v2_1071__h5 a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_1071__h5 a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_1071__h5 a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_1071__h5 a:hover[href^="tel:"]::after, .comp_v2_1071__h5 a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_1071__h5--bold, .comp_v2_1071__h5--regular {
  font-size: 1.8rem;
  margin: 0;
  padding: 30px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

.comp_v2_1071__h5--bold a, .comp_v2_1071__h5--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_1071__h5--bold a::after, .comp_v2_1071__h5--regular a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_1071__h5--bold a[target="_blank"]::after, .comp_v2_1071__h5--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_1071__h5--bold a[href$=".pdf"]::after, .comp_v2_1071__h5--bold a[href*="docget.jsp"]::after, .comp_v2_1071__h5--regular a[href$=".pdf"]::after, .comp_v2_1071__h5--regular a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_1071__h5--bold a[href*="/list/index.php"]::after, .comp_v2_1071__h5--regular a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_1071__h5--bold a[href^="#"]::after, .comp_v2_1071__h5--regular a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_1071__h5--bold a[href^="tel:"]::after, .comp_v2_1071__h5--bold a[href^="mailto:"]::after, .comp_v2_1071__h5--regular a[href^="tel:"]::after, .comp_v2_1071__h5--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_1071__h5--bold a[href^="tel:"], .comp_v2_1071__h5--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_1071__h5--bold a:hover, .comp_v2_1071__h5--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_1071__h5--bold a:hover::after, .comp_v2_1071__h5--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_1071__h5--bold a:hover[target="_blank"]::after, .comp_v2_1071__h5--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_1071__h5--bold a:hover[href$=".pdf"]::after, .comp_v2_1071__h5--bold a:hover[href*="docget.jsp"]::after, .comp_v2_1071__h5--regular a:hover[href$=".pdf"]::after, .comp_v2_1071__h5--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_1071__h5--bold a:hover[href*="/list/index.php"]::after, .comp_v2_1071__h5--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_1071__h5--bold a:hover[href^="#"]::after, .comp_v2_1071__h5--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_1071__h5--bold a:hover[href^="tel:"]::after, .comp_v2_1071__h5--bold a:hover[href^="mailto:"]::after, .comp_v2_1071__h5--regular a:hover[href^="tel:"]::after, .comp_v2_1071__h5--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_1071__h5--bold {
  font-weight: bold;
}

.comp_v2_1071__h5--regular {
  font-weight: normal;
}

.comp_v2_1071__h5--bold, .comp_v2_1071__h5--regular {
  max-width: 1110px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .comp_v2_1071__h5--bold, .comp_v2_1071__h5--regular {
    text-align: left;
  }
}

.comp_v2_1071__slider {
  display: none;
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: 70px;
  margin-right: 70px;
  padding-top: 15px;
  padding-bottom: 15px;
  max-width: 1140px;
}

@media screen and (min-width: 1280px) {
  .comp_v2_1071__slider {
    width: 1140px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_1071__slider {
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
}

.comp_v2_1071__slider.slick-initialized {
  display: block;
}

.comp_v2_1071__slider .prev {
  position: absolute;
  top: calc(50% - 20px);
  left: -40px;
  width: 40px;
  height: 40px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/icon-prev.png);
  background-size: 40px 40px;
  cursor: pointer;
  text-indent: -999em;
}

.comp_v2_1071__slider .next {
  position: absolute;
  top: calc(50% - 20px);
  right: -40px;
  width: 40px;
  height: 40px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/icon-next.png);
  background-size: 40px 40px;
  cursor: pointer;
  text-indent: -999em;
}

.comp_v2_1071__slider .slick-disabled {
  opacity: 0.1;
}

.comp_v2_1071__slider .slick-disabled:hover {
  cursor: default;
  opacity: 0.1;
}

.comp_v2_1071__slider .prev.slick-arrow,
.comp_v2_1071__slider .next.slick-arrow {
  top: calc(50% - 20px);
}

.comp_v2_1071__slider .prev.slick-arrow {
  left: -55px;
}

.comp_v2_1071__slider .next.slick-arrow {
  right: -55px;
}

.comp_v2_1071__slider .slick-dots {
  position: relative;
  font-size: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 15px 0;
  margin: 0 auto;
  width: 80%;
}

.comp_v2_1071__slider .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 2px 5px;
  padding: 0;
  cursor: pointer;
}

.comp_v2_1071__slider .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 7px;
  border: 2px solid #6e7175;
}

.comp_v2_1071__slider .slick-dots li button:hover, .comp_v2_1071__slider .slick-dots li button:focus {
  outline: none;
}

.comp_v2_1071__slider .slick-dots li button:hover:before, .comp_v2_1071__slider .slick-dots li button:focus:before {
  opacity: 1;
}

.comp_v2_1071__slider .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 12px;
  height: 12px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  opacity: 0.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 6px;
}

.comp_v2_1071__slider .slick-dots li.slick-active button {
  opacity: 1;
  border: 2px solid #1d1e21;
  background-color: #1d1e21;
}

.comp_v2_1071__slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.comp_v2_1071__slider .slick-dots li {
  margin: 0;
  padding: 5px;
}

.comp_v2_1071__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.comp_v2_1071__slider .slick-track .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

.comp_v2_1071__slider .slick-track .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_1071__slider--bordered .slick-track .slick-slide {
    border-left: 1px solid rgba(51, 51, 51, 0.2);
  }
  .comp_v2_1071__slider--bordered .slick-track .slick-slide.slick-current {
    border-left: 1px solid transparent;
  }
}

.comp_v2_1071__slider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_1071__slider__item {
    width: 310px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.comp_v2_1071__slider__item__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 8px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

a.comp_v2_1071__slider__item__inner:hover .comp_v2_1071__slider__item__content__title {
  color: #0064d2;
}

.comp_v2_1071__slider__item__image {
  width: 100%;
  margin-bottom: 15px;
}

.comp_v2_1071__slider__item__image img {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.comp_v2_1071__slider__item__content {
  margin-top: 0;
  margin-bottom: 0;
}

.comp_v2_1071__slider__item__content__title {
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 5px;
  color: #1d1e21;
  position: relative;
  overflow: hidden;
  letter-spacing: 0.1rem;
}

.comp_v2_1071__slider__item__content__data {
  line-height: 1.4;
}

.comp_v2_1071__slider__item__badge {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  padding: 5px 10px;
  border: 1px solid rgba(51, 51, 51, 0.3);
  border-radius: 4px;
  color: #333;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  font-size: 1.2rem;
  text-decoration: none;
}

.comp_v2_1071__slider__item__button {
  font-size: 1.4rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  background-color: #0064d2;
  text-align: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  min-width: 110px;
  min-height: 40px;
  border: none;
  letter-spacing: 0.1rem;
  margin-top: 10px;
}

.comp_v2_1071__slider__item__button:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

.comp_v2_1071__slider__item__button:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

.comp_v2_1071__slider__item__button:disabled {
  color: #FFF;
  background-color: #707070;
}

.comp_v2_1071__slider__item__button::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url("/apps/toshiba-ss-v2/clientlibs/dist/img/button-arrow.png");
  background-size: 18px 18px;
  margin-right: 0.2em;
  margin-bottom: 0.2em;
}

@media screen and (max-width: 768px) {
  .comp_v2_1071__slider__item__button {
    width: 100%;
  }
}

.comp_v2_1071__slider__item__button__outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .comp_v2_1071__slider__item__button__outer {
    width: 100%;
  }
}

.comp_v2_1071__slider[data-columns="4"] .comp_v2_1071__slider__item__content__title,
.comp_v2_1071__slider[data-columns="4"] .comp_v2_1071__slider__item__content__data {
  font-size: 1.4rem;
  line-height: 1.4;
}

.comp_v2_1071__slider[data-columns="4"] .comp_v2_1071__slider__item__badge {
  font-size: 1.2rem;
  line-height: 1.4;
}

.comp_v2_1071__slider[data-columns="5"] .comp_v2_1071__slider__item__content__title,
.comp_v2_1071__slider[data-columns="5"] .comp_v2_1071__slider__item__content__data {
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: 0;
}

.comp_v2_1071__slider[data-columns="5"] .comp_v2_1071__slider__item__badge {
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0;
}

.comp_v2_1071__slider--edit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.comp_v2_1071__slider--edit .comp_v2_1071__slider__item {
  width: 25%;
}

.comp_v2_1071__slider--edit[data-columns="3"] .comp_v2_1071__slider__item {
  width: 33.3%;
}

.comp_v2_1071__slider--edit[data-columns="4"] .comp_v2_1071__slider__item {
  width: 25%;
}

.comp_v2_1071__slider--edit[data-columns="5"] .comp_v2_1071__slider__item {
  width: 20%;
}

.comp_v2_0900 .comp_v2_1071__frame {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_1071__frame {
    padding-left: 0;
    padding-right: 0;
  }
}

.comp_v2_1080__frame {
  padding: 30px 15px;
  overflow: hidden;
  max-width: 1140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .comp_v2_1080__frame {
    padding: 20px;
  }
}

.comp_v2_1080__h2 {
  font-size: 3.4rem;
  margin: 0;
  padding: 60px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_1080__h2 {
    font-size: 2.8rem;
    margin: 0;
    padding-top: 40px;
  }
}

.comp_v2_1080__h2 a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_1080__h2 a::after {
  position: relative;
  margin-left: 20px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 18px 18px;
}

.comp_v2_1080__h2 a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_1080__h2 a[href$=".pdf"]::after, .comp_v2_1080__h2 a[href*="docget.jsp"]::after {
  width: 18px;
  height: 24px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 18px 24px;
}

.comp_v2_1080__h2 a[href*="/list/index.php"]::after {
  width: 20px;
  height: 17px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 20px 17px;
}

.comp_v2_1080__h2 a[href^="#"]::after {
  width: 20px;
  height: 20px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 20px 20px;
}

.comp_v2_1080__h2 a[href^="tel:"]::after, .comp_v2_1080__h2 a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_1080__h2 a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_1080__h2 a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_1080__h2 a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_1080__h2 a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_1080__h2 a:hover[href$=".pdf"]::after, .comp_v2_1080__h2 a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_1080__h2 a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_1080__h2 a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_1080__h2 a:hover[href^="tel:"]::after, .comp_v2_1080__h2 a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_1080__h2--bold, .comp_v2_1080__h2--regular {
  font-size: 3.4rem;
  margin: 0;
  padding: 60px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_1080__h2--bold, .comp_v2_1080__h2--regular {
    font-size: 2.8rem;
    margin: 0;
    padding-top: 40px;
  }
}

.comp_v2_1080__h2--bold a, .comp_v2_1080__h2--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_1080__h2--bold a::after, .comp_v2_1080__h2--regular a::after {
  position: relative;
  margin-left: 20px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 18px 18px;
}

.comp_v2_1080__h2--bold a[target="_blank"]::after, .comp_v2_1080__h2--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_1080__h2--bold a[href$=".pdf"]::after, .comp_v2_1080__h2--bold a[href*="docget.jsp"]::after, .comp_v2_1080__h2--regular a[href$=".pdf"]::after, .comp_v2_1080__h2--regular a[href*="docget.jsp"]::after {
  width: 18px;
  height: 24px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 18px 24px;
}

.comp_v2_1080__h2--bold a[href*="/list/index.php"]::after, .comp_v2_1080__h2--regular a[href*="/list/index.php"]::after {
  width: 20px;
  height: 17px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 20px 17px;
}

.comp_v2_1080__h2--bold a[href^="#"]::after, .comp_v2_1080__h2--regular a[href^="#"]::after {
  width: 20px;
  height: 20px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 20px 20px;
}

.comp_v2_1080__h2--bold a[href^="tel:"]::after, .comp_v2_1080__h2--bold a[href^="mailto:"]::after, .comp_v2_1080__h2--regular a[href^="tel:"]::after, .comp_v2_1080__h2--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_1080__h2--bold a[href^="tel:"], .comp_v2_1080__h2--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_1080__h2--bold a:hover, .comp_v2_1080__h2--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_1080__h2--bold a:hover::after, .comp_v2_1080__h2--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_1080__h2--bold a:hover[target="_blank"]::after, .comp_v2_1080__h2--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_1080__h2--bold a:hover[href$=".pdf"]::after, .comp_v2_1080__h2--bold a:hover[href*="docget.jsp"]::after, .comp_v2_1080__h2--regular a:hover[href$=".pdf"]::after, .comp_v2_1080__h2--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_1080__h2--bold a:hover[href*="/list/index.php"]::after, .comp_v2_1080__h2--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_1080__h2--bold a:hover[href^="#"]::after, .comp_v2_1080__h2--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_1080__h2--bold a:hover[href^="tel:"]::after, .comp_v2_1080__h2--bold a:hover[href^="mailto:"]::after, .comp_v2_1080__h2--regular a:hover[href^="tel:"]::after, .comp_v2_1080__h2--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_1080__h2--bold {
  font-weight: bold;
}

.comp_v2_1080__h2--regular {
  font-weight: normal;
}

.comp_v2_1080__h3 {
  font-size: 2.8rem;
  margin: 0;
  padding: 50px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_1080__h3 {
    font-size: 2.4rem;
    margin: 0;
    padding-top: 30px;
  }
}

.comp_v2_1080__h3--bold, .comp_v2_1080__h3--regular {
  font-size: 2.8rem;
  margin: 0;
  padding: 50px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_1080__h3--bold, .comp_v2_1080__h3--regular {
    font-size: 2.4rem;
    margin: 0;
    padding-top: 30px;
  }
}

.comp_v2_1080__h3--bold a, .comp_v2_1080__h3--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_1080__h3--bold a::after, .comp_v2_1080__h3--regular a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_1080__h3--bold a[target="_blank"]::after, .comp_v2_1080__h3--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_1080__h3--bold a[href$=".pdf"]::after, .comp_v2_1080__h3--bold a[href*="docget.jsp"]::after, .comp_v2_1080__h3--regular a[href$=".pdf"]::after, .comp_v2_1080__h3--regular a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_1080__h3--bold a[href*="/list/index.php"]::after, .comp_v2_1080__h3--regular a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_1080__h3--bold a[href^="#"]::after, .comp_v2_1080__h3--regular a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_1080__h3--bold a[href^="tel:"]::after, .comp_v2_1080__h3--bold a[href^="mailto:"]::after, .comp_v2_1080__h3--regular a[href^="tel:"]::after, .comp_v2_1080__h3--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_1080__h3--bold a[href^="tel:"], .comp_v2_1080__h3--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_1080__h3--bold a:hover, .comp_v2_1080__h3--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_1080__h3--bold a:hover::after, .comp_v2_1080__h3--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_1080__h3--bold a:hover[target="_blank"]::after, .comp_v2_1080__h3--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_1080__h3--bold a:hover[href$=".pdf"]::after, .comp_v2_1080__h3--bold a:hover[href*="docget.jsp"]::after, .comp_v2_1080__h3--regular a:hover[href$=".pdf"]::after, .comp_v2_1080__h3--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_1080__h3--bold a:hover[href*="/list/index.php"]::after, .comp_v2_1080__h3--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_1080__h3--bold a:hover[href^="#"]::after, .comp_v2_1080__h3--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_1080__h3--bold a:hover[href^="tel:"]::after, .comp_v2_1080__h3--bold a:hover[href^="mailto:"]::after, .comp_v2_1080__h3--regular a:hover[href^="tel:"]::after, .comp_v2_1080__h3--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_1080__h3--bold {
  font-weight: bold;
}

.comp_v2_1080__h3--regular {
  font-weight: normal;
}

.comp_v2_1080__h4 {
  font-size: 2rem;
  margin: 0;
  padding: 40px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_1080__h4 {
    margin: 0;
    padding-top: 30px;
  }
}

.comp_v2_1080__h4 a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_1080__h4 a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_1080__h4 a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_1080__h4 a[href$=".pdf"]::after, .comp_v2_1080__h4 a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_1080__h4 a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_1080__h4 a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_1080__h4 a[href^="tel:"]::after, .comp_v2_1080__h4 a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_1080__h4 a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_1080__h4 a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_1080__h4 a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_1080__h4 a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_1080__h4 a:hover[href$=".pdf"]::after, .comp_v2_1080__h4 a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_1080__h4 a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_1080__h4 a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_1080__h4 a:hover[href^="tel:"]::after, .comp_v2_1080__h4 a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_1080__h4--bold, .comp_v2_1080__h4--regular {
  font-size: 2rem;
  margin: 0;
  padding: 40px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_1080__h4--bold, .comp_v2_1080__h4--regular {
    margin: 0;
    padding-top: 30px;
  }
}

.comp_v2_1080__h4--bold a, .comp_v2_1080__h4--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_1080__h4--bold a::after, .comp_v2_1080__h4--regular a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_1080__h4--bold a[target="_blank"]::after, .comp_v2_1080__h4--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_1080__h4--bold a[href$=".pdf"]::after, .comp_v2_1080__h4--bold a[href*="docget.jsp"]::after, .comp_v2_1080__h4--regular a[href$=".pdf"]::after, .comp_v2_1080__h4--regular a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_1080__h4--bold a[href*="/list/index.php"]::after, .comp_v2_1080__h4--regular a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_1080__h4--bold a[href^="#"]::after, .comp_v2_1080__h4--regular a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_1080__h4--bold a[href^="tel:"]::after, .comp_v2_1080__h4--bold a[href^="mailto:"]::after, .comp_v2_1080__h4--regular a[href^="tel:"]::after, .comp_v2_1080__h4--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_1080__h4--bold a[href^="tel:"], .comp_v2_1080__h4--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_1080__h4--bold a:hover, .comp_v2_1080__h4--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_1080__h4--bold a:hover::after, .comp_v2_1080__h4--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_1080__h4--bold a:hover[target="_blank"]::after, .comp_v2_1080__h4--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_1080__h4--bold a:hover[href$=".pdf"]::after, .comp_v2_1080__h4--bold a:hover[href*="docget.jsp"]::after, .comp_v2_1080__h4--regular a:hover[href$=".pdf"]::after, .comp_v2_1080__h4--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_1080__h4--bold a:hover[href*="/list/index.php"]::after, .comp_v2_1080__h4--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_1080__h4--bold a:hover[href^="#"]::after, .comp_v2_1080__h4--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_1080__h4--bold a:hover[href^="tel:"]::after, .comp_v2_1080__h4--bold a:hover[href^="mailto:"]::after, .comp_v2_1080__h4--regular a:hover[href^="tel:"]::after, .comp_v2_1080__h4--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_1080__h4--bold {
  font-weight: bold;
}

.comp_v2_1080__h4--regular {
  font-weight: normal;
}

.comp_v2_1080__h5 {
  font-size: 1.8rem;
  margin: 0;
  padding: 30px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

.comp_v2_1080__h5 a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_1080__h5 a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_1080__h5 a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_1080__h5 a[href$=".pdf"]::after, .comp_v2_1080__h5 a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_1080__h5 a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_1080__h5 a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_1080__h5 a[href^="tel:"]::after, .comp_v2_1080__h5 a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_1080__h5 a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_1080__h5 a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_1080__h5 a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_1080__h5 a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_1080__h5 a:hover[href$=".pdf"]::after, .comp_v2_1080__h5 a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_1080__h5 a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_1080__h5 a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_1080__h5 a:hover[href^="tel:"]::after, .comp_v2_1080__h5 a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_1080__h5--bold, .comp_v2_1080__h5--regular {
  font-size: 1.8rem;
  margin: 0;
  padding: 30px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

.comp_v2_1080__h5--bold a, .comp_v2_1080__h5--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_1080__h5--bold a::after, .comp_v2_1080__h5--regular a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_1080__h5--bold a[target="_blank"]::after, .comp_v2_1080__h5--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_1080__h5--bold a[href$=".pdf"]::after, .comp_v2_1080__h5--bold a[href*="docget.jsp"]::after, .comp_v2_1080__h5--regular a[href$=".pdf"]::after, .comp_v2_1080__h5--regular a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_1080__h5--bold a[href*="/list/index.php"]::after, .comp_v2_1080__h5--regular a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_1080__h5--bold a[href^="#"]::after, .comp_v2_1080__h5--regular a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_1080__h5--bold a[href^="tel:"]::after, .comp_v2_1080__h5--bold a[href^="mailto:"]::after, .comp_v2_1080__h5--regular a[href^="tel:"]::after, .comp_v2_1080__h5--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_1080__h5--bold a[href^="tel:"], .comp_v2_1080__h5--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_1080__h5--bold a:hover, .comp_v2_1080__h5--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_1080__h5--bold a:hover::after, .comp_v2_1080__h5--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_1080__h5--bold a:hover[target="_blank"]::after, .comp_v2_1080__h5--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_1080__h5--bold a:hover[href$=".pdf"]::after, .comp_v2_1080__h5--bold a:hover[href*="docget.jsp"]::after, .comp_v2_1080__h5--regular a:hover[href$=".pdf"]::after, .comp_v2_1080__h5--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_1080__h5--bold a:hover[href*="/list/index.php"]::after, .comp_v2_1080__h5--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_1080__h5--bold a:hover[href^="#"]::after, .comp_v2_1080__h5--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_1080__h5--bold a:hover[href^="tel:"]::after, .comp_v2_1080__h5--bold a:hover[href^="mailto:"]::after, .comp_v2_1080__h5--regular a:hover[href^="tel:"]::after, .comp_v2_1080__h5--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_1080__h5--bold {
  font-weight: bold;
}

.comp_v2_1080__h5--regular {
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .comp_v2_1080__h2--bold, .comp_v2_1080__h2--regular, .comp_v2_1080__h3--bold, .comp_v2_1080__h3--regular, .comp_v2_1080__h4--bold, .comp_v2_1080__h4--regular, .comp_v2_1080__h5--bold, .comp_v2_1080__h5--regular {
    text-align: left;
  }
}

.comp_v2_1080__box__header {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .comp_v2_1080__box__header {
    margin-top: 30px;
  }
}

.comp_v2_1080__box__header__h3 {
  font-size: 2.8rem;
  margin: 0;
  padding: 50px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_1080__box__header__h3 {
    font-size: 2.4rem;
    margin: 0;
    padding-top: 30px;
  }
}

.comp_v2_1080__box__header__h3--bold, .comp_v2_1080__box__header__h3--regular {
  font-size: 2.8rem;
  margin: 0;
  padding: 50px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_1080__box__header__h3--bold, .comp_v2_1080__box__header__h3--regular {
    font-size: 2.4rem;
    margin: 0;
    padding-top: 30px;
  }
}

.comp_v2_1080__box__header__h3--bold a, .comp_v2_1080__box__header__h3--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_1080__box__header__h3--bold a::after, .comp_v2_1080__box__header__h3--regular a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_1080__box__header__h3--bold a[target="_blank"]::after, .comp_v2_1080__box__header__h3--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_1080__box__header__h3--bold a[href$=".pdf"]::after, .comp_v2_1080__box__header__h3--bold a[href*="docget.jsp"]::after, .comp_v2_1080__box__header__h3--regular a[href$=".pdf"]::after, .comp_v2_1080__box__header__h3--regular a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_1080__box__header__h3--bold a[href*="/list/index.php"]::after, .comp_v2_1080__box__header__h3--regular a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_1080__box__header__h3--bold a[href^="#"]::after, .comp_v2_1080__box__header__h3--regular a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_1080__box__header__h3--bold a[href^="tel:"]::after, .comp_v2_1080__box__header__h3--bold a[href^="mailto:"]::after, .comp_v2_1080__box__header__h3--regular a[href^="tel:"]::after, .comp_v2_1080__box__header__h3--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_1080__box__header__h3--bold a[href^="tel:"], .comp_v2_1080__box__header__h3--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_1080__box__header__h3--bold a:hover, .comp_v2_1080__box__header__h3--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_1080__box__header__h3--bold a:hover::after, .comp_v2_1080__box__header__h3--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_1080__box__header__h3--bold a:hover[target="_blank"]::after, .comp_v2_1080__box__header__h3--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_1080__box__header__h3--bold a:hover[href$=".pdf"]::after, .comp_v2_1080__box__header__h3--bold a:hover[href*="docget.jsp"]::after, .comp_v2_1080__box__header__h3--regular a:hover[href$=".pdf"]::after, .comp_v2_1080__box__header__h3--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_1080__box__header__h3--bold a:hover[href*="/list/index.php"]::after, .comp_v2_1080__box__header__h3--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_1080__box__header__h3--bold a:hover[href^="#"]::after, .comp_v2_1080__box__header__h3--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_1080__box__header__h3--bold a:hover[href^="tel:"]::after, .comp_v2_1080__box__header__h3--bold a:hover[href^="mailto:"]::after, .comp_v2_1080__box__header__h3--regular a:hover[href^="tel:"]::after, .comp_v2_1080__box__header__h3--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_1080__box__header__h3--bold {
  font-weight: bold;
}

.comp_v2_1080__box__header__h3--regular {
  font-weight: normal;
}

.comp_v2_1080__box__header__h3--bold, .comp_v2_1080__box__header__h3--regular {
  margin-top: 0;
  font-size: 2.5rem;
}

.comp_v2_1080__box__header__h3--bold a, .comp_v2_1080__box__header__h3--regular a {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_1080__box__header__h3--bold a:hover, .comp_v2_1080__box__header__h3--regular a:hover {
  text-decoration: underline;
}

.comp_v2_1080__box__header__h3--bold a::after, .comp_v2_1080__box__header__h3--regular a::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_1080__box__header__h3--bold a[target="_blank"]::after, .comp_v2_1080__box__header__h3--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_1080__box__header__h3--bold a[href$=".pdf"]::after, .comp_v2_1080__box__header__h3--bold a[href*="docget.jsp"]::after, .comp_v2_1080__box__header__h3--regular a[href$=".pdf"]::after, .comp_v2_1080__box__header__h3--regular a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
  background-size: 11px 14px;
}

.comp_v2_1080__box__header__h3--bold a[href*="/list/index.php"]::after, .comp_v2_1080__box__header__h3--regular a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
  background-size: 13px 11px;
}

.comp_v2_1080__box__header__h3--bold a[href^="#"]::after, .comp_v2_1080__box__header__h3--regular a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
  background-size: 13px 13px;
}

.comp_v2_1080__box__header__h3--bold a[href^="tel:"], .comp_v2_1080__box__header__h3--bold a[href^="mailto:"], .comp_v2_1080__box__header__h3--regular a[href^="tel:"], .comp_v2_1080__box__header__h3--regular a[href^="mailto:"] {
  padding-left: 0;
}

.comp_v2_1080__box__header__h3--bold a[href^="tel:"]::after, .comp_v2_1080__box__header__h3--bold a[href^="mailto:"]::after, .comp_v2_1080__box__header__h3--regular a[href^="tel:"]::after, .comp_v2_1080__box__header__h3--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_1080__box__header__h3--bold a[href^="tel:"], .comp_v2_1080__box__header__h3--regular a[href^="tel:"] {
    color: #333;
    text-decoration: none;
    pointer-events: none;
  }
}

.comp_v2_1080__box__header__badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 4px;
  color: #fff;
  background-color: #af8cc8;
  font-size: 1.1rem;
  letter-spacing: 0.1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.comp_v2_1080__box__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .comp_v2_1080__box__body {
    margin-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.comp_v2_1080__box__body__image_block {
  -webkit-box-flex: 32;
  -ms-flex-positive: 32;
  flex-grow: 32;
  -ms-flex-negative: 32;
  flex-shrink: 32;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  padding-right: 30px;
}

@media screen and (max-width: 768px) {
  .comp_v2_1080__box__body__image_block {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding-right: 0;
  }
}

.comp_v2_1080__box__body__image_block figure {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.comp_v2_1080__box__body__image_block figure img {
  max-height: 30vh;
  background-image: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_1080__box__body__image_block figure img {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}

.comp_v2_1080__box__body__content_block {
  position: relative;
  -webkit-box-flex: 68;
  -ms-flex-positive: 68;
  flex-grow: 68;
  -ms-flex-negative: 68;
  flex-shrink: 68;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

@media screen and (max-width: 768px) {
  .comp_v2_1080__box__body__content_block {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-top: 20px;
  }
}

.comp_v2_1080__box__body__content_block__table {
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.comp_v2_1080__box__body__content_block__table th,
.comp_v2_1080__box__body__content_block__table td {
  border: 1px solid #e7e7e8;
  text-align: left;
  padding: 20px 17px;
  font-weight: normal;
  line-height: 1.6;
}

.comp_v2_1080__box__body__content_block__table th {
  color: #1d1e21;
  background-color: #f0f6fc;
  text-align: center;
  min-width: 124px;
}

@media screen and (max-width: 768px) {
  .comp_v2_1080__box__body__content_block__table th {
    min-width: 80px;
  }
}

.comp_v2_1080__box__body__content_block__table td ul {
  list-style: none;
  padding: 0;
  margin: 1em 0 0 0;
  line-height: 1.4;
}

.comp_v2_1080__box__body__content_block__table td ul ul,
.comp_v2_1080__box__body__content_block__table td ul ol {
  margin: 0 0 0 30px;
}

@media screen and (max-width: 768px) {
  .comp_v2_1080__box__body__content_block__table td ul ul,
  .comp_v2_1080__box__body__content_block__table td ul ol {
    margin: 0 0 0 25px;
  }
}

.comp_v2_1080__box__body__content_block__table td ol {
  padding: 0;
  margin: 1em 0 0 0;
  list-style-type: none;
  counter-reset: ol-counter;
}

.comp_v2_1080__box__body__content_block__table td ol ul,
.comp_v2_1080__box__body__content_block__table td ol ol {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_1080__box__body__content_block__table td ol ul,
  .comp_v2_1080__box__body__content_block__table td ol ol {
    margin: 0;
  }
}

.comp_v2_1080__box__body__content_block__table td ol > li {
  position: relative;
  counter-increment: ol-counter;
  margin-left: 1.5em;
  text-indent: 0;
}

.comp_v2_1080__box__body__content_block__table td ol > li::before {
  content: counter(ol-counter) ". ";
  width: 2.5em;
  display: inline-block;
  text-align: right;
  left: -2.5em;
  position: absolute;
  padding-right: 0.4em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.comp_v2_1080__box__body__content_block__table td .disc ul,
.comp_v2_1080__box__body__content_block__table td .disc ol {
  margin: 0;
}

.comp_v2_1080__box__body__content_block__table td li a {
  color: #0064d2;
  display: inline-block;
  position: relative;
}

.comp_v2_1080__box__body__content_block__table td li a:hover {
  text-decoration: underline;
}

.comp_v2_1080__box__body__content_block__table td li a img {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}

.comp_v2_1080__box__body__content_block__table td a {
  display: inline;
  color: #0064d2;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  text-decoration: underline;
  line-height: 1.4;
}

.comp_v2_1080__box__body__content_block__table td a:hover {
  text-decoration: none;
}

.comp_v2_1080__box__body__content_block__table td a::before {
  display: none;
}

.comp_v2_1080__box__body__content_block__table td a::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
  background-size: 13px 13px;
  margin: 0 5px;
  vertical-align: middle;
}

.comp_v2_1080__box__body__content_block__table td a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_1080__box__body__content_block__table td a[href$=".pdf"]::after, .comp_v2_1080__box__body__content_block__table td a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
  background-size: 11px 14px;
}

.comp_v2_1080__box__body__content_block__table td a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
  background-size: 13px 11px;
}

.comp_v2_1080__box__body__content_block__table td a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
  background-size: 13px 13px;
}

.comp_v2_1080__box__body__content_block__table td a[href^="tel:"], .comp_v2_1080__box__body__content_block__table td a[href^="mailto:"], .comp_v2_1080__box__body__content_block__table td a.icon-none {
  padding-right: 0;
}

.comp_v2_1080__box__body__content_block__table td a[href^="tel:"]::after, .comp_v2_1080__box__body__content_block__table td a[href^="mailto:"]::after, .comp_v2_1080__box__body__content_block__table td a.icon-none::after {
  display: none;
}

.comp_v2_1080__box__body__content_block__table td a.icon-none img {
  margin: 0;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_1080__box__body__content_block__table td a[href^="tel:"] {
    color: #333;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_1080__box__body__content_block__table td ul,
.comp_v2_1080__box__body__content_block__table td ol {
  margin: 0;
}

.comp_v2_1080__box__body__content_block__table td ul .disc,
.comp_v2_1080__box__body__content_block__table td ol .disc {
  display: inline-block;
  padding-left: 30px;
  margin-left: 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .comp_v2_1080__box__body__content_block__table td ul .disc,
  .comp_v2_1080__box__body__content_block__table td ol .disc {
    padding-left: 25px;
  }
}

.comp_v2_1080__box__body__content_block__table td ul .disc::before,
.comp_v2_1080__box__body__content_block__table td ol .disc::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: "\002022";
  color: #0064d2;
  margin: 0 7px;
}

.comp_v2_1080__box__body__content_block__table td ul a,
.comp_v2_1080__box__body__content_block__table td ol a {
  display: inline-block;
  color: #0064d2;
  padding-left: 30px;
  padding-right: 0;
  position: relative;
  line-height: 1.4;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .comp_v2_1080__box__body__content_block__table td ul a,
  .comp_v2_1080__box__body__content_block__table td ol a {
    padding-left: 25px;
  }
}

.comp_v2_1080__box__body__content_block__table td ul a:hover,
.comp_v2_1080__box__body__content_block__table td ol a:hover {
  text-decoration: underline;
}

.comp_v2_1080__box__body__content_block__table td ul a::after,
.comp_v2_1080__box__body__content_block__table td ol a::after {
  display: none;
}

.comp_v2_1080__box__body__content_block__table td ul a::before,
.comp_v2_1080__box__body__content_block__table td ol a::before {
  position: absolute;
  left: 5px;
  top: 0.2em;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
  background-size: 13px 13px;
}

.comp_v2_1080__box__body__content_block__table td ul a[target="_blank"]::before,
.comp_v2_1080__box__body__content_block__table td ol a[target="_blank"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_1080__box__body__content_block__table td ul a[href$=".pdf"]::before, .comp_v2_1080__box__body__content_block__table td ul a[href*="docget.jsp"]::before,
.comp_v2_1080__box__body__content_block__table td ol a[href$=".pdf"]::before,
.comp_v2_1080__box__body__content_block__table td ol a[href*="docget.jsp"]::before {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
  background-size: 11px 14px;
}

.comp_v2_1080__box__body__content_block__table td ul a[href*="/list/index.php"]::before,
.comp_v2_1080__box__body__content_block__table td ol a[href*="/list/index.php"]::before {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
  background-size: 13px 11px;
}

.comp_v2_1080__box__body__content_block__table td ul a[href^="#"]::before,
.comp_v2_1080__box__body__content_block__table td ol a[href^="#"]::before {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
  background-size: 13px 13px;
}

.comp_v2_1080__box__body__content_block__table td ul a[href^="tel:"], .comp_v2_1080__box__body__content_block__table td ul a[href^="mailto:"], .comp_v2_1080__box__body__content_block__table td ul a.icon-none,
.comp_v2_1080__box__body__content_block__table td ol a[href^="tel:"],
.comp_v2_1080__box__body__content_block__table td ol a[href^="mailto:"],
.comp_v2_1080__box__body__content_block__table td ol a.icon-none {
  padding-left: 0;
}

.comp_v2_1080__box__body__content_block__table td ul a[href^="tel:"]::before, .comp_v2_1080__box__body__content_block__table td ul a[href^="mailto:"]::before, .comp_v2_1080__box__body__content_block__table td ul a.icon-none::before,
.comp_v2_1080__box__body__content_block__table td ol a[href^="tel:"]::before,
.comp_v2_1080__box__body__content_block__table td ol a[href^="mailto:"]::before,
.comp_v2_1080__box__body__content_block__table td ol a.icon-none::before {
  display: none;
}

.comp_v2_1080__box__body__content_block__table td ul a.icon-none img,
.comp_v2_1080__box__body__content_block__table td ol a.icon-none img {
  margin: 0;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_1080__box__body__content_block__table td ul a[href^="tel:"],
  .comp_v2_1080__box__body__content_block__table td ol a[href^="tel:"] {
    color: #333;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_1080__box__body__content_block__table td ul li,
.comp_v2_1080__box__body__content_block__table td ol li {
  margin: 0;
}

.comp_v2_1080__box__body__content_block__table td ul a,
.comp_v2_1080__box__body__content_block__table td ol a {
  text-decoration: none;
}

.comp_v2_1080__box__body__content_block__table td ol ul > li::before {
  width: auto;
  left: auto;
  padding-right: 0;
}

.comp_v2_0900 .comp_v2_1080__frame {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_1080__frame {
    padding-left: 0;
    padding-right: 0;
  }
}

.comp_v2_1081__frame {
  padding: 30px 15px;
  overflow: hidden;
  max-width: 1140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .comp_v2_1081__frame {
    padding: 20px;
  }
}

.comp_v2_1081__h2 {
  font-size: 3.4rem;
  margin: 0;
  padding: 60px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_1081__h2 {
    font-size: 2.8rem;
    margin: 0;
    padding-top: 40px;
  }
}

.comp_v2_1081__h2 a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_1081__h2 a::after {
  position: relative;
  margin-left: 20px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 18px 18px;
}

.comp_v2_1081__h2 a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_1081__h2 a[href$=".pdf"]::after, .comp_v2_1081__h2 a[href*="docget.jsp"]::after {
  width: 18px;
  height: 24px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 18px 24px;
}

.comp_v2_1081__h2 a[href*="/list/index.php"]::after {
  width: 20px;
  height: 17px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 20px 17px;
}

.comp_v2_1081__h2 a[href^="#"]::after {
  width: 20px;
  height: 20px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 20px 20px;
}

.comp_v2_1081__h2 a[href^="tel:"]::after, .comp_v2_1081__h2 a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_1081__h2 a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_1081__h2 a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_1081__h2 a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_1081__h2 a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_1081__h2 a:hover[href$=".pdf"]::after, .comp_v2_1081__h2 a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_1081__h2 a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_1081__h2 a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_1081__h2 a:hover[href^="tel:"]::after, .comp_v2_1081__h2 a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_1081__h2--bold, .comp_v2_1081__h2--regular {
  font-size: 3.4rem;
  margin: 0;
  padding: 60px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_1081__h2--bold, .comp_v2_1081__h2--regular {
    font-size: 2.8rem;
    margin: 0;
    padding-top: 40px;
  }
}

.comp_v2_1081__h2--bold a, .comp_v2_1081__h2--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_1081__h2--bold a::after, .comp_v2_1081__h2--regular a::after {
  position: relative;
  margin-left: 20px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 18px 18px;
}

.comp_v2_1081__h2--bold a[target="_blank"]::after, .comp_v2_1081__h2--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_1081__h2--bold a[href$=".pdf"]::after, .comp_v2_1081__h2--bold a[href*="docget.jsp"]::after, .comp_v2_1081__h2--regular a[href$=".pdf"]::after, .comp_v2_1081__h2--regular a[href*="docget.jsp"]::after {
  width: 18px;
  height: 24px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 18px 24px;
}

.comp_v2_1081__h2--bold a[href*="/list/index.php"]::after, .comp_v2_1081__h2--regular a[href*="/list/index.php"]::after {
  width: 20px;
  height: 17px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 20px 17px;
}

.comp_v2_1081__h2--bold a[href^="#"]::after, .comp_v2_1081__h2--regular a[href^="#"]::after {
  width: 20px;
  height: 20px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 20px 20px;
}

.comp_v2_1081__h2--bold a[href^="tel:"]::after, .comp_v2_1081__h2--bold a[href^="mailto:"]::after, .comp_v2_1081__h2--regular a[href^="tel:"]::after, .comp_v2_1081__h2--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_1081__h2--bold a[href^="tel:"], .comp_v2_1081__h2--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_1081__h2--bold a:hover, .comp_v2_1081__h2--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_1081__h2--bold a:hover::after, .comp_v2_1081__h2--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_1081__h2--bold a:hover[target="_blank"]::after, .comp_v2_1081__h2--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_1081__h2--bold a:hover[href$=".pdf"]::after, .comp_v2_1081__h2--bold a:hover[href*="docget.jsp"]::after, .comp_v2_1081__h2--regular a:hover[href$=".pdf"]::after, .comp_v2_1081__h2--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_1081__h2--bold a:hover[href*="/list/index.php"]::after, .comp_v2_1081__h2--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_1081__h2--bold a:hover[href^="#"]::after, .comp_v2_1081__h2--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_1081__h2--bold a:hover[href^="tel:"]::after, .comp_v2_1081__h2--bold a:hover[href^="mailto:"]::after, .comp_v2_1081__h2--regular a:hover[href^="tel:"]::after, .comp_v2_1081__h2--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_1081__h2--bold {
  font-weight: bold;
}

.comp_v2_1081__h2--regular {
  font-weight: normal;
}

.comp_v2_1081__h3 {
  font-size: 2.8rem;
  margin: 0;
  padding: 50px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_1081__h3 {
    font-size: 2.4rem;
    margin: 0;
    padding-top: 30px;
  }
}

.comp_v2_1081__h3--bold, .comp_v2_1081__h3--regular {
  font-size: 2.8rem;
  margin: 0;
  padding: 50px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_1081__h3--bold, .comp_v2_1081__h3--regular {
    font-size: 2.4rem;
    margin: 0;
    padding-top: 30px;
  }
}

.comp_v2_1081__h3--bold a, .comp_v2_1081__h3--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_1081__h3--bold a::after, .comp_v2_1081__h3--regular a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_1081__h3--bold a[target="_blank"]::after, .comp_v2_1081__h3--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_1081__h3--bold a[href$=".pdf"]::after, .comp_v2_1081__h3--bold a[href*="docget.jsp"]::after, .comp_v2_1081__h3--regular a[href$=".pdf"]::after, .comp_v2_1081__h3--regular a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_1081__h3--bold a[href*="/list/index.php"]::after, .comp_v2_1081__h3--regular a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_1081__h3--bold a[href^="#"]::after, .comp_v2_1081__h3--regular a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_1081__h3--bold a[href^="tel:"]::after, .comp_v2_1081__h3--bold a[href^="mailto:"]::after, .comp_v2_1081__h3--regular a[href^="tel:"]::after, .comp_v2_1081__h3--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_1081__h3--bold a[href^="tel:"], .comp_v2_1081__h3--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_1081__h3--bold a:hover, .comp_v2_1081__h3--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_1081__h3--bold a:hover::after, .comp_v2_1081__h3--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_1081__h3--bold a:hover[target="_blank"]::after, .comp_v2_1081__h3--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_1081__h3--bold a:hover[href$=".pdf"]::after, .comp_v2_1081__h3--bold a:hover[href*="docget.jsp"]::after, .comp_v2_1081__h3--regular a:hover[href$=".pdf"]::after, .comp_v2_1081__h3--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_1081__h3--bold a:hover[href*="/list/index.php"]::after, .comp_v2_1081__h3--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_1081__h3--bold a:hover[href^="#"]::after, .comp_v2_1081__h3--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_1081__h3--bold a:hover[href^="tel:"]::after, .comp_v2_1081__h3--bold a:hover[href^="mailto:"]::after, .comp_v2_1081__h3--regular a:hover[href^="tel:"]::after, .comp_v2_1081__h3--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_1081__h3--bold {
  font-weight: bold;
}

.comp_v2_1081__h3--regular {
  font-weight: normal;
}

.comp_v2_1081__h4 {
  font-size: 2rem;
  margin: 0;
  padding: 40px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_1081__h4 {
    margin: 0;
    padding-top: 30px;
  }
}

.comp_v2_1081__h4 a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_1081__h4 a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_1081__h4 a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_1081__h4 a[href$=".pdf"]::after, .comp_v2_1081__h4 a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_1081__h4 a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_1081__h4 a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_1081__h4 a[href^="tel:"]::after, .comp_v2_1081__h4 a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_1081__h4 a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_1081__h4 a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_1081__h4 a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_1081__h4 a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_1081__h4 a:hover[href$=".pdf"]::after, .comp_v2_1081__h4 a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_1081__h4 a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_1081__h4 a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_1081__h4 a:hover[href^="tel:"]::after, .comp_v2_1081__h4 a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_1081__h4--bold, .comp_v2_1081__h4--regular {
  font-size: 2rem;
  margin: 0;
  padding: 40px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_1081__h4--bold, .comp_v2_1081__h4--regular {
    margin: 0;
    padding-top: 30px;
  }
}

.comp_v2_1081__h4--bold a, .comp_v2_1081__h4--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_1081__h4--bold a::after, .comp_v2_1081__h4--regular a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_1081__h4--bold a[target="_blank"]::after, .comp_v2_1081__h4--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_1081__h4--bold a[href$=".pdf"]::after, .comp_v2_1081__h4--bold a[href*="docget.jsp"]::after, .comp_v2_1081__h4--regular a[href$=".pdf"]::after, .comp_v2_1081__h4--regular a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_1081__h4--bold a[href*="/list/index.php"]::after, .comp_v2_1081__h4--regular a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_1081__h4--bold a[href^="#"]::after, .comp_v2_1081__h4--regular a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_1081__h4--bold a[href^="tel:"]::after, .comp_v2_1081__h4--bold a[href^="mailto:"]::after, .comp_v2_1081__h4--regular a[href^="tel:"]::after, .comp_v2_1081__h4--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_1081__h4--bold a[href^="tel:"], .comp_v2_1081__h4--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_1081__h4--bold a:hover, .comp_v2_1081__h4--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_1081__h4--bold a:hover::after, .comp_v2_1081__h4--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_1081__h4--bold a:hover[target="_blank"]::after, .comp_v2_1081__h4--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_1081__h4--bold a:hover[href$=".pdf"]::after, .comp_v2_1081__h4--bold a:hover[href*="docget.jsp"]::after, .comp_v2_1081__h4--regular a:hover[href$=".pdf"]::after, .comp_v2_1081__h4--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_1081__h4--bold a:hover[href*="/list/index.php"]::after, .comp_v2_1081__h4--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_1081__h4--bold a:hover[href^="#"]::after, .comp_v2_1081__h4--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_1081__h4--bold a:hover[href^="tel:"]::after, .comp_v2_1081__h4--bold a:hover[href^="mailto:"]::after, .comp_v2_1081__h4--regular a:hover[href^="tel:"]::after, .comp_v2_1081__h4--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_1081__h4--bold {
  font-weight: bold;
}

.comp_v2_1081__h4--regular {
  font-weight: normal;
}

.comp_v2_1081__h5 {
  font-size: 1.8rem;
  margin: 0;
  padding: 30px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

.comp_v2_1081__h5 a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_1081__h5 a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_1081__h5 a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_1081__h5 a[href$=".pdf"]::after, .comp_v2_1081__h5 a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_1081__h5 a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_1081__h5 a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_1081__h5 a[href^="tel:"]::after, .comp_v2_1081__h5 a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_1081__h5 a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_1081__h5 a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_1081__h5 a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_1081__h5 a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_1081__h5 a:hover[href$=".pdf"]::after, .comp_v2_1081__h5 a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_1081__h5 a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_1081__h5 a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_1081__h5 a:hover[href^="tel:"]::after, .comp_v2_1081__h5 a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_1081__h5--bold, .comp_v2_1081__h5--regular {
  font-size: 1.8rem;
  margin: 0;
  padding: 30px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

.comp_v2_1081__h5--bold a, .comp_v2_1081__h5--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_1081__h5--bold a::after, .comp_v2_1081__h5--regular a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_1081__h5--bold a[target="_blank"]::after, .comp_v2_1081__h5--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_1081__h5--bold a[href$=".pdf"]::after, .comp_v2_1081__h5--bold a[href*="docget.jsp"]::after, .comp_v2_1081__h5--regular a[href$=".pdf"]::after, .comp_v2_1081__h5--regular a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_1081__h5--bold a[href*="/list/index.php"]::after, .comp_v2_1081__h5--regular a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_1081__h5--bold a[href^="#"]::after, .comp_v2_1081__h5--regular a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_1081__h5--bold a[href^="tel:"]::after, .comp_v2_1081__h5--bold a[href^="mailto:"]::after, .comp_v2_1081__h5--regular a[href^="tel:"]::after, .comp_v2_1081__h5--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_1081__h5--bold a[href^="tel:"], .comp_v2_1081__h5--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_1081__h5--bold a:hover, .comp_v2_1081__h5--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_1081__h5--bold a:hover::after, .comp_v2_1081__h5--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_1081__h5--bold a:hover[target="_blank"]::after, .comp_v2_1081__h5--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_1081__h5--bold a:hover[href$=".pdf"]::after, .comp_v2_1081__h5--bold a:hover[href*="docget.jsp"]::after, .comp_v2_1081__h5--regular a:hover[href$=".pdf"]::after, .comp_v2_1081__h5--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_1081__h5--bold a:hover[href*="/list/index.php"]::after, .comp_v2_1081__h5--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_1081__h5--bold a:hover[href^="#"]::after, .comp_v2_1081__h5--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_1081__h5--bold a:hover[href^="tel:"]::after, .comp_v2_1081__h5--bold a:hover[href^="mailto:"]::after, .comp_v2_1081__h5--regular a:hover[href^="tel:"]::after, .comp_v2_1081__h5--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_1081__h5--bold {
  font-weight: bold;
}

.comp_v2_1081__h5--regular {
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .comp_v2_1081__h2--bold, .comp_v2_1081__h2--regular, .comp_v2_1081__h3--bold, .comp_v2_1081__h3--regular, .comp_v2_1081__h4--bold, .comp_v2_1081__h4--regular, .comp_v2_1081__h5--bold, .comp_v2_1081__h5--regular {
    text-align: left;
  }
}

.comp_v2_1081__box__header {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .comp_v2_1081__box__header {
    margin-top: 30px;
  }
}

.comp_v2_1081__box__header__h3 {
  font-size: 2.8rem;
  margin: 0;
  padding: 50px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_1081__box__header__h3 {
    font-size: 2.4rem;
    margin: 0;
    padding-top: 30px;
  }
}

.comp_v2_1081__box__header__h3--bold, .comp_v2_1081__box__header__h3--regular {
  font-size: 2.8rem;
  margin: 0;
  padding: 50px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_1081__box__header__h3--bold, .comp_v2_1081__box__header__h3--regular {
    font-size: 2.4rem;
    margin: 0;
    padding-top: 30px;
  }
}

.comp_v2_1081__box__header__h3--bold a, .comp_v2_1081__box__header__h3--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_1081__box__header__h3--bold a::after, .comp_v2_1081__box__header__h3--regular a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_1081__box__header__h3--bold a[target="_blank"]::after, .comp_v2_1081__box__header__h3--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_1081__box__header__h3--bold a[href$=".pdf"]::after, .comp_v2_1081__box__header__h3--bold a[href*="docget.jsp"]::after, .comp_v2_1081__box__header__h3--regular a[href$=".pdf"]::after, .comp_v2_1081__box__header__h3--regular a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_1081__box__header__h3--bold a[href*="/list/index.php"]::after, .comp_v2_1081__box__header__h3--regular a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_1081__box__header__h3--bold a[href^="#"]::after, .comp_v2_1081__box__header__h3--regular a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_1081__box__header__h3--bold a[href^="tel:"]::after, .comp_v2_1081__box__header__h3--bold a[href^="mailto:"]::after, .comp_v2_1081__box__header__h3--regular a[href^="tel:"]::after, .comp_v2_1081__box__header__h3--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_1081__box__header__h3--bold a[href^="tel:"], .comp_v2_1081__box__header__h3--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_1081__box__header__h3--bold a:hover, .comp_v2_1081__box__header__h3--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_1081__box__header__h3--bold a:hover::after, .comp_v2_1081__box__header__h3--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_1081__box__header__h3--bold a:hover[target="_blank"]::after, .comp_v2_1081__box__header__h3--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_1081__box__header__h3--bold a:hover[href$=".pdf"]::after, .comp_v2_1081__box__header__h3--bold a:hover[href*="docget.jsp"]::after, .comp_v2_1081__box__header__h3--regular a:hover[href$=".pdf"]::after, .comp_v2_1081__box__header__h3--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_1081__box__header__h3--bold a:hover[href*="/list/index.php"]::after, .comp_v2_1081__box__header__h3--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_1081__box__header__h3--bold a:hover[href^="#"]::after, .comp_v2_1081__box__header__h3--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_1081__box__header__h3--bold a:hover[href^="tel:"]::after, .comp_v2_1081__box__header__h3--bold a:hover[href^="mailto:"]::after, .comp_v2_1081__box__header__h3--regular a:hover[href^="tel:"]::after, .comp_v2_1081__box__header__h3--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_1081__box__header__h3--bold {
  font-weight: bold;
}

.comp_v2_1081__box__header__h3--regular {
  font-weight: normal;
}

.comp_v2_1081__box__header__h3--bold, .comp_v2_1081__box__header__h3--regular {
  margin-top: 0;
  font-size: 2.5rem;
}

.comp_v2_1081__box__header__h3--bold a, .comp_v2_1081__box__header__h3--regular a {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_1081__box__header__h3--bold a:hover, .comp_v2_1081__box__header__h3--regular a:hover {
  text-decoration: underline;
}

.comp_v2_1081__box__header__h3--bold a::after, .comp_v2_1081__box__header__h3--regular a::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_1081__box__header__h3--bold a[target="_blank"]::after, .comp_v2_1081__box__header__h3--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_1081__box__header__h3--bold a[href$=".pdf"]::after, .comp_v2_1081__box__header__h3--bold a[href*="docget.jsp"]::after, .comp_v2_1081__box__header__h3--regular a[href$=".pdf"]::after, .comp_v2_1081__box__header__h3--regular a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
  background-size: 11px 14px;
}

.comp_v2_1081__box__header__h3--bold a[href*="/list/index.php"]::after, .comp_v2_1081__box__header__h3--regular a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
  background-size: 13px 11px;
}

.comp_v2_1081__box__header__h3--bold a[href^="#"]::after, .comp_v2_1081__box__header__h3--regular a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
  background-size: 13px 13px;
}

.comp_v2_1081__box__header__h3--bold a[href^="tel:"], .comp_v2_1081__box__header__h3--bold a[href^="mailto:"], .comp_v2_1081__box__header__h3--regular a[href^="tel:"], .comp_v2_1081__box__header__h3--regular a[href^="mailto:"] {
  padding-left: 0;
}

.comp_v2_1081__box__header__h3--bold a[href^="tel:"]::after, .comp_v2_1081__box__header__h3--bold a[href^="mailto:"]::after, .comp_v2_1081__box__header__h3--regular a[href^="tel:"]::after, .comp_v2_1081__box__header__h3--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_1081__box__header__h3--bold a[href^="tel:"], .comp_v2_1081__box__header__h3--regular a[href^="tel:"] {
    color: #333;
    text-decoration: none;
    pointer-events: none;
  }
}

.comp_v2_1081__box__header__badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 4px;
  color: #fff;
  background-color: #af8cc8;
  font-size: 1.1rem;
  letter-spacing: 0.1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.comp_v2_1081__box__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .comp_v2_1081__box__body {
    margin-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.comp_v2_1081__box__body__image_block {
  -webkit-box-flex: 32;
  -ms-flex-positive: 32;
  flex-grow: 32;
  -ms-flex-negative: 32;
  flex-shrink: 32;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  padding-right: 30px;
}

@media screen and (max-width: 768px) {
  .comp_v2_1081__box__body__image_block {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding-right: 0;
  }
}

.comp_v2_1081__box__body__image_block figure {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.comp_v2_1081__box__body__image_block figure img {
  max-height: 30vh;
  background-image: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_1081__box__body__image_block figure img {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}

.comp_v2_1081__box__body__content_block {
  position: relative;
  -webkit-box-flex: 68;
  -ms-flex-positive: 68;
  flex-grow: 68;
  -ms-flex-negative: 68;
  flex-shrink: 68;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

@media screen and (max-width: 768px) {
  .comp_v2_1081__box__body__content_block {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-top: 20px;
  }
}

.comp_v2_1081__box__body__content_block__lead {
  line-height: 1.2;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .comp_v2_1081__box__body__content_block__lead {
    margin-bottom: 20px;
  }
}

.comp_v2_1081__box__body__content_block__table {
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.comp_v2_1081__box__body__content_block__table th,
.comp_v2_1081__box__body__content_block__table td {
  border: 1px solid #e7e7e8;
  text-align: left;
  padding: 20px 17px;
  font-weight: normal;
  line-height: 1.6;
}

.comp_v2_1081__box__body__content_block__table th {
  color: #1d1e21;
  background-color: #f0f6fc;
  text-align: center;
  min-width: 124px;
}

@media screen and (max-width: 768px) {
  .comp_v2_1081__box__body__content_block__table th {
    min-width: 80px;
  }
}

.comp_v2_1081__box__body__content_block__table td ul {
  list-style: none;
  padding: 0;
  margin: 1em 0 0 0;
  line-height: 1.4;
}

.comp_v2_1081__box__body__content_block__table td ul ul,
.comp_v2_1081__box__body__content_block__table td ul ol {
  margin: 0 0 0 30px;
}

@media screen and (max-width: 768px) {
  .comp_v2_1081__box__body__content_block__table td ul ul,
  .comp_v2_1081__box__body__content_block__table td ul ol {
    margin: 0 0 0 25px;
  }
}

.comp_v2_1081__box__body__content_block__table td ol {
  padding: 0;
  margin: 1em 0 0 0;
  list-style-type: none;
  counter-reset: ol-counter;
}

.comp_v2_1081__box__body__content_block__table td ol ul,
.comp_v2_1081__box__body__content_block__table td ol ol {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_1081__box__body__content_block__table td ol ul,
  .comp_v2_1081__box__body__content_block__table td ol ol {
    margin: 0;
  }
}

.comp_v2_1081__box__body__content_block__table td ol > li {
  position: relative;
  counter-increment: ol-counter;
  margin-left: 1.5em;
  text-indent: 0;
}

.comp_v2_1081__box__body__content_block__table td ol > li::before {
  content: counter(ol-counter) ". ";
  width: 2.5em;
  display: inline-block;
  text-align: right;
  left: -2.5em;
  position: absolute;
  padding-right: 0.4em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.comp_v2_1081__box__body__content_block__table td .disc ul,
.comp_v2_1081__box__body__content_block__table td .disc ol {
  margin: 0;
}

.comp_v2_1081__box__body__content_block__table td li a {
  color: #0064d2;
  display: inline-block;
  position: relative;
}

.comp_v2_1081__box__body__content_block__table td li a:hover {
  text-decoration: underline;
}

.comp_v2_1081__box__body__content_block__table td li a img {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}

.comp_v2_1081__box__body__content_block__table td a {
  display: inline;
  color: #0064d2;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  text-decoration: underline;
  line-height: 1.4;
}

.comp_v2_1081__box__body__content_block__table td a:hover {
  text-decoration: none;
}

.comp_v2_1081__box__body__content_block__table td a::before {
  display: none;
}

.comp_v2_1081__box__body__content_block__table td a::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
  background-size: 13px 13px;
  margin: 0 5px;
  vertical-align: middle;
}

.comp_v2_1081__box__body__content_block__table td a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_1081__box__body__content_block__table td a[href$=".pdf"]::after, .comp_v2_1081__box__body__content_block__table td a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
  background-size: 11px 14px;
}

.comp_v2_1081__box__body__content_block__table td a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
  background-size: 13px 11px;
}

.comp_v2_1081__box__body__content_block__table td a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
  background-size: 13px 13px;
}

.comp_v2_1081__box__body__content_block__table td a[href^="tel:"], .comp_v2_1081__box__body__content_block__table td a[href^="mailto:"], .comp_v2_1081__box__body__content_block__table td a.icon-none {
  padding-right: 0;
}

.comp_v2_1081__box__body__content_block__table td a[href^="tel:"]::after, .comp_v2_1081__box__body__content_block__table td a[href^="mailto:"]::after, .comp_v2_1081__box__body__content_block__table td a.icon-none::after {
  display: none;
}

.comp_v2_1081__box__body__content_block__table td a.icon-none img {
  margin: 0;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_1081__box__body__content_block__table td a[href^="tel:"] {
    color: #333;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_1081__box__body__content_block__table td ul,
.comp_v2_1081__box__body__content_block__table td ol {
  margin: 0;
}

.comp_v2_1081__box__body__content_block__table td ul .disc,
.comp_v2_1081__box__body__content_block__table td ol .disc {
  display: inline-block;
  padding-left: 30px;
  margin-left: 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .comp_v2_1081__box__body__content_block__table td ul .disc,
  .comp_v2_1081__box__body__content_block__table td ol .disc {
    padding-left: 25px;
  }
}

.comp_v2_1081__box__body__content_block__table td ul .disc::before,
.comp_v2_1081__box__body__content_block__table td ol .disc::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: "\002022";
  color: #0064d2;
  margin: 0 7px;
}

.comp_v2_1081__box__body__content_block__table td ul a,
.comp_v2_1081__box__body__content_block__table td ol a {
  display: inline-block;
  color: #0064d2;
  padding-left: 30px;
  padding-right: 0;
  position: relative;
  line-height: 1.4;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .comp_v2_1081__box__body__content_block__table td ul a,
  .comp_v2_1081__box__body__content_block__table td ol a {
    padding-left: 25px;
  }
}

.comp_v2_1081__box__body__content_block__table td ul a:hover,
.comp_v2_1081__box__body__content_block__table td ol a:hover {
  text-decoration: underline;
}

.comp_v2_1081__box__body__content_block__table td ul a::after,
.comp_v2_1081__box__body__content_block__table td ol a::after {
  display: none;
}

.comp_v2_1081__box__body__content_block__table td ul a::before,
.comp_v2_1081__box__body__content_block__table td ol a::before {
  position: absolute;
  left: 5px;
  top: 0.2em;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
  background-size: 13px 13px;
}

.comp_v2_1081__box__body__content_block__table td ul a[target="_blank"]::before,
.comp_v2_1081__box__body__content_block__table td ol a[target="_blank"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_1081__box__body__content_block__table td ul a[href$=".pdf"]::before, .comp_v2_1081__box__body__content_block__table td ul a[href*="docget.jsp"]::before,
.comp_v2_1081__box__body__content_block__table td ol a[href$=".pdf"]::before,
.comp_v2_1081__box__body__content_block__table td ol a[href*="docget.jsp"]::before {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
  background-size: 11px 14px;
}

.comp_v2_1081__box__body__content_block__table td ul a[href*="/list/index.php"]::before,
.comp_v2_1081__box__body__content_block__table td ol a[href*="/list/index.php"]::before {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
  background-size: 13px 11px;
}

.comp_v2_1081__box__body__content_block__table td ul a[href^="#"]::before,
.comp_v2_1081__box__body__content_block__table td ol a[href^="#"]::before {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
  background-size: 13px 13px;
}

.comp_v2_1081__box__body__content_block__table td ul a[href^="tel:"], .comp_v2_1081__box__body__content_block__table td ul a[href^="mailto:"], .comp_v2_1081__box__body__content_block__table td ul a.icon-none,
.comp_v2_1081__box__body__content_block__table td ol a[href^="tel:"],
.comp_v2_1081__box__body__content_block__table td ol a[href^="mailto:"],
.comp_v2_1081__box__body__content_block__table td ol a.icon-none {
  padding-left: 0;
}

.comp_v2_1081__box__body__content_block__table td ul a[href^="tel:"]::before, .comp_v2_1081__box__body__content_block__table td ul a[href^="mailto:"]::before, .comp_v2_1081__box__body__content_block__table td ul a.icon-none::before,
.comp_v2_1081__box__body__content_block__table td ol a[href^="tel:"]::before,
.comp_v2_1081__box__body__content_block__table td ol a[href^="mailto:"]::before,
.comp_v2_1081__box__body__content_block__table td ol a.icon-none::before {
  display: none;
}

.comp_v2_1081__box__body__content_block__table td ul a.icon-none img,
.comp_v2_1081__box__body__content_block__table td ol a.icon-none img {
  margin: 0;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_1081__box__body__content_block__table td ul a[href^="tel:"],
  .comp_v2_1081__box__body__content_block__table td ol a[href^="tel:"] {
    color: #333;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_1081__box__body__content_block__table td ul li,
.comp_v2_1081__box__body__content_block__table td ol li {
  margin: 0;
}

.comp_v2_1081__box__body__content_block__table td ul a,
.comp_v2_1081__box__body__content_block__table td ol a {
  text-decoration: none;
}

.comp_v2_1081__box__body__content_block__table td ol ul > li::before {
  width: auto;
  left: auto;
  padding-right: 0;
}

.comp_v2_0900 .comp_v2_1081__frame {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_1081__frame {
    padding-left: 0;
    padding-right: 0;
  }
}

.comp_v2_1090__frame {
  max-width: 1140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0;
  padding-bottom: 30px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .comp_v2_1090__frame {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
    padding-bottom: 20px;
  }
}

.comp_v2_1090__h2 {
  font-size: 3.4rem;
  margin: 0;
  padding: 60px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_1090__h2 {
    font-size: 2.8rem;
    margin: 0;
    padding-top: 40px;
  }
}

.comp_v2_1090__h2 a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_1090__h2 a::after {
  position: relative;
  margin-left: 20px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 18px 18px;
}

.comp_v2_1090__h2 a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_1090__h2 a[href$=".pdf"]::after, .comp_v2_1090__h2 a[href*="docget.jsp"]::after {
  width: 18px;
  height: 24px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 18px 24px;
}

.comp_v2_1090__h2 a[href*="/list/index.php"]::after {
  width: 20px;
  height: 17px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 20px 17px;
}

.comp_v2_1090__h2 a[href^="#"]::after {
  width: 20px;
  height: 20px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 20px 20px;
}

.comp_v2_1090__h2 a[href^="tel:"]::after, .comp_v2_1090__h2 a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_1090__h2 a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_1090__h2 a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_1090__h2 a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_1090__h2 a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_1090__h2 a:hover[href$=".pdf"]::after, .comp_v2_1090__h2 a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_1090__h2 a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_1090__h2 a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_1090__h2 a:hover[href^="tel:"]::after, .comp_v2_1090__h2 a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_1090__h2--bold, .comp_v2_1090__h2--regular {
  font-size: 3.4rem;
  margin: 0;
  padding: 60px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_1090__h2--bold, .comp_v2_1090__h2--regular {
    font-size: 2.8rem;
    margin: 0;
    padding-top: 40px;
  }
}

.comp_v2_1090__h2--bold a, .comp_v2_1090__h2--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_1090__h2--bold a::after, .comp_v2_1090__h2--regular a::after {
  position: relative;
  margin-left: 20px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 18px 18px;
}

.comp_v2_1090__h2--bold a[target="_blank"]::after, .comp_v2_1090__h2--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_1090__h2--bold a[href$=".pdf"]::after, .comp_v2_1090__h2--bold a[href*="docget.jsp"]::after, .comp_v2_1090__h2--regular a[href$=".pdf"]::after, .comp_v2_1090__h2--regular a[href*="docget.jsp"]::after {
  width: 18px;
  height: 24px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 18px 24px;
}

.comp_v2_1090__h2--bold a[href*="/list/index.php"]::after, .comp_v2_1090__h2--regular a[href*="/list/index.php"]::after {
  width: 20px;
  height: 17px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 20px 17px;
}

.comp_v2_1090__h2--bold a[href^="#"]::after, .comp_v2_1090__h2--regular a[href^="#"]::after {
  width: 20px;
  height: 20px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 20px 20px;
}

.comp_v2_1090__h2--bold a[href^="tel:"]::after, .comp_v2_1090__h2--bold a[href^="mailto:"]::after, .comp_v2_1090__h2--regular a[href^="tel:"]::after, .comp_v2_1090__h2--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_1090__h2--bold a[href^="tel:"], .comp_v2_1090__h2--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_1090__h2--bold a:hover, .comp_v2_1090__h2--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_1090__h2--bold a:hover::after, .comp_v2_1090__h2--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_1090__h2--bold a:hover[target="_blank"]::after, .comp_v2_1090__h2--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_1090__h2--bold a:hover[href$=".pdf"]::after, .comp_v2_1090__h2--bold a:hover[href*="docget.jsp"]::after, .comp_v2_1090__h2--regular a:hover[href$=".pdf"]::after, .comp_v2_1090__h2--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_1090__h2--bold a:hover[href*="/list/index.php"]::after, .comp_v2_1090__h2--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_1090__h2--bold a:hover[href^="#"]::after, .comp_v2_1090__h2--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_1090__h2--bold a:hover[href^="tel:"]::after, .comp_v2_1090__h2--bold a:hover[href^="mailto:"]::after, .comp_v2_1090__h2--regular a:hover[href^="tel:"]::after, .comp_v2_1090__h2--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_1090__h2--bold {
  font-weight: bold;
}

.comp_v2_1090__h2--regular {
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .comp_v2_1090__h2--bold, .comp_v2_1090__h2--regular {
    text-align: left;
  }
}

.comp_v2_1090__h3 {
  font-size: 2.8rem;
  margin: 0;
  padding: 50px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_1090__h3 {
    font-size: 2.4rem;
    margin: 0;
    padding-top: 30px;
  }
}

.comp_v2_1090__h3--bold, .comp_v2_1090__h3--regular {
  font-size: 2.8rem;
  margin: 0;
  padding: 50px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_1090__h3--bold, .comp_v2_1090__h3--regular {
    font-size: 2.4rem;
    margin: 0;
    padding-top: 30px;
  }
}

.comp_v2_1090__h3--bold a, .comp_v2_1090__h3--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_1090__h3--bold a::after, .comp_v2_1090__h3--regular a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_1090__h3--bold a[target="_blank"]::after, .comp_v2_1090__h3--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_1090__h3--bold a[href$=".pdf"]::after, .comp_v2_1090__h3--bold a[href*="docget.jsp"]::after, .comp_v2_1090__h3--regular a[href$=".pdf"]::after, .comp_v2_1090__h3--regular a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_1090__h3--bold a[href*="/list/index.php"]::after, .comp_v2_1090__h3--regular a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_1090__h3--bold a[href^="#"]::after, .comp_v2_1090__h3--regular a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_1090__h3--bold a[href^="tel:"]::after, .comp_v2_1090__h3--bold a[href^="mailto:"]::after, .comp_v2_1090__h3--regular a[href^="tel:"]::after, .comp_v2_1090__h3--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_1090__h3--bold a[href^="tel:"], .comp_v2_1090__h3--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_1090__h3--bold a:hover, .comp_v2_1090__h3--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_1090__h3--bold a:hover::after, .comp_v2_1090__h3--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_1090__h3--bold a:hover[target="_blank"]::after, .comp_v2_1090__h3--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_1090__h3--bold a:hover[href$=".pdf"]::after, .comp_v2_1090__h3--bold a:hover[href*="docget.jsp"]::after, .comp_v2_1090__h3--regular a:hover[href$=".pdf"]::after, .comp_v2_1090__h3--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_1090__h3--bold a:hover[href*="/list/index.php"]::after, .comp_v2_1090__h3--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_1090__h3--bold a:hover[href^="#"]::after, .comp_v2_1090__h3--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_1090__h3--bold a:hover[href^="tel:"]::after, .comp_v2_1090__h3--bold a:hover[href^="mailto:"]::after, .comp_v2_1090__h3--regular a:hover[href^="tel:"]::after, .comp_v2_1090__h3--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_1090__h3--bold {
  font-weight: bold;
}

.comp_v2_1090__h3--regular {
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .comp_v2_1090__h3--bold, .comp_v2_1090__h3--regular {
    text-align: left;
  }
}

.comp_v2_1090__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-left: -5%;
  margin-right: -5%;
}

.comp_v2_1090__frame > .comp_v2_1090__block {
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  .comp_v2_1090__frame > .comp_v2_1090__block {
    padding-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_1090__block {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}

.comp_v2_1090__block__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 5%;
  padding-right: 5%;
}

@media screen and (max-width: 768px) {
  .comp_v2_1090__block__item {
    padding-left: 0;
    padding-right: 0;
  }
}

.comp_v2_1090__block__item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding-left: 60px;
  padding-top: 30px;
  padding-bottom: 15px;
}

.comp_v2_1090__block__item__title {
  color: #1d1e21;
  font-size: 1.8rem;
  font-weight: bold;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 15px;
}

.comp_v2_1090__block__item__button {
  font-size: 1.4rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  background-color: #0064d2;
  text-align: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  min-width: 110px;
  min-height: 40px;
  border: none;
  letter-spacing: 0.1rem;
  font-weight: bold;
  width: 100%;
  margin-top: auto;
}

.comp_v2_1090__block__item__button:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

.comp_v2_1090__block__item__button:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

.comp_v2_1090__block__item__button:disabled {
  color: #FFF;
  background-color: #707070;
}

.comp_v2_1090__block__item__button::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url("/apps/toshiba-ss-v2/clientlibs/dist/img/button-arrow.png");
  background-size: 18px 18px;
  margin-right: 0.2em;
  margin-bottom: 0.2em;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_1090__block__item + .comp_v2_1090__block__item {
    border-left: 1px solid rgba(51, 51, 51, 0.2);
  }
}

.comp_v2_1090__block__item:nth-of-type(1) .comp_v2_1090__block__item__inner {
  background-image: url("/apps/toshiba-ss-v2/clientlibs/dist/img/icon-balloon.png");
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: 0 30px;
}

.comp_v2_1090__block__item:nth-of-type(2) .comp_v2_1090__block__item__inner {
  background-image: url("/apps/toshiba-ss-v2/clientlibs/dist/img/icon-info.png");
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: 0 30px;
}

.comp_v2_0900 .comp_v2_1090__frame {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_1090__frame {
    padding-left: 0;
    padding-right: 0;
  }
}

.comp_v2_1091__frame {
  max-width: 1140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0;
  padding-bottom: 30px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .comp_v2_1091__frame {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
    padding-bottom: 20px;
  }
}

.comp_v2_1091__h2 {
  font-size: 3.4rem;
  margin: 0;
  padding: 60px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_1091__h2 {
    font-size: 2.8rem;
    margin: 0;
    padding-top: 40px;
  }
}

.comp_v2_1091__h2 a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_1091__h2 a::after {
  position: relative;
  margin-left: 20px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 18px 18px;
}

.comp_v2_1091__h2 a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_1091__h2 a[href$=".pdf"]::after, .comp_v2_1091__h2 a[href*="docget.jsp"]::after {
  width: 18px;
  height: 24px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 18px 24px;
}

.comp_v2_1091__h2 a[href*="/list/index.php"]::after {
  width: 20px;
  height: 17px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 20px 17px;
}

.comp_v2_1091__h2 a[href^="#"]::after {
  width: 20px;
  height: 20px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 20px 20px;
}

.comp_v2_1091__h2 a[href^="tel:"]::after, .comp_v2_1091__h2 a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_1091__h2 a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_1091__h2 a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_1091__h2 a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_1091__h2 a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_1091__h2 a:hover[href$=".pdf"]::after, .comp_v2_1091__h2 a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_1091__h2 a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_1091__h2 a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_1091__h2 a:hover[href^="tel:"]::after, .comp_v2_1091__h2 a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_1091__h2--bold, .comp_v2_1091__h2--regular {
  font-size: 3.4rem;
  margin: 0;
  padding: 60px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_1091__h2--bold, .comp_v2_1091__h2--regular {
    font-size: 2.8rem;
    margin: 0;
    padding-top: 40px;
  }
}

.comp_v2_1091__h2--bold a, .comp_v2_1091__h2--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_1091__h2--bold a::after, .comp_v2_1091__h2--regular a::after {
  position: relative;
  margin-left: 20px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 18px 18px;
}

.comp_v2_1091__h2--bold a[target="_blank"]::after, .comp_v2_1091__h2--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_1091__h2--bold a[href$=".pdf"]::after, .comp_v2_1091__h2--bold a[href*="docget.jsp"]::after, .comp_v2_1091__h2--regular a[href$=".pdf"]::after, .comp_v2_1091__h2--regular a[href*="docget.jsp"]::after {
  width: 18px;
  height: 24px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 18px 24px;
}

.comp_v2_1091__h2--bold a[href*="/list/index.php"]::after, .comp_v2_1091__h2--regular a[href*="/list/index.php"]::after {
  width: 20px;
  height: 17px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 20px 17px;
}

.comp_v2_1091__h2--bold a[href^="#"]::after, .comp_v2_1091__h2--regular a[href^="#"]::after {
  width: 20px;
  height: 20px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 20px 20px;
}

.comp_v2_1091__h2--bold a[href^="tel:"]::after, .comp_v2_1091__h2--bold a[href^="mailto:"]::after, .comp_v2_1091__h2--regular a[href^="tel:"]::after, .comp_v2_1091__h2--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_1091__h2--bold a[href^="tel:"], .comp_v2_1091__h2--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_1091__h2--bold a:hover, .comp_v2_1091__h2--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_1091__h2--bold a:hover::after, .comp_v2_1091__h2--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_1091__h2--bold a:hover[target="_blank"]::after, .comp_v2_1091__h2--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_1091__h2--bold a:hover[href$=".pdf"]::after, .comp_v2_1091__h2--bold a:hover[href*="docget.jsp"]::after, .comp_v2_1091__h2--regular a:hover[href$=".pdf"]::after, .comp_v2_1091__h2--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_1091__h2--bold a:hover[href*="/list/index.php"]::after, .comp_v2_1091__h2--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_1091__h2--bold a:hover[href^="#"]::after, .comp_v2_1091__h2--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_1091__h2--bold a:hover[href^="tel:"]::after, .comp_v2_1091__h2--bold a:hover[href^="mailto:"]::after, .comp_v2_1091__h2--regular a:hover[href^="tel:"]::after, .comp_v2_1091__h2--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_1091__h2--bold {
  font-weight: bold;
}

.comp_v2_1091__h2--regular {
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .comp_v2_1091__h2--bold, .comp_v2_1091__h2--regular {
    text-align: left;
  }
}

.comp_v2_1091__h3 {
  font-size: 2.8rem;
  margin: 0;
  padding: 50px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_1091__h3 {
    font-size: 2.4rem;
    margin: 0;
    padding-top: 30px;
  }
}

.comp_v2_1091__h3--bold, .comp_v2_1091__h3--regular {
  font-size: 2.8rem;
  margin: 0;
  padding: 50px 0 0 0;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_1091__h3--bold, .comp_v2_1091__h3--regular {
    font-size: 2.4rem;
    margin: 0;
    padding-top: 30px;
  }
}

.comp_v2_1091__h3--bold a, .comp_v2_1091__h3--regular a {
  display: inline-block;
  color: #1d1e21;
  text-decoration: underline;
  position: relative;
}

.comp_v2_1091__h3--bold a::after, .comp_v2_1091__h3--regular a::after {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrowbk.png);
  background-size: 13px 13px;
}

.comp_v2_1091__h3--bold a[target="_blank"]::after, .comp_v2_1091__h3--regular a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-externalbk.png);
}

.comp_v2_1091__h3--bold a[href$=".pdf"]::after, .comp_v2_1091__h3--bold a[href*="docget.jsp"]::after, .comp_v2_1091__h3--regular a[href$=".pdf"]::after, .comp_v2_1091__h3--regular a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdfbk.png);
  background-size: 11px 14px;
}

.comp_v2_1091__h3--bold a[href*="/list/index.php"]::after, .comp_v2_1091__h3--regular a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametricbk.png);
  background-size: 13px 11px;
}

.comp_v2_1091__h3--bold a[href^="#"]::after, .comp_v2_1091__h3--regular a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchorbk.png);
  background-size: 13px 13px;
}

.comp_v2_1091__h3--bold a[href^="tel:"]::after, .comp_v2_1091__h3--bold a[href^="mailto:"]::after, .comp_v2_1091__h3--regular a[href^="tel:"]::after, .comp_v2_1091__h3--regular a[href^="mailto:"]::after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_1091__h3--bold a[href^="tel:"], .comp_v2_1091__h3--regular a[href^="tel:"] {
    color: #1d1e21;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_1091__h3--bold a:hover, .comp_v2_1091__h3--regular a:hover {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_1091__h3--bold a:hover::after, .comp_v2_1091__h3--regular a:hover::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
}

.comp_v2_1091__h3--bold a:hover[target="_blank"]::after, .comp_v2_1091__h3--regular a:hover[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_1091__h3--bold a:hover[href$=".pdf"]::after, .comp_v2_1091__h3--bold a:hover[href*="docget.jsp"]::after, .comp_v2_1091__h3--regular a:hover[href$=".pdf"]::after, .comp_v2_1091__h3--regular a:hover[href*="docget.jsp"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
}

.comp_v2_1091__h3--bold a:hover[href*="/list/index.php"]::after, .comp_v2_1091__h3--regular a:hover[href*="/list/index.php"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
}

.comp_v2_1091__h3--bold a:hover[href^="#"]::after, .comp_v2_1091__h3--regular a:hover[href^="#"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
}

.comp_v2_1091__h3--bold a:hover[href^="tel:"]::after, .comp_v2_1091__h3--bold a:hover[href^="mailto:"]::after, .comp_v2_1091__h3--regular a:hover[href^="tel:"]::after, .comp_v2_1091__h3--regular a:hover[href^="mailto:"]::after {
  display: none;
}

.comp_v2_1091__h3--bold {
  font-weight: bold;
}

.comp_v2_1091__h3--regular {
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .comp_v2_1091__h3--bold, .comp_v2_1091__h3--regular {
    text-align: left;
  }
}

.comp_v2_1091__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-left: -3.3%;
  margin-right: -3.3%;
}

.comp_v2_1091__frame > .comp_v2_1091__block {
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  .comp_v2_1091__frame > .comp_v2_1091__block {
    padding-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_1091__block {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}

.comp_v2_1091__block__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 3.3%;
  padding-right: 3.3%;
}

@media screen and (max-width: 768px) {
  .comp_v2_1091__block__item {
    padding-left: 0;
    padding-right: 0;
  }
}

.comp_v2_1091__block__item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding-left: 60px;
  padding-top: 30px;
  padding-bottom: 15px;
}

.comp_v2_1091__block__item__title {
  color: #1d1e21;
  font-size: 1.8rem;
  font-weight: bold;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 15px;
}

.comp_v2_1091__block__item__button {
  font-size: 1.4rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  background-color: #0064d2;
  text-align: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  min-width: 110px;
  min-height: 40px;
  border: none;
  letter-spacing: 0.1rem;
  font-weight: bold;
  width: 100%;
  margin-top: auto;
}

.comp_v2_1091__block__item__button:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

.comp_v2_1091__block__item__button:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

.comp_v2_1091__block__item__button:disabled {
  color: #FFF;
  background-color: #707070;
}

.comp_v2_1091__block__item__button::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url("/apps/toshiba-ss-v2/clientlibs/dist/img/button-arrow.png");
  background-size: 18px 18px;
  margin-right: 0.2em;
  margin-bottom: 0.2em;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_1091__block__item + .comp_v2_1091__block__item {
    border-left: 1px solid rgba(51, 51, 51, 0.2);
  }
}

.comp_v2_1091__block__item:nth-of-type(1) .comp_v2_1091__block__item__inner {
  background-image: url("/apps/toshiba-ss-v2/clientlibs/dist/img/icon-balloon.png");
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: 0 30px;
}

.comp_v2_1091__block__item:nth-of-type(2) .comp_v2_1091__block__item__inner {
  background-image: url("/apps/toshiba-ss-v2/clientlibs/dist/img/icon-info.png");
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: 0 30px;
}

.comp_v2_1091__block__item:nth-of-type(3) .comp_v2_1091__block__item__inner {
  background-image: url("/apps/toshiba-ss-v2/clientlibs/dist/img/icon-cart.png");
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: 0 30px;
}

.comp_v2_0900 .comp_v2_1091__frame {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_1091__frame {
    padding-left: 0;
    padding-right: 0;
  }
}


.comp_v2_1100 {
  font-size: 1.2rem;
  
  
  
  
}

.comp_v2_1100 .comp_v2_0050__h1--bold, .comp_v2_1100 .comp_v2_0050__h1--regular,
.comp_v2_1100 .comp_v2_1090__h1--bold,
.comp_v2_1100 .comp_v2_1090__h1--regular {
  font-size: 3.4rem;
  padding-top: 35px;
}

@media screen and (max-width: 768px) {
  .comp_v2_1100 .comp_v2_0050__h1--bold, .comp_v2_1100 .comp_v2_0050__h1--regular,
  .comp_v2_1100 .comp_v2_1090__h1--bold,
  .comp_v2_1100 .comp_v2_1090__h1--regular {
    font-size: 3rem;
    padding-top: 25px;
  }
}

.comp_v2_1100 .comp_v2_0050__h2--bold, .comp_v2_1100 .comp_v2_0050__h2--regular,
.comp_v2_1100 .comp_v2_1090__h2--bold,
.comp_v2_1100 .comp_v2_1090__h2--regular {
  font-size: 2.6rem;
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  .comp_v2_1100 .comp_v2_0050__h2--bold, .comp_v2_1100 .comp_v2_0050__h2--regular,
  .comp_v2_1100 .comp_v2_1090__h2--bold,
  .comp_v2_1100 .comp_v2_1090__h2--regular {
    font-size: 2.2rem;
    padding-top: 20px;
  }
}

.comp_v2_1100 .comp_v2_0050__h3--bold, .comp_v2_1100 .comp_v2_0050__h3--regular,
.comp_v2_1100 .comp_v2_1090__h3--bold,
.comp_v2_1100 .comp_v2_1090__h3--regular {
  font-size: 2rem;
  padding-top: 25px;
}

@media screen and (max-width: 768px) {
  .comp_v2_1100 .comp_v2_0050__h3--bold, .comp_v2_1100 .comp_v2_0050__h3--regular,
  .comp_v2_1100 .comp_v2_1090__h3--bold,
  .comp_v2_1100 .comp_v2_1090__h3--regular {
    font-size: 1.8rem;
    padding-top: 15px;
  }
}

.comp_v2_1100 .comp_v2_0050__h4--bold, .comp_v2_1100 .comp_v2_0050__h4--regular,
.comp_v2_1100 .comp_v2_1090__h4--bold,
.comp_v2_1100 .comp_v2_1090__h4--regular {
  font-size: 1.6rem;
  padding-top: 25px;
}

@media screen and (max-width: 768px) {
  .comp_v2_1100 .comp_v2_0050__h4--bold, .comp_v2_1100 .comp_v2_0050__h4--regular,
  .comp_v2_1100 .comp_v2_1090__h4--bold,
  .comp_v2_1100 .comp_v2_1090__h4--regular {
    font-size: 1.2rem;
    padding-top: 15px;
  }
}

.comp_v2_1100 .comp_v2_0050__h5--bold, .comp_v2_1100 .comp_v2_0050__h5--regular,
.comp_v2_1100 .comp_v2_1090__h5--bold,
.comp_v2_1100 .comp_v2_1090__h5--regular {
  font-size: 1.2rem;
  padding-top: 15px;
}

@media screen and (max-width: 768px) {
  .comp_v2_1100 .comp_v2_0050__h5--bold, .comp_v2_1100 .comp_v2_0050__h5--regular,
  .comp_v2_1100 .comp_v2_1090__h5--bold,
  .comp_v2_1100 .comp_v2_1090__h5--regular {
    font-size: 1.2rem;
  }
}

.comp_v2_1100 .comp_v2_0070 a {
  font-size: 1.2rem;
}

.comp_v2_1100 .comp_v2_0060 table {
  font-size: 1.2rem;
}

.comp_v2_1100 .comp_v2_0060 table caption {
  font-size: 1.4rem;
}

.comp_v2_0900 .comp_v2_1100__frame {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_1100__frame {
    padding-left: 0;
    padding-right: 0;
  }
}

.comp_v2_1110__frame {
  padding: 30px 15px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .comp_v2_1110__frame {
    padding: 20px;
  }
}

.comp_v2_1110__box {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}

.comp_v2_1110__box__body__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .comp_v2_1110__box__body__search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.comp_v2_1110__box__body__search__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 1.2rem;
  color: #707070;
  margin-bottom: 5px;
  padding-left: 1px;
}

.comp_v2_1110__box__body__search__pnum {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .comp_v2_1110__box__body__search__pnum {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
  }
}

.comp_v2_1110__box__body__search__pnum__input {
  border: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 100%;
  height: 48px;
  background-color: #fff;
  -webkit-appearance: none;
}

@media screen and (max-width: 768px) {
  .comp_v2_1110__box__body__search__pnum__input {
    border-radius: 4px;
  }
}

.comp_v2_1110__box__body__search__pnum__input:disabled {
  background-color: #e7e7e8;
}

.comp_v2_1110__box__body__search__type {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .comp_v2_1110__box__body__search__type {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
    border-radius: 4px;
    margin-top: 15px;
  }
}

.comp_v2_1110__box__body__search__type__container {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 48px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

@media screen and (max-width: 768px) {
  .comp_v2_1110__box__body__search__type__container {
    width: 100%;
  }
}

.comp_v2_1110__box__body__search__type__container::before {
  position: absolute;
  padding: 0;
  content: "";
  top: 50%;
  right: 0.9em;
  bottom: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid rgba(51, 51, 51, 0.3);
  border-right: 2px solid rgba(51, 51, 51, 0.3);
  -webkit-transform: rotate(135deg) translate(-50%, 50%);
  transform: rotate(135deg) translate(-50%, 50%);
  pointer-events: none;
}

.comp_v2_1110__box__body__search__type__container::after {
  position: absolute;
  top: 0;
  right: 2.5em;
  bottom: 0;
  width: 1px;
  content: "";
  border-left: 1px solid #ccc;
}

.comp_v2_1110__box__body__search__type__container select {
  width: 100%;
  min-width: 120px;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 12px 45px 12px 10px;
  color: #333;
  letter-spacing: 0.1rem;
}

.comp_v2_1110__box__body__search__type__container select:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

.comp_v2_1110__box__body__search__type__container select::-ms-expand {
  display: none;
}

.comp_v2_1110__box__body__search__type__container select:disabled {
  background-color: #e7e7e8;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_1110__box__body__search__type__container {
    margin-left: -1px;
    border-radius: 0 4px 4px 0;
  }
}

.comp_v2_1110__box__body__search__type__container select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  height: 46px;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_1110__box__body__search__type__container select {
    border-radius: 0 4px 4px 0;
  }
}

.comp_v2_1110__box__body__search__type__container select:disabled {
  background-color: #e7e7e8;
}

.comp_v2_1110__box__body__search__submit, .comp_v2_1110__box__body__search__submit--loading {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  font-size: 1.4rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  background-color: #0064d2;
  text-align: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  min-width: 110px;
  min-height: 40px;
  border: none;
  letter-spacing: 0.1rem;
  height: 48px;
  min-width: 160px;
  margin-left: 10px;
}

.comp_v2_1110__box__body__search__submit:hover, .comp_v2_1110__box__body__search__submit--loading:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

.comp_v2_1110__box__body__search__submit:focus, .comp_v2_1110__box__body__search__submit--loading:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

.comp_v2_1110__box__body__search__submit:disabled, .comp_v2_1110__box__body__search__submit--loading:disabled {
  color: #FFF;
  background-color: #707070;
}

.comp_v2_1110__box__body__search__submit::before, .comp_v2_1110__box__body__search__submit--loading::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url("/apps/toshiba-ss-v2/clientlibs/dist/img/button-search.png");
  background-size: 18px 18px;
  margin-right: 0.2em;
  margin-bottom: 0.2em;
}

@media screen and (max-width: 768px) {
  .comp_v2_1110__box__body__search__submit, .comp_v2_1110__box__body__search__submit--loading {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }
}

.comp_v2_1110__box__body__search__submit--loading {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 80px;
}

.comp_v2_1110__box__body__search__submit--loading:hover {
  cursor: wait;
}

.comp_v2_1110__box__body__search__submit--loading::before {
  display: none;
}

.comp_v2_1110__box__body__search__submit--loading__spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
}

.comp_v2_1110__box__body__search__submit--loading__spinner div {
  -webkit-transform-origin: 20px 20px;
  transform-origin: 20px 20px;
  -webkit-animation: loadingSpinner 1.2s linear infinite;
  animation: loadingSpinner 1.2s linear infinite;
}

.comp_v2_1110__box__body__search__submit--loading__spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 17px;
  width: 3px;
  height: 9px;
  border-radius: 20%;
  background: #fff;
}

.comp_v2_1110__box__body__search__submit--loading__spinner div:nth-child(1) {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.comp_v2_1110__box__body__search__submit--loading__spinner div:nth-child(2) {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.comp_v2_1110__box__body__search__submit--loading__spinner div:nth-child(3) {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.comp_v2_1110__box__body__search__submit--loading__spinner div:nth-child(4) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.comp_v2_1110__box__body__search__submit--loading__spinner div:nth-child(5) {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.comp_v2_1110__box__body__search__submit--loading__spinner div:nth-child(6) {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.comp_v2_1110__box__body__search__submit--loading__spinner div:nth-child(7) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.comp_v2_1110__box__body__search__submit--loading__spinner div:nth-child(8) {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.comp_v2_1110__box__body__search__submit--loading__spinner div:nth-child(9) {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.comp_v2_1110__box__body__search__submit--loading__spinner div:nth-child(10) {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.comp_v2_1110__box__body__search__submit--loading__spinner div:nth-child(11) {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

.comp_v2_1110__box__body__search__submit--loading__spinner div:nth-child(12) {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.comp_v2_1110__box__body__search__note {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
  width: 100%;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .comp_v2_1110__box__body__search__note {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.comp_v2_0900 .comp_v2_1110__frame {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_1110__frame {
    padding-left: 0;
    padding-right: 0;
  }
}

.comp_v2_1111__frame {
  padding: 30px 15px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .comp_v2_1111__frame {
    padding: 20px;
  }
}

.comp_v2_1111__inner {
  max-width: 730px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .comp_v2_1111__inner {
    margin: 30px auto 0;
  }
}

.comp_v2_1111__inner__searchbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media screen and (max-width: 768px) {
  .comp_v2_1111__inner__searchbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .comp_v2_1111__inner__searchbox__input + .comp_v2_1111__inner__searchbox__select,
  p + .comp_v2_1111__inner__searchbox__select,
  .comp_v2_1111__inner__searchbox__select + .comp_v2_1111__inner__searchbox__btn,
  p + .comp_v2_1111__inner__searchbox__btn {
    margin-top: 15px;
  }
}

.comp_v2_1111__inner__searchbox__result__keyword {
  font-weight: bold;
  color: #1d1e21;
}

.comp_v2_1111__inner__searchbox__result__number {
  color: #1d1e21;
}

.comp_v2_1111__table {
  max-width: 1140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  line-height: 1.6;
  position: relative;
}

@media screen and (max-width: 768px) {
  .comp_v2_1111__table__table th,
  .comp_v2_1111__table__table td {
    min-width: 100px;
  }
}

.comp_v2_1111__table__table, .comp_v2_1111__table__table__2cell, .comp_v2_1111__table__table02, .comp_v2_1111__table__table03 {
  border-collapse: collapse;
  border: 1px solid #e7e7e8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_1111__table__table, .comp_v2_1111__table__table__2cell, .comp_v2_1111__table__table02, .comp_v2_1111__table__table03 {
    margin: 0;
  }
}

.comp_v2_1111__table__table caption, .comp_v2_1111__table__table__2cell caption, .comp_v2_1111__table__table02 caption, .comp_v2_1111__table__table03 caption {
  color: #1d1e21;
  text-align: left;
  padding: 20px 0;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .comp_v2_1111__table__table caption, .comp_v2_1111__table__table__2cell caption, .comp_v2_1111__table__table02 caption, .comp_v2_1111__table__table03 caption {
    padding: 10px 0;
  }
}

.comp_v2_1111__table__table th,
.comp_v2_1111__table__table td, .comp_v2_1111__table__table__2cell th,
.comp_v2_1111__table__table__2cell td, .comp_v2_1111__table__table02 th,
.comp_v2_1111__table__table02 td, .comp_v2_1111__table__table03 th,
.comp_v2_1111__table__table03 td {
  border: 1px solid #e7e7e8;
  text-align: left;
  padding: 10px 9px;
  font-weight: normal;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .comp_v2_1111__table__table th,
  .comp_v2_1111__table__table td, .comp_v2_1111__table__table__2cell th,
  .comp_v2_1111__table__table__2cell td, .comp_v2_1111__table__table02 th,
  .comp_v2_1111__table__table02 td, .comp_v2_1111__table__table03 th,
  .comp_v2_1111__table__table03 td {
    padding: 10px;
  }
}

.comp_v2_1111__table__table th, .comp_v2_1111__table__table__2cell th, .comp_v2_1111__table__table02 th, .comp_v2_1111__table__table03 th {
  color: #1d1e21;
  background-color: #f0f6fc;
}

.comp_v2_1111__table__table thead tr:nth-child(even), .comp_v2_1111__table__table__2cell thead tr:nth-child(even), .comp_v2_1111__table__table02 thead tr:nth-child(even), .comp_v2_1111__table__table03 thead tr:nth-child(even) {
  background-color: #f0f6fc;
}

.comp_v2_1111__table__table thead th,
.comp_v2_1111__table__table thead td, .comp_v2_1111__table__table__2cell thead th,
.comp_v2_1111__table__table__2cell thead td, .comp_v2_1111__table__table02 thead th,
.comp_v2_1111__table__table02 thead td, .comp_v2_1111__table__table03 thead th,
.comp_v2_1111__table__table03 thead td {
  font-weight: bold;
}

.comp_v2_1111__table__table tbody tr:nth-child(odd), .comp_v2_1111__table__table__2cell tbody tr:nth-child(odd), .comp_v2_1111__table__table02 tbody tr:nth-child(odd), .comp_v2_1111__table__table03 tbody tr:nth-child(odd) {
  background-color: #fff;
}

.comp_v2_1111__table__table tbody tr:nth-child(even), .comp_v2_1111__table__table__2cell tbody tr:nth-child(even), .comp_v2_1111__table__table02 tbody tr:nth-child(even), .comp_v2_1111__table__table03 tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}

.comp_v2_1111__table__table__btn p, .comp_v2_1111__table__table__2cell__btn p, .comp_v2_1111__table__table02__btn p, .comp_v2_1111__table__table03__btn p {
  margin: 0;
  padding: 0;
}

.comp_v2_1111__table__table__btn--center, .comp_v2_1111__table__table__2cell__btn--center, .comp_v2_1111__table__table02__btn--center, .comp_v2_1111__table__table03__btn--center {
  text-align: center;
}

.comp_v2_1111__table__table__btn--right, .comp_v2_1111__table__table__2cell__btn--right, .comp_v2_1111__table__table02__btn--right, .comp_v2_1111__table__table03__btn--right {
  text-align: right;
}

.comp_v2_1111__table__table__btn--default, .comp_v2_1111__table__table__2cell__btn--default, .comp_v2_1111__table__table02__btn--default, .comp_v2_1111__table__table03__btn--default {
  font-size: 1.4rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  background-color: #0064d2;
  text-align: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  min-width: 110px;
  min-height: 40px;
  border: none;
  letter-spacing: 0.1rem;
}

.comp_v2_1111__table__table__btn--default:hover, .comp_v2_1111__table__table__2cell__btn--default:hover, .comp_v2_1111__table__table02__btn--default:hover, .comp_v2_1111__table__table03__btn--default:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

.comp_v2_1111__table__table__btn--default:focus, .comp_v2_1111__table__table__2cell__btn--default:focus, .comp_v2_1111__table__table02__btn--default:focus, .comp_v2_1111__table__table03__btn--default:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

.comp_v2_1111__table__table__btn--default:disabled, .comp_v2_1111__table__table__2cell__btn--default:disabled, .comp_v2_1111__table__table02__btn--default:disabled, .comp_v2_1111__table__table03__btn--default:disabled {
  color: #FFF;
  background-color: #707070;
}

.comp_v2_1111__table__table__btn--default::before, .comp_v2_1111__table__table__2cell__btn--default::before, .comp_v2_1111__table__table02__btn--default::before, .comp_v2_1111__table__table03__btn--default::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url("/apps/toshiba-ss-v2/clientlibs/dist/img/button-arrow.png");
  background-size: 18px 18px;
  margin-right: 0.2em;
  margin-bottom: 0.2em;
}

.comp_v2_1111__table__table__btn a, .comp_v2_1111__table__table__2cell__btn a, .comp_v2_1111__table__table02__btn a, .comp_v2_1111__table__table03__btn a {
  font-size: 1.4rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
  min-width: 110px;
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  background-color: #0064d2;
  text-align: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  min-height: 40px;
  border: none;
  letter-spacing: 0.1rem;
}

.comp_v2_1111__table__table__btn a:hover, .comp_v2_1111__table__table__2cell__btn a:hover, .comp_v2_1111__table__table02__btn a:hover, .comp_v2_1111__table__table03__btn a:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
}

.comp_v2_1111__table__table__btn a::before, .comp_v2_1111__table__table__2cell__btn a::before, .comp_v2_1111__table__table02__btn a::before, .comp_v2_1111__table__table03__btn a::before {
  content: "";
  display: inline-block;
  width: 18px;
  min-width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-arrow.png);
  background-size: 18px 18px;
  margin-right: 0.25em;
  margin-bottom: 0.1em;
}

.comp_v2_1111__table__table__btn a[target="_blank"]::before, .comp_v2_1111__table__table__2cell__btn a[target="_blank"]::before, .comp_v2_1111__table__table02__btn a[target="_blank"]::before, .comp_v2_1111__table__table03__btn a[target="_blank"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-external.png);
}

.comp_v2_1111__table__table__btn a[href$=".pdf"]::before, .comp_v2_1111__table__table__btn a[href*="docget.jsp"]::before, .comp_v2_1111__table__table__2cell__btn a[href$=".pdf"]::before, .comp_v2_1111__table__table__2cell__btn a[href*="docget.jsp"]::before, .comp_v2_1111__table__table02__btn a[href$=".pdf"]::before, .comp_v2_1111__table__table02__btn a[href*="docget.jsp"]::before, .comp_v2_1111__table__table03__btn a[href$=".pdf"]::before, .comp_v2_1111__table__table03__btn a[href*="docget.jsp"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-pdf.png);
}

.comp_v2_1111__table__table__btn a[href*="/list/index.php"]::before, .comp_v2_1111__table__table__2cell__btn a[href*="/list/index.php"]::before, .comp_v2_1111__table__table02__btn a[href*="/list/index.php"]::before, .comp_v2_1111__table__table03__btn a[href*="/list/index.php"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-parametric.png);
}

.comp_v2_1111__table__table__btn a[href^="#"]::before, .comp_v2_1111__table__table__2cell__btn a[href^="#"]::before, .comp_v2_1111__table__table02__btn a[href^="#"]::before, .comp_v2_1111__table__table03__btn a[href^="#"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-anchor.png);
}

.comp_v2_1111__table__table__btn .comp_v2_1111__table__table__btn--search::before, .comp_v2_1111__table__table__2cell__btn .comp_v2_1111__table__table__btn--search::before, .comp_v2_1111__table__table02__btn .comp_v2_1111__table__table__btn--search::before, .comp_v2_1111__table__table03__btn .comp_v2_1111__table__table__btn--search::before, .comp_v2_1111__table__table__btn .comp_v2_1111__table__table__2cell__btn--search::before, .comp_v2_1111__table__table__2cell__btn .comp_v2_1111__table__table__2cell__btn--search::before, .comp_v2_1111__table__table02__btn .comp_v2_1111__table__table__2cell__btn--search::before, .comp_v2_1111__table__table03__btn .comp_v2_1111__table__table__2cell__btn--search::before, .comp_v2_1111__table__table__btn .comp_v2_1111__table__table02__btn--search::before, .comp_v2_1111__table__table__2cell__btn .comp_v2_1111__table__table02__btn--search::before, .comp_v2_1111__table__table02__btn .comp_v2_1111__table__table02__btn--search::before, .comp_v2_1111__table__table03__btn .comp_v2_1111__table__table02__btn--search::before, .comp_v2_1111__table__table__btn .comp_v2_1111__table__table03__btn--search::before, .comp_v2_1111__table__table__2cell__btn .comp_v2_1111__table__table03__btn--search::before, .comp_v2_1111__table__table02__btn .comp_v2_1111__table__table03__btn--search::before, .comp_v2_1111__table__table03__btn .comp_v2_1111__table__table03__btn--search::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-search.png);
}

.comp_v2_1111__table__table__btn .comp_v2_1111__table__table__btn--balloon::before, .comp_v2_1111__table__table__2cell__btn .comp_v2_1111__table__table__btn--balloon::before, .comp_v2_1111__table__table02__btn .comp_v2_1111__table__table__btn--balloon::before, .comp_v2_1111__table__table03__btn .comp_v2_1111__table__table__btn--balloon::before, .comp_v2_1111__table__table__btn .comp_v2_1111__table__table__2cell__btn--balloon::before, .comp_v2_1111__table__table__2cell__btn .comp_v2_1111__table__table__2cell__btn--balloon::before, .comp_v2_1111__table__table02__btn .comp_v2_1111__table__table__2cell__btn--balloon::before, .comp_v2_1111__table__table03__btn .comp_v2_1111__table__table__2cell__btn--balloon::before, .comp_v2_1111__table__table__btn .comp_v2_1111__table__table02__btn--balloon::before, .comp_v2_1111__table__table__2cell__btn .comp_v2_1111__table__table02__btn--balloon::before, .comp_v2_1111__table__table02__btn .comp_v2_1111__table__table02__btn--balloon::before, .comp_v2_1111__table__table03__btn .comp_v2_1111__table__table02__btn--balloon::before, .comp_v2_1111__table__table__btn .comp_v2_1111__table__table03__btn--balloon::before, .comp_v2_1111__table__table__2cell__btn .comp_v2_1111__table__table03__btn--balloon::before, .comp_v2_1111__table__table02__btn .comp_v2_1111__table__table03__btn--balloon::before, .comp_v2_1111__table__table03__btn .comp_v2_1111__table__table03__btn--balloon::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-balloon.png);
}

.comp_v2_1111__table__table__btn .comp_v2_1111__table__table__btn--cart::before, .comp_v2_1111__table__table__2cell__btn .comp_v2_1111__table__table__btn--cart::before, .comp_v2_1111__table__table02__btn .comp_v2_1111__table__table__btn--cart::before, .comp_v2_1111__table__table03__btn .comp_v2_1111__table__table__btn--cart::before, .comp_v2_1111__table__table__btn .comp_v2_1111__table__table__2cell__btn--cart::before, .comp_v2_1111__table__table__2cell__btn .comp_v2_1111__table__table__2cell__btn--cart::before, .comp_v2_1111__table__table02__btn .comp_v2_1111__table__table__2cell__btn--cart::before, .comp_v2_1111__table__table03__btn .comp_v2_1111__table__table__2cell__btn--cart::before, .comp_v2_1111__table__table__btn .comp_v2_1111__table__table02__btn--cart::before, .comp_v2_1111__table__table__2cell__btn .comp_v2_1111__table__table02__btn--cart::before, .comp_v2_1111__table__table02__btn .comp_v2_1111__table__table02__btn--cart::before, .comp_v2_1111__table__table03__btn .comp_v2_1111__table__table02__btn--cart::before, .comp_v2_1111__table__table__btn .comp_v2_1111__table__table03__btn--cart::before, .comp_v2_1111__table__table__2cell__btn .comp_v2_1111__table__table03__btn--cart::before, .comp_v2_1111__table__table02__btn .comp_v2_1111__table__table03__btn--cart::before, .comp_v2_1111__table__table03__btn .comp_v2_1111__table__table03__btn--cart::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-cart.png);
}

.comp_v2_1111__table__table__btn .comp_v2_1111__table__table__btn--large, .comp_v2_1111__table__table__2cell__btn .comp_v2_1111__table__table__btn--large, .comp_v2_1111__table__table02__btn .comp_v2_1111__table__table__btn--large, .comp_v2_1111__table__table03__btn .comp_v2_1111__table__table__btn--large, .comp_v2_1111__table__table__btn .comp_v2_1111__table__table__2cell__btn--large, .comp_v2_1111__table__table__2cell__btn .comp_v2_1111__table__table__2cell__btn--large, .comp_v2_1111__table__table02__btn .comp_v2_1111__table__table__2cell__btn--large, .comp_v2_1111__table__table03__btn .comp_v2_1111__table__table__2cell__btn--large, .comp_v2_1111__table__table__btn .comp_v2_1111__table__table02__btn--large, .comp_v2_1111__table__table__2cell__btn .comp_v2_1111__table__table02__btn--large, .comp_v2_1111__table__table02__btn .comp_v2_1111__table__table02__btn--large, .comp_v2_1111__table__table03__btn .comp_v2_1111__table__table02__btn--large, .comp_v2_1111__table__table__btn .comp_v2_1111__table__table03__btn--large, .comp_v2_1111__table__table__2cell__btn .comp_v2_1111__table__table03__btn--large, .comp_v2_1111__table__table02__btn .comp_v2_1111__table__table03__btn--large, .comp_v2_1111__table__table03__btn .comp_v2_1111__table__table03__btn--large {
  font-size: 2rem;
  padding: 18px 30px;
}

@media screen and (max-width: 768px) {
  .comp_v2_1111__table__table__btn .comp_v2_1111__table__table__btn--large, .comp_v2_1111__table__table__2cell__btn .comp_v2_1111__table__table__btn--large, .comp_v2_1111__table__table02__btn .comp_v2_1111__table__table__btn--large, .comp_v2_1111__table__table03__btn .comp_v2_1111__table__table__btn--large, .comp_v2_1111__table__table__btn .comp_v2_1111__table__table__2cell__btn--large, .comp_v2_1111__table__table__2cell__btn .comp_v2_1111__table__table__2cell__btn--large, .comp_v2_1111__table__table02__btn .comp_v2_1111__table__table__2cell__btn--large, .comp_v2_1111__table__table03__btn .comp_v2_1111__table__table__2cell__btn--large, .comp_v2_1111__table__table__btn .comp_v2_1111__table__table02__btn--large, .comp_v2_1111__table__table__2cell__btn .comp_v2_1111__table__table02__btn--large, .comp_v2_1111__table__table02__btn .comp_v2_1111__table__table02__btn--large, .comp_v2_1111__table__table03__btn .comp_v2_1111__table__table02__btn--large, .comp_v2_1111__table__table__btn .comp_v2_1111__table__table03__btn--large, .comp_v2_1111__table__table__2cell__btn .comp_v2_1111__table__table03__btn--large, .comp_v2_1111__table__table02__btn .comp_v2_1111__table__table03__btn--large, .comp_v2_1111__table__table03__btn .comp_v2_1111__table__table03__btn--large {
    width: 100%;
  }
}

.comp_v2_1111__table__table__btn .comp_v2_1111__table__table__btn--large:hover, .comp_v2_1111__table__table__2cell__btn .comp_v2_1111__table__table__btn--large:hover, .comp_v2_1111__table__table02__btn .comp_v2_1111__table__table__btn--large:hover, .comp_v2_1111__table__table03__btn .comp_v2_1111__table__table__btn--large:hover, .comp_v2_1111__table__table__btn .comp_v2_1111__table__table__2cell__btn--large:hover, .comp_v2_1111__table__table__2cell__btn .comp_v2_1111__table__table__2cell__btn--large:hover, .comp_v2_1111__table__table02__btn .comp_v2_1111__table__table__2cell__btn--large:hover, .comp_v2_1111__table__table03__btn .comp_v2_1111__table__table__2cell__btn--large:hover, .comp_v2_1111__table__table__btn .comp_v2_1111__table__table02__btn--large:hover, .comp_v2_1111__table__table__2cell__btn .comp_v2_1111__table__table02__btn--large:hover, .comp_v2_1111__table__table02__btn .comp_v2_1111__table__table02__btn--large:hover, .comp_v2_1111__table__table03__btn .comp_v2_1111__table__table02__btn--large:hover, .comp_v2_1111__table__table__btn .comp_v2_1111__table__table03__btn--large:hover, .comp_v2_1111__table__table__2cell__btn .comp_v2_1111__table__table03__btn--large:hover, .comp_v2_1111__table__table02__btn .comp_v2_1111__table__table03__btn--large:hover, .comp_v2_1111__table__table03__btn .comp_v2_1111__table__table03__btn--large:hover {
  color: #fff;
}

.comp_v2_1111__table__table__btn .comp_v2_1111__table__table__btn--flip, .comp_v2_1111__table__table__2cell__btn .comp_v2_1111__table__table__btn--flip, .comp_v2_1111__table__table02__btn .comp_v2_1111__table__table__btn--flip, .comp_v2_1111__table__table03__btn .comp_v2_1111__table__table__btn--flip, .comp_v2_1111__table__table__btn .comp_v2_1111__table__table__2cell__btn--flip, .comp_v2_1111__table__table__2cell__btn .comp_v2_1111__table__table__2cell__btn--flip, .comp_v2_1111__table__table02__btn .comp_v2_1111__table__table__2cell__btn--flip, .comp_v2_1111__table__table03__btn .comp_v2_1111__table__table__2cell__btn--flip, .comp_v2_1111__table__table__btn .comp_v2_1111__table__table02__btn--flip, .comp_v2_1111__table__table__2cell__btn .comp_v2_1111__table__table02__btn--flip, .comp_v2_1111__table__table02__btn .comp_v2_1111__table__table02__btn--flip, .comp_v2_1111__table__table03__btn .comp_v2_1111__table__table02__btn--flip, .comp_v2_1111__table__table__btn .comp_v2_1111__table__table03__btn--flip, .comp_v2_1111__table__table__2cell__btn .comp_v2_1111__table__table03__btn--flip, .comp_v2_1111__table__table02__btn .comp_v2_1111__table__table03__btn--flip, .comp_v2_1111__table__table03__btn .comp_v2_1111__table__table03__btn--flip {
  color: #0064d2;
  background-color: #fff;
  border: 1px solid #0064d2;
}

.comp_v2_1111__table__table__btn .comp_v2_1111__table__table__btn--flip::before, .comp_v2_1111__table__table__2cell__btn .comp_v2_1111__table__table__btn--flip::before, .comp_v2_1111__table__table02__btn .comp_v2_1111__table__table__btn--flip::before, .comp_v2_1111__table__table03__btn .comp_v2_1111__table__table__btn--flip::before, .comp_v2_1111__table__table__btn .comp_v2_1111__table__table__2cell__btn--flip::before, .comp_v2_1111__table__table__2cell__btn .comp_v2_1111__table__table__2cell__btn--flip::before, .comp_v2_1111__table__table02__btn .comp_v2_1111__table__table__2cell__btn--flip::before, .comp_v2_1111__table__table03__btn .comp_v2_1111__table__table__2cell__btn--flip::before, .comp_v2_1111__table__table__btn .comp_v2_1111__table__table02__btn--flip::before, .comp_v2_1111__table__table__2cell__btn .comp_v2_1111__table__table02__btn--flip::before, .comp_v2_1111__table__table02__btn .comp_v2_1111__table__table02__btn--flip::before, .comp_v2_1111__table__table03__btn .comp_v2_1111__table__table02__btn--flip::before, .comp_v2_1111__table__table__btn .comp_v2_1111__table__table03__btn--flip::before, .comp_v2_1111__table__table__2cell__btn .comp_v2_1111__table__table03__btn--flip::before, .comp_v2_1111__table__table02__btn .comp_v2_1111__table__table03__btn--flip::before, .comp_v2_1111__table__table03__btn .comp_v2_1111__table__table03__btn--flip::before {
  display: none;
}

.comp_v2_1111__table__table ul,
.comp_v2_1111__table__table ol, .comp_v2_1111__table__table__2cell ul,
.comp_v2_1111__table__table__2cell ol, .comp_v2_1111__table__table02 ul,
.comp_v2_1111__table__table02 ol, .comp_v2_1111__table__table03 ul,
.comp_v2_1111__table__table03 ol {
  margin: 0;
  margin-top: 0 !important;
}

@media screen and (max-width: 768px) {
  .comp_v2_1111__table__table__2cell {
    table-layout: fixed;
  }
}

.comp_v2_1111__table__table__2cell th,
.comp_v2_1111__table__table__2cell td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_1111__table__table__2cell th img,
  .comp_v2_1111__table__table__2cell td img {
    max-width: 507px;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_1111__table__table__2cell th,
  .comp_v2_1111__table__table__2cell td {
    display: block;
    width: 100%;
  }
}

.comp_v2_1111__table__table__2cell th figure span,
.comp_v2_1111__table__table__2cell td figure span {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.comp_v2_1111__table__table__2cell th figure span img,
.comp_v2_1111__table__table__2cell td figure span img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
}

.comp_v2_1111__table__table__2cell th figure figcaption,
.comp_v2_1111__table__table__2cell td figure figcaption {
  margin: 0;
  padding: 1em 0;
}

.comp_v2_1111__table__table__2cell th .imagemodal figure,
.comp_v2_1111__table__table__2cell td .imagemodal figure {
  position: relative;
  background-color: transparent;
  border-radius: 0;
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.comp_v2_1111__table__table__2cell th .imagemodal figure:before,
.comp_v2_1111__table__table__2cell td .imagemodal figure:before {
  display: none;
}

.comp_v2_1111__table__table__2cell th .imagemodal figure img,
.comp_v2_1111__table__table__2cell td .imagemodal figure img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media screen and (max-width: 768px) {
  .comp_v2_1111__table__table__2cell {
    border: none;
  }
  .comp_v2_1111__table__table__2cell th,
  .comp_v2_1111__table__table__2cell td {
    border: 1px solid #e7e7e8;
    margin-top: -1px;
  }
}

.comp_v2_1111__table__table02 tbody tr:nth-child(odd) {
  background-color: #fff;
}

.comp_v2_1111__table__table02 tbody tr:nth-child(even) {
  background-color: #fff;
}

.comp_v2_1111__table__table03 tbody tr:nth-child(odd) {
  background-color: transparent;
}

.comp_v2_1111__table__table03 tbody tr:nth-child(even) {
  background-color: transparent;
}

.comp_v2_1111__table__table03 tbody td:nth-child(odd) {
  background-color: #f5f5f5;
}

.comp_v2_1111__table__table03 tbody td:nth-child(even) {
  background-color: #fff;
}

.comp_v2_1111__table__select {
  margin: 25px 0;
  position: relative;
}

.comp_v2_1111__table__select:before {
  content: "\0046\0069\006c\0074\0065\0072";
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 2;
  font-size: 1.2rem;
  color: #a0a0a5;
  letter-spacing: 0.1rem;
}

.comp_v2_1111__table__select__selecter {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  min-width: 250px;
}

@media screen and (max-width: 768px) {
  .comp_v2_1111__table__select__selecter {
    width: 100%;
  }
}

.comp_v2_1111__table__select__selecter::before {
  position: absolute;
  padding: 0;
  content: "";
  top: 50%;
  right: 0.9em;
  bottom: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid rgba(51, 51, 51, 0.3);
  border-right: 2px solid rgba(51, 51, 51, 0.3);
  -webkit-transform: rotate(135deg) translate(-50%, 50%);
  transform: rotate(135deg) translate(-50%, 50%);
  pointer-events: none;
}

.comp_v2_1111__table__select__selecter::after {
  position: absolute;
  top: 0;
  right: 2.5em;
  bottom: 0;
  width: 1px;
  content: "";
  border-left: 1px solid #ccc;
}

.comp_v2_1111__table__select__selecter select {
  width: 100%;
  min-width: 120px;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 12px 45px 12px 10px;
  color: #333;
  letter-spacing: 0.1rem;
}

.comp_v2_1111__table__select__selecter select:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

.comp_v2_1111__table__select__selecter select::-ms-expand {
  display: none;
}

.comp_v2_1111__table__select__selecter select:disabled {
  background-color: #e7e7e8;
}

@media screen and (max-width: 768px) {
  .comp_v2_1111__table__select__selecter {
    width: 100%;
    min-width: auto;
  }
}

.comp_v2_1111__table__select__selecter select {
  padding: 30px 40px 8px 10px;
  min-width: 250px;
}

.comp_v2_1111__table__message {
  text-align: center;
  font-weight: bold;
}

.comp_v2_1111__table__table {
  margin-top: 20px;
}

.comp_v2_1111__table__table__btn p {
  margin: 0;
  padding: 0;
}

.comp_v2_1111__table__table__btn--center {
  text-align: center;
}

.comp_v2_1111__table__table__btn--right {
  text-align: right;
}

.comp_v2_1111__table__table__btn--default {
  font-size: 1.4rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  background-color: #0064d2;
  text-align: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  min-width: 110px;
  min-height: 40px;
  border: none;
  letter-spacing: 0.1rem;
}

.comp_v2_1111__table__table__btn--default:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

.comp_v2_1111__table__table__btn--default:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

.comp_v2_1111__table__table__btn--default:disabled {
  color: #FFF;
  background-color: #707070;
}

.comp_v2_1111__table__table__btn--default::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url("/apps/toshiba-ss-v2/clientlibs/dist/img/button-arrow.png");
  background-size: 18px 18px;
  margin-right: 0.2em;
  margin-bottom: 0.2em;
}

.comp_v2_1111__table__table__btn a {
  font-size: 1.4rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
  min-width: 110px;
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  background-color: #0064d2;
  text-align: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  min-height: 40px;
  border: none;
  letter-spacing: 0.1rem;
}

.comp_v2_1111__table__table__btn a:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
}

.comp_v2_1111__table__table__btn a::before {
  content: "";
  display: inline-block;
  width: 18px;
  min-width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-arrow.png);
  background-size: 18px 18px;
  margin-right: 0.25em;
  margin-bottom: 0.1em;
}

.comp_v2_1111__table__table__btn a[target="_blank"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-external.png);
}

.comp_v2_1111__table__table__btn a[href$=".pdf"]::before, .comp_v2_1111__table__table__btn a[href*="docget.jsp"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-pdf.png);
}

.comp_v2_1111__table__table__btn a[href*="/list/index.php"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-parametric.png);
}

.comp_v2_1111__table__table__btn a[href^="#"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-anchor.png);
}

.comp_v2_1111__table__table__btn .comp_v2_1111__table__table__btn--search::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-search.png);
}

.comp_v2_1111__table__table__btn .comp_v2_1111__table__table__btn--balloon::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-balloon.png);
}

.comp_v2_1111__table__table__btn .comp_v2_1111__table__table__btn--cart::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-cart.png);
}

.comp_v2_1111__table__table__btn .comp_v2_1111__table__table__btn--large {
  font-size: 2rem;
  padding: 18px 30px;
}

@media screen and (max-width: 768px) {
  .comp_v2_1111__table__table__btn .comp_v2_1111__table__table__btn--large {
    width: 100%;
  }
}

.comp_v2_1111__table__table__btn .comp_v2_1111__table__table__btn--large:hover {
  color: #fff;
}

.comp_v2_1111__table__table__btn .comp_v2_1111__table__table__btn--flip {
  color: #0064d2;
  background-color: #fff;
  border: 1px solid #0064d2;
}

.comp_v2_1111__table__table__btn .comp_v2_1111__table__table__btn--flip::before {
  display: none;
}

.comp_v2_1111__table__table__btn--default, .comp_v2_1111__table__table__btn--large, .comp_v2_1111__table__table__btn--flip {
  margin-top: 0;
}

.comp_v2_1111__table__table__btn--default {
  padding: 10px 10px;
}

.comp_v2_1111__table__table__btn--default::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-external.png);
  padding-right: 2px;
  padding-left: 2px;
}

.comp_v2_1111__table__table th:last-child,
.comp_v2_1111__table__table td:last-child {
  width: 135px;
}

.comp_v2_1111 .ps__rail-x-top {
  top: 20px;
}

.comp_v2_0900 .comp_v2_1111__frame {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_1111__frame {
    padding-left: 0;
    padding-right: 0;
  }
}

.comp_v2_1120__frame {
  padding: 30px 15px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .comp_v2_1120__frame {
    padding: 20px;
  }
}

.comp_v2_1120__inner {
  max-width: 730px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .comp_v2_1120__inner {
    margin: 30px auto 0;
  }
}

.comp_v2_1120__inner fieldset {
  padding: 0;
  margin-bottom: 15px;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  border: none;
}

.comp_v2_1120__inner__searchbox_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 1.2rem;
  color: #707070;
  margin-bottom: 5px;
  padding-left: 1px;
}

.comp_v2_1120__inner__searchbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .comp_v2_1120__inner__searchbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .comp_v2_1120__inner__searchbox__input + .comp_v2_1120__inner__searchbox__select,
  p + .comp_v2_1120__inner__searchbox__select,
  .comp_v2_1120__inner__searchbox__select + .comp_v2_1120__inner__searchbox__btn,
  .comp_v2_1120__inner__searchbox__select + .comp_v2_1120__inner__searchbox__btn--loading,
  p + .comp_v2_1120__inner__searchbox__btn,
  p + .comp_v2_1120__inner__searchbox__btn--loading {
    margin-top: 15px;
  }
}

.comp_v2_1120__inner__searchbox__select {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
  height: 48px;
}

@media screen and (max-width: 768px) {
  .comp_v2_1120__inner__searchbox__select {
    width: 100%;
  }
}

.comp_v2_1120__inner__searchbox__select::before {
  position: absolute;
  padding: 0;
  content: "";
  top: 50%;
  right: 0.9em;
  bottom: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid rgba(51, 51, 51, 0.3);
  border-right: 2px solid rgba(51, 51, 51, 0.3);
  -webkit-transform: rotate(135deg) translate(-50%, 50%);
  transform: rotate(135deg) translate(-50%, 50%);
  pointer-events: none;
}

.comp_v2_1120__inner__searchbox__select::after {
  position: absolute;
  top: 0;
  right: 2.5em;
  bottom: 0;
  width: 1px;
  content: "";
  border-left: 1px solid #ccc;
}

.comp_v2_1120__inner__searchbox__select select {
  width: 100%;
  min-width: 120px;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 12px 45px 12px 10px;
  color: #333;
  letter-spacing: 0.1rem;
}

.comp_v2_1120__inner__searchbox__select select:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

.comp_v2_1120__inner__searchbox__select select::-ms-expand {
  display: none;
}

.comp_v2_1120__inner__searchbox__select select:disabled {
  background-color: #e7e7e8;
}

.comp_v2_1120__inner__searchbox__select select {
  padding: 14px 16px;
  height: 46px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.comp_v2_1120__inner__searchbox__select select:disabled {
  background-color: #e7e7e8;
}

.comp_v2_1120__inner__searchbox__btn, .comp_v2_1120__inner__searchbox__btn--loading {
  font-size: 1.4rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  background-color: #0064d2;
  text-align: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  min-width: 110px;
  min-height: 40px;
  border: none;
  letter-spacing: 0.1rem;
  height: 48px;
  min-width: 160px;
  margin-left: 10px;
}

.comp_v2_1120__inner__searchbox__btn:hover, .comp_v2_1120__inner__searchbox__btn--loading:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

.comp_v2_1120__inner__searchbox__btn:focus, .comp_v2_1120__inner__searchbox__btn--loading:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

.comp_v2_1120__inner__searchbox__btn:disabled, .comp_v2_1120__inner__searchbox__btn--loading:disabled {
  color: #FFF;
  background-color: #707070;
}

.comp_v2_1120__inner__searchbox__btn::before, .comp_v2_1120__inner__searchbox__btn--loading::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url("/apps/toshiba-ss-v2/clientlibs/dist/img/button-search.png");
  background-size: 18px 18px;
  margin-right: 0.2em;
  margin-bottom: 0.2em;
}

@media screen and (max-width: 768px) {
  .comp_v2_1120__inner__searchbox__btn, .comp_v2_1120__inner__searchbox__btn--loading {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-top: 15px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

.comp_v2_1120__inner__searchbox__btn--loading {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 80px;
}

.comp_v2_1120__inner__searchbox__btn--loading:hover {
  cursor: wait;
}

.comp_v2_1120__inner__searchbox__btn--loading::before {
  display: none;
}

.comp_v2_1120__inner__searchbox__btn--loading__spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
}

.comp_v2_1120__inner__searchbox__btn--loading__spinner div {
  -webkit-transform-origin: 20px 20px;
  transform-origin: 20px 20px;
  -webkit-animation: loadingSpinner 1.2s linear infinite;
  animation: loadingSpinner 1.2s linear infinite;
}

.comp_v2_1120__inner__searchbox__btn--loading__spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 17px;
  width: 3px;
  height: 9px;
  border-radius: 20%;
  background: #fff;
}

.comp_v2_1120__inner__searchbox__btn--loading__spinner div:nth-child(1) {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.comp_v2_1120__inner__searchbox__btn--loading__spinner div:nth-child(2) {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.comp_v2_1120__inner__searchbox__btn--loading__spinner div:nth-child(3) {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.comp_v2_1120__inner__searchbox__btn--loading__spinner div:nth-child(4) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.comp_v2_1120__inner__searchbox__btn--loading__spinner div:nth-child(5) {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.comp_v2_1120__inner__searchbox__btn--loading__spinner div:nth-child(6) {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.comp_v2_1120__inner__searchbox__btn--loading__spinner div:nth-child(7) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.comp_v2_1120__inner__searchbox__btn--loading__spinner div:nth-child(8) {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.comp_v2_1120__inner__searchbox__btn--loading__spinner div:nth-child(9) {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.comp_v2_1120__inner__searchbox__btn--loading__spinner div:nth-child(10) {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.comp_v2_1120__inner__searchbox__btn--loading__spinner div:nth-child(11) {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

.comp_v2_1120__inner__searchbox__btn--loading__spinner div:nth-child(12) {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.comp_v2_1120__inner__searchbox__result__keyword {
  font-weight: bold;
  color: #1d1e21;
}

.comp_v2_1120__inner__searchbox__result__number {
  color: #1d1e21;
}

.comp_v2_0900 .comp_v2_1120__frame {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_1120__frame {
    padding-left: 0;
    padding-right: 0;
  }
}


.comp_v2_1121__frame {
  padding: 30px 15px;
  overflow: hidden;
  max-width: 1140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .comp_v2_1121__frame {
    padding: 20px;
  }
}

.comp_v2_1121__frame > .comp_v2_1121__accordion:first-of-type {
  margin-top: 0;
}

.comp_v2_1121__check_open_diode_accordion {
  display: none;
}

.comp_v2_1121__check_open_mosfet_accordion {
  display: none;
}

.comp_v2_1121__check_open_bipolar_accordion {
  display: none;
}

.comp_v2_1121__check_open_opto_accordion {
  display: none;
}

.comp_v2_1121__check_open_logic_accordion {
  display: none;
}

.comp_v2_1121__check_open_linear_accordion {
  display: none;
}

.comp_v2_1121__check_open_micro_accordion {
  display: none;
}

.comp_v2_1121__check_open_assp_accordion {
  display: none;
}

.comp_v2_1121__check_open_automotive_accordion {
  display: none;
}

.comp_v2_1121__check_open_wireless_accordion {
  display: none;
}

.comp_v2_1121__check_open_sensor_accordion {
  display: none;
}

.comp_v2_1121__check_open_diode_accordion:checked ~ #diode .comp_v2_1121__accordion__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.comp_v2_1121__check_open_mosfet_accordion:checked ~ #mosfet .comp_v2_1121__accordion__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.comp_v2_1121__check_open_bipolar_accordion:checked ~ #bipolar .comp_v2_1121__accordion__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.comp_v2_1121__check_open_opto_accordion:checked ~ #opto .comp_v2_1121__accordion__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.comp_v2_1121__check_open_logic_accordion:checked ~ #logic .comp_v2_1121__accordion__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.comp_v2_1121__check_open_linear_accordion:checked ~ #linear .comp_v2_1121__accordion__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.comp_v2_1121__check_open_micro_accordion:checked ~ #micro .comp_v2_1121__accordion__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.comp_v2_1121__check_open_assp_accordion:checked ~ #assp .comp_v2_1121__accordion__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.comp_v2_1121__check_open_automotive_accordion:checked ~ #automotive .comp_v2_1121__accordion__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.comp_v2_1121__check_open_wireless_accordion:checked ~ #wireless .comp_v2_1121__accordion__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.comp_v2_1121__check_open_sensor_accordion:checked ~ #sensor .comp_v2_1121__accordion__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.comp_v2_1121__check_open_diode_accordion:checked ~ #diode .comp_v2_1121__accordion__headding {
  border-bottom: none;
}

.comp_v2_1121__check_open_diode_accordion:checked ~ #diode .comp_v2_1121__accordion__headding::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/icon-close.png) !important;
}

.comp_v2_1121__check_open_diode_accordion:checked ~ #diode .comp_v2_1121__accordion__contents {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}

.comp_v2_1121__check_open_mosfet_accordion:checked ~ #mosfet .comp_v2_1121__accordion__headding {
  border-bottom: none;
}

.comp_v2_1121__check_open_mosfet_accordion:checked ~ #mosfet .comp_v2_1121__accordion__headding::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/icon-close.png) !important;
}

.comp_v2_1121__check_open_mosfet_accordion:checked ~ #mosfet .comp_v2_1121__accordion__contents {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}

.comp_v2_1121__check_open_bipolar_accordion:checked ~ #bipolar .comp_v2_1121__accordion__headding {
  border-bottom: none;
}

.comp_v2_1121__check_open_bipolar_accordion:checked ~ #bipolar .comp_v2_1121__accordion__headding::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/icon-close.png) !important;
}

.comp_v2_1121__check_open_bipolar_accordion:checked ~ #bipolar .comp_v2_1121__accordion__contents {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}

.comp_v2_1121__check_open_opto_accordion:checked ~ #opto .comp_v2_1121__accordion__headding {
  border-bottom: none;
}

.comp_v2_1121__check_open_opto_accordion:checked ~ #opto .comp_v2_1121__accordion__headding::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/icon-close.png) !important;
}

.comp_v2_1121__check_open_opto_accordion:checked ~ #opto .comp_v2_1121__accordion__contents {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}

.comp_v2_1121__check_open_logic_accordion:checked ~ #logic .comp_v2_1121__accordion__headding {
  border-bottom: none;
}

.comp_v2_1121__check_open_logic_accordion:checked ~ #logic .comp_v2_1121__accordion__headding::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/icon-close.png) !important;
}

.comp_v2_1121__check_open_logic_accordion:checked ~ #logic .comp_v2_1121__accordion__contents {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}

.comp_v2_1121__check_open_linear_accordion:checked ~ #linear .comp_v2_1121__accordion__headding {
  border-bottom: none;
}

.comp_v2_1121__check_open_linear_accordion:checked ~ #linear .comp_v2_1121__accordion__headding::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/icon-close.png) !important;
}

.comp_v2_1121__check_open_linear_accordion:checked ~ #linear .comp_v2_1121__accordion__contents {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}

.comp_v2_1121__check_open_micro_accordion:checked ~ #micro .comp_v2_1121__accordion__headding {
  border-bottom: none;
}

.comp_v2_1121__check_open_micro_accordion:checked ~ #micro .comp_v2_1121__accordion__headding::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/icon-close.png) !important;
}

.comp_v2_1121__check_open_micro_accordion:checked ~ #micro .comp_v2_1121__accordion__contents {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}

.comp_v2_1121__check_open_assp_accordion:checked ~ #assp .comp_v2_1121__accordion__headding {
  border-bottom: none;
}

.comp_v2_1121__check_open_assp_accordion:checked ~ #assp .comp_v2_1121__accordion__headding::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/icon-close.png) !important;
}

.comp_v2_1121__check_open_assp_accordion:checked ~ #assp .comp_v2_1121__accordion__contents {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}

.comp_v2_1121__check_open_automotive_accordion:checked ~ #automotive .comp_v2_1121__accordion__headding {
  border-bottom: none;
}

.comp_v2_1121__check_open_automotive_accordion:checked ~ #automotive .comp_v2_1121__accordion__headding::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/icon-close.png) !important;
}

.comp_v2_1121__check_open_automotive_accordion:checked ~ #automotive .comp_v2_1121__accordion__contents {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}

.comp_v2_1121__check_open_wireless_accordion:checked ~ #wireless .comp_v2_1121__accordion__headding {
  border-bottom: none;
}

.comp_v2_1121__check_open_wireless_accordion:checked ~ #wireless .comp_v2_1121__accordion__headding::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/icon-close.png) !important;
}

.comp_v2_1121__check_open_wireless_accordion:checked ~ #wireless .comp_v2_1121__accordion__contents {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}

.comp_v2_1121__check_open_sensor_accordion:checked ~ #sensor .comp_v2_1121__accordion__headding {
  border-bottom: none;
}

.comp_v2_1121__check_open_sensor_accordion:checked ~ #sensor .comp_v2_1121__accordion__headding::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/icon-close.png) !important;
}

.comp_v2_1121__check_open_sensor_accordion:checked ~ #sensor .comp_v2_1121__accordion__contents {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}

.comp_v2_1121__accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px 15px 30px 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_1121__accordion {
    margin-top: -1px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .comp_v2_1121__accordion:nth-of-type(3n) {
    margin-top: -1px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .comp_v2_1121__accordion {
    width: calc(33.33% - 10px);
  }
  .comp_v2_1121__accordion:nth-of-type(3n) {
    margin: 0 0 30px 0 !important;
  }
}

.comp_v2_1121__accordion__headding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(51, 51, 51, 0.2);
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  width: 100%;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.9rem;
  cursor: pointer;
  letter-spacing: 0.1rem;
  padding-top: 15px;
  padding-right: 60px;
  padding-bottom: 15px;
  padding-left: 10px;
}

.comp_v2_1121__accordion__headding::after {
  content: "";
  position: absolute;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/icon-open.png);
  width: 30px;
  height: 30px;
  background-size: contain;
  top: 12px;
  right: 10px;
}

.comp_v2_1121__accordion__contents {
  padding: 0 0 15px 15px;
  display: none;
}

.comp_v2_1121__accordion__contents__sub {
  padding-left: 30px;
}

.comp_v2_1121__accordion__contents__eo {
  margin-bottom: -15px;
  margin-left: -15px;
  margin-top: 15px;
  padding: 15px 15px;
}

.comp_v2_1121__accordion__contents li {
  margin-bottom: 0;
}

.comp_v2_1121__accordion__contents a {
  display: inline-block;
  padding-left: 25px;
  position: relative;
  color: #0064d2;
}

.comp_v2_1121__accordion__contents a:hover {
  text-decoration: underline;
}

.comp_v2_1121__accordion__contents a::after {
  content: "";
  display: block;
  position: absolute;
  left: 3px;
  top: 4px;
  width: 15px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
  background-size: contain;
}

.comp_v2_0900 .comp_v2_1121__frame {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_1121__frame {
    padding-left: 0;
    padding-right: 0;
  }
}

.comp_v2_1130__frame {
  padding: 15px 15px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .comp_v2_1130__frame {
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_1130__frame {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.comp_v2_1130__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

@media screen and (max-width: 768px) {
  .comp_v2_1130__column {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_1130__column + .comp_v2_1130__column {
    margin-top: 20px;
  }
}

.comp_v2_1130__column__button, .comp_v2_1130__column__button--not_agree {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  border-radius: 4px;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  color: #fff;
  background-color: #0064d2;
  margin: 0 15px;
  padding: 8px 10px;
  width: 100%;
  max-width: 370px;
  min-height: 40px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .comp_v2_1130__column__button, .comp_v2_1130__column__button--not_agree {
    max-width: none;
  }
}

.comp_v2_1130__column__button--not_agree {
  background-color: #a0a0a5;
}

.comp_v2_0900 .comp_v2_1130__frame {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_1130__frame {
    padding-left: 0;
    padding-right: 0;
  }
}

.comp_v2_1140__frame {
  padding: 30px 15px;
  overflow: hidden;
  max-width: 1140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .comp_v2_1140__frame {
    padding: 20px;
  }
}

.comp_v2_1140__select_all__checkbox {
  position: absolute;
  left: -100vw;
}

.comp_v2_1140__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

@media screen and (max-width: 768px) {
  .comp_v2_1140__buttons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.comp_v2_1140__button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1.4rem;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 20px;
  border-radius: 4px;
  line-height: 1;
  letter-spacing: 0.1rem;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  background-color: #0064d2;
  border: 1px solid #0064d2;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .comp_v2_1140__button {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

.comp_v2_1140__button:hover {
  opacity: 0.5;
  cursor: pointer;
}

.comp_v2_1140__button:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

.comp_v2_1140__button.-flip {
  background-color: transparent;
  border: 1px solid #0064d2;
  color: #0064d2;
}

.comp_v2_1140__select_all__checkbox:checked ~ form .comp_v2_1140__button.-flip {
  background-color: #0064d2;
  border: 1px solid #0064d2;
  color: #fff;
}

.comp_v2_1140__select_all__checkbox:focus ~ form .comp_v2_1140__button.-flip {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

.comp_v2_1140__button.-hide {
  display: none;
}

.comp_v2_1140__table {
  table-layout: fixed;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.16);
  margin-top: 30px;
  margin-bottom: 40px;
  line-height: 1.6;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .comp_v2_1140__table {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

.comp_v2_1140__table thead th,
.comp_v2_1140__table thead td {
  padding: 10px 10px 10px 20px;
  text-align: left;
  font-weight: bold;
  vertical-align: top;
  color: #2d2d2d;
}

.comp_v2_1140__table thead th:last-child,
.comp_v2_1140__table thead td:last-child {
  width: 15%;
}

@media screen and (max-width: 768px) {
  .comp_v2_1140__table thead th,
  .comp_v2_1140__table thead td {
    display: inline-block;
    width: auto;
    padding: 10px 0;
  }
  .comp_v2_1140__table thead th + th::before,
  .comp_v2_1140__table thead td + th::before {
    content: "/";
    display: inline-block;
    margin: 0 3px;
  }
  .comp_v2_1140__table thead th:first-child,
  .comp_v2_1140__table thead td:first-child {
    padding-left: 10px;
  }
}

.comp_v2_1140__table tbody th,
.comp_v2_1140__table tbody td {
  text-align: left;
  padding: 10px 15px;
  border-top: 1px solid #e7e7e8;
  border-left: 1px solid #e7e7e8;
  vertical-align: top;
}

.comp_v2_1140__table tbody th:first-child,
.comp_v2_1140__table tbody td:first-child {
  border-left: none;
}

.comp_v2_1140__table tbody th label,
.comp_v2_1140__table tbody td label {
  display: block;
  cursor: pointer;
}

.comp_v2_1140__table tbody th p,
.comp_v2_1140__table tbody td p {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_1140__table tbody th,
  .comp_v2_1140__table tbody td {
    display: block;
    padding: 0 10px;
    border: none;
  }
  .comp_v2_1140__table tbody th:first-child,
  .comp_v2_1140__table tbody td:first-child {
    padding-top: 10px;
    border-top: 1px solid #e7e7e8;
  }
  .comp_v2_1140__table tbody th:nth-child(2) label,
  .comp_v2_1140__table tbody td:nth-child(2) label {
    padding-left: 20px;
  }
  .comp_v2_1140__table tbody th:last-child,
  .comp_v2_1140__table tbody td:last-child {
    padding-bottom: 10px;
  }
  .comp_v2_1140__table tbody th p,
  .comp_v2_1140__table tbody td p {
    padding-left: 20px;
  }
}

.comp_v2_1140__badge {
  font-size: 1.1rem;
  margin: 0 0 10px 0;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0.1rem;
  display: block;
  margin-bottom: 5px;
  padding-left: 30px;
}

.comp_v2_1140__badge span {
  display: inline-block;
  border-radius: 4px;
  padding: 5px 10px;
  line-height: 1;
  color: #fff;
  background-color: #af8cc8;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
}

@media screen and (max-width: 768px) {
  .comp_v2_1140__badge {
    padding-left: 20px;
  }
}

.comp_v2_1140__checkbox {
  position: absolute;
  left: -100vw;
}

.comp_v2_1140__checkbox_text {
  display: block;
  position: relative;
  padding-left: 30px;
  color: #0064d2;
}

@media screen and (max-width: 768px) {
  .comp_v2_1140__checkbox_text {
    padding-left: 20px;
  }
}

.comp_v2_1140__checkbox_text::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  .comp_v2_1140__checkbox_text::before {
    width: 12px;
    height: 12px;
  }
}

.comp_v2_1140__checkbox:disabled ~ .comp_v2_1140__checkbox_text::before {
  display: none;
}

.comp_v2_1140__checkbox:checked ~ .comp_v2_1140__checkbox_text::before {
  background-color: #0064d2;
  border: 1px solid #0064d2;
}

.comp_v2_1140__checkbox:focus ~ .comp_v2_1140__checkbox_text::before {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

.comp_v2_1140__checkbox:checked ~ .comp_v2_1140__checkbox_text::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 5px;
  width: 6px;
  height: 12px;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media screen and (max-width: 768px) {
  .comp_v2_1140__checkbox:checked ~ .comp_v2_1140__checkbox_text::after {
    top: 5px;
    width: 4px;
    height: 8px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}

.comp_v2_1140__checkbox_text a {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_1140__checkbox_text a:hover {
  text-decoration: underline;
}

.comp_v2_1140__icon_text {
  display: block;
  color: #6e7175;
  padding-left: 30px;
  font-size: 1.2rem;
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .comp_v2_1140__icon_text {
    padding-left: 20px;
    margin-top: 5px;
  }
}

.comp_v2_1140__icon_text.-pdf::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
  background-size: 11px 14px;
  margin-right: 5px;
}

.comp_v2_1140__icon_text.-file::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-file.png);
  background-size: 11px 14px;
  margin-right: 5px;
}

.comp_v2_1140__description {
  display: block;
  line-height: 1.6;
  padding-left: 30px;
}

@media screen and (max-width: 768px) {
  .comp_v2_1140__description {
    padding-left: 20px;
  }
}

.comp_v2_1140__icon_text + .comp_v2_1140__description {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .comp_v2_1140__icon_text + .comp_v2_1140__description {
    margin-top: 5px;
  }
}

.comp_v2_0900 .comp_v2_1140__frame {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_1140__frame {
    padding-left: 0;
    padding-right: 0;
  }
}


.comp_v2_3010 {
  position: fixed;
  left: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid rgba(51, 51, 51, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  z-index: 11;
}

@media print {
  .comp_v2_3010 {
    position: relative;
  }
}

.comp_v2_3010__frame {
  padding: 15px 15px;
  overflow: hidden;
  max-width: 1140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .comp_v2_3010__frame {
    padding: 20px;
  }
}

.comp_v2_3010__agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .comp_v2_3010__agree {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.comp_v2_3010__agree__col {
  margin: 0 15px;
  text-align: center;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .comp_v2_3010__agree__col {
    width: 100%;
    margin: 0;
  }
}

.comp_v2_3010__agree__col__btn {
  margin: 0;
}

.comp_v2_3010__agree__col__btn--default, .comp_v2_3010__agree__col__btn--disagree {
  font-size: 1.4rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
  width: 100%;
  text-decoration: none;
  vertical-align: middle;
  padding: 8px 10px;
  color: #fff;
  background-color: #0064d2;
  text-align: center;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.8;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  min-height: 40px;
  border: none;
  max-width: 370px;
  margin: 0 auto;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v2_3010__agree__col__btn--default, .comp_v2_3010__agree__col__btn--disagree {
    max-width: none;
  }
}

.comp_v2_3010__agree__col__btn--default:hover, .comp_v2_3010__agree__col__btn--disagree:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .comp_v2_3010__agree__col__btn--default, .comp_v2_3010__agree__col__btn--disagree {
    width: 100%;
  }
}

.comp_v2_3010__agree__col__btn--disagree {
  background-color: #a0a0a5;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .comp_v2_3010__agree__col__btn {
    margin: 7px auto 0;
  }
}

.comp_v2_3010__agree__col__text--external, .comp_v2_3010__agree__col__text--default {
  font-size: 1.2rem;
  margin: 5px 0 0 0;
  display: inline-block;
  position: relative;
}

.comp_v2_3010__agree__col__text--external::after {
  position: relative;
  left: 10px;
  top: 0.2em;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
  background-size: 13px 13px;
}

.comp_v2_0900 .comp_v2_3010__frame {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_3010__frame {
    padding-left: 0;
    padding-right: 0;
  }
}


.comp_v2_3060__frame {
  padding: 30px 15px;
  overflow: hidden;
  max-width: 1140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  .comp_v2_3060__frame {
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_3060__table th,
  .comp_v2_3060__table td {
    min-width: 100px;
  }
}

.comp_v2_3060__table, .comp_v2_3060__table__2cell, .comp_v2_3060__table02, .comp_v2_3060__table03 {
  border-collapse: collapse;
  border: 1px solid #e7e7e8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_3060__table, .comp_v2_3060__table__2cell, .comp_v2_3060__table02, .comp_v2_3060__table03 {
    margin: 0;
  }
}

.comp_v2_3060__table caption, .comp_v2_3060__table__2cell caption, .comp_v2_3060__table02 caption, .comp_v2_3060__table03 caption {
  color: #1d1e21;
  text-align: left;
  padding: 20px 0;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .comp_v2_3060__table caption, .comp_v2_3060__table__2cell caption, .comp_v2_3060__table02 caption, .comp_v2_3060__table03 caption {
    padding: 10px 0;
  }
}

.comp_v2_3060__table th,
.comp_v2_3060__table td, .comp_v2_3060__table__2cell th,
.comp_v2_3060__table__2cell td, .comp_v2_3060__table02 th,
.comp_v2_3060__table02 td, .comp_v2_3060__table03 th,
.comp_v2_3060__table03 td {
  border: 1px solid #e7e7e8;
  text-align: left;
  padding: 10px 9px;
  font-weight: normal;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .comp_v2_3060__table th,
  .comp_v2_3060__table td, .comp_v2_3060__table__2cell th,
  .comp_v2_3060__table__2cell td, .comp_v2_3060__table02 th,
  .comp_v2_3060__table02 td, .comp_v2_3060__table03 th,
  .comp_v2_3060__table03 td {
    padding: 10px;
  }
}

.comp_v2_3060__table th, .comp_v2_3060__table__2cell th, .comp_v2_3060__table02 th, .comp_v2_3060__table03 th {
  color: #1d1e21;
  background-color: #f0f6fc;
}

.comp_v2_3060__table thead tr:nth-child(even), .comp_v2_3060__table__2cell thead tr:nth-child(even), .comp_v2_3060__table02 thead tr:nth-child(even), .comp_v2_3060__table03 thead tr:nth-child(even) {
  background-color: #f0f6fc;
}

.comp_v2_3060__table thead th,
.comp_v2_3060__table thead td, .comp_v2_3060__table__2cell thead th,
.comp_v2_3060__table__2cell thead td, .comp_v2_3060__table02 thead th,
.comp_v2_3060__table02 thead td, .comp_v2_3060__table03 thead th,
.comp_v2_3060__table03 thead td {
  font-weight: bold;
}

.comp_v2_3060__table tbody tr:nth-child(odd), .comp_v2_3060__table__2cell tbody tr:nth-child(odd), .comp_v2_3060__table02 tbody tr:nth-child(odd), .comp_v2_3060__table03 tbody tr:nth-child(odd) {
  background-color: #fff;
}

.comp_v2_3060__table tbody tr:nth-child(even), .comp_v2_3060__table__2cell tbody tr:nth-child(even), .comp_v2_3060__table02 tbody tr:nth-child(even), .comp_v2_3060__table03 tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}

.comp_v2_3060__table__btn p, .comp_v2_3060__table__2cell__btn p, .comp_v2_3060__table02__btn p, .comp_v2_3060__table03__btn p {
  margin: 0;
  padding: 0;
}

.comp_v2_3060__table__btn--center, .comp_v2_3060__table__2cell__btn--center, .comp_v2_3060__table02__btn--center, .comp_v2_3060__table03__btn--center {
  text-align: center;
}

.comp_v2_3060__table__btn--right, .comp_v2_3060__table__2cell__btn--right, .comp_v2_3060__table02__btn--right, .comp_v2_3060__table03__btn--right {
  text-align: right;
}

.comp_v2_3060__table__btn--default, .comp_v2_3060__table__2cell__btn--default, .comp_v2_3060__table02__btn--default, .comp_v2_3060__table03__btn--default {
  font-size: 1.4rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  background-color: #0064d2;
  text-align: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  min-width: 110px;
  min-height: 40px;
  border: none;
  letter-spacing: 0.1rem;
}

.comp_v2_3060__table__btn--default:hover, .comp_v2_3060__table__2cell__btn--default:hover, .comp_v2_3060__table02__btn--default:hover, .comp_v2_3060__table03__btn--default:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

.comp_v2_3060__table__btn--default:focus, .comp_v2_3060__table__2cell__btn--default:focus, .comp_v2_3060__table02__btn--default:focus, .comp_v2_3060__table03__btn--default:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

.comp_v2_3060__table__btn--default:disabled, .comp_v2_3060__table__2cell__btn--default:disabled, .comp_v2_3060__table02__btn--default:disabled, .comp_v2_3060__table03__btn--default:disabled {
  color: #FFF;
  background-color: #707070;
}

.comp_v2_3060__table__btn--default::before, .comp_v2_3060__table__2cell__btn--default::before, .comp_v2_3060__table02__btn--default::before, .comp_v2_3060__table03__btn--default::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url("/apps/toshiba-ss-v2/clientlibs/dist/img/button-arrow.png");
  background-size: 18px 18px;
  margin-right: 0.2em;
  margin-bottom: 0.2em;
}

.comp_v2_3060__table__btn a, .comp_v2_3060__table__2cell__btn a, .comp_v2_3060__table02__btn a, .comp_v2_3060__table03__btn a {
  font-size: 1.4rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
  min-width: 110px;
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  background-color: #0064d2;
  text-align: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  min-height: 40px;
  border: none;
  letter-spacing: 0.1rem;
}

.comp_v2_3060__table__btn a:hover, .comp_v2_3060__table__2cell__btn a:hover, .comp_v2_3060__table02__btn a:hover, .comp_v2_3060__table03__btn a:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
}

.comp_v2_3060__table__btn a::before, .comp_v2_3060__table__2cell__btn a::before, .comp_v2_3060__table02__btn a::before, .comp_v2_3060__table03__btn a::before {
  content: "";
  display: inline-block;
  width: 18px;
  min-width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-arrow.png);
  background-size: 18px 18px;
  margin-right: 0.25em;
  margin-bottom: 0.1em;
}

.comp_v2_3060__table__btn a[target="_blank"]::before, .comp_v2_3060__table__2cell__btn a[target="_blank"]::before, .comp_v2_3060__table02__btn a[target="_blank"]::before, .comp_v2_3060__table03__btn a[target="_blank"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-external.png);
}

.comp_v2_3060__table__btn a[href$=".pdf"]::before, .comp_v2_3060__table__btn a[href*="docget.jsp"]::before, .comp_v2_3060__table__2cell__btn a[href$=".pdf"]::before, .comp_v2_3060__table__2cell__btn a[href*="docget.jsp"]::before, .comp_v2_3060__table02__btn a[href$=".pdf"]::before, .comp_v2_3060__table02__btn a[href*="docget.jsp"]::before, .comp_v2_3060__table03__btn a[href$=".pdf"]::before, .comp_v2_3060__table03__btn a[href*="docget.jsp"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-pdf.png);
}

.comp_v2_3060__table__btn a[href*="/list/index.php"]::before, .comp_v2_3060__table__2cell__btn a[href*="/list/index.php"]::before, .comp_v2_3060__table02__btn a[href*="/list/index.php"]::before, .comp_v2_3060__table03__btn a[href*="/list/index.php"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-parametric.png);
}

.comp_v2_3060__table__btn a[href^="#"]::before, .comp_v2_3060__table__2cell__btn a[href^="#"]::before, .comp_v2_3060__table02__btn a[href^="#"]::before, .comp_v2_3060__table03__btn a[href^="#"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-anchor.png);
}

.comp_v2_3060__table__btn .comp_v2_3060__table__btn--search::before, .comp_v2_3060__table__2cell__btn .comp_v2_3060__table__btn--search::before, .comp_v2_3060__table02__btn .comp_v2_3060__table__btn--search::before, .comp_v2_3060__table03__btn .comp_v2_3060__table__btn--search::before, .comp_v2_3060__table__btn .comp_v2_3060__table__2cell__btn--search::before, .comp_v2_3060__table__2cell__btn .comp_v2_3060__table__2cell__btn--search::before, .comp_v2_3060__table02__btn .comp_v2_3060__table__2cell__btn--search::before, .comp_v2_3060__table03__btn .comp_v2_3060__table__2cell__btn--search::before, .comp_v2_3060__table__btn .comp_v2_3060__table02__btn--search::before, .comp_v2_3060__table__2cell__btn .comp_v2_3060__table02__btn--search::before, .comp_v2_3060__table02__btn .comp_v2_3060__table02__btn--search::before, .comp_v2_3060__table03__btn .comp_v2_3060__table02__btn--search::before, .comp_v2_3060__table__btn .comp_v2_3060__table03__btn--search::before, .comp_v2_3060__table__2cell__btn .comp_v2_3060__table03__btn--search::before, .comp_v2_3060__table02__btn .comp_v2_3060__table03__btn--search::before, .comp_v2_3060__table03__btn .comp_v2_3060__table03__btn--search::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-search.png);
}

.comp_v2_3060__table__btn .comp_v2_3060__table__btn--balloon::before, .comp_v2_3060__table__2cell__btn .comp_v2_3060__table__btn--balloon::before, .comp_v2_3060__table02__btn .comp_v2_3060__table__btn--balloon::before, .comp_v2_3060__table03__btn .comp_v2_3060__table__btn--balloon::before, .comp_v2_3060__table__btn .comp_v2_3060__table__2cell__btn--balloon::before, .comp_v2_3060__table__2cell__btn .comp_v2_3060__table__2cell__btn--balloon::before, .comp_v2_3060__table02__btn .comp_v2_3060__table__2cell__btn--balloon::before, .comp_v2_3060__table03__btn .comp_v2_3060__table__2cell__btn--balloon::before, .comp_v2_3060__table__btn .comp_v2_3060__table02__btn--balloon::before, .comp_v2_3060__table__2cell__btn .comp_v2_3060__table02__btn--balloon::before, .comp_v2_3060__table02__btn .comp_v2_3060__table02__btn--balloon::before, .comp_v2_3060__table03__btn .comp_v2_3060__table02__btn--balloon::before, .comp_v2_3060__table__btn .comp_v2_3060__table03__btn--balloon::before, .comp_v2_3060__table__2cell__btn .comp_v2_3060__table03__btn--balloon::before, .comp_v2_3060__table02__btn .comp_v2_3060__table03__btn--balloon::before, .comp_v2_3060__table03__btn .comp_v2_3060__table03__btn--balloon::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-balloon.png);
}

.comp_v2_3060__table__btn .comp_v2_3060__table__btn--cart::before, .comp_v2_3060__table__2cell__btn .comp_v2_3060__table__btn--cart::before, .comp_v2_3060__table02__btn .comp_v2_3060__table__btn--cart::before, .comp_v2_3060__table03__btn .comp_v2_3060__table__btn--cart::before, .comp_v2_3060__table__btn .comp_v2_3060__table__2cell__btn--cart::before, .comp_v2_3060__table__2cell__btn .comp_v2_3060__table__2cell__btn--cart::before, .comp_v2_3060__table02__btn .comp_v2_3060__table__2cell__btn--cart::before, .comp_v2_3060__table03__btn .comp_v2_3060__table__2cell__btn--cart::before, .comp_v2_3060__table__btn .comp_v2_3060__table02__btn--cart::before, .comp_v2_3060__table__2cell__btn .comp_v2_3060__table02__btn--cart::before, .comp_v2_3060__table02__btn .comp_v2_3060__table02__btn--cart::before, .comp_v2_3060__table03__btn .comp_v2_3060__table02__btn--cart::before, .comp_v2_3060__table__btn .comp_v2_3060__table03__btn--cart::before, .comp_v2_3060__table__2cell__btn .comp_v2_3060__table03__btn--cart::before, .comp_v2_3060__table02__btn .comp_v2_3060__table03__btn--cart::before, .comp_v2_3060__table03__btn .comp_v2_3060__table03__btn--cart::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-cart.png);
}

.comp_v2_3060__table__btn .comp_v2_3060__table__btn--large, .comp_v2_3060__table__2cell__btn .comp_v2_3060__table__btn--large, .comp_v2_3060__table02__btn .comp_v2_3060__table__btn--large, .comp_v2_3060__table03__btn .comp_v2_3060__table__btn--large, .comp_v2_3060__table__btn .comp_v2_3060__table__2cell__btn--large, .comp_v2_3060__table__2cell__btn .comp_v2_3060__table__2cell__btn--large, .comp_v2_3060__table02__btn .comp_v2_3060__table__2cell__btn--large, .comp_v2_3060__table03__btn .comp_v2_3060__table__2cell__btn--large, .comp_v2_3060__table__btn .comp_v2_3060__table02__btn--large, .comp_v2_3060__table__2cell__btn .comp_v2_3060__table02__btn--large, .comp_v2_3060__table02__btn .comp_v2_3060__table02__btn--large, .comp_v2_3060__table03__btn .comp_v2_3060__table02__btn--large, .comp_v2_3060__table__btn .comp_v2_3060__table03__btn--large, .comp_v2_3060__table__2cell__btn .comp_v2_3060__table03__btn--large, .comp_v2_3060__table02__btn .comp_v2_3060__table03__btn--large, .comp_v2_3060__table03__btn .comp_v2_3060__table03__btn--large {
  font-size: 2rem;
  padding: 18px 30px;
}

@media screen and (max-width: 768px) {
  .comp_v2_3060__table__btn .comp_v2_3060__table__btn--large, .comp_v2_3060__table__2cell__btn .comp_v2_3060__table__btn--large, .comp_v2_3060__table02__btn .comp_v2_3060__table__btn--large, .comp_v2_3060__table03__btn .comp_v2_3060__table__btn--large, .comp_v2_3060__table__btn .comp_v2_3060__table__2cell__btn--large, .comp_v2_3060__table__2cell__btn .comp_v2_3060__table__2cell__btn--large, .comp_v2_3060__table02__btn .comp_v2_3060__table__2cell__btn--large, .comp_v2_3060__table03__btn .comp_v2_3060__table__2cell__btn--large, .comp_v2_3060__table__btn .comp_v2_3060__table02__btn--large, .comp_v2_3060__table__2cell__btn .comp_v2_3060__table02__btn--large, .comp_v2_3060__table02__btn .comp_v2_3060__table02__btn--large, .comp_v2_3060__table03__btn .comp_v2_3060__table02__btn--large, .comp_v2_3060__table__btn .comp_v2_3060__table03__btn--large, .comp_v2_3060__table__2cell__btn .comp_v2_3060__table03__btn--large, .comp_v2_3060__table02__btn .comp_v2_3060__table03__btn--large, .comp_v2_3060__table03__btn .comp_v2_3060__table03__btn--large {
    width: 100%;
  }
}

.comp_v2_3060__table__btn .comp_v2_3060__table__btn--large:hover, .comp_v2_3060__table__2cell__btn .comp_v2_3060__table__btn--large:hover, .comp_v2_3060__table02__btn .comp_v2_3060__table__btn--large:hover, .comp_v2_3060__table03__btn .comp_v2_3060__table__btn--large:hover, .comp_v2_3060__table__btn .comp_v2_3060__table__2cell__btn--large:hover, .comp_v2_3060__table__2cell__btn .comp_v2_3060__table__2cell__btn--large:hover, .comp_v2_3060__table02__btn .comp_v2_3060__table__2cell__btn--large:hover, .comp_v2_3060__table03__btn .comp_v2_3060__table__2cell__btn--large:hover, .comp_v2_3060__table__btn .comp_v2_3060__table02__btn--large:hover, .comp_v2_3060__table__2cell__btn .comp_v2_3060__table02__btn--large:hover, .comp_v2_3060__table02__btn .comp_v2_3060__table02__btn--large:hover, .comp_v2_3060__table03__btn .comp_v2_3060__table02__btn--large:hover, .comp_v2_3060__table__btn .comp_v2_3060__table03__btn--large:hover, .comp_v2_3060__table__2cell__btn .comp_v2_3060__table03__btn--large:hover, .comp_v2_3060__table02__btn .comp_v2_3060__table03__btn--large:hover, .comp_v2_3060__table03__btn .comp_v2_3060__table03__btn--large:hover {
  color: #fff;
}

.comp_v2_3060__table__btn .comp_v2_3060__table__btn--flip, .comp_v2_3060__table__2cell__btn .comp_v2_3060__table__btn--flip, .comp_v2_3060__table02__btn .comp_v2_3060__table__btn--flip, .comp_v2_3060__table03__btn .comp_v2_3060__table__btn--flip, .comp_v2_3060__table__btn .comp_v2_3060__table__2cell__btn--flip, .comp_v2_3060__table__2cell__btn .comp_v2_3060__table__2cell__btn--flip, .comp_v2_3060__table02__btn .comp_v2_3060__table__2cell__btn--flip, .comp_v2_3060__table03__btn .comp_v2_3060__table__2cell__btn--flip, .comp_v2_3060__table__btn .comp_v2_3060__table02__btn--flip, .comp_v2_3060__table__2cell__btn .comp_v2_3060__table02__btn--flip, .comp_v2_3060__table02__btn .comp_v2_3060__table02__btn--flip, .comp_v2_3060__table03__btn .comp_v2_3060__table02__btn--flip, .comp_v2_3060__table__btn .comp_v2_3060__table03__btn--flip, .comp_v2_3060__table__2cell__btn .comp_v2_3060__table03__btn--flip, .comp_v2_3060__table02__btn .comp_v2_3060__table03__btn--flip, .comp_v2_3060__table03__btn .comp_v2_3060__table03__btn--flip {
  color: #0064d2;
  background-color: #fff;
  border: 1px solid #0064d2;
}

.comp_v2_3060__table__btn .comp_v2_3060__table__btn--flip::before, .comp_v2_3060__table__2cell__btn .comp_v2_3060__table__btn--flip::before, .comp_v2_3060__table02__btn .comp_v2_3060__table__btn--flip::before, .comp_v2_3060__table03__btn .comp_v2_3060__table__btn--flip::before, .comp_v2_3060__table__btn .comp_v2_3060__table__2cell__btn--flip::before, .comp_v2_3060__table__2cell__btn .comp_v2_3060__table__2cell__btn--flip::before, .comp_v2_3060__table02__btn .comp_v2_3060__table__2cell__btn--flip::before, .comp_v2_3060__table03__btn .comp_v2_3060__table__2cell__btn--flip::before, .comp_v2_3060__table__btn .comp_v2_3060__table02__btn--flip::before, .comp_v2_3060__table__2cell__btn .comp_v2_3060__table02__btn--flip::before, .comp_v2_3060__table02__btn .comp_v2_3060__table02__btn--flip::before, .comp_v2_3060__table03__btn .comp_v2_3060__table02__btn--flip::before, .comp_v2_3060__table__btn .comp_v2_3060__table03__btn--flip::before, .comp_v2_3060__table__2cell__btn .comp_v2_3060__table03__btn--flip::before, .comp_v2_3060__table02__btn .comp_v2_3060__table03__btn--flip::before, .comp_v2_3060__table03__btn .comp_v2_3060__table03__btn--flip::before {
  display: none;
}

.comp_v2_3060__table ul,
.comp_v2_3060__table ol, .comp_v2_3060__table__2cell ul,
.comp_v2_3060__table__2cell ol, .comp_v2_3060__table02 ul,
.comp_v2_3060__table02 ol, .comp_v2_3060__table03 ul,
.comp_v2_3060__table03 ol {
  margin: 0;
  margin-top: 0 !important;
}

@media screen and (max-width: 768px) {
  .comp_v2_3060__table__2cell {
    table-layout: fixed;
  }
}

.comp_v2_3060__table__2cell th,
.comp_v2_3060__table__2cell td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_3060__table__2cell th img,
  .comp_v2_3060__table__2cell td img {
    max-width: 507px;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_3060__table__2cell th,
  .comp_v2_3060__table__2cell td {
    display: block;
    width: 100%;
  }
}

.comp_v2_3060__table__2cell th figure span,
.comp_v2_3060__table__2cell td figure span {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.comp_v2_3060__table__2cell th figure span img,
.comp_v2_3060__table__2cell td figure span img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
}

.comp_v2_3060__table__2cell th figure figcaption,
.comp_v2_3060__table__2cell td figure figcaption {
  margin: 0;
  padding: 1em 0;
}

.comp_v2_3060__table__2cell th .imagemodal figure,
.comp_v2_3060__table__2cell td .imagemodal figure {
  position: relative;
  background-color: transparent;
  border-radius: 0;
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.comp_v2_3060__table__2cell th .imagemodal figure:before,
.comp_v2_3060__table__2cell td .imagemodal figure:before {
  display: none;
}

.comp_v2_3060__table__2cell th .imagemodal figure img,
.comp_v2_3060__table__2cell td .imagemodal figure img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media screen and (max-width: 768px) {
  .comp_v2_3060__table__2cell {
    border: none;
  }
  .comp_v2_3060__table__2cell th,
  .comp_v2_3060__table__2cell td {
    border: 1px solid #e7e7e8;
    margin-top: -1px;
  }
}

.comp_v2_3060__table02 tbody tr:nth-child(odd) {
  background-color: #fff;
}

.comp_v2_3060__table02 tbody tr:nth-child(even) {
  background-color: #fff;
}

.comp_v2_3060__table03 tbody tr:nth-child(odd) {
  background-color: transparent;
}

.comp_v2_3060__table03 tbody tr:nth-child(even) {
  background-color: transparent;
}

.comp_v2_3060__table03 tbody td:nth-child(odd) {
  background-color: #f5f5f5;
}

.comp_v2_3060__table03 tbody td:nth-child(even) {
  background-color: #fff;
}

.comp_v2_3060__select {
  margin: 25px 0;
  position: relative;
}

.comp_v2_3060__select:before {
  content: "\0046\0069\006c\0074\0065\0072";
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 2;
  font-size: 1.2rem;
  color: #a0a0a5;
  letter-spacing: 0.1rem;
}

.comp_v2_3060__select__selecter {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  min-width: 250px;
}

@media screen and (max-width: 768px) {
  .comp_v2_3060__select__selecter {
    width: 100%;
  }
}

.comp_v2_3060__select__selecter::before {
  position: absolute;
  padding: 0;
  content: "";
  top: 50%;
  right: 0.9em;
  bottom: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid rgba(51, 51, 51, 0.3);
  border-right: 2px solid rgba(51, 51, 51, 0.3);
  -webkit-transform: rotate(135deg) translate(-50%, 50%);
  transform: rotate(135deg) translate(-50%, 50%);
  pointer-events: none;
}

.comp_v2_3060__select__selecter::after {
  position: absolute;
  top: 0;
  right: 2.5em;
  bottom: 0;
  width: 1px;
  content: "";
  border-left: 1px solid #ccc;
}

.comp_v2_3060__select__selecter select {
  width: 100%;
  min-width: 120px;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 12px 45px 12px 10px;
  color: #333;
  letter-spacing: 0.1rem;
}

.comp_v2_3060__select__selecter select:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

.comp_v2_3060__select__selecter select::-ms-expand {
  display: none;
}

.comp_v2_3060__select__selecter select:disabled {
  background-color: #e7e7e8;
}

@media screen and (max-width: 768px) {
  .comp_v2_3060__select__selecter {
    width: 100%;
    min-width: auto;
  }
}

.comp_v2_3060__select__selecter select {
  padding: 30px 40px 8px 10px;
  min-width: 250px;
}

.comp_v2_3060--filter--hide {
  display: none;
}

.comp_v2_3060 ul {
  list-style: none;
  padding: 0;
  margin: 1em 0 0 0;
  line-height: 1.4;
}

.comp_v2_3060 ul ul,
.comp_v2_3060 ul ol {
  margin: 0 0 0 30px;
}

@media screen and (max-width: 768px) {
  .comp_v2_3060 ul ul,
  .comp_v2_3060 ul ol {
    margin: 0 0 0 25px;
  }
}

.comp_v2_3060 ol {
  padding: 0;
  margin: 1em 0 0 0;
  list-style-type: none;
  counter-reset: ol-counter;
}

.comp_v2_3060 ol ul,
.comp_v2_3060 ol ol {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_3060 ol ul,
  .comp_v2_3060 ol ol {
    margin: 0;
  }
}

.comp_v2_3060 ol > li {
  position: relative;
  counter-increment: ol-counter;
  margin-left: 1.5em;
  text-indent: 0;
}

.comp_v2_3060 ol > li::before {
  content: counter(ol-counter) ". ";
  width: 2.5em;
  display: inline-block;
  text-align: right;
  left: -2.5em;
  position: absolute;
  padding-right: 0.4em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.comp_v2_3060 .disc ul,
.comp_v2_3060 .disc ol {
  margin: 0;
}

.comp_v2_3060 li a {
  color: #0064d2;
  display: inline-block;
  position: relative;
}

.comp_v2_3060 li a:hover {
  text-decoration: underline;
}

.comp_v2_3060 li a img {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}

.comp_v2_3060 a {
  display: inline;
  color: #0064d2;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  text-decoration: underline;
  line-height: 1.4;
}

.comp_v2_3060 a:hover {
  text-decoration: none;
}

.comp_v2_3060 a::before {
  display: none;
}

.comp_v2_3060 a::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
  background-size: 13px 13px;
  margin: 0 5px;
  vertical-align: middle;
}

.comp_v2_3060 a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_3060 a[href$=".pdf"]::after, .comp_v2_3060 a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
  background-size: 11px 14px;
}

.comp_v2_3060 a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
  background-size: 13px 11px;
}

.comp_v2_3060 a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
  background-size: 13px 13px;
}

.comp_v2_3060 a[href^="tel:"], .comp_v2_3060 a[href^="mailto:"], .comp_v2_3060 a.icon-none {
  padding-right: 0;
}

.comp_v2_3060 a[href^="tel:"]::after, .comp_v2_3060 a[href^="mailto:"]::after, .comp_v2_3060 a.icon-none::after {
  display: none;
}

.comp_v2_3060 a.icon-none img {
  margin: 0;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_3060 a[href^="tel:"] {
    color: #333;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_3060 ul .disc,
.comp_v2_3060 ol .disc {
  display: inline-block;
  padding-left: 30px;
  margin-left: 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .comp_v2_3060 ul .disc,
  .comp_v2_3060 ol .disc {
    padding-left: 25px;
  }
}

.comp_v2_3060 ul .disc::before,
.comp_v2_3060 ol .disc::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: "\002022";
  color: #0064d2;
  margin: 0 7px;
}

.comp_v2_3060 ul a,
.comp_v2_3060 ol a {
  display: inline-block;
  color: #0064d2;
  padding-left: 30px;
  padding-right: 0;
  position: relative;
  line-height: 1.4;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .comp_v2_3060 ul a,
  .comp_v2_3060 ol a {
    padding-left: 25px;
  }
}

.comp_v2_3060 ul a:hover,
.comp_v2_3060 ol a:hover {
  text-decoration: underline;
}

.comp_v2_3060 ul a::after,
.comp_v2_3060 ol a::after {
  display: none;
}

.comp_v2_3060 ul a::before,
.comp_v2_3060 ol a::before {
  position: absolute;
  left: 5px;
  top: 0.2em;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
  background-size: 13px 13px;
}

.comp_v2_3060 ul a[target="_blank"]::before,
.comp_v2_3060 ol a[target="_blank"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_3060 ul a[href$=".pdf"]::before, .comp_v2_3060 ul a[href*="docget.jsp"]::before,
.comp_v2_3060 ol a[href$=".pdf"]::before,
.comp_v2_3060 ol a[href*="docget.jsp"]::before {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
  background-size: 11px 14px;
}

.comp_v2_3060 ul a[href*="/list/index.php"]::before,
.comp_v2_3060 ol a[href*="/list/index.php"]::before {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
  background-size: 13px 11px;
}

.comp_v2_3060 ul a[href^="#"]::before,
.comp_v2_3060 ol a[href^="#"]::before {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
  background-size: 13px 13px;
}

.comp_v2_3060 ul a[href^="tel:"], .comp_v2_3060 ul a[href^="mailto:"], .comp_v2_3060 ul a.icon-none,
.comp_v2_3060 ol a[href^="tel:"],
.comp_v2_3060 ol a[href^="mailto:"],
.comp_v2_3060 ol a.icon-none {
  padding-left: 0;
}

.comp_v2_3060 ul a[href^="tel:"]::before, .comp_v2_3060 ul a[href^="mailto:"]::before, .comp_v2_3060 ul a.icon-none::before,
.comp_v2_3060 ol a[href^="tel:"]::before,
.comp_v2_3060 ol a[href^="mailto:"]::before,
.comp_v2_3060 ol a.icon-none::before {
  display: none;
}

.comp_v2_3060 ul a.icon-none img,
.comp_v2_3060 ol a.icon-none img {
  margin: 0;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_3060 ul a[href^="tel:"],
  .comp_v2_3060 ol a[href^="tel:"] {
    color: #333;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_3060 ul a,
.comp_v2_3060 ol a {
  text-decoration: none;
}

.comp_v2_3060 ol ul > li::before {
  width: auto;
  left: auto;
  padding-right: 0;
}

.comp_v2_3060 dl {
  line-height: 1.6;
}

.comp_v2_3060 dl a {
  display: inline;
  color: #0064d2;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  text-decoration: underline;
  line-height: 1.4;
}

.comp_v2_3060 dl a:hover {
  text-decoration: none;
}

.comp_v2_3060 dl a::before {
  display: none;
}

.comp_v2_3060 dl a::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
  background-size: 13px 13px;
  margin: 0 5px;
  vertical-align: middle;
}

.comp_v2_3060 dl a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_3060 dl a[href$=".pdf"]::after, .comp_v2_3060 dl a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
  background-size: 11px 14px;
}

.comp_v2_3060 dl a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
  background-size: 13px 11px;
}

.comp_v2_3060 dl a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
  background-size: 13px 13px;
}

.comp_v2_3060 dl a[href^="tel:"], .comp_v2_3060 dl a[href^="mailto:"], .comp_v2_3060 dl a.icon-none {
  padding-right: 0;
}

.comp_v2_3060 dl a[href^="tel:"]::after, .comp_v2_3060 dl a[href^="mailto:"]::after, .comp_v2_3060 dl a.icon-none::after {
  display: none;
}

.comp_v2_3060 dl a.icon-none img {
  margin: 0;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_3060 dl a[href^="tel:"] {
    color: #333;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_3060 dl dt {
  font-weight: bold;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  color: #1d1e21;
}

.comp_v2_3060 dl dd {
  margin-left: 1.5em;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  color: #333;
}

.comp_v2_0900 .comp_v2_3060__frame {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_0900 .comp_v2_3060__frame {
    padding-left: 0;
    padding-right: 0;
  }
}


.comp_v2_3100__frame {
  padding: 15px 15px;
  overflow: hidden;
  max-width: 1140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .comp_v2_3100__frame {
    padding: 20px;
  }
}

.comp_v2_3100__modal_box {
  position: fixed;
  z-index: 7777;
  display: none;
  width: 80%;
  max-width: 430px;
  margin: 0;
  padding: 60px 2vw 80px;
  border: 2px solid #aaa;
  text-align: left;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 15px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .comp_v2_3100__modal_box {
    padding: 50px 2vw 40px;
  }
}

.comp_v2_3100__modal_box__title {
  font-weight: bold;
  color: #1d1e21;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

.comp_v2_3100__modal_box__select {
  margin-top: 1.5rem;
}

.comp_v2_3100__modal_box__select__region {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .comp_v2_3100__modal_box__select__region {
    width: 100%;
  }
}

.comp_v2_3100__modal_box__select__region::before {
  position: absolute;
  padding: 0;
  content: "";
  top: 50%;
  right: 0.9em;
  bottom: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid rgba(51, 51, 51, 0.3);
  border-right: 2px solid rgba(51, 51, 51, 0.3);
  -webkit-transform: rotate(135deg) translate(-50%, 50%);
  transform: rotate(135deg) translate(-50%, 50%);
  pointer-events: none;
}

.comp_v2_3100__modal_box__select__region::after {
  position: absolute;
  top: 0;
  right: 2.5em;
  bottom: 0;
  width: 1px;
  content: "";
  border-left: 1px solid #ccc;
}

.comp_v2_3100__modal_box__select__region select {
  width: 100%;
  min-width: 120px;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 12px 45px 12px 10px;
  color: #333;
  letter-spacing: 0.1rem;
}

.comp_v2_3100__modal_box__select__region select:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

.comp_v2_3100__modal_box__select__region select::-ms-expand {
  display: none;
}

.comp_v2_3100__modal_box__select__region select:disabled {
  background-color: #e7e7e8;
}

.comp_v2_3100__modal_box__select__country {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .comp_v2_3100__modal_box__select__country {
    width: 100%;
  }
}

.comp_v2_3100__modal_box__select__country::before {
  position: absolute;
  padding: 0;
  content: "";
  top: 50%;
  right: 0.9em;
  bottom: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid rgba(51, 51, 51, 0.3);
  border-right: 2px solid rgba(51, 51, 51, 0.3);
  -webkit-transform: rotate(135deg) translate(-50%, 50%);
  transform: rotate(135deg) translate(-50%, 50%);
  pointer-events: none;
}

.comp_v2_3100__modal_box__select__country::after {
  position: absolute;
  top: 0;
  right: 2.5em;
  bottom: 0;
  width: 1px;
  content: "";
  border-left: 1px solid #ccc;
}

.comp_v2_3100__modal_box__select__country select {
  width: 100%;
  min-width: 120px;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 12px 45px 12px 10px;
  color: #333;
  letter-spacing: 0.1rem;
}

.comp_v2_3100__modal_box__select__country select:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

.comp_v2_3100__modal_box__select__country select::-ms-expand {
  display: none;
}

.comp_v2_3100__modal_box__select__country select:disabled {
  background-color: #e7e7e8;
}

@media screen and (max-width: 768px) {
  .comp_v2_3100__modal_box {
    padding: 20px;
  }
}

.comp_v2_3100__modal_box__result {
  margin-top: 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .comp_v2_3100__modal_box__result {
    width: 100%;
  }
}

.comp_v2_3100__modal_box__result__btn {
  font-size: 1.4rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  background-color: #0064d2;
  text-align: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  min-width: 110px;
  min-height: 40px;
  border: none;
  letter-spacing: 0.1rem;
}

.comp_v2_3100__modal_box__result__btn:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

.comp_v2_3100__modal_box__result__btn:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

.comp_v2_3100__modal_box__result__btn:disabled {
  color: #FFF;
  background-color: #707070;
}

.comp_v2_3100__modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6666;
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.7);
}

.comp_v2_3100__modal_open {
  font-size: 1.4rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  background-color: #0064d2;
  text-align: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  min-width: 110px;
  min-height: 40px;
  border: none;
  letter-spacing: 0.1rem;
}

.comp_v2_3100__modal_open:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

.comp_v2_3100__modal_open:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

.comp_v2_3100__modal_open:disabled {
  color: #FFF;
  background-color: #707070;
}

.comp_v2_3100--center {
  text-align: center;
}

.comp_v2_3100--right {
  text-align: right;
}


.comp_v2_1000,
.comp_v2_1001,
.comp_v2_1002,
.comp_v2_1004,
.comp_v2_1005,
.comp_v2_1006,
.comp_v2_1007,
.comp_v2_1008,
.comp_v2_1009,
.comp_v2_1010,
.comp_v2_1012,
.comp_v2_1013,
.comp_v2_1014,
.comp_v2_1015,
.comp_v2_1016,
.comp_v2_1020,
.comp_v2_1021,
#packBackToList {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .comp_v2_1000,
  .comp_v2_1001,
  .comp_v2_1002,
  .comp_v2_1004,
  .comp_v2_1005,
  .comp_v2_1006,
  .comp_v2_1007,
  .comp_v2_1008,
  .comp_v2_1009,
  .comp_v2_1010,
  .comp_v2_1012,
  .comp_v2_1013,
  .comp_v2_1014,
  .comp_v2_1015,
  .comp_v2_1016,
  .comp_v2_1020,
  .comp_v2_1021,
  #packBackToList {
    padding: 0 20px;
  }
}

.comp_v2_1000 h1,
.comp_v2_1000 h2,
.comp_v2_1000 h3,
.comp_v2_1000 h4,
.comp_v2_1000 h5,
.comp_v2_1001 h1,
.comp_v2_1001 h2,
.comp_v2_1001 h3,
.comp_v2_1001 h4,
.comp_v2_1001 h5,
.comp_v2_1002 h1,
.comp_v2_1002 h2,
.comp_v2_1002 h3,
.comp_v2_1002 h4,
.comp_v2_1002 h5,
.comp_v2_1004 h1,
.comp_v2_1004 h2,
.comp_v2_1004 h3,
.comp_v2_1004 h4,
.comp_v2_1004 h5,
.comp_v2_1005 h1,
.comp_v2_1005 h2,
.comp_v2_1005 h3,
.comp_v2_1005 h4,
.comp_v2_1005 h5,
.comp_v2_1006 h1,
.comp_v2_1006 h2,
.comp_v2_1006 h3,
.comp_v2_1006 h4,
.comp_v2_1006 h5,
.comp_v2_1007 h1,
.comp_v2_1007 h2,
.comp_v2_1007 h3,
.comp_v2_1007 h4,
.comp_v2_1007 h5,
.comp_v2_1008 h1,
.comp_v2_1008 h2,
.comp_v2_1008 h3,
.comp_v2_1008 h4,
.comp_v2_1008 h5,
.comp_v2_1009 h1,
.comp_v2_1009 h2,
.comp_v2_1009 h3,
.comp_v2_1009 h4,
.comp_v2_1009 h5,
.comp_v2_1010 h1,
.comp_v2_1010 h2,
.comp_v2_1010 h3,
.comp_v2_1010 h4,
.comp_v2_1010 h5,
.comp_v2_1012 h1,
.comp_v2_1012 h2,
.comp_v2_1012 h3,
.comp_v2_1012 h4,
.comp_v2_1012 h5,
.comp_v2_1013 h1,
.comp_v2_1013 h2,
.comp_v2_1013 h3,
.comp_v2_1013 h4,
.comp_v2_1013 h5,
.comp_v2_1014 h1,
.comp_v2_1014 h2,
.comp_v2_1014 h3,
.comp_v2_1014 h4,
.comp_v2_1014 h5,
.comp_v2_1015 h1,
.comp_v2_1015 h2,
.comp_v2_1015 h3,
.comp_v2_1015 h4,
.comp_v2_1015 h5,
.comp_v2_1016 h1,
.comp_v2_1016 h2,
.comp_v2_1016 h3,
.comp_v2_1016 h4,
.comp_v2_1016 h5,
.comp_v2_1020 h1,
.comp_v2_1020 h2,
.comp_v2_1020 h3,
.comp_v2_1020 h4,
.comp_v2_1020 h5,
.comp_v2_1021 h1,
.comp_v2_1021 h2,
.comp_v2_1021 h3,
.comp_v2_1021 h4,
.comp_v2_1021 h5,
#packBackToList h1,
#packBackToList h2,
#packBackToList h3,
#packBackToList h4,
#packBackToList h5 {
  color: #1d1e21;
  line-height: 1.4;
  font-weight: normal;
  letter-spacing: 0.1rem;
}

.comp_v2_1000 h1 a,
.comp_v2_1000 h2 a,
.comp_v2_1000 h3 a,
.comp_v2_1000 h4 a,
.comp_v2_1000 h5 a,
.comp_v2_1001 h1 a,
.comp_v2_1001 h2 a,
.comp_v2_1001 h3 a,
.comp_v2_1001 h4 a,
.comp_v2_1001 h5 a,
.comp_v2_1002 h1 a,
.comp_v2_1002 h2 a,
.comp_v2_1002 h3 a,
.comp_v2_1002 h4 a,
.comp_v2_1002 h5 a,
.comp_v2_1004 h1 a,
.comp_v2_1004 h2 a,
.comp_v2_1004 h3 a,
.comp_v2_1004 h4 a,
.comp_v2_1004 h5 a,
.comp_v2_1005 h1 a,
.comp_v2_1005 h2 a,
.comp_v2_1005 h3 a,
.comp_v2_1005 h4 a,
.comp_v2_1005 h5 a,
.comp_v2_1006 h1 a,
.comp_v2_1006 h2 a,
.comp_v2_1006 h3 a,
.comp_v2_1006 h4 a,
.comp_v2_1006 h5 a,
.comp_v2_1007 h1 a,
.comp_v2_1007 h2 a,
.comp_v2_1007 h3 a,
.comp_v2_1007 h4 a,
.comp_v2_1007 h5 a,
.comp_v2_1008 h1 a,
.comp_v2_1008 h2 a,
.comp_v2_1008 h3 a,
.comp_v2_1008 h4 a,
.comp_v2_1008 h5 a,
.comp_v2_1009 h1 a,
.comp_v2_1009 h2 a,
.comp_v2_1009 h3 a,
.comp_v2_1009 h4 a,
.comp_v2_1009 h5 a,
.comp_v2_1010 h1 a,
.comp_v2_1010 h2 a,
.comp_v2_1010 h3 a,
.comp_v2_1010 h4 a,
.comp_v2_1010 h5 a,
.comp_v2_1012 h1 a,
.comp_v2_1012 h2 a,
.comp_v2_1012 h3 a,
.comp_v2_1012 h4 a,
.comp_v2_1012 h5 a,
.comp_v2_1013 h1 a,
.comp_v2_1013 h2 a,
.comp_v2_1013 h3 a,
.comp_v2_1013 h4 a,
.comp_v2_1013 h5 a,
.comp_v2_1014 h1 a,
.comp_v2_1014 h2 a,
.comp_v2_1014 h3 a,
.comp_v2_1014 h4 a,
.comp_v2_1014 h5 a,
.comp_v2_1015 h1 a,
.comp_v2_1015 h2 a,
.comp_v2_1015 h3 a,
.comp_v2_1015 h4 a,
.comp_v2_1015 h5 a,
.comp_v2_1016 h1 a,
.comp_v2_1016 h2 a,
.comp_v2_1016 h3 a,
.comp_v2_1016 h4 a,
.comp_v2_1016 h5 a,
.comp_v2_1020 h1 a,
.comp_v2_1020 h2 a,
.comp_v2_1020 h3 a,
.comp_v2_1020 h4 a,
.comp_v2_1020 h5 a,
.comp_v2_1021 h1 a,
.comp_v2_1021 h2 a,
.comp_v2_1021 h3 a,
.comp_v2_1021 h4 a,
.comp_v2_1021 h5 a,
#packBackToList h1 a,
#packBackToList h2 a,
#packBackToList h3 a,
#packBackToList h4 a,
#packBackToList h5 a {
  color: #1d1e21;
}

.comp_v2_1000 h1 a:hover,
.comp_v2_1000 h2 a:hover,
.comp_v2_1000 h3 a:hover,
.comp_v2_1000 h4 a:hover,
.comp_v2_1000 h5 a:hover,
.comp_v2_1001 h1 a:hover,
.comp_v2_1001 h2 a:hover,
.comp_v2_1001 h3 a:hover,
.comp_v2_1001 h4 a:hover,
.comp_v2_1001 h5 a:hover,
.comp_v2_1002 h1 a:hover,
.comp_v2_1002 h2 a:hover,
.comp_v2_1002 h3 a:hover,
.comp_v2_1002 h4 a:hover,
.comp_v2_1002 h5 a:hover,
.comp_v2_1004 h1 a:hover,
.comp_v2_1004 h2 a:hover,
.comp_v2_1004 h3 a:hover,
.comp_v2_1004 h4 a:hover,
.comp_v2_1004 h5 a:hover,
.comp_v2_1005 h1 a:hover,
.comp_v2_1005 h2 a:hover,
.comp_v2_1005 h3 a:hover,
.comp_v2_1005 h4 a:hover,
.comp_v2_1005 h5 a:hover,
.comp_v2_1006 h1 a:hover,
.comp_v2_1006 h2 a:hover,
.comp_v2_1006 h3 a:hover,
.comp_v2_1006 h4 a:hover,
.comp_v2_1006 h5 a:hover,
.comp_v2_1007 h1 a:hover,
.comp_v2_1007 h2 a:hover,
.comp_v2_1007 h3 a:hover,
.comp_v2_1007 h4 a:hover,
.comp_v2_1007 h5 a:hover,
.comp_v2_1008 h1 a:hover,
.comp_v2_1008 h2 a:hover,
.comp_v2_1008 h3 a:hover,
.comp_v2_1008 h4 a:hover,
.comp_v2_1008 h5 a:hover,
.comp_v2_1009 h1 a:hover,
.comp_v2_1009 h2 a:hover,
.comp_v2_1009 h3 a:hover,
.comp_v2_1009 h4 a:hover,
.comp_v2_1009 h5 a:hover,
.comp_v2_1010 h1 a:hover,
.comp_v2_1010 h2 a:hover,
.comp_v2_1010 h3 a:hover,
.comp_v2_1010 h4 a:hover,
.comp_v2_1010 h5 a:hover,
.comp_v2_1012 h1 a:hover,
.comp_v2_1012 h2 a:hover,
.comp_v2_1012 h3 a:hover,
.comp_v2_1012 h4 a:hover,
.comp_v2_1012 h5 a:hover,
.comp_v2_1013 h1 a:hover,
.comp_v2_1013 h2 a:hover,
.comp_v2_1013 h3 a:hover,
.comp_v2_1013 h4 a:hover,
.comp_v2_1013 h5 a:hover,
.comp_v2_1014 h1 a:hover,
.comp_v2_1014 h2 a:hover,
.comp_v2_1014 h3 a:hover,
.comp_v2_1014 h4 a:hover,
.comp_v2_1014 h5 a:hover,
.comp_v2_1015 h1 a:hover,
.comp_v2_1015 h2 a:hover,
.comp_v2_1015 h3 a:hover,
.comp_v2_1015 h4 a:hover,
.comp_v2_1015 h5 a:hover,
.comp_v2_1016 h1 a:hover,
.comp_v2_1016 h2 a:hover,
.comp_v2_1016 h3 a:hover,
.comp_v2_1016 h4 a:hover,
.comp_v2_1016 h5 a:hover,
.comp_v2_1020 h1 a:hover,
.comp_v2_1020 h2 a:hover,
.comp_v2_1020 h3 a:hover,
.comp_v2_1020 h4 a:hover,
.comp_v2_1020 h5 a:hover,
.comp_v2_1021 h1 a:hover,
.comp_v2_1021 h2 a:hover,
.comp_v2_1021 h3 a:hover,
.comp_v2_1021 h4 a:hover,
.comp_v2_1021 h5 a:hover,
#packBackToList h1 a:hover,
#packBackToList h2 a:hover,
#packBackToList h3 a:hover,
#packBackToList h4 a:hover,
#packBackToList h5 a:hover {
  color: #0064d2;
  text-decoration: underline;
}

.comp_v2_1000 h1,
.comp_v2_1001 h1,
.comp_v2_1002 h1,
.comp_v2_1004 h1,
.comp_v2_1005 h1,
.comp_v2_1006 h1,
.comp_v2_1007 h1,
.comp_v2_1008 h1,
.comp_v2_1009 h1,
.comp_v2_1010 h1,
.comp_v2_1012 h1,
.comp_v2_1013 h1,
.comp_v2_1014 h1,
.comp_v2_1015 h1,
.comp_v2_1016 h1,
.comp_v2_1020 h1,
.comp_v2_1021 h1,
#packBackToList h1 {
  font-size: 4.8rem;
  margin: 0;
  padding: 70px 0 0 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_1000 h1,
  .comp_v2_1001 h1,
  .comp_v2_1002 h1,
  .comp_v2_1004 h1,
  .comp_v2_1005 h1,
  .comp_v2_1006 h1,
  .comp_v2_1007 h1,
  .comp_v2_1008 h1,
  .comp_v2_1009 h1,
  .comp_v2_1010 h1,
  .comp_v2_1012 h1,
  .comp_v2_1013 h1,
  .comp_v2_1014 h1,
  .comp_v2_1015 h1,
  .comp_v2_1016 h1,
  .comp_v2_1020 h1,
  .comp_v2_1021 h1,
  #packBackToList h1 {
    padding-top: 50px;
    font-size: 4rem;
  }
}

.comp_v2_1000 h2,
.comp_v2_1001 h2,
.comp_v2_1002 h2,
.comp_v2_1004 h2,
.comp_v2_1005 h2,
.comp_v2_1006 h2,
.comp_v2_1007 h2,
.comp_v2_1008 h2,
.comp_v2_1009 h2,
.comp_v2_1010 h2,
.comp_v2_1012 h2,
.comp_v2_1013 h2,
.comp_v2_1014 h2,
.comp_v2_1015 h2,
.comp_v2_1016 h2,
.comp_v2_1020 h2,
.comp_v2_1021 h2,
#packBackToList h2 {
  font-size: 3.4rem;
  margin: 0;
  padding: 60px 0 0 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_1000 h2,
  .comp_v2_1001 h2,
  .comp_v2_1002 h2,
  .comp_v2_1004 h2,
  .comp_v2_1005 h2,
  .comp_v2_1006 h2,
  .comp_v2_1007 h2,
  .comp_v2_1008 h2,
  .comp_v2_1009 h2,
  .comp_v2_1010 h2,
  .comp_v2_1012 h2,
  .comp_v2_1013 h2,
  .comp_v2_1014 h2,
  .comp_v2_1015 h2,
  .comp_v2_1016 h2,
  .comp_v2_1020 h2,
  .comp_v2_1021 h2,
  #packBackToList h2 {
    padding-top: 40px;
  }
}

.comp_v2_1000 h3,
.comp_v2_1001 h3,
.comp_v2_1002 h3,
.comp_v2_1004 h3,
.comp_v2_1005 h3,
.comp_v2_1006 h3,
.comp_v2_1007 h3,
.comp_v2_1008 h3,
.comp_v2_1009 h3,
.comp_v2_1010 h3,
.comp_v2_1012 h3,
.comp_v2_1013 h3,
.comp_v2_1014 h3,
.comp_v2_1015 h3,
.comp_v2_1016 h3,
.comp_v2_1020 h3,
.comp_v2_1021 h3,
#packBackToList h3 {
  font-size: 2.8rem;
  margin: 0;
  padding: 50px 0 0 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_1000 h3,
  .comp_v2_1001 h3,
  .comp_v2_1002 h3,
  .comp_v2_1004 h3,
  .comp_v2_1005 h3,
  .comp_v2_1006 h3,
  .comp_v2_1007 h3,
  .comp_v2_1008 h3,
  .comp_v2_1009 h3,
  .comp_v2_1010 h3,
  .comp_v2_1012 h3,
  .comp_v2_1013 h3,
  .comp_v2_1014 h3,
  .comp_v2_1015 h3,
  .comp_v2_1016 h3,
  .comp_v2_1020 h3,
  .comp_v2_1021 h3,
  #packBackToList h3 {
    padding-top: 30px;
  }
}

.comp_v2_1000 h4,
.comp_v2_1001 h4,
.comp_v2_1002 h4,
.comp_v2_1004 h4,
.comp_v2_1005 h4,
.comp_v2_1006 h4,
.comp_v2_1007 h4,
.comp_v2_1008 h4,
.comp_v2_1009 h4,
.comp_v2_1010 h4,
.comp_v2_1012 h4,
.comp_v2_1013 h4,
.comp_v2_1014 h4,
.comp_v2_1015 h4,
.comp_v2_1016 h4,
.comp_v2_1020 h4,
.comp_v2_1021 h4,
#packBackToList h4 {
  font-size: 2rem;
  margin: 0;
  padding: 40px 0 0 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_1000 h4,
  .comp_v2_1001 h4,
  .comp_v2_1002 h4,
  .comp_v2_1004 h4,
  .comp_v2_1005 h4,
  .comp_v2_1006 h4,
  .comp_v2_1007 h4,
  .comp_v2_1008 h4,
  .comp_v2_1009 h4,
  .comp_v2_1010 h4,
  .comp_v2_1012 h4,
  .comp_v2_1013 h4,
  .comp_v2_1014 h4,
  .comp_v2_1015 h4,
  .comp_v2_1016 h4,
  .comp_v2_1020 h4,
  .comp_v2_1021 h4,
  #packBackToList h4 {
    padding-top: 30px;
  }
}

.comp_v2_1000 h5,
.comp_v2_1001 h5,
.comp_v2_1002 h5,
.comp_v2_1004 h5,
.comp_v2_1005 h5,
.comp_v2_1006 h5,
.comp_v2_1007 h5,
.comp_v2_1008 h5,
.comp_v2_1009 h5,
.comp_v2_1010 h5,
.comp_v2_1012 h5,
.comp_v2_1013 h5,
.comp_v2_1014 h5,
.comp_v2_1015 h5,
.comp_v2_1016 h5,
.comp_v2_1020 h5,
.comp_v2_1021 h5,
#packBackToList h5 {
  font-size: 1.8rem;
  margin: 0;
  padding: 30px 0 0 0;
}

.comp_v2_1000 table,
.comp_v2_1001 table,
.comp_v2_1002 table,
.comp_v2_1004 table,
.comp_v2_1005 table,
.comp_v2_1006 table,
.comp_v2_1007 table,
.comp_v2_1008 table,
.comp_v2_1009 table,
.comp_v2_1010 table,
.comp_v2_1012 table,
.comp_v2_1013 table,
.comp_v2_1014 table,
.comp_v2_1015 table,
.comp_v2_1016 table,
.comp_v2_1020 table,
.comp_v2_1021 table,
#packBackToList table {
  table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid #e7e7e8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 40px 0 10px;
  width: 100%;
  min-width: 708px;
}

@media screen and (max-width: 768px) {
  .comp_v2_1000 table,
  .comp_v2_1001 table,
  .comp_v2_1002 table,
  .comp_v2_1004 table,
  .comp_v2_1005 table,
  .comp_v2_1006 table,
  .comp_v2_1007 table,
  .comp_v2_1008 table,
  .comp_v2_1009 table,
  .comp_v2_1010 table,
  .comp_v2_1012 table,
  .comp_v2_1013 table,
  .comp_v2_1014 table,
  .comp_v2_1015 table,
  .comp_v2_1016 table,
  .comp_v2_1020 table,
  .comp_v2_1021 table,
  #packBackToList table {
    margin: 30px 0 0;
  }
}

.comp_v2_1000 table a,
.comp_v2_1001 table a,
.comp_v2_1002 table a,
.comp_v2_1004 table a,
.comp_v2_1005 table a,
.comp_v2_1006 table a,
.comp_v2_1007 table a,
.comp_v2_1008 table a,
.comp_v2_1009 table a,
.comp_v2_1010 table a,
.comp_v2_1012 table a,
.comp_v2_1013 table a,
.comp_v2_1014 table a,
.comp_v2_1015 table a,
.comp_v2_1016 table a,
.comp_v2_1020 table a,
.comp_v2_1021 table a,
#packBackToList table a {
  display: inline;
  color: #0064d2;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  text-decoration: underline;
  line-height: 1.4;
}

.comp_v2_1000 table a:hover,
.comp_v2_1001 table a:hover,
.comp_v2_1002 table a:hover,
.comp_v2_1004 table a:hover,
.comp_v2_1005 table a:hover,
.comp_v2_1006 table a:hover,
.comp_v2_1007 table a:hover,
.comp_v2_1008 table a:hover,
.comp_v2_1009 table a:hover,
.comp_v2_1010 table a:hover,
.comp_v2_1012 table a:hover,
.comp_v2_1013 table a:hover,
.comp_v2_1014 table a:hover,
.comp_v2_1015 table a:hover,
.comp_v2_1016 table a:hover,
.comp_v2_1020 table a:hover,
.comp_v2_1021 table a:hover,
#packBackToList table a:hover {
  text-decoration: none;
}

.comp_v2_1000 table a::before,
.comp_v2_1001 table a::before,
.comp_v2_1002 table a::before,
.comp_v2_1004 table a::before,
.comp_v2_1005 table a::before,
.comp_v2_1006 table a::before,
.comp_v2_1007 table a::before,
.comp_v2_1008 table a::before,
.comp_v2_1009 table a::before,
.comp_v2_1010 table a::before,
.comp_v2_1012 table a::before,
.comp_v2_1013 table a::before,
.comp_v2_1014 table a::before,
.comp_v2_1015 table a::before,
.comp_v2_1016 table a::before,
.comp_v2_1020 table a::before,
.comp_v2_1021 table a::before,
#packBackToList table a::before {
  display: none;
}

.comp_v2_1000 table a::after,
.comp_v2_1001 table a::after,
.comp_v2_1002 table a::after,
.comp_v2_1004 table a::after,
.comp_v2_1005 table a::after,
.comp_v2_1006 table a::after,
.comp_v2_1007 table a::after,
.comp_v2_1008 table a::after,
.comp_v2_1009 table a::after,
.comp_v2_1010 table a::after,
.comp_v2_1012 table a::after,
.comp_v2_1013 table a::after,
.comp_v2_1014 table a::after,
.comp_v2_1015 table a::after,
.comp_v2_1016 table a::after,
.comp_v2_1020 table a::after,
.comp_v2_1021 table a::after,
#packBackToList table a::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
  background-size: 13px 13px;
  margin: 0 5px;
  vertical-align: middle;
}

.comp_v2_1000 table a[target="_blank"]::after,
.comp_v2_1001 table a[target="_blank"]::after,
.comp_v2_1002 table a[target="_blank"]::after,
.comp_v2_1004 table a[target="_blank"]::after,
.comp_v2_1005 table a[target="_blank"]::after,
.comp_v2_1006 table a[target="_blank"]::after,
.comp_v2_1007 table a[target="_blank"]::after,
.comp_v2_1008 table a[target="_blank"]::after,
.comp_v2_1009 table a[target="_blank"]::after,
.comp_v2_1010 table a[target="_blank"]::after,
.comp_v2_1012 table a[target="_blank"]::after,
.comp_v2_1013 table a[target="_blank"]::after,
.comp_v2_1014 table a[target="_blank"]::after,
.comp_v2_1015 table a[target="_blank"]::after,
.comp_v2_1016 table a[target="_blank"]::after,
.comp_v2_1020 table a[target="_blank"]::after,
.comp_v2_1021 table a[target="_blank"]::after,
#packBackToList table a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_1000 table a[href$=".pdf"]::after, .comp_v2_1000 table a[href*="docget.jsp"]::after,
.comp_v2_1001 table a[href$=".pdf"]::after,
.comp_v2_1001 table a[href*="docget.jsp"]::after,
.comp_v2_1002 table a[href$=".pdf"]::after,
.comp_v2_1002 table a[href*="docget.jsp"]::after,
.comp_v2_1004 table a[href$=".pdf"]::after,
.comp_v2_1004 table a[href*="docget.jsp"]::after,
.comp_v2_1005 table a[href$=".pdf"]::after,
.comp_v2_1005 table a[href*="docget.jsp"]::after,
.comp_v2_1006 table a[href$=".pdf"]::after,
.comp_v2_1006 table a[href*="docget.jsp"]::after,
.comp_v2_1007 table a[href$=".pdf"]::after,
.comp_v2_1007 table a[href*="docget.jsp"]::after,
.comp_v2_1008 table a[href$=".pdf"]::after,
.comp_v2_1008 table a[href*="docget.jsp"]::after,
.comp_v2_1009 table a[href$=".pdf"]::after,
.comp_v2_1009 table a[href*="docget.jsp"]::after,
.comp_v2_1010 table a[href$=".pdf"]::after,
.comp_v2_1010 table a[href*="docget.jsp"]::after,
.comp_v2_1012 table a[href$=".pdf"]::after,
.comp_v2_1012 table a[href*="docget.jsp"]::after,
.comp_v2_1013 table a[href$=".pdf"]::after,
.comp_v2_1013 table a[href*="docget.jsp"]::after,
.comp_v2_1014 table a[href$=".pdf"]::after,
.comp_v2_1014 table a[href*="docget.jsp"]::after,
.comp_v2_1015 table a[href$=".pdf"]::after,
.comp_v2_1015 table a[href*="docget.jsp"]::after,
.comp_v2_1016 table a[href$=".pdf"]::after,
.comp_v2_1016 table a[href*="docget.jsp"]::after,
.comp_v2_1020 table a[href$=".pdf"]::after,
.comp_v2_1020 table a[href*="docget.jsp"]::after,
.comp_v2_1021 table a[href$=".pdf"]::after,
.comp_v2_1021 table a[href*="docget.jsp"]::after,
#packBackToList table a[href$=".pdf"]::after,
#packBackToList table a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
  background-size: 11px 14px;
}

.comp_v2_1000 table a[href*="/list/index.php"]::after,
.comp_v2_1001 table a[href*="/list/index.php"]::after,
.comp_v2_1002 table a[href*="/list/index.php"]::after,
.comp_v2_1004 table a[href*="/list/index.php"]::after,
.comp_v2_1005 table a[href*="/list/index.php"]::after,
.comp_v2_1006 table a[href*="/list/index.php"]::after,
.comp_v2_1007 table a[href*="/list/index.php"]::after,
.comp_v2_1008 table a[href*="/list/index.php"]::after,
.comp_v2_1009 table a[href*="/list/index.php"]::after,
.comp_v2_1010 table a[href*="/list/index.php"]::after,
.comp_v2_1012 table a[href*="/list/index.php"]::after,
.comp_v2_1013 table a[href*="/list/index.php"]::after,
.comp_v2_1014 table a[href*="/list/index.php"]::after,
.comp_v2_1015 table a[href*="/list/index.php"]::after,
.comp_v2_1016 table a[href*="/list/index.php"]::after,
.comp_v2_1020 table a[href*="/list/index.php"]::after,
.comp_v2_1021 table a[href*="/list/index.php"]::after,
#packBackToList table a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
  background-size: 13px 11px;
}

.comp_v2_1000 table a[href^="#"]::after,
.comp_v2_1001 table a[href^="#"]::after,
.comp_v2_1002 table a[href^="#"]::after,
.comp_v2_1004 table a[href^="#"]::after,
.comp_v2_1005 table a[href^="#"]::after,
.comp_v2_1006 table a[href^="#"]::after,
.comp_v2_1007 table a[href^="#"]::after,
.comp_v2_1008 table a[href^="#"]::after,
.comp_v2_1009 table a[href^="#"]::after,
.comp_v2_1010 table a[href^="#"]::after,
.comp_v2_1012 table a[href^="#"]::after,
.comp_v2_1013 table a[href^="#"]::after,
.comp_v2_1014 table a[href^="#"]::after,
.comp_v2_1015 table a[href^="#"]::after,
.comp_v2_1016 table a[href^="#"]::after,
.comp_v2_1020 table a[href^="#"]::after,
.comp_v2_1021 table a[href^="#"]::after,
#packBackToList table a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
  background-size: 13px 13px;
}

.comp_v2_1000 table a[href^="tel:"], .comp_v2_1000 table a[href^="mailto:"], .comp_v2_1000 table a.icon-none,
.comp_v2_1001 table a[href^="tel:"],
.comp_v2_1001 table a[href^="mailto:"],
.comp_v2_1001 table a.icon-none,
.comp_v2_1002 table a[href^="tel:"],
.comp_v2_1002 table a[href^="mailto:"],
.comp_v2_1002 table a.icon-none,
.comp_v2_1004 table a[href^="tel:"],
.comp_v2_1004 table a[href^="mailto:"],
.comp_v2_1004 table a.icon-none,
.comp_v2_1005 table a[href^="tel:"],
.comp_v2_1005 table a[href^="mailto:"],
.comp_v2_1005 table a.icon-none,
.comp_v2_1006 table a[href^="tel:"],
.comp_v2_1006 table a[href^="mailto:"],
.comp_v2_1006 table a.icon-none,
.comp_v2_1007 table a[href^="tel:"],
.comp_v2_1007 table a[href^="mailto:"],
.comp_v2_1007 table a.icon-none,
.comp_v2_1008 table a[href^="tel:"],
.comp_v2_1008 table a[href^="mailto:"],
.comp_v2_1008 table a.icon-none,
.comp_v2_1009 table a[href^="tel:"],
.comp_v2_1009 table a[href^="mailto:"],
.comp_v2_1009 table a.icon-none,
.comp_v2_1010 table a[href^="tel:"],
.comp_v2_1010 table a[href^="mailto:"],
.comp_v2_1010 table a.icon-none,
.comp_v2_1012 table a[href^="tel:"],
.comp_v2_1012 table a[href^="mailto:"],
.comp_v2_1012 table a.icon-none,
.comp_v2_1013 table a[href^="tel:"],
.comp_v2_1013 table a[href^="mailto:"],
.comp_v2_1013 table a.icon-none,
.comp_v2_1014 table a[href^="tel:"],
.comp_v2_1014 table a[href^="mailto:"],
.comp_v2_1014 table a.icon-none,
.comp_v2_1015 table a[href^="tel:"],
.comp_v2_1015 table a[href^="mailto:"],
.comp_v2_1015 table a.icon-none,
.comp_v2_1016 table a[href^="tel:"],
.comp_v2_1016 table a[href^="mailto:"],
.comp_v2_1016 table a.icon-none,
.comp_v2_1020 table a[href^="tel:"],
.comp_v2_1020 table a[href^="mailto:"],
.comp_v2_1020 table a.icon-none,
.comp_v2_1021 table a[href^="tel:"],
.comp_v2_1021 table a[href^="mailto:"],
.comp_v2_1021 table a.icon-none,
#packBackToList table a[href^="tel:"],
#packBackToList table a[href^="mailto:"],
#packBackToList table a.icon-none {
  padding-right: 0;
}

.comp_v2_1000 table a[href^="tel:"]::after, .comp_v2_1000 table a[href^="mailto:"]::after, .comp_v2_1000 table a.icon-none::after,
.comp_v2_1001 table a[href^="tel:"]::after,
.comp_v2_1001 table a[href^="mailto:"]::after,
.comp_v2_1001 table a.icon-none::after,
.comp_v2_1002 table a[href^="tel:"]::after,
.comp_v2_1002 table a[href^="mailto:"]::after,
.comp_v2_1002 table a.icon-none::after,
.comp_v2_1004 table a[href^="tel:"]::after,
.comp_v2_1004 table a[href^="mailto:"]::after,
.comp_v2_1004 table a.icon-none::after,
.comp_v2_1005 table a[href^="tel:"]::after,
.comp_v2_1005 table a[href^="mailto:"]::after,
.comp_v2_1005 table a.icon-none::after,
.comp_v2_1006 table a[href^="tel:"]::after,
.comp_v2_1006 table a[href^="mailto:"]::after,
.comp_v2_1006 table a.icon-none::after,
.comp_v2_1007 table a[href^="tel:"]::after,
.comp_v2_1007 table a[href^="mailto:"]::after,
.comp_v2_1007 table a.icon-none::after,
.comp_v2_1008 table a[href^="tel:"]::after,
.comp_v2_1008 table a[href^="mailto:"]::after,
.comp_v2_1008 table a.icon-none::after,
.comp_v2_1009 table a[href^="tel:"]::after,
.comp_v2_1009 table a[href^="mailto:"]::after,
.comp_v2_1009 table a.icon-none::after,
.comp_v2_1010 table a[href^="tel:"]::after,
.comp_v2_1010 table a[href^="mailto:"]::after,
.comp_v2_1010 table a.icon-none::after,
.comp_v2_1012 table a[href^="tel:"]::after,
.comp_v2_1012 table a[href^="mailto:"]::after,
.comp_v2_1012 table a.icon-none::after,
.comp_v2_1013 table a[href^="tel:"]::after,
.comp_v2_1013 table a[href^="mailto:"]::after,
.comp_v2_1013 table a.icon-none::after,
.comp_v2_1014 table a[href^="tel:"]::after,
.comp_v2_1014 table a[href^="mailto:"]::after,
.comp_v2_1014 table a.icon-none::after,
.comp_v2_1015 table a[href^="tel:"]::after,
.comp_v2_1015 table a[href^="mailto:"]::after,
.comp_v2_1015 table a.icon-none::after,
.comp_v2_1016 table a[href^="tel:"]::after,
.comp_v2_1016 table a[href^="mailto:"]::after,
.comp_v2_1016 table a.icon-none::after,
.comp_v2_1020 table a[href^="tel:"]::after,
.comp_v2_1020 table a[href^="mailto:"]::after,
.comp_v2_1020 table a.icon-none::after,
.comp_v2_1021 table a[href^="tel:"]::after,
.comp_v2_1021 table a[href^="mailto:"]::after,
.comp_v2_1021 table a.icon-none::after,
#packBackToList table a[href^="tel:"]::after,
#packBackToList table a[href^="mailto:"]::after,
#packBackToList table a.icon-none::after {
  display: none;
}

.comp_v2_1000 table a.icon-none img,
.comp_v2_1001 table a.icon-none img,
.comp_v2_1002 table a.icon-none img,
.comp_v2_1004 table a.icon-none img,
.comp_v2_1005 table a.icon-none img,
.comp_v2_1006 table a.icon-none img,
.comp_v2_1007 table a.icon-none img,
.comp_v2_1008 table a.icon-none img,
.comp_v2_1009 table a.icon-none img,
.comp_v2_1010 table a.icon-none img,
.comp_v2_1012 table a.icon-none img,
.comp_v2_1013 table a.icon-none img,
.comp_v2_1014 table a.icon-none img,
.comp_v2_1015 table a.icon-none img,
.comp_v2_1016 table a.icon-none img,
.comp_v2_1020 table a.icon-none img,
.comp_v2_1021 table a.icon-none img,
#packBackToList table a.icon-none img {
  margin: 0;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_1000 table a[href^="tel:"],
  .comp_v2_1001 table a[href^="tel:"],
  .comp_v2_1002 table a[href^="tel:"],
  .comp_v2_1004 table a[href^="tel:"],
  .comp_v2_1005 table a[href^="tel:"],
  .comp_v2_1006 table a[href^="tel:"],
  .comp_v2_1007 table a[href^="tel:"],
  .comp_v2_1008 table a[href^="tel:"],
  .comp_v2_1009 table a[href^="tel:"],
  .comp_v2_1010 table a[href^="tel:"],
  .comp_v2_1012 table a[href^="tel:"],
  .comp_v2_1013 table a[href^="tel:"],
  .comp_v2_1014 table a[href^="tel:"],
  .comp_v2_1015 table a[href^="tel:"],
  .comp_v2_1016 table a[href^="tel:"],
  .comp_v2_1020 table a[href^="tel:"],
  .comp_v2_1021 table a[href^="tel:"],
  #packBackToList table a[href^="tel:"] {
    color: #333;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_1000 table caption,
.comp_v2_1001 table caption,
.comp_v2_1002 table caption,
.comp_v2_1004 table caption,
.comp_v2_1005 table caption,
.comp_v2_1006 table caption,
.comp_v2_1007 table caption,
.comp_v2_1008 table caption,
.comp_v2_1009 table caption,
.comp_v2_1010 table caption,
.comp_v2_1012 table caption,
.comp_v2_1013 table caption,
.comp_v2_1014 table caption,
.comp_v2_1015 table caption,
.comp_v2_1016 table caption,
.comp_v2_1020 table caption,
.comp_v2_1021 table caption,
#packBackToList table caption {
  text-align: left;
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 20px;
  color: #1d1e21;
  letter-spacing: 0.1rem;
}

.comp_v2_1000 table th,
.comp_v2_1000 table td,
.comp_v2_1001 table th,
.comp_v2_1001 table td,
.comp_v2_1002 table th,
.comp_v2_1002 table td,
.comp_v2_1004 table th,
.comp_v2_1004 table td,
.comp_v2_1005 table th,
.comp_v2_1005 table td,
.comp_v2_1006 table th,
.comp_v2_1006 table td,
.comp_v2_1007 table th,
.comp_v2_1007 table td,
.comp_v2_1008 table th,
.comp_v2_1008 table td,
.comp_v2_1009 table th,
.comp_v2_1009 table td,
.comp_v2_1010 table th,
.comp_v2_1010 table td,
.comp_v2_1012 table th,
.comp_v2_1012 table td,
.comp_v2_1013 table th,
.comp_v2_1013 table td,
.comp_v2_1014 table th,
.comp_v2_1014 table td,
.comp_v2_1015 table th,
.comp_v2_1015 table td,
.comp_v2_1016 table th,
.comp_v2_1016 table td,
.comp_v2_1020 table th,
.comp_v2_1020 table td,
.comp_v2_1021 table th,
.comp_v2_1021 table td,
#packBackToList table th,
#packBackToList table td {
  border: 1px solid #e7e7e8;
  text-align: left;
  padding: 20px 20px;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .comp_v2_1000 table th,
  .comp_v2_1000 table td,
  .comp_v2_1001 table th,
  .comp_v2_1001 table td,
  .comp_v2_1002 table th,
  .comp_v2_1002 table td,
  .comp_v2_1004 table th,
  .comp_v2_1004 table td,
  .comp_v2_1005 table th,
  .comp_v2_1005 table td,
  .comp_v2_1006 table th,
  .comp_v2_1006 table td,
  .comp_v2_1007 table th,
  .comp_v2_1007 table td,
  .comp_v2_1008 table th,
  .comp_v2_1008 table td,
  .comp_v2_1009 table th,
  .comp_v2_1009 table td,
  .comp_v2_1010 table th,
  .comp_v2_1010 table td,
  .comp_v2_1012 table th,
  .comp_v2_1012 table td,
  .comp_v2_1013 table th,
  .comp_v2_1013 table td,
  .comp_v2_1014 table th,
  .comp_v2_1014 table td,
  .comp_v2_1015 table th,
  .comp_v2_1015 table td,
  .comp_v2_1016 table th,
  .comp_v2_1016 table td,
  .comp_v2_1020 table th,
  .comp_v2_1020 table td,
  .comp_v2_1021 table th,
  .comp_v2_1021 table td,
  #packBackToList table th,
  #packBackToList table td {
    padding: 10px;
  }
}

.comp_v2_1000 table th img,
.comp_v2_1000 table td img,
.comp_v2_1001 table th img,
.comp_v2_1001 table td img,
.comp_v2_1002 table th img,
.comp_v2_1002 table td img,
.comp_v2_1004 table th img,
.comp_v2_1004 table td img,
.comp_v2_1005 table th img,
.comp_v2_1005 table td img,
.comp_v2_1006 table th img,
.comp_v2_1006 table td img,
.comp_v2_1007 table th img,
.comp_v2_1007 table td img,
.comp_v2_1008 table th img,
.comp_v2_1008 table td img,
.comp_v2_1009 table th img,
.comp_v2_1009 table td img,
.comp_v2_1010 table th img,
.comp_v2_1010 table td img,
.comp_v2_1012 table th img,
.comp_v2_1012 table td img,
.comp_v2_1013 table th img,
.comp_v2_1013 table td img,
.comp_v2_1014 table th img,
.comp_v2_1014 table td img,
.comp_v2_1015 table th img,
.comp_v2_1015 table td img,
.comp_v2_1016 table th img,
.comp_v2_1016 table td img,
.comp_v2_1020 table th img,
.comp_v2_1020 table td img,
.comp_v2_1021 table th img,
.comp_v2_1021 table td img,
#packBackToList table th img,
#packBackToList table td img {
  background-color: #fff;
  border: 10px solid #fff;
  -webkit-box-shadow: 0 0 5px #CCC;
  box-shadow: 0 0 5px #CCC;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.comp_v2_1000 table th img .mCS_img_loaded,
.comp_v2_1000 table td img .mCS_img_loaded,
.comp_v2_1001 table th img .mCS_img_loaded,
.comp_v2_1001 table td img .mCS_img_loaded,
.comp_v2_1002 table th img .mCS_img_loaded,
.comp_v2_1002 table td img .mCS_img_loaded,
.comp_v2_1004 table th img .mCS_img_loaded,
.comp_v2_1004 table td img .mCS_img_loaded,
.comp_v2_1005 table th img .mCS_img_loaded,
.comp_v2_1005 table td img .mCS_img_loaded,
.comp_v2_1006 table th img .mCS_img_loaded,
.comp_v2_1006 table td img .mCS_img_loaded,
.comp_v2_1007 table th img .mCS_img_loaded,
.comp_v2_1007 table td img .mCS_img_loaded,
.comp_v2_1008 table th img .mCS_img_loaded,
.comp_v2_1008 table td img .mCS_img_loaded,
.comp_v2_1009 table th img .mCS_img_loaded,
.comp_v2_1009 table td img .mCS_img_loaded,
.comp_v2_1010 table th img .mCS_img_loaded,
.comp_v2_1010 table td img .mCS_img_loaded,
.comp_v2_1012 table th img .mCS_img_loaded,
.comp_v2_1012 table td img .mCS_img_loaded,
.comp_v2_1013 table th img .mCS_img_loaded,
.comp_v2_1013 table td img .mCS_img_loaded,
.comp_v2_1014 table th img .mCS_img_loaded,
.comp_v2_1014 table td img .mCS_img_loaded,
.comp_v2_1015 table th img .mCS_img_loaded,
.comp_v2_1015 table td img .mCS_img_loaded,
.comp_v2_1016 table th img .mCS_img_loaded,
.comp_v2_1016 table td img .mCS_img_loaded,
.comp_v2_1020 table th img .mCS_img_loaded,
.comp_v2_1020 table td img .mCS_img_loaded,
.comp_v2_1021 table th img .mCS_img_loaded,
.comp_v2_1021 table td img .mCS_img_loaded,
#packBackToList table th img .mCS_img_loaded,
#packBackToList table td img .mCS_img_loaded {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.comp_v2_1000 table th img + br + img,
.comp_v2_1000 table th img + img,
.comp_v2_1000 table td img + br + img,
.comp_v2_1000 table td img + img,
.comp_v2_1001 table th img + br + img,
.comp_v2_1001 table th img + img,
.comp_v2_1001 table td img + br + img,
.comp_v2_1001 table td img + img,
.comp_v2_1002 table th img + br + img,
.comp_v2_1002 table th img + img,
.comp_v2_1002 table td img + br + img,
.comp_v2_1002 table td img + img,
.comp_v2_1004 table th img + br + img,
.comp_v2_1004 table th img + img,
.comp_v2_1004 table td img + br + img,
.comp_v2_1004 table td img + img,
.comp_v2_1005 table th img + br + img,
.comp_v2_1005 table th img + img,
.comp_v2_1005 table td img + br + img,
.comp_v2_1005 table td img + img,
.comp_v2_1006 table th img + br + img,
.comp_v2_1006 table th img + img,
.comp_v2_1006 table td img + br + img,
.comp_v2_1006 table td img + img,
.comp_v2_1007 table th img + br + img,
.comp_v2_1007 table th img + img,
.comp_v2_1007 table td img + br + img,
.comp_v2_1007 table td img + img,
.comp_v2_1008 table th img + br + img,
.comp_v2_1008 table th img + img,
.comp_v2_1008 table td img + br + img,
.comp_v2_1008 table td img + img,
.comp_v2_1009 table th img + br + img,
.comp_v2_1009 table th img + img,
.comp_v2_1009 table td img + br + img,
.comp_v2_1009 table td img + img,
.comp_v2_1010 table th img + br + img,
.comp_v2_1010 table th img + img,
.comp_v2_1010 table td img + br + img,
.comp_v2_1010 table td img + img,
.comp_v2_1012 table th img + br + img,
.comp_v2_1012 table th img + img,
.comp_v2_1012 table td img + br + img,
.comp_v2_1012 table td img + img,
.comp_v2_1013 table th img + br + img,
.comp_v2_1013 table th img + img,
.comp_v2_1013 table td img + br + img,
.comp_v2_1013 table td img + img,
.comp_v2_1014 table th img + br + img,
.comp_v2_1014 table th img + img,
.comp_v2_1014 table td img + br + img,
.comp_v2_1014 table td img + img,
.comp_v2_1015 table th img + br + img,
.comp_v2_1015 table th img + img,
.comp_v2_1015 table td img + br + img,
.comp_v2_1015 table td img + img,
.comp_v2_1016 table th img + br + img,
.comp_v2_1016 table th img + img,
.comp_v2_1016 table td img + br + img,
.comp_v2_1016 table td img + img,
.comp_v2_1020 table th img + br + img,
.comp_v2_1020 table th img + img,
.comp_v2_1020 table td img + br + img,
.comp_v2_1020 table td img + img,
.comp_v2_1021 table th img + br + img,
.comp_v2_1021 table th img + img,
.comp_v2_1021 table td img + br + img,
.comp_v2_1021 table td img + img,
#packBackToList table th img + br + img,
#packBackToList table th img + img,
#packBackToList table td img + br + img,
#packBackToList table td img + img {
  margin-top: 10px;
}

.comp_v2_1000 table th,
.comp_v2_1001 table th,
.comp_v2_1002 table th,
.comp_v2_1004 table th,
.comp_v2_1005 table th,
.comp_v2_1006 table th,
.comp_v2_1007 table th,
.comp_v2_1008 table th,
.comp_v2_1009 table th,
.comp_v2_1010 table th,
.comp_v2_1012 table th,
.comp_v2_1013 table th,
.comp_v2_1014 table th,
.comp_v2_1015 table th,
.comp_v2_1016 table th,
.comp_v2_1020 table th,
.comp_v2_1021 table th,
#packBackToList table th {
  color: #1d1e21;
  background-color: #f0f6fc;
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_1000 table thead tr:nth-child(even),
  .comp_v2_1001 table thead tr:nth-child(even),
  .comp_v2_1002 table thead tr:nth-child(even),
  .comp_v2_1004 table thead tr:nth-child(even),
  .comp_v2_1005 table thead tr:nth-child(even),
  .comp_v2_1006 table thead tr:nth-child(even),
  .comp_v2_1007 table thead tr:nth-child(even),
  .comp_v2_1008 table thead tr:nth-child(even),
  .comp_v2_1009 table thead tr:nth-child(even),
  .comp_v2_1010 table thead tr:nth-child(even),
  .comp_v2_1012 table thead tr:nth-child(even),
  .comp_v2_1013 table thead tr:nth-child(even),
  .comp_v2_1014 table thead tr:nth-child(even),
  .comp_v2_1015 table thead tr:nth-child(even),
  .comp_v2_1016 table thead tr:nth-child(even),
  .comp_v2_1020 table thead tr:nth-child(even),
  .comp_v2_1021 table thead tr:nth-child(even),
  #packBackToList table thead tr:nth-child(even) {
    background-color: #f0f6fc;
  }
}

.comp_v2_1000 table thead th,
.comp_v2_1000 table thead td,
.comp_v2_1001 table thead th,
.comp_v2_1001 table thead td,
.comp_v2_1002 table thead th,
.comp_v2_1002 table thead td,
.comp_v2_1004 table thead th,
.comp_v2_1004 table thead td,
.comp_v2_1005 table thead th,
.comp_v2_1005 table thead td,
.comp_v2_1006 table thead th,
.comp_v2_1006 table thead td,
.comp_v2_1007 table thead th,
.comp_v2_1007 table thead td,
.comp_v2_1008 table thead th,
.comp_v2_1008 table thead td,
.comp_v2_1009 table thead th,
.comp_v2_1009 table thead td,
.comp_v2_1010 table thead th,
.comp_v2_1010 table thead td,
.comp_v2_1012 table thead th,
.comp_v2_1012 table thead td,
.comp_v2_1013 table thead th,
.comp_v2_1013 table thead td,
.comp_v2_1014 table thead th,
.comp_v2_1014 table thead td,
.comp_v2_1015 table thead th,
.comp_v2_1015 table thead td,
.comp_v2_1016 table thead th,
.comp_v2_1016 table thead td,
.comp_v2_1020 table thead th,
.comp_v2_1020 table thead td,
.comp_v2_1021 table thead th,
.comp_v2_1021 table thead td,
#packBackToList table thead th,
#packBackToList table thead td {
  font-weight: bold;
}

.comp_v2_1000 table tbody tr:nth-child(odd),
.comp_v2_1001 table tbody tr:nth-child(odd),
.comp_v2_1002 table tbody tr:nth-child(odd),
.comp_v2_1004 table tbody tr:nth-child(odd),
.comp_v2_1005 table tbody tr:nth-child(odd),
.comp_v2_1006 table tbody tr:nth-child(odd),
.comp_v2_1007 table tbody tr:nth-child(odd),
.comp_v2_1008 table tbody tr:nth-child(odd),
.comp_v2_1009 table tbody tr:nth-child(odd),
.comp_v2_1010 table tbody tr:nth-child(odd),
.comp_v2_1012 table tbody tr:nth-child(odd),
.comp_v2_1013 table tbody tr:nth-child(odd),
.comp_v2_1014 table tbody tr:nth-child(odd),
.comp_v2_1015 table tbody tr:nth-child(odd),
.comp_v2_1016 table tbody tr:nth-child(odd),
.comp_v2_1020 table tbody tr:nth-child(odd),
.comp_v2_1021 table tbody tr:nth-child(odd),
#packBackToList table tbody tr:nth-child(odd) {
  background-color: #fff;
}

.comp_v2_1000 table tbody tr:nth-child(even),
.comp_v2_1001 table tbody tr:nth-child(even),
.comp_v2_1002 table tbody tr:nth-child(even),
.comp_v2_1004 table tbody tr:nth-child(even),
.comp_v2_1005 table tbody tr:nth-child(even),
.comp_v2_1006 table tbody tr:nth-child(even),
.comp_v2_1007 table tbody tr:nth-child(even),
.comp_v2_1008 table tbody tr:nth-child(even),
.comp_v2_1009 table tbody tr:nth-child(even),
.comp_v2_1010 table tbody tr:nth-child(even),
.comp_v2_1012 table tbody tr:nth-child(even),
.comp_v2_1013 table tbody tr:nth-child(even),
.comp_v2_1014 table tbody tr:nth-child(even),
.comp_v2_1015 table tbody tr:nth-child(even),
.comp_v2_1016 table tbody tr:nth-child(even),
.comp_v2_1020 table tbody tr:nth-child(even),
.comp_v2_1021 table tbody tr:nth-child(even),
#packBackToList table tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}

.comp_v2_1000 table a,
.comp_v2_1001 table a,
.comp_v2_1002 table a,
.comp_v2_1004 table a,
.comp_v2_1005 table a,
.comp_v2_1006 table a,
.comp_v2_1007 table a,
.comp_v2_1008 table a,
.comp_v2_1009 table a,
.comp_v2_1010 table a,
.comp_v2_1012 table a,
.comp_v2_1013 table a,
.comp_v2_1014 table a,
.comp_v2_1015 table a,
.comp_v2_1016 table a,
.comp_v2_1020 table a,
.comp_v2_1021 table a,
#packBackToList table a {
  color: #0064d2;
  text-decoration: none;
}

.comp_v2_1000 table a:hover,
.comp_v2_1001 table a:hover,
.comp_v2_1002 table a:hover,
.comp_v2_1004 table a:hover,
.comp_v2_1005 table a:hover,
.comp_v2_1006 table a:hover,
.comp_v2_1007 table a:hover,
.comp_v2_1008 table a:hover,
.comp_v2_1009 table a:hover,
.comp_v2_1010 table a:hover,
.comp_v2_1012 table a:hover,
.comp_v2_1013 table a:hover,
.comp_v2_1014 table a:hover,
.comp_v2_1015 table a:hover,
.comp_v2_1016 table a:hover,
.comp_v2_1020 table a:hover,
.comp_v2_1021 table a:hover,
#packBackToList table a:hover {
  text-decoration: underline;
}

.comp_v2_1000 table a:first-child:last-child,
.comp_v2_1001 table a:first-child:last-child,
.comp_v2_1002 table a:first-child:last-child,
.comp_v2_1004 table a:first-child:last-child,
.comp_v2_1005 table a:first-child:last-child,
.comp_v2_1006 table a:first-child:last-child,
.comp_v2_1007 table a:first-child:last-child,
.comp_v2_1008 table a:first-child:last-child,
.comp_v2_1009 table a:first-child:last-child,
.comp_v2_1010 table a:first-child:last-child,
.comp_v2_1012 table a:first-child:last-child,
.comp_v2_1013 table a:first-child:last-child,
.comp_v2_1014 table a:first-child:last-child,
.comp_v2_1015 table a:first-child:last-child,
.comp_v2_1016 table a:first-child:last-child,
.comp_v2_1020 table a:first-child:last-child,
.comp_v2_1021 table a:first-child:last-child,
#packBackToList table a:first-child:last-child {
  display: inline-block;
  color: #0064d2;
  padding-left: 30px;
  padding-right: 0;
  position: relative;
  line-height: 1.4;
  text-decoration: none;
  display: inline;
}

@media screen and (max-width: 768px) {
  .comp_v2_1000 table a:first-child:last-child,
  .comp_v2_1001 table a:first-child:last-child,
  .comp_v2_1002 table a:first-child:last-child,
  .comp_v2_1004 table a:first-child:last-child,
  .comp_v2_1005 table a:first-child:last-child,
  .comp_v2_1006 table a:first-child:last-child,
  .comp_v2_1007 table a:first-child:last-child,
  .comp_v2_1008 table a:first-child:last-child,
  .comp_v2_1009 table a:first-child:last-child,
  .comp_v2_1010 table a:first-child:last-child,
  .comp_v2_1012 table a:first-child:last-child,
  .comp_v2_1013 table a:first-child:last-child,
  .comp_v2_1014 table a:first-child:last-child,
  .comp_v2_1015 table a:first-child:last-child,
  .comp_v2_1016 table a:first-child:last-child,
  .comp_v2_1020 table a:first-child:last-child,
  .comp_v2_1021 table a:first-child:last-child,
  #packBackToList table a:first-child:last-child {
    padding-left: 25px;
  }
}

.comp_v2_1000 table a:first-child:last-child:hover,
.comp_v2_1001 table a:first-child:last-child:hover,
.comp_v2_1002 table a:first-child:last-child:hover,
.comp_v2_1004 table a:first-child:last-child:hover,
.comp_v2_1005 table a:first-child:last-child:hover,
.comp_v2_1006 table a:first-child:last-child:hover,
.comp_v2_1007 table a:first-child:last-child:hover,
.comp_v2_1008 table a:first-child:last-child:hover,
.comp_v2_1009 table a:first-child:last-child:hover,
.comp_v2_1010 table a:first-child:last-child:hover,
.comp_v2_1012 table a:first-child:last-child:hover,
.comp_v2_1013 table a:first-child:last-child:hover,
.comp_v2_1014 table a:first-child:last-child:hover,
.comp_v2_1015 table a:first-child:last-child:hover,
.comp_v2_1016 table a:first-child:last-child:hover,
.comp_v2_1020 table a:first-child:last-child:hover,
.comp_v2_1021 table a:first-child:last-child:hover,
#packBackToList table a:first-child:last-child:hover {
  text-decoration: underline;
}

.comp_v2_1000 table a:first-child:last-child::after,
.comp_v2_1001 table a:first-child:last-child::after,
.comp_v2_1002 table a:first-child:last-child::after,
.comp_v2_1004 table a:first-child:last-child::after,
.comp_v2_1005 table a:first-child:last-child::after,
.comp_v2_1006 table a:first-child:last-child::after,
.comp_v2_1007 table a:first-child:last-child::after,
.comp_v2_1008 table a:first-child:last-child::after,
.comp_v2_1009 table a:first-child:last-child::after,
.comp_v2_1010 table a:first-child:last-child::after,
.comp_v2_1012 table a:first-child:last-child::after,
.comp_v2_1013 table a:first-child:last-child::after,
.comp_v2_1014 table a:first-child:last-child::after,
.comp_v2_1015 table a:first-child:last-child::after,
.comp_v2_1016 table a:first-child:last-child::after,
.comp_v2_1020 table a:first-child:last-child::after,
.comp_v2_1021 table a:first-child:last-child::after,
#packBackToList table a:first-child:last-child::after {
  display: none;
}

.comp_v2_1000 table a:first-child:last-child::before,
.comp_v2_1001 table a:first-child:last-child::before,
.comp_v2_1002 table a:first-child:last-child::before,
.comp_v2_1004 table a:first-child:last-child::before,
.comp_v2_1005 table a:first-child:last-child::before,
.comp_v2_1006 table a:first-child:last-child::before,
.comp_v2_1007 table a:first-child:last-child::before,
.comp_v2_1008 table a:first-child:last-child::before,
.comp_v2_1009 table a:first-child:last-child::before,
.comp_v2_1010 table a:first-child:last-child::before,
.comp_v2_1012 table a:first-child:last-child::before,
.comp_v2_1013 table a:first-child:last-child::before,
.comp_v2_1014 table a:first-child:last-child::before,
.comp_v2_1015 table a:first-child:last-child::before,
.comp_v2_1016 table a:first-child:last-child::before,
.comp_v2_1020 table a:first-child:last-child::before,
.comp_v2_1021 table a:first-child:last-child::before,
#packBackToList table a:first-child:last-child::before {
  position: absolute;
  left: 5px;
  top: 0.2em;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
  background-size: 13px 13px;
}

.comp_v2_1000 table a:first-child:last-child[target="_blank"]::before,
.comp_v2_1001 table a:first-child:last-child[target="_blank"]::before,
.comp_v2_1002 table a:first-child:last-child[target="_blank"]::before,
.comp_v2_1004 table a:first-child:last-child[target="_blank"]::before,
.comp_v2_1005 table a:first-child:last-child[target="_blank"]::before,
.comp_v2_1006 table a:first-child:last-child[target="_blank"]::before,
.comp_v2_1007 table a:first-child:last-child[target="_blank"]::before,
.comp_v2_1008 table a:first-child:last-child[target="_blank"]::before,
.comp_v2_1009 table a:first-child:last-child[target="_blank"]::before,
.comp_v2_1010 table a:first-child:last-child[target="_blank"]::before,
.comp_v2_1012 table a:first-child:last-child[target="_blank"]::before,
.comp_v2_1013 table a:first-child:last-child[target="_blank"]::before,
.comp_v2_1014 table a:first-child:last-child[target="_blank"]::before,
.comp_v2_1015 table a:first-child:last-child[target="_blank"]::before,
.comp_v2_1016 table a:first-child:last-child[target="_blank"]::before,
.comp_v2_1020 table a:first-child:last-child[target="_blank"]::before,
.comp_v2_1021 table a:first-child:last-child[target="_blank"]::before,
#packBackToList table a:first-child:last-child[target="_blank"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_1000 table a:first-child:last-child[href$=".pdf"]::before, .comp_v2_1000 table a:first-child:last-child[href*="docget.jsp"]::before,
.comp_v2_1001 table a:first-child:last-child[href$=".pdf"]::before,
.comp_v2_1001 table a:first-child:last-child[href*="docget.jsp"]::before,
.comp_v2_1002 table a:first-child:last-child[href$=".pdf"]::before,
.comp_v2_1002 table a:first-child:last-child[href*="docget.jsp"]::before,
.comp_v2_1004 table a:first-child:last-child[href$=".pdf"]::before,
.comp_v2_1004 table a:first-child:last-child[href*="docget.jsp"]::before,
.comp_v2_1005 table a:first-child:last-child[href$=".pdf"]::before,
.comp_v2_1005 table a:first-child:last-child[href*="docget.jsp"]::before,
.comp_v2_1006 table a:first-child:last-child[href$=".pdf"]::before,
.comp_v2_1006 table a:first-child:last-child[href*="docget.jsp"]::before,
.comp_v2_1007 table a:first-child:last-child[href$=".pdf"]::before,
.comp_v2_1007 table a:first-child:last-child[href*="docget.jsp"]::before,
.comp_v2_1008 table a:first-child:last-child[href$=".pdf"]::before,
.comp_v2_1008 table a:first-child:last-child[href*="docget.jsp"]::before,
.comp_v2_1009 table a:first-child:last-child[href$=".pdf"]::before,
.comp_v2_1009 table a:first-child:last-child[href*="docget.jsp"]::before,
.comp_v2_1010 table a:first-child:last-child[href$=".pdf"]::before,
.comp_v2_1010 table a:first-child:last-child[href*="docget.jsp"]::before,
.comp_v2_1012 table a:first-child:last-child[href$=".pdf"]::before,
.comp_v2_1012 table a:first-child:last-child[href*="docget.jsp"]::before,
.comp_v2_1013 table a:first-child:last-child[href$=".pdf"]::before,
.comp_v2_1013 table a:first-child:last-child[href*="docget.jsp"]::before,
.comp_v2_1014 table a:first-child:last-child[href$=".pdf"]::before,
.comp_v2_1014 table a:first-child:last-child[href*="docget.jsp"]::before,
.comp_v2_1015 table a:first-child:last-child[href$=".pdf"]::before,
.comp_v2_1015 table a:first-child:last-child[href*="docget.jsp"]::before,
.comp_v2_1016 table a:first-child:last-child[href$=".pdf"]::before,
.comp_v2_1016 table a:first-child:last-child[href*="docget.jsp"]::before,
.comp_v2_1020 table a:first-child:last-child[href$=".pdf"]::before,
.comp_v2_1020 table a:first-child:last-child[href*="docget.jsp"]::before,
.comp_v2_1021 table a:first-child:last-child[href$=".pdf"]::before,
.comp_v2_1021 table a:first-child:last-child[href*="docget.jsp"]::before,
#packBackToList table a:first-child:last-child[href$=".pdf"]::before,
#packBackToList table a:first-child:last-child[href*="docget.jsp"]::before {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
  background-size: 11px 14px;
}

.comp_v2_1000 table a:first-child:last-child[href*="/list/index.php"]::before,
.comp_v2_1001 table a:first-child:last-child[href*="/list/index.php"]::before,
.comp_v2_1002 table a:first-child:last-child[href*="/list/index.php"]::before,
.comp_v2_1004 table a:first-child:last-child[href*="/list/index.php"]::before,
.comp_v2_1005 table a:first-child:last-child[href*="/list/index.php"]::before,
.comp_v2_1006 table a:first-child:last-child[href*="/list/index.php"]::before,
.comp_v2_1007 table a:first-child:last-child[href*="/list/index.php"]::before,
.comp_v2_1008 table a:first-child:last-child[href*="/list/index.php"]::before,
.comp_v2_1009 table a:first-child:last-child[href*="/list/index.php"]::before,
.comp_v2_1010 table a:first-child:last-child[href*="/list/index.php"]::before,
.comp_v2_1012 table a:first-child:last-child[href*="/list/index.php"]::before,
.comp_v2_1013 table a:first-child:last-child[href*="/list/index.php"]::before,
.comp_v2_1014 table a:first-child:last-child[href*="/list/index.php"]::before,
.comp_v2_1015 table a:first-child:last-child[href*="/list/index.php"]::before,
.comp_v2_1016 table a:first-child:last-child[href*="/list/index.php"]::before,
.comp_v2_1020 table a:first-child:last-child[href*="/list/index.php"]::before,
.comp_v2_1021 table a:first-child:last-child[href*="/list/index.php"]::before,
#packBackToList table a:first-child:last-child[href*="/list/index.php"]::before {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
  background-size: 13px 11px;
}

.comp_v2_1000 table a:first-child:last-child[href^="#"]::before,
.comp_v2_1001 table a:first-child:last-child[href^="#"]::before,
.comp_v2_1002 table a:first-child:last-child[href^="#"]::before,
.comp_v2_1004 table a:first-child:last-child[href^="#"]::before,
.comp_v2_1005 table a:first-child:last-child[href^="#"]::before,
.comp_v2_1006 table a:first-child:last-child[href^="#"]::before,
.comp_v2_1007 table a:first-child:last-child[href^="#"]::before,
.comp_v2_1008 table a:first-child:last-child[href^="#"]::before,
.comp_v2_1009 table a:first-child:last-child[href^="#"]::before,
.comp_v2_1010 table a:first-child:last-child[href^="#"]::before,
.comp_v2_1012 table a:first-child:last-child[href^="#"]::before,
.comp_v2_1013 table a:first-child:last-child[href^="#"]::before,
.comp_v2_1014 table a:first-child:last-child[href^="#"]::before,
.comp_v2_1015 table a:first-child:last-child[href^="#"]::before,
.comp_v2_1016 table a:first-child:last-child[href^="#"]::before,
.comp_v2_1020 table a:first-child:last-child[href^="#"]::before,
.comp_v2_1021 table a:first-child:last-child[href^="#"]::before,
#packBackToList table a:first-child:last-child[href^="#"]::before {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
  background-size: 13px 13px;
}

.comp_v2_1000 table a:first-child:last-child[href^="tel:"], .comp_v2_1000 table a:first-child:last-child[href^="mailto:"], .comp_v2_1000 table a:first-child:last-child.icon-none,
.comp_v2_1001 table a:first-child:last-child[href^="tel:"],
.comp_v2_1001 table a:first-child:last-child[href^="mailto:"],
.comp_v2_1001 table a:first-child:last-child.icon-none,
.comp_v2_1002 table a:first-child:last-child[href^="tel:"],
.comp_v2_1002 table a:first-child:last-child[href^="mailto:"],
.comp_v2_1002 table a:first-child:last-child.icon-none,
.comp_v2_1004 table a:first-child:last-child[href^="tel:"],
.comp_v2_1004 table a:first-child:last-child[href^="mailto:"],
.comp_v2_1004 table a:first-child:last-child.icon-none,
.comp_v2_1005 table a:first-child:last-child[href^="tel:"],
.comp_v2_1005 table a:first-child:last-child[href^="mailto:"],
.comp_v2_1005 table a:first-child:last-child.icon-none,
.comp_v2_1006 table a:first-child:last-child[href^="tel:"],
.comp_v2_1006 table a:first-child:last-child[href^="mailto:"],
.comp_v2_1006 table a:first-child:last-child.icon-none,
.comp_v2_1007 table a:first-child:last-child[href^="tel:"],
.comp_v2_1007 table a:first-child:last-child[href^="mailto:"],
.comp_v2_1007 table a:first-child:last-child.icon-none,
.comp_v2_1008 table a:first-child:last-child[href^="tel:"],
.comp_v2_1008 table a:first-child:last-child[href^="mailto:"],
.comp_v2_1008 table a:first-child:last-child.icon-none,
.comp_v2_1009 table a:first-child:last-child[href^="tel:"],
.comp_v2_1009 table a:first-child:last-child[href^="mailto:"],
.comp_v2_1009 table a:first-child:last-child.icon-none,
.comp_v2_1010 table a:first-child:last-child[href^="tel:"],
.comp_v2_1010 table a:first-child:last-child[href^="mailto:"],
.comp_v2_1010 table a:first-child:last-child.icon-none,
.comp_v2_1012 table a:first-child:last-child[href^="tel:"],
.comp_v2_1012 table a:first-child:last-child[href^="mailto:"],
.comp_v2_1012 table a:first-child:last-child.icon-none,
.comp_v2_1013 table a:first-child:last-child[href^="tel:"],
.comp_v2_1013 table a:first-child:last-child[href^="mailto:"],
.comp_v2_1013 table a:first-child:last-child.icon-none,
.comp_v2_1014 table a:first-child:last-child[href^="tel:"],
.comp_v2_1014 table a:first-child:last-child[href^="mailto:"],
.comp_v2_1014 table a:first-child:last-child.icon-none,
.comp_v2_1015 table a:first-child:last-child[href^="tel:"],
.comp_v2_1015 table a:first-child:last-child[href^="mailto:"],
.comp_v2_1015 table a:first-child:last-child.icon-none,
.comp_v2_1016 table a:first-child:last-child[href^="tel:"],
.comp_v2_1016 table a:first-child:last-child[href^="mailto:"],
.comp_v2_1016 table a:first-child:last-child.icon-none,
.comp_v2_1020 table a:first-child:last-child[href^="tel:"],
.comp_v2_1020 table a:first-child:last-child[href^="mailto:"],
.comp_v2_1020 table a:first-child:last-child.icon-none,
.comp_v2_1021 table a:first-child:last-child[href^="tel:"],
.comp_v2_1021 table a:first-child:last-child[href^="mailto:"],
.comp_v2_1021 table a:first-child:last-child.icon-none,
#packBackToList table a:first-child:last-child[href^="tel:"],
#packBackToList table a:first-child:last-child[href^="mailto:"],
#packBackToList table a:first-child:last-child.icon-none {
  padding-left: 0;
}

.comp_v2_1000 table a:first-child:last-child[href^="tel:"]::before, .comp_v2_1000 table a:first-child:last-child[href^="mailto:"]::before, .comp_v2_1000 table a:first-child:last-child.icon-none::before,
.comp_v2_1001 table a:first-child:last-child[href^="tel:"]::before,
.comp_v2_1001 table a:first-child:last-child[href^="mailto:"]::before,
.comp_v2_1001 table a:first-child:last-child.icon-none::before,
.comp_v2_1002 table a:first-child:last-child[href^="tel:"]::before,
.comp_v2_1002 table a:first-child:last-child[href^="mailto:"]::before,
.comp_v2_1002 table a:first-child:last-child.icon-none::before,
.comp_v2_1004 table a:first-child:last-child[href^="tel:"]::before,
.comp_v2_1004 table a:first-child:last-child[href^="mailto:"]::before,
.comp_v2_1004 table a:first-child:last-child.icon-none::before,
.comp_v2_1005 table a:first-child:last-child[href^="tel:"]::before,
.comp_v2_1005 table a:first-child:last-child[href^="mailto:"]::before,
.comp_v2_1005 table a:first-child:last-child.icon-none::before,
.comp_v2_1006 table a:first-child:last-child[href^="tel:"]::before,
.comp_v2_1006 table a:first-child:last-child[href^="mailto:"]::before,
.comp_v2_1006 table a:first-child:last-child.icon-none::before,
.comp_v2_1007 table a:first-child:last-child[href^="tel:"]::before,
.comp_v2_1007 table a:first-child:last-child[href^="mailto:"]::before,
.comp_v2_1007 table a:first-child:last-child.icon-none::before,
.comp_v2_1008 table a:first-child:last-child[href^="tel:"]::before,
.comp_v2_1008 table a:first-child:last-child[href^="mailto:"]::before,
.comp_v2_1008 table a:first-child:last-child.icon-none::before,
.comp_v2_1009 table a:first-child:last-child[href^="tel:"]::before,
.comp_v2_1009 table a:first-child:last-child[href^="mailto:"]::before,
.comp_v2_1009 table a:first-child:last-child.icon-none::before,
.comp_v2_1010 table a:first-child:last-child[href^="tel:"]::before,
.comp_v2_1010 table a:first-child:last-child[href^="mailto:"]::before,
.comp_v2_1010 table a:first-child:last-child.icon-none::before,
.comp_v2_1012 table a:first-child:last-child[href^="tel:"]::before,
.comp_v2_1012 table a:first-child:last-child[href^="mailto:"]::before,
.comp_v2_1012 table a:first-child:last-child.icon-none::before,
.comp_v2_1013 table a:first-child:last-child[href^="tel:"]::before,
.comp_v2_1013 table a:first-child:last-child[href^="mailto:"]::before,
.comp_v2_1013 table a:first-child:last-child.icon-none::before,
.comp_v2_1014 table a:first-child:last-child[href^="tel:"]::before,
.comp_v2_1014 table a:first-child:last-child[href^="mailto:"]::before,
.comp_v2_1014 table a:first-child:last-child.icon-none::before,
.comp_v2_1015 table a:first-child:last-child[href^="tel:"]::before,
.comp_v2_1015 table a:first-child:last-child[href^="mailto:"]::before,
.comp_v2_1015 table a:first-child:last-child.icon-none::before,
.comp_v2_1016 table a:first-child:last-child[href^="tel:"]::before,
.comp_v2_1016 table a:first-child:last-child[href^="mailto:"]::before,
.comp_v2_1016 table a:first-child:last-child.icon-none::before,
.comp_v2_1020 table a:first-child:last-child[href^="tel:"]::before,
.comp_v2_1020 table a:first-child:last-child[href^="mailto:"]::before,
.comp_v2_1020 table a:first-child:last-child.icon-none::before,
.comp_v2_1021 table a:first-child:last-child[href^="tel:"]::before,
.comp_v2_1021 table a:first-child:last-child[href^="mailto:"]::before,
.comp_v2_1021 table a:first-child:last-child.icon-none::before,
#packBackToList table a:first-child:last-child[href^="tel:"]::before,
#packBackToList table a:first-child:last-child[href^="mailto:"]::before,
#packBackToList table a:first-child:last-child.icon-none::before {
  display: none;
}

.comp_v2_1000 table a:first-child:last-child.icon-none img,
.comp_v2_1001 table a:first-child:last-child.icon-none img,
.comp_v2_1002 table a:first-child:last-child.icon-none img,
.comp_v2_1004 table a:first-child:last-child.icon-none img,
.comp_v2_1005 table a:first-child:last-child.icon-none img,
.comp_v2_1006 table a:first-child:last-child.icon-none img,
.comp_v2_1007 table a:first-child:last-child.icon-none img,
.comp_v2_1008 table a:first-child:last-child.icon-none img,
.comp_v2_1009 table a:first-child:last-child.icon-none img,
.comp_v2_1010 table a:first-child:last-child.icon-none img,
.comp_v2_1012 table a:first-child:last-child.icon-none img,
.comp_v2_1013 table a:first-child:last-child.icon-none img,
.comp_v2_1014 table a:first-child:last-child.icon-none img,
.comp_v2_1015 table a:first-child:last-child.icon-none img,
.comp_v2_1016 table a:first-child:last-child.icon-none img,
.comp_v2_1020 table a:first-child:last-child.icon-none img,
.comp_v2_1021 table a:first-child:last-child.icon-none img,
#packBackToList table a:first-child:last-child.icon-none img {
  margin: 0;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_1000 table a:first-child:last-child[href^="tel:"],
  .comp_v2_1001 table a:first-child:last-child[href^="tel:"],
  .comp_v2_1002 table a:first-child:last-child[href^="tel:"],
  .comp_v2_1004 table a:first-child:last-child[href^="tel:"],
  .comp_v2_1005 table a:first-child:last-child[href^="tel:"],
  .comp_v2_1006 table a:first-child:last-child[href^="tel:"],
  .comp_v2_1007 table a:first-child:last-child[href^="tel:"],
  .comp_v2_1008 table a:first-child:last-child[href^="tel:"],
  .comp_v2_1009 table a:first-child:last-child[href^="tel:"],
  .comp_v2_1010 table a:first-child:last-child[href^="tel:"],
  .comp_v2_1012 table a:first-child:last-child[href^="tel:"],
  .comp_v2_1013 table a:first-child:last-child[href^="tel:"],
  .comp_v2_1014 table a:first-child:last-child[href^="tel:"],
  .comp_v2_1015 table a:first-child:last-child[href^="tel:"],
  .comp_v2_1016 table a:first-child:last-child[href^="tel:"],
  .comp_v2_1020 table a:first-child:last-child[href^="tel:"],
  .comp_v2_1021 table a:first-child:last-child[href^="tel:"],
  #packBackToList table a:first-child:last-child[href^="tel:"] {
    color: #333;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_1000 table a:first-child:last-child::before,
.comp_v2_1001 table a:first-child:last-child::before,
.comp_v2_1002 table a:first-child:last-child::before,
.comp_v2_1004 table a:first-child:last-child::before,
.comp_v2_1005 table a:first-child:last-child::before,
.comp_v2_1006 table a:first-child:last-child::before,
.comp_v2_1007 table a:first-child:last-child::before,
.comp_v2_1008 table a:first-child:last-child::before,
.comp_v2_1009 table a:first-child:last-child::before,
.comp_v2_1010 table a:first-child:last-child::before,
.comp_v2_1012 table a:first-child:last-child::before,
.comp_v2_1013 table a:first-child:last-child::before,
.comp_v2_1014 table a:first-child:last-child::before,
.comp_v2_1015 table a:first-child:last-child::before,
.comp_v2_1016 table a:first-child:last-child::before,
.comp_v2_1020 table a:first-child:last-child::before,
.comp_v2_1021 table a:first-child:last-child::before,
#packBackToList table a:first-child:last-child::before {
  top: 0.3em;
}

.comp_v2_1000 .builtin-scroll,
.comp_v2_1001 .builtin-scroll,
.comp_v2_1002 .builtin-scroll,
.comp_v2_1004 .builtin-scroll,
.comp_v2_1005 .builtin-scroll,
.comp_v2_1006 .builtin-scroll,
.comp_v2_1007 .builtin-scroll,
.comp_v2_1008 .builtin-scroll,
.comp_v2_1009 .builtin-scroll,
.comp_v2_1010 .builtin-scroll,
.comp_v2_1012 .builtin-scroll,
.comp_v2_1013 .builtin-scroll,
.comp_v2_1014 .builtin-scroll,
.comp_v2_1015 .builtin-scroll,
.comp_v2_1016 .builtin-scroll,
.comp_v2_1020 .builtin-scroll,
.comp_v2_1021 .builtin-scroll,
#packBackToList .builtin-scroll {
  -ms-touch-action: auto;
  touch-action: auto;
}

.product_detail_page .message,
.package_detail_page .message {
  text-align: center;
}

#purchase dt {
  color: #1d1e21;
  line-height: 1.4;
  font-size: 3.4rem;
  margin: 60px 0 0 0;
}

#purchase dt a {
  color: #1d1e21;
}

#purchase dt a:hover {
  color: #0064d2;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  #purchase dt {
    margin-top: 40px;
  }
}

#description table,
#package table,
#packContent table {
  min-width: 708px;
}

#description table th,
#description table td,
#package table th,
#package table td,
#packContent table th,
#packContent table td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media print, screen and (min-width: 769px) {
  #description table th img,
  #description table td img,
  #package table th img,
  #package table td img,
  #packContent table th img,
  #packContent table td img {
    max-width: 507px;
  }
}

@media screen and (max-width: 768px) {
  #description table th,
  #description table td,
  #package table th,
  #package table td,
  #packContent table th,
  #packContent table td {
    display: block;
    width: 100% !important;
  }
}

@media screen and (max-width: 768px) {
  #description table,
  #package table,
  #packContent table {
    min-width: auto;
    border: none;
  }
  #description table tr:nth-child(even),
  #package table tr:nth-child(even),
  #packContent table tr:nth-child(even) {
    background-color: #fff !important;
  }
  #description table th,
  #description table td,
  #package table th,
  #package table td,
  #packContent table th,
  #packContent table td {
    border: 1px solid #e7e7e8;
    margin-top: -1px;
  }
}

#purchase .disc,
#developEnv .disc,
#related_link .disc {
  display: inline-block;
  padding-left: 30px;
  margin-left: 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  #purchase .disc,
  #developEnv .disc,
  #related_link .disc {
    padding-left: 25px;
  }
}

#purchase .disc::before,
#developEnv .disc::before,
#related_link .disc::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: "\002022";
  color: #0064d2;
  margin: 0 7px;
}

#purchase a,
#developEnv a,
#related_link a {
  display: inline-block;
  color: #0064d2;
  padding-left: 30px;
  padding-right: 0;
  position: relative;
  line-height: 1.4;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  #purchase a,
  #developEnv a,
  #related_link a {
    padding-left: 25px;
  }
}

#purchase a:hover,
#developEnv a:hover,
#related_link a:hover {
  text-decoration: underline;
}

#purchase a::after,
#developEnv a::after,
#related_link a::after {
  display: none;
}

#purchase a::before,
#developEnv a::before,
#related_link a::before {
  position: absolute;
  left: 5px;
  top: 0.2em;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
  background-size: 13px 13px;
}

#purchase a[target="_blank"]::before,
#developEnv a[target="_blank"]::before,
#related_link a[target="_blank"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

#purchase a[href$=".pdf"]::before, #purchase a[href*="docget.jsp"]::before,
#developEnv a[href$=".pdf"]::before,
#developEnv a[href*="docget.jsp"]::before,
#related_link a[href$=".pdf"]::before,
#related_link a[href*="docget.jsp"]::before {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
  background-size: 11px 14px;
}

#purchase a[href*="/list/index.php"]::before,
#developEnv a[href*="/list/index.php"]::before,
#related_link a[href*="/list/index.php"]::before {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
  background-size: 13px 11px;
}

#purchase a[href^="#"]::before,
#developEnv a[href^="#"]::before,
#related_link a[href^="#"]::before {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
  background-size: 13px 13px;
}

#purchase a[href^="tel:"], #purchase a[href^="mailto:"], #purchase a.icon-none,
#developEnv a[href^="tel:"],
#developEnv a[href^="mailto:"],
#developEnv a.icon-none,
#related_link a[href^="tel:"],
#related_link a[href^="mailto:"],
#related_link a.icon-none {
  padding-left: 0;
}

#purchase a[href^="tel:"]::before, #purchase a[href^="mailto:"]::before, #purchase a.icon-none::before,
#developEnv a[href^="tel:"]::before,
#developEnv a[href^="mailto:"]::before,
#developEnv a.icon-none::before,
#related_link a[href^="tel:"]::before,
#related_link a[href^="mailto:"]::before,
#related_link a.icon-none::before {
  display: none;
}

#purchase a.icon-none img,
#developEnv a.icon-none img,
#related_link a.icon-none img {
  margin: 0;
}

@media print, screen and (min-width: 769px) {
  #purchase a[href^="tel:"],
  #developEnv a[href^="tel:"],
  #related_link a[href^="tel:"] {
    color: #333;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

#caution ul {
  font-size: 80%;
}

#packBackToList {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  #packBackToList {
    margin-top: 40px;
  }
}

#packBackToList a {
  font-size: 1.4rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  background-color: #0064d2;
  text-align: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  min-width: 110px;
  min-height: 40px;
  border: none;
  letter-spacing: 0.1rem;
}

#packBackToList a:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

#packBackToList a:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

#packBackToList a:disabled {
  color: #FFF;
  background-color: #707070;
}

#packBackToList a::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url("/apps/toshiba-ss-v2/clientlibs/dist/img/button-arrow.png");
  background-size: 18px 18px;
  margin-right: 0.2em;
  margin-bottom: 0.2em;
}

.comp_v2_1008 a {
  display: inline;
  color: #0064d2;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  text-decoration: underline;
  line-height: 1.4;
}

.comp_v2_1008 a:hover {
  text-decoration: none;
}

.comp_v2_1008 a::before {
  display: none;
}

.comp_v2_1008 a::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-arrow.png);
  background-size: 13px 13px;
  margin: 0 5px;
  vertical-align: middle;
}

.comp_v2_1008 a[target="_blank"]::after {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-external.png);
}

.comp_v2_1008 a[href$=".pdf"]::after, .comp_v2_1008 a[href*="docget.jsp"]::after {
  width: 11px;
  height: 14px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-pdf.png);
  background-size: 11px 14px;
}

.comp_v2_1008 a[href*="/list/index.php"]::after {
  width: 13px;
  height: 11px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-parametric.png);
  background-size: 13px 11px;
}

.comp_v2_1008 a[href^="#"]::after {
  width: 13px;
  height: 13px;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/link-anchor.png);
  background-size: 13px 13px;
}

.comp_v2_1008 a[href^="tel:"], .comp_v2_1008 a[href^="mailto:"], .comp_v2_1008 a.icon-none {
  padding-right: 0;
}

.comp_v2_1008 a[href^="tel:"]::after, .comp_v2_1008 a[href^="mailto:"]::after, .comp_v2_1008 a.icon-none::after {
  display: none;
}

.comp_v2_1008 a.icon-none img {
  margin: 0;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_1008 a[href^="tel:"] {
    color: #333;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v2_1005 p {
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .comp_v2_1005 p {
    margin-top: 20px;
  }
}

.comp_v2_1005 td {
  line-height: 1.4;
}

#packContent table caption {
  display: none;
  text-align: left;
  white-space: nowrap;
}

.comp_v2_1000 table th img,
.comp_v2_1000 table td img {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}


.comp_v2_richtext__frame, .comp_v2_richtext__frame--transition {
  max-width: 1140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  line-height: 1.6;
}

.comp_v2_richtext__radio li {
  margin: 0.5em 0;
}

.comp_v2_richtext__radio__label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
  letter-spacing: 0.1rem;
}

.comp_v2_richtext__radio__label input[type="radio"] {
  position: absolute;
  left: -100vw;
}

.comp_v2_richtext__radio__label input[type="radio"]:checked + span::before {
  border: 2px solid #0064d2;
}

.comp_v2_richtext__radio__label input[type="radio"]:checked + span::after {
  background-color: #0064d2;
}

.comp_v2_richtext__radio__label input[type="radio"]:disabled + span::before {
  border: 2px solid #e7e7e8;
  opacity: 0.5;
}

.comp_v2_richtext__radio__label input[type="radio"]:checked:disabled + span::before {
  border: 2px solid #0064d2;
}

.comp_v2_richtext__radio__label input[type="radio"]:checked:disabled + span::after {
  background-color: #0064d2;
}

.comp_v2_richtext__radio__label__text::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #e7e7e8;
  border-radius: 50%;
}

.comp_v2_richtext__radio__label__text::after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: transparent;
}

input[type="radio"]:focus + .comp_v2_richtext__radio__label__text::before {
  outline-style: none;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

@media screen and (max-width: 768px) {
  .comp_v2_richtext__table th,
  .comp_v2_richtext__table td {
    min-width: 100px;
  }
}

.comp_v2_richtext__table, .comp_v2_richtext__table__2cell, .comp_v2_richtext__table02, .comp_v2_richtext__table03 {
  border-collapse: collapse;
  border: 1px solid #e7e7e8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .comp_v2_richtext__table, .comp_v2_richtext__table__2cell, .comp_v2_richtext__table02, .comp_v2_richtext__table03 {
    margin: 0;
  }
}

.comp_v2_richtext__table caption, .comp_v2_richtext__table__2cell caption, .comp_v2_richtext__table02 caption, .comp_v2_richtext__table03 caption {
  color: #1d1e21;
  text-align: left;
  padding: 20px 0;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .comp_v2_richtext__table caption, .comp_v2_richtext__table__2cell caption, .comp_v2_richtext__table02 caption, .comp_v2_richtext__table03 caption {
    padding: 10px 0;
  }
}

.comp_v2_richtext__table th,
.comp_v2_richtext__table td, .comp_v2_richtext__table__2cell th,
.comp_v2_richtext__table__2cell td, .comp_v2_richtext__table02 th,
.comp_v2_richtext__table02 td, .comp_v2_richtext__table03 th,
.comp_v2_richtext__table03 td {
  border: 1px solid #e7e7e8;
  text-align: left;
  padding: 10px 9px;
  font-weight: normal;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .comp_v2_richtext__table th,
  .comp_v2_richtext__table td, .comp_v2_richtext__table__2cell th,
  .comp_v2_richtext__table__2cell td, .comp_v2_richtext__table02 th,
  .comp_v2_richtext__table02 td, .comp_v2_richtext__table03 th,
  .comp_v2_richtext__table03 td {
    padding: 10px;
  }
}

.comp_v2_richtext__table th, .comp_v2_richtext__table__2cell th, .comp_v2_richtext__table02 th, .comp_v2_richtext__table03 th {
  color: #1d1e21;
  background-color: #f0f6fc;
}

.comp_v2_richtext__table thead tr:nth-child(even), .comp_v2_richtext__table__2cell thead tr:nth-child(even), .comp_v2_richtext__table02 thead tr:nth-child(even), .comp_v2_richtext__table03 thead tr:nth-child(even) {
  background-color: #f0f6fc;
}

.comp_v2_richtext__table thead th,
.comp_v2_richtext__table thead td, .comp_v2_richtext__table__2cell thead th,
.comp_v2_richtext__table__2cell thead td, .comp_v2_richtext__table02 thead th,
.comp_v2_richtext__table02 thead td, .comp_v2_richtext__table03 thead th,
.comp_v2_richtext__table03 thead td {
  font-weight: bold;
}

.comp_v2_richtext__table tbody tr:nth-child(odd), .comp_v2_richtext__table__2cell tbody tr:nth-child(odd), .comp_v2_richtext__table02 tbody tr:nth-child(odd), .comp_v2_richtext__table03 tbody tr:nth-child(odd) {
  background-color: #fff;
}

.comp_v2_richtext__table tbody tr:nth-child(even), .comp_v2_richtext__table__2cell tbody tr:nth-child(even), .comp_v2_richtext__table02 tbody tr:nth-child(even), .comp_v2_richtext__table03 tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}

.comp_v2_richtext__table__btn p, .comp_v2_richtext__table__2cell__btn p, .comp_v2_richtext__table02__btn p, .comp_v2_richtext__table03__btn p {
  margin: 0;
  padding: 0;
}

.comp_v2_richtext__table__btn--center, .comp_v2_richtext__table__2cell__btn--center, .comp_v2_richtext__table02__btn--center, .comp_v2_richtext__table03__btn--center {
  text-align: center;
}

.comp_v2_richtext__table__btn--right, .comp_v2_richtext__table__2cell__btn--right, .comp_v2_richtext__table02__btn--right, .comp_v2_richtext__table03__btn--right {
  text-align: right;
}

.comp_v2_richtext__table__btn--default, .comp_v2_richtext__table__2cell__btn--default, .comp_v2_richtext__table02__btn--default, .comp_v2_richtext__table03__btn--default {
  font-size: 1.4rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  background-color: #0064d2;
  text-align: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  min-width: 110px;
  min-height: 40px;
  border: none;
  letter-spacing: 0.1rem;
}

.comp_v2_richtext__table__btn--default:hover, .comp_v2_richtext__table__2cell__btn--default:hover, .comp_v2_richtext__table02__btn--default:hover, .comp_v2_richtext__table03__btn--default:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

.comp_v2_richtext__table__btn--default:focus, .comp_v2_richtext__table__2cell__btn--default:focus, .comp_v2_richtext__table02__btn--default:focus, .comp_v2_richtext__table03__btn--default:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

.comp_v2_richtext__table__btn--default:disabled, .comp_v2_richtext__table__2cell__btn--default:disabled, .comp_v2_richtext__table02__btn--default:disabled, .comp_v2_richtext__table03__btn--default:disabled {
  color: #FFF;
  background-color: #707070;
}

.comp_v2_richtext__table__btn--default::before, .comp_v2_richtext__table__2cell__btn--default::before, .comp_v2_richtext__table02__btn--default::before, .comp_v2_richtext__table03__btn--default::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url("/apps/toshiba-ss-v2/clientlibs/dist/img/button-arrow.png");
  background-size: 18px 18px;
  margin-right: 0.2em;
  margin-bottom: 0.2em;
}

.comp_v2_richtext__table__btn a, .comp_v2_richtext__table__2cell__btn a, .comp_v2_richtext__table02__btn a, .comp_v2_richtext__table03__btn a {
  font-size: 1.4rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
  min-width: 110px;
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  background-color: #0064d2;
  text-align: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  min-height: 40px;
  border: none;
  letter-spacing: 0.1rem;
}

.comp_v2_richtext__table__btn a:hover, .comp_v2_richtext__table__2cell__btn a:hover, .comp_v2_richtext__table02__btn a:hover, .comp_v2_richtext__table03__btn a:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
}

.comp_v2_richtext__table__btn a::before, .comp_v2_richtext__table__2cell__btn a::before, .comp_v2_richtext__table02__btn a::before, .comp_v2_richtext__table03__btn a::before {
  content: "";
  display: inline-block;
  width: 18px;
  min-width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-arrow.png);
  background-size: 18px 18px;
  margin-right: 0.25em;
  margin-bottom: 0.1em;
}

.comp_v2_richtext__table__btn a[target="_blank"]::before, .comp_v2_richtext__table__2cell__btn a[target="_blank"]::before, .comp_v2_richtext__table02__btn a[target="_blank"]::before, .comp_v2_richtext__table03__btn a[target="_blank"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-external.png);
}

.comp_v2_richtext__table__btn a[href$=".pdf"]::before, .comp_v2_richtext__table__btn a[href*="docget.jsp"]::before, .comp_v2_richtext__table__2cell__btn a[href$=".pdf"]::before, .comp_v2_richtext__table__2cell__btn a[href*="docget.jsp"]::before, .comp_v2_richtext__table02__btn a[href$=".pdf"]::before, .comp_v2_richtext__table02__btn a[href*="docget.jsp"]::before, .comp_v2_richtext__table03__btn a[href$=".pdf"]::before, .comp_v2_richtext__table03__btn a[href*="docget.jsp"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-pdf.png);
}

.comp_v2_richtext__table__btn a[href*="/list/index.php"]::before, .comp_v2_richtext__table__2cell__btn a[href*="/list/index.php"]::before, .comp_v2_richtext__table02__btn a[href*="/list/index.php"]::before, .comp_v2_richtext__table03__btn a[href*="/list/index.php"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-parametric.png);
}

.comp_v2_richtext__table__btn a[href^="#"]::before, .comp_v2_richtext__table__2cell__btn a[href^="#"]::before, .comp_v2_richtext__table02__btn a[href^="#"]::before, .comp_v2_richtext__table03__btn a[href^="#"]::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-anchor.png);
}

.comp_v2_richtext__table__btn .comp_v2_richtext__table__btn--search::before, .comp_v2_richtext__table__2cell__btn .comp_v2_richtext__table__btn--search::before, .comp_v2_richtext__table02__btn .comp_v2_richtext__table__btn--search::before, .comp_v2_richtext__table03__btn .comp_v2_richtext__table__btn--search::before, .comp_v2_richtext__table__btn .comp_v2_richtext__table__2cell__btn--search::before, .comp_v2_richtext__table__2cell__btn .comp_v2_richtext__table__2cell__btn--search::before, .comp_v2_richtext__table02__btn .comp_v2_richtext__table__2cell__btn--search::before, .comp_v2_richtext__table03__btn .comp_v2_richtext__table__2cell__btn--search::before, .comp_v2_richtext__table__btn .comp_v2_richtext__table02__btn--search::before, .comp_v2_richtext__table__2cell__btn .comp_v2_richtext__table02__btn--search::before, .comp_v2_richtext__table02__btn .comp_v2_richtext__table02__btn--search::before, .comp_v2_richtext__table03__btn .comp_v2_richtext__table02__btn--search::before, .comp_v2_richtext__table__btn .comp_v2_richtext__table03__btn--search::before, .comp_v2_richtext__table__2cell__btn .comp_v2_richtext__table03__btn--search::before, .comp_v2_richtext__table02__btn .comp_v2_richtext__table03__btn--search::before, .comp_v2_richtext__table03__btn .comp_v2_richtext__table03__btn--search::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-search.png);
}

.comp_v2_richtext__table__btn .comp_v2_richtext__table__btn--balloon::before, .comp_v2_richtext__table__2cell__btn .comp_v2_richtext__table__btn--balloon::before, .comp_v2_richtext__table02__btn .comp_v2_richtext__table__btn--balloon::before, .comp_v2_richtext__table03__btn .comp_v2_richtext__table__btn--balloon::before, .comp_v2_richtext__table__btn .comp_v2_richtext__table__2cell__btn--balloon::before, .comp_v2_richtext__table__2cell__btn .comp_v2_richtext__table__2cell__btn--balloon::before, .comp_v2_richtext__table02__btn .comp_v2_richtext__table__2cell__btn--balloon::before, .comp_v2_richtext__table03__btn .comp_v2_richtext__table__2cell__btn--balloon::before, .comp_v2_richtext__table__btn .comp_v2_richtext__table02__btn--balloon::before, .comp_v2_richtext__table__2cell__btn .comp_v2_richtext__table02__btn--balloon::before, .comp_v2_richtext__table02__btn .comp_v2_richtext__table02__btn--balloon::before, .comp_v2_richtext__table03__btn .comp_v2_richtext__table02__btn--balloon::before, .comp_v2_richtext__table__btn .comp_v2_richtext__table03__btn--balloon::before, .comp_v2_richtext__table__2cell__btn .comp_v2_richtext__table03__btn--balloon::before, .comp_v2_richtext__table02__btn .comp_v2_richtext__table03__btn--balloon::before, .comp_v2_richtext__table03__btn .comp_v2_richtext__table03__btn--balloon::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-balloon.png);
}

.comp_v2_richtext__table__btn .comp_v2_richtext__table__btn--cart::before, .comp_v2_richtext__table__2cell__btn .comp_v2_richtext__table__btn--cart::before, .comp_v2_richtext__table02__btn .comp_v2_richtext__table__btn--cart::before, .comp_v2_richtext__table03__btn .comp_v2_richtext__table__btn--cart::before, .comp_v2_richtext__table__btn .comp_v2_richtext__table__2cell__btn--cart::before, .comp_v2_richtext__table__2cell__btn .comp_v2_richtext__table__2cell__btn--cart::before, .comp_v2_richtext__table02__btn .comp_v2_richtext__table__2cell__btn--cart::before, .comp_v2_richtext__table03__btn .comp_v2_richtext__table__2cell__btn--cart::before, .comp_v2_richtext__table__btn .comp_v2_richtext__table02__btn--cart::before, .comp_v2_richtext__table__2cell__btn .comp_v2_richtext__table02__btn--cart::before, .comp_v2_richtext__table02__btn .comp_v2_richtext__table02__btn--cart::before, .comp_v2_richtext__table03__btn .comp_v2_richtext__table02__btn--cart::before, .comp_v2_richtext__table__btn .comp_v2_richtext__table03__btn--cart::before, .comp_v2_richtext__table__2cell__btn .comp_v2_richtext__table03__btn--cart::before, .comp_v2_richtext__table02__btn .comp_v2_richtext__table03__btn--cart::before, .comp_v2_richtext__table03__btn .comp_v2_richtext__table03__btn--cart::before {
  background-image: url(/apps/toshiba-ss-v2/clientlibs/dist/img/button-cart.png);
}

.comp_v2_richtext__table__btn .comp_v2_richtext__table__btn--large, .comp_v2_richtext__table__2cell__btn .comp_v2_richtext__table__btn--large, .comp_v2_richtext__table02__btn .comp_v2_richtext__table__btn--large, .comp_v2_richtext__table03__btn .comp_v2_richtext__table__btn--large, .comp_v2_richtext__table__btn .comp_v2_richtext__table__2cell__btn--large, .comp_v2_richtext__table__2cell__btn .comp_v2_richtext__table__2cell__btn--large, .comp_v2_richtext__table02__btn .comp_v2_richtext__table__2cell__btn--large, .comp_v2_richtext__table03__btn .comp_v2_richtext__table__2cell__btn--large, .comp_v2_richtext__table__btn .comp_v2_richtext__table02__btn--large, .comp_v2_richtext__table__2cell__btn .comp_v2_richtext__table02__btn--large, .comp_v2_richtext__table02__btn .comp_v2_richtext__table02__btn--large, .comp_v2_richtext__table03__btn .comp_v2_richtext__table02__btn--large, .comp_v2_richtext__table__btn .comp_v2_richtext__table03__btn--large, .comp_v2_richtext__table__2cell__btn .comp_v2_richtext__table03__btn--large, .comp_v2_richtext__table02__btn .comp_v2_richtext__table03__btn--large, .comp_v2_richtext__table03__btn .comp_v2_richtext__table03__btn--large {
  font-size: 2rem;
  padding: 18px 30px;
}

@media screen and (max-width: 768px) {
  .comp_v2_richtext__table__btn .comp_v2_richtext__table__btn--large, .comp_v2_richtext__table__2cell__btn .comp_v2_richtext__table__btn--large, .comp_v2_richtext__table02__btn .comp_v2_richtext__table__btn--large, .comp_v2_richtext__table03__btn .comp_v2_richtext__table__btn--large, .comp_v2_richtext__table__btn .comp_v2_richtext__table__2cell__btn--large, .comp_v2_richtext__table__2cell__btn .comp_v2_richtext__table__2cell__btn--large, .comp_v2_richtext__table02__btn .comp_v2_richtext__table__2cell__btn--large, .comp_v2_richtext__table03__btn .comp_v2_richtext__table__2cell__btn--large, .comp_v2_richtext__table__btn .comp_v2_richtext__table02__btn--large, .comp_v2_richtext__table__2cell__btn .comp_v2_richtext__table02__btn--large, .comp_v2_richtext__table02__btn .comp_v2_richtext__table02__btn--large, .comp_v2_richtext__table03__btn .comp_v2_richtext__table02__btn--large, .comp_v2_richtext__table__btn .comp_v2_richtext__table03__btn--large, .comp_v2_richtext__table__2cell__btn .comp_v2_richtext__table03__btn--large, .comp_v2_richtext__table02__btn .comp_v2_richtext__table03__btn--large, .comp_v2_richtext__table03__btn .comp_v2_richtext__table03__btn--large {
    width: 100%;
  }
}

.comp_v2_richtext__table__btn .comp_v2_richtext__table__btn--large:hover, .comp_v2_richtext__table__2cell__btn .comp_v2_richtext__table__btn--large:hover, .comp_v2_richtext__table02__btn .comp_v2_richtext__table__btn--large:hover, .comp_v2_richtext__table03__btn .comp_v2_richtext__table__btn--large:hover, .comp_v2_richtext__table__btn .comp_v2_richtext__table__2cell__btn--large:hover, .comp_v2_richtext__table__2cell__btn .comp_v2_richtext__table__2cell__btn--large:hover, .comp_v2_richtext__table02__btn .comp_v2_richtext__table__2cell__btn--large:hover, .comp_v2_richtext__table03__btn .comp_v2_richtext__table__2cell__btn--large:hover, .comp_v2_richtext__table__btn .comp_v2_richtext__table02__btn--large:hover, .comp_v2_richtext__table__2cell__btn .comp_v2_richtext__table02__btn--large:hover, .comp_v2_richtext__table02__btn .comp_v2_richtext__table02__btn--large:hover, .comp_v2_richtext__table03__btn .comp_v2_richtext__table02__btn--large:hover, .comp_v2_richtext__table__btn .comp_v2_richtext__table03__btn--large:hover, .comp_v2_richtext__table__2cell__btn .comp_v2_richtext__table03__btn--large:hover, .comp_v2_richtext__table02__btn .comp_v2_richtext__table03__btn--large:hover, .comp_v2_richtext__table03__btn .comp_v2_richtext__table03__btn--large:hover {
  color: #fff;
}

.comp_v2_richtext__table__btn .comp_v2_richtext__table__btn--flip, .comp_v2_richtext__table__2cell__btn .comp_v2_richtext__table__btn--flip, .comp_v2_richtext__table02__btn .comp_v2_richtext__table__btn--flip, .comp_v2_richtext__table03__btn .comp_v2_richtext__table__btn--flip, .comp_v2_richtext__table__btn .comp_v2_richtext__table__2cell__btn--flip, .comp_v2_richtext__table__2cell__btn .comp_v2_richtext__table__2cell__btn--flip, .comp_v2_richtext__table02__btn .comp_v2_richtext__table__2cell__btn--flip, .comp_v2_richtext__table03__btn .comp_v2_richtext__table__2cell__btn--flip, .comp_v2_richtext__table__btn .comp_v2_richtext__table02__btn--flip, .comp_v2_richtext__table__2cell__btn .comp_v2_richtext__table02__btn--flip, .comp_v2_richtext__table02__btn .comp_v2_richtext__table02__btn--flip, .comp_v2_richtext__table03__btn .comp_v2_richtext__table02__btn--flip, .comp_v2_richtext__table__btn .comp_v2_richtext__table03__btn--flip, .comp_v2_richtext__table__2cell__btn .comp_v2_richtext__table03__btn--flip, .comp_v2_richtext__table02__btn .comp_v2_richtext__table03__btn--flip, .comp_v2_richtext__table03__btn .comp_v2_richtext__table03__btn--flip {
  color: #0064d2;
  background-color: #fff;
  border: 1px solid #0064d2;
}

.comp_v2_richtext__table__btn .comp_v2_richtext__table__btn--flip::before, .comp_v2_richtext__table__2cell__btn .comp_v2_richtext__table__btn--flip::before, .comp_v2_richtext__table02__btn .comp_v2_richtext__table__btn--flip::before, .comp_v2_richtext__table03__btn .comp_v2_richtext__table__btn--flip::before, .comp_v2_richtext__table__btn .comp_v2_richtext__table__2cell__btn--flip::before, .comp_v2_richtext__table__2cell__btn .comp_v2_richtext__table__2cell__btn--flip::before, .comp_v2_richtext__table02__btn .comp_v2_richtext__table__2cell__btn--flip::before, .comp_v2_richtext__table03__btn .comp_v2_richtext__table__2cell__btn--flip::before, .comp_v2_richtext__table__btn .comp_v2_richtext__table02__btn--flip::before, .comp_v2_richtext__table__2cell__btn .comp_v2_richtext__table02__btn--flip::before, .comp_v2_richtext__table02__btn .comp_v2_richtext__table02__btn--flip::before, .comp_v2_richtext__table03__btn .comp_v2_richtext__table02__btn--flip::before, .comp_v2_richtext__table__btn .comp_v2_richtext__table03__btn--flip::before, .comp_v2_richtext__table__2cell__btn .comp_v2_richtext__table03__btn--flip::before, .comp_v2_richtext__table02__btn .comp_v2_richtext__table03__btn--flip::before, .comp_v2_richtext__table03__btn .comp_v2_richtext__table03__btn--flip::before {
  display: none;
}

.comp_v2_richtext__table ul,
.comp_v2_richtext__table ol, .comp_v2_richtext__table__2cell ul,
.comp_v2_richtext__table__2cell ol, .comp_v2_richtext__table02 ul,
.comp_v2_richtext__table02 ol, .comp_v2_richtext__table03 ul,
.comp_v2_richtext__table03 ol {
  margin: 0;
  margin-top: 0 !important;
}

@media screen and (max-width: 768px) {
  .comp_v2_richtext__table__2cell {
    table-layout: fixed;
  }
}

.comp_v2_richtext__table__2cell th,
.comp_v2_richtext__table__2cell td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media print, screen and (min-width: 769px) {
  .comp_v2_richtext__table__2cell th img,
  .comp_v2_richtext__table__2cell td img {
    max-width: 507px;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_richtext__table__2cell th,
  .comp_v2_richtext__table__2cell td {
    display: block;
    width: 100%;
  }
}

.comp_v2_richtext__table__2cell th figure span,
.comp_v2_richtext__table__2cell td figure span {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.comp_v2_richtext__table__2cell th figure span img,
.comp_v2_richtext__table__2cell td figure span img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
}

.comp_v2_richtext__table__2cell th figure figcaption,
.comp_v2_richtext__table__2cell td figure figcaption {
  margin: 0;
  padding: 1em 0;
}

.comp_v2_richtext__table__2cell th .imagemodal figure,
.comp_v2_richtext__table__2cell td .imagemodal figure {
  position: relative;
  background-color: transparent;
  border-radius: 0;
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.comp_v2_richtext__table__2cell th .imagemodal figure:before,
.comp_v2_richtext__table__2cell td .imagemodal figure:before {
  display: none;
}

.comp_v2_richtext__table__2cell th .imagemodal figure img,
.comp_v2_richtext__table__2cell td .imagemodal figure img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media screen and (max-width: 768px) {
  .comp_v2_richtext__table__2cell {
    border: none;
  }
  .comp_v2_richtext__table__2cell th,
  .comp_v2_richtext__table__2cell td {
    border: 1px solid #e7e7e8;
    margin-top: -1px;
  }
}

.comp_v2_richtext__table02 tbody tr:nth-child(odd) {
  background-color: #fff;
}

.comp_v2_richtext__table02 tbody tr:nth-child(even) {
  background-color: #fff;
}

.comp_v2_richtext__table03 tbody tr:nth-child(odd) {
  background-color: transparent;
}

.comp_v2_richtext__table03 tbody tr:nth-child(even) {
  background-color: transparent;
}

.comp_v2_richtext__table03 tbody td:nth-child(odd) {
  background-color: #f5f5f5;
}

.comp_v2_richtext__table03 tbody td:nth-child(even) {
  background-color: #fff;
}

.comp_v2_richtext__select {
  margin: 25px 0;
  position: relative;
}

.comp_v2_richtext__select:before {
  content: "\0046\0069\006c\0074\0065\0072";
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 2;
  font-size: 1.2rem;
  color: #a0a0a5;
  letter-spacing: 0.1rem;
}

.comp_v2_richtext__select__selecter {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  min-width: 250px;
}

@media screen and (max-width: 768px) {
  .comp_v2_richtext__select__selecter {
    width: 100%;
  }
}

.comp_v2_richtext__select__selecter::before {
  position: absolute;
  padding: 0;
  content: "";
  top: 50%;
  right: 0.9em;
  bottom: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid rgba(51, 51, 51, 0.3);
  border-right: 2px solid rgba(51, 51, 51, 0.3);
  -webkit-transform: rotate(135deg) translate(-50%, 50%);
  transform: rotate(135deg) translate(-50%, 50%);
  pointer-events: none;
}

.comp_v2_richtext__select__selecter::after {
  position: absolute;
  top: 0;
  right: 2.5em;
  bottom: 0;
  width: 1px;
  content: "";
  border-left: 1px solid #ccc;
}

.comp_v2_richtext__select__selecter select {
  width: 100%;
  min-width: 120px;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 12px 45px 12px 10px;
  color: #333;
  letter-spacing: 0.1rem;
}

.comp_v2_richtext__select__selecter select:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

.comp_v2_richtext__select__selecter select::-ms-expand {
  display: none;
}

.comp_v2_richtext__select__selecter select:disabled {
  background-color: #e7e7e8;
}

@media screen and (max-width: 768px) {
  .comp_v2_richtext__select__selecter {
    width: 100%;
    min-width: auto;
  }
}

.comp_v2_richtext__select__selecter select {
  padding: 30px 40px 8px 10px;
  min-width: 250px;
}

.comp_v2_richtext__frame--transition {
  position: relative;
}

.comp_v2_richtext__frame--transition button,
.comp_v2_richtext__frame--transition [type="button"],
.comp_v2_richtext__frame--transition [type="reset"],
.comp_v2_richtext__frame--transition [type="submit"] {
  background-color: #0064d2;
  padding: 8px 10px;
  color: #fff;
  border: none;
  margin: 5px 5px 5px 0;
}

.comp_v2_richtext__frame--transition button:hover,
.comp_v2_richtext__frame--transition [type="button"]:hover,
.comp_v2_richtext__frame--transition [type="reset"]:hover,
.comp_v2_richtext__frame--transition [type="submit"]:hover {
  cursor: pointer;
}

.comp_v2_richtext__frame--transition input[type="text"] {
  font-family: Arial;
}

.comp_v2_richtext__frame--transition input[type="checkbox"],
.comp_v2_richtext__frame--transition input[type="radio"] {
  vertical-align: initial;
  margin-right: 4px;
  position: relative;
  top: 1px;
}

.comp_v2_richtext__frame--transition table {
  margin: 25px 0 15px;
  border-collapse: collapse;
  width: 99.9%;
  text-align: center;
  vertical-align: middle;
  line-height: 1.4;
  border: 1px solid #e7e7e8;
  font-size: 1.4rem;
}

.comp_v2_richtext__frame--transition table th,
.comp_v2_richtext__frame--transition table td {
  padding: 5px;
  border: 1px solid #e7e7e8;
}

.comp_v2_richtext__frame--transition table th {
  font-weight: bold;
  background-color: #d8ebf7;
  color: #1d1e21;
}

.comp_v2_richtext__frame--transition img {
  width: auto;
  max-width: initial;
}

.comp_v2_richtext__frame--transition .comp_v2_0050 {
  padding: 0;
}

.comp_v2_richtext__frame--transition .comp_v2_0050__frame {
  padding: 0;
}

.comp_v2_richtext__frame--transition .comp_v2_0050__h1--regular, .comp_v2_richtext__frame--transition .comp_v2_0050__h1--bold, .comp_v2_richtext__frame--transition .comp_v2_0050__h2--regular, .comp_v2_richtext__frame--transition .comp_v2_0050__h2--bold, .comp_v2_richtext__frame--transition .comp_v2_0050__h3--regular, .comp_v2_richtext__frame--transition .comp_v2_0050__h3--bold, .comp_v2_richtext__frame--transition .comp_v2_0050__h4--regular, .comp_v2_richtext__frame--transition .comp_v2_0050__h4--bold, .comp_v2_richtext__frame--transition .comp_v2_0050__h5--regular, .comp_v2_richtext__frame--transition .comp_v2_0050__h5--bold {
  margin-bottom: 20px;
}

.comp_v2_richtext__frame--transition .comp_v2_0050__h1--regular input, .comp_v2_richtext__frame--transition .comp_v2_0050__h1--bold input, .comp_v2_richtext__frame--transition .comp_v2_0050__h2--regular input, .comp_v2_richtext__frame--transition .comp_v2_0050__h2--bold input, .comp_v2_richtext__frame--transition .comp_v2_0050__h3--regular input, .comp_v2_richtext__frame--transition .comp_v2_0050__h3--bold input, .comp_v2_richtext__frame--transition .comp_v2_0050__h4--regular input, .comp_v2_richtext__frame--transition .comp_v2_0050__h4--bold input, .comp_v2_richtext__frame--transition .comp_v2_0050__h5--regular input, .comp_v2_richtext__frame--transition .comp_v2_0050__h5--bold input {
  font-size: 1.3rem;
}

.comp_v2_richtext__agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.comp_v2_richtext__agree p a {
  padding: 8px 10px !important;
  color: #fff !important;
  text-decoration: none !important;
  line-height: 1.8 !important;
}

.comp_v2_richtext__agree p a:hover {
  text-decoration: none !important;
}

.comp_v2_richtext__agree__btn {
  margin: 30px;
}

.comp_v2_richtext__agree__btn--default {
  font-size: 1.4rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
  min-width: 110px;
  text-decoration: none;
  vertical-align: middle;
  padding: 8px 10px;
  color: #fff;
  background-color: #0064d2;
  text-align: center;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.8;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  min-height: 40px;
  border: none;
}

.comp_v2_richtext__agree__btn--default:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

.comp_v2_richtext__agree__btn--disagree {
  font-size: 2rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-decoration: none;
  vertical-align: middle;
  color: #fff;
  background-color: #a0a0a5;
  text-align: center;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.8;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  min-height: 40px;
  border: none;
}

.comp_v2_richtext__agree__btn--disagree img {
  margin: 0 5px 3px 0;
  vertical-align: middle;
}

.comp_v2_richtext__agree__btn--disagree:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

.comp_v2_richtext__agree__btn--default, .comp_v2_richtext__agree__btn--large, .comp_v2_richtext__agree__btn--flip, .comp_v2_richtext__agree__btn--disagree {
  font-size: 2rem;
  min-width: 150px;
  padding: 15px 10px;
}

@media screen and (max-width: 768px) {
  .comp_v2_richtext__agree__btn--default, .comp_v2_richtext__agree__btn--large, .comp_v2_richtext__agree__btn--flip, .comp_v2_richtext__agree__btn--disagree {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .comp_v2_richtext__agree {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .comp_v2_richtext__agree__btn {
    margin: 15px auto;
  }
}

.comp_v2_0060 .comp_v2_richtext form,
.comp_v2_0060 .comp_v2_richtext table {
  margin: 25px 0 15px;
}
.n_container {
 font-size: 1.4rem;
}
.newHeaderFooter {
 all: initial;
 font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}
.n_container input {
 padding: 0px;
}
.n_container .datacell img {
 min-width: 16px;
}
.clearfix .n_toPageTop {
 display: none;
}
@media (max-width: 768px) {
 h1.n_title_parametric {
  margin-top: 45px;
 }
}
@media (max-width: 768px) {
 .comp_v2_0010__frame {
  position: fixed;
  width: 100%;
 }
}