@charset 'utf-8';

/* layout */

.computeFlatTypeSection {
  margin: 10px 0 32px 0;
}

.computeFlatTypeSection h1 {
  font-size: 40px;
  margin-top: 10px;
}

.computeFlatTypeSection h2 {
  font-size: 24px;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .grid_contents .grid_cols.grid-8-tablet {
    width: 100%;
  }
  .sub_backTo-top {
    margin: 32px auto 64px auto;
    padding: 0 16px;
  }
}

@media screen and (max-width: 480px) {
  .computeFlatTypeSection {
    margin-top: 0;
  }
  .computeFlatTypeSection h1 {
    font-size: 32px;
  }
  .computeFlatTypeSection h2 {
    font-size: 20px;
  }
  .sub_backTo-top {
    margin: 32px auto 96px auto;
    padding: 0 16px;
  }
}

/* global menu */

.tabSection {
  margin-bottom: 0;
}

.bst-sh-index-tab {
  margin-bottom: 64px;
}

.tabNavigation {
  margin-bottom: 15px;
}

.tabNavigation .tabLayout {
  border-collapse: collapse;
}

.tabNavigation div.tabItem {
  height: 50px;
  border: 1px #d6d6d6 solid;
  background-color: #f8f8f8;
}

.tabNavigation div.tabItem a {
  line-height: 50px;
}

.tabNavigation div.tabSelect {
  color: #fff;
  background-color: #8b186d;
}

.tabNavigation .tabItemNewLine {
  display: none;
}

@media screen and (max-width: 768px) {
  .tabSection .tabNavigation {
    margin-bottom: 15px;
  }
  .tabNavigation .tabItemNewLine {
    display: table-row;
  }
}

@media screen and (max-width: 480px) {
  .bst-sh-index-tab {
    margin-bottom: 0;
  }
  .tabSection .tabChange_dropdown {
    margin-bottom: 15px;
  }
}

/* section */

.bst-sh-section {
  box-sizing: content-box;
  max-width: 960px;
  margin: 0 auto;
}

.bst-sh-section h1 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
  margin: 128px 0 0 0;
  padding-bottom: 12px;
  text-align: left;
  border-bottom: 1px solid #485157;
}

.bst-sh-section h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  margin: 64px 0 0 0;
  padding: 8px 12px;
  color: #fff;
  border-bottom: 4px solid #3d454a;
  background-color: #485157;
}

.bst-sh-section h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  margin: 32px 0 0 0;
  color: #0098d8;
}

.bst-sh-section .cf:before, .bst-sh-section .cf:after {
  display: block;
}

.bst-sh-section a, .bst-sh-cta a, .bst-sh-index a {
  text-decoration: underline;
  color: #002bff;
}

.bst-sh-section a:hover, .bst-sh-cta a:hover, .bst-sh-index a:hover {
  text-decoration: none;
  color: #264aff;
}

/* element */

.bst-sh-section div, .bst-sh-section p {
  box-sizing: content-box;
}

.bst-sh-section p {
  line-height: 1.8;
  margin-top: 1em;
}

.bst-sh-section ul, .bst-sh-section ol {
  line-height: 1.8;
  margin-top: 1em;
}

.bst-sh-section ul {
  padding-left: 28px;
}

.bst-sh-section table, .bst-sh-index table {
  font-size: 14px;
  width: 100%;
  margin-top: 32px;
  background-color: #fff;
}

.bst-sh-section th, .bst-sh-section td, .bst-sh-index th, .bst-sh-index td {
  line-height: 1.4;
  padding: 12px;
  border: none;
  border-top: 1px #e6e6e6 solid;
  border-bottom: 1px #e6e6e6 solid;
}

.bst-sh-section th, .bst-sh-index th {
  font-weight: bold;
  white-space: nowrap;
  border-top: 1px #d6d6d6 solid;
  border-bottom: 1px #d6d6d6 solid;
  background-color: #f8f8f8;
}

.bst-sh-section em {
  color: #f20000;
}

.bst-sh-section img {
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .bst-sh-section table {
    table-layout: fixed;
  }
  .bst-sh-section th, .bst-sh-section td {
    max-width: 50%;
  }
  .bst-sh-section th {
    white-space: normal;
  }
}

/* class */

.bst-sh-section .bst-sh-button-simple a {
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  padding: 4px 8px;
  text-decoration: none;
  color: #0098d8;
  border: 1px #0098d8 solid;
  border-radius: 4px;
  background-color: #fff;
}

.bst-sh-section .bst-sh-button-simple a:hover {
  color: #41abd9;
  border: 1px #41abd9 solid;
}

.bst-sh-section .bst-sh-note, .bst-sh-index .bst-sh-note {
  position: relative;
  display: inline-block;
  padding-left: 1em;
}

.bst-sh-section .bst-sh-note-asterisk, .bst-sh-index .bst-sh-note-asterisk {
  position: absolute;
  top: 0;
  left: 0;
}

.bst-sh-section .bst-sh-figure {
  margin-top: 32px;
  text-align: center;
}

.bst-sh-section .bst-sh-figure img {
  max-width: 800px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .bst-sh-section .bst-sh-figure img {
    width: 100%;
  }
}

/* cta */

.bst-sh-cta {
  box-sizing: border-box;
  max-width: 960px;
  margin: 64px auto 0 auto;
  padding: 32px 47px;
  border: 1px solid #f2f1e9;
  background-color: #fffef3;
}

.bst-sh-cta-button-trial, .bst-sh-cta-button-contract, .bst-sh-cta-button-contact {
  float: left;
  width: 224px;
  margin: 0 32px;
}

.bst-sh-cta-button a {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  display: block;
  padding: 16px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 1px solid #ff6e0f;
  border-radius: 8px;
  background-color: #ff6e0f;
  background-image: -webkit-linear-gradient(top, #ff9d66, #ff5b00);
  background-image: linear-gradient(to bottom, #ff9d66, #ff5b00);
  box-shadow: 0 1px 1px 0 #ccc;
  text-shadow: 0 1px 0 #f2600f;
}

.bst-sh-cta-button-trial a, .bst-sh-cta-button-contract a {
  padding-top: 32px;
}

.bst-sh-cta-button a:hover {
  color: #fff;
  border: 1px solid #ff7c10;
  background-color: #ff7c10;
  background-image: -webkit-linear-gradient(top, #ffa766, #ff6d00);
  background-image: linear-gradient(to bottom, #ffa766, #ff6d00);
  text-shadow: 0 1px 0 #ef7011;
}

.bst-sh-cta-link ul {
  width: 800px;
  margin: 24px auto;
  padding: 0 0 24px 0;
  list-style-type: none;
  text-align: center;
  border-bottom: 1px solid #f2f1e9;
}

.bst-sh-cta-link li {
  display: inline;
  margin: 0 8px;
}

.bst-sh-cta-hcc {
  display: table;
  margin: 0 auto;
  padding-left: 120px;
  background: transparent url(/content/dam/nttcom/hq/jp/business/services/application/online-storage/bst-sh/image/cta-hcc-photo.png) no-repeat scroll 0 0;
  background-size: 100px 100px;
}

.bst-sh-cta-hcc-catch {
  font-weight: bold;
  line-height: 1.3;
  padding-bottom: 16px;
}

.bst-sh-cta-hcc-free-dial, .bst-sh-cta-hcc-time {
  float: left;
}

.bst-sh-cta-hcc-free-dial {
  font-size: 32px;
  font-weight: bold;
}

.bst-sh-cta-hcc-free-dial img {
  width: 42px;
  margin-right: 4px;
}

.bst-sh-cta-hcc-time {
  font-size: 14px;
  margin: 8px 0 0 16px;
}

.bst-sh-cta-hcc-guidance {
  font-size: 14px;
  line-height: 1.4;
  clear: both;
  padding-top: 16px;
}

@media screen and (max-width: 768px) {
  .bst-sh-cta {
    padding: 32px;
  }
  .bst-sh-cta-button-trial, .bst-sh-cta-button-contract, .bst-sh-cta-button-contact {
    float: none;
    width: 368px;
    margin: 0 auto;
  }
  .bst-sh-cta-button-trial, .bst-sh-cta-button-contract {
    margin-bottom: 32px;
  }
  .bst-sh-cta-button-trial a, .bst-sh-cta-button-contract a {
    padding-top: 16px;
  }
  .bst-sh-cta-link ul {
    width: inherit;
  }
  .bst-sh-cta-hcc-free-dial, .bst-sh-cta-hcc-time {
    float: none;
  }
  .bst-sh-cta-hcc-time {
    margin: 8px 0 0 0;
  }
}

@media screen and (max-width: 480px) {
  .bst-sh-cta-button-trial, .bst-sh-cta-button-contract, .bst-sh-cta-button-contact {
    width: auto;
  }
  .bst-sh-cta-link li {
    display: block;
    margin: 16px 0 0 0;
  }
  .bst-sh-cta-hcc {
    padding-left: 0;
    background: none;
  }
  .bst-sh-cta-hcc-free-dial {
    font-size: 28px;
  }
}

/*anchor link*/

.bst-sh-anchor-link ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.bst-sh-anchor-link li {
  position: relative;
  display: table-cell;
  float: left;
  margin: 24px 32px 0 0;
  padding-left: 16px;
}

.bst-sh-anchor-link li:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 0;

  height: 0;
  margin-top: -3px;
  content: '';
  border-top: 6px solid #485157;
  border-right: 4px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 4px solid transparent;
}

/* colorbox */

#cboxOverlay {
  background-color: rgba(0, 0, 0, .8);
}

/* footer */

.bst-sh-footer {
  font-size: 14px;
  margin: 64px 0 0 0;
  padding: 16px 0 0 0;
  border-top: 1px #d6d6d6 solid;
}

.bst-sh-footer ul {
  line-height: 2;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

.bst-sh-footer li {
  display: inline;
  padding: 8px;
}

.bst-sh-footer li:nth-child(4):after {
  content: '\A';
  white-space: pre;
}

@media screen and (max-width: 768px) {
  .bst-sh-footer li:nth-child(8):after {
    content: '\A';
    white-space: pre;
  }
}

@media screen and (max-width: 480px) {
  .bst-sh-footer li {
    display: block;
    float: left;
  }
}

/* index */

.bst-sh-index {
  margin-bottom: 120px;
}

.bst-sh-index h2 {
  font-size: 24px;
  line-height: 1.3;
  margin: 32px 0;
}

.bst-sh-index .bst-sh-index-point {
  padding: 0;
  list-style: none;
  counter-reset: my-counter;
}

.bst-sh-index .bst-sh-index-point li {
  position: relative;
  margin-bottom: 16px;
  padding-left: 48px;
}

.bst-sh-index .bst-sh-index-point li:before {
  font-weight: bold;
  line-height: 32px;
  display: block;
  float: left;
  width: 32px;
  height: 32px;
  margin-left: -48px;
  content: counter(my-counter);
  counter-increment: my-counter;
  text-align: center;
  color: #0098d8;
  border: 1px solid #0098d8;
  border-radius: 50%;
  background-color: #fff;
}

.bst-sh-index .bst-sh-index-point li sup {
  font-size: 11px;
  margin: 0 2px;
  vertical-align: top;
}

.bst-sh-index-information h3 {
  font-size: 20px;
  margin: 32px 0 16px 0;
}

.bst-sh-index-information table {
  margin: 16px 0;
}

.bst-sh-index-information-date {
  width: 8em;
}

.bst-sh-index-information-new {
  margin-left: 8px;
  color: #f20000;
}

.bst-sh-index-information-link {
  font-size: 14px;
  margin-top: 16px;
  text-align: right;
}

.bst-sh-index-note {
  margin-top: 16px;
}

.bst-sh-index-note p {
  font-size: 12px;
  margin: 0;
}

.bst-sh-index-note .bst-sh-note {
  padding-left: 2.5em;
}

.bst-sh-index .bst-sh-cta {
  padding: 32px;
}

.bst-sh-index .bst-sh-cta-button-trial, .bst-sh-index .bst-sh-cta-button-contract, .bst-sh-index .bst-sh-cta-button-contact {
  width: 158px;
  margin: 0 32px 0 0;
}

.bst-sh-index .bst-sh-cta-button-contact {
  margin-right: 0;
}

.bst-sh-index .bst-sh-cta-button a {
  font-size: 16px;
}

.bst-sh-index .bst-sh-cta-button-trial a, .bst-sh-index .bst-sh-cta-button-contract a {
  padding-top: 28px;
}

.bst-sh-index .bst-sh-cta-hcc-free-dial {
  font-size: 28px;
}

.bst-sh-index .bst-sh-cta-hcc-time {
  font-size: 12px;
}

.bst-sh-index .bst-sh-cta-hcc {
  margin-top: 32px;
  padding-left: 0;
  background: none;
}

.related_services_title-text {
  margin-top: 0;
  padding: 0;
}

.related_services_ttl .ttl_inner img {
  margin-bottom: 0;
}

h3.t-c {
  margin: 64px 0 32px 0;
}

.related_services_contents p {
  margin-bottom: 0;
}

.related_services_contents p:first-of-type {
  margin-bottom: 40px;
}

.related_resource_component {
  margin-bottom: 0;
}

.related_resource_rightSide {
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  .bst-sh-index .bst-sh-cta-button-trial, .bst-sh-index .bst-sh-cta-button-contract, .bst-sh-index .bst-sh-cta-button-contact {
    width: auto;
    margin: 0 0 32px 0;
  }
  .bst-sh-index .bst-sh-cta-button-contact {
    margin-bottom: 0;
  }
  .bst-sh-index .bst-sh-cta-button-trial a, .bst-sh-index .bst-sh-cta-button-contract a {
    padding-top: 20px;
  }
  .related_services_contents {
    width: auto;
  }
  .related_resources_title-text {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 32px;
  }
  .related_services_title-text {
    font-size: 16px;
    font-weight: bold;
  }
}

@media screen and (max-width: 480px) {
  .related_resource_rightSide {
    padding-bottom: 32px;
  }
  .related_resources_title_inner img {
    display: none;
  }
  .cc-colnum:last-child .related_resource_component:first-child {
    margin-top: 32px;
  }
  .related_services_item {
    padding-bottom: 0;
  }
  .related_services_ttl {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    background: none;
  }
  .related_services_ttl:after {
    display: none;
    width: 0;
    padding-bottom: 0;
    content: '';
  }
  .related_services_ttl .ttl_inner {
    font-size: 16px;
    position: relative;
    top: auto;
    left: auto;
    display: block;
    width: auto;
    height: auto;
    text-align: left;
    vertical-align: top;
  }
  .related_services_ttl .ttl_inner img {
    display: none;
  }
  .related_services_ttl .ttl_inner p {
    margin: 0 0 32px 0;
  }
  .related_services_title-text {
    color: #333 !important;
  }
  .related_services_contents {
    padding: 0;
  }
}

/* overview */

.bst-sh-overview {
  max-width: inherit;
}

.bst-sh-overview-contents {
  padding: 40px 32px 32px 32px;
  background-image: url(/content/dam/nttcom/hq/jp/business/services/application/online-storage/bst-sh/image/overview-background.jpg);
  background-position: 0 -75px;
  background-size: cover;
}

.bst-sh-overview-list {
  margin: 0 auto;
}

.bst-sh-section .bst-sh-overview-sub-title {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  color: #fff;
  text-shadow: 0 0 3px #222;
}

.bst-sh-overview-contents h2 {
  font-size: 40px;
  line-height: 1.4;
  margin: 8px 0 32px 0;
  padding: 0;
  color: #fff;
  border: none;
  background-color: transparent;
  text-shadow: 0 0 5px #222;
}

.bst-sh-overview-item {
  font-size: 14px;
  float: left;
  width: 313px;
  margin: 0 32px 0 0;
  padding: 32px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, .85);
}

.bst-sh-overview-list .bst-sh-overview-item:nth-child(3n) {
  margin-right: 0;
}

.bst-sh-overview-item h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  margin: 0;
  text-align: center;
  color: #ff6e0f;
}

.bst-sh-section .bst-sh-overview-icon {
  float: left;
  width: 64px;
  height: 64px;
  margin: 32px 0 0 0;
}

.bst-sh-section .bst-sh-overview-icon img {
  width: 64px;
  height: 64px;
}

.bst-sh-overview-text {
  line-height: 1.5;
  float: left;
  width: 233px;
  margin: 32px 0 0 16px;
}

.bst-sh-overview-text sup {
  font-size: 11px;
  margin: 0 2px;
  vertical-align: top;
}

.bst-sh-overview-text dt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}

.bst-sh-overview-note {
  margin-top: 16px;
  color: #000;
}

.bst-sh-overview-note p {
  font-size: 12px;
  margin: 0;
}

.bst-sh-overview-note .bst-sh-note {
  padding-left: 2.5em;
}

@media screen and (min-width: 769px) {
  .bst-sh-overview-contents h2 span:after {
    content: '\A';
    white-space: pre;
  }
}

@media screen and (max-width: 768px) {
  .bst-sh-overview-contents h2 {
    font-size: 32px;
  }
  .bst-sh-overview-item {
    float: none;
    width: auto;
    margin: 32px 0 0 0;
  }
  .bst-sh-overview-summary {
    float: left;
    width: calc(50% - 16px);
    margin-right: 32px;
  }
  .bst-sh-overview-text {
    width: calc(100% - 80px);
  }
  .bst-sh-overview-item .bst-sh-overview-summary:nth-child(3) {
    margin-right: 0;
  }
  .bst-sh-overview-contents {
    background-position: -300px 0;
  }
}

@media screen and (max-width: 480px) {
  .bst-sh-section .bst-sh-overview-sub-title {
    font-size: 14px;
  }
  .bst-sh-overview-contents h2 {
    font-size: 24px;
  }
  .bst-sh-overview-summary {
    float: none;
    width: auto;
    margin-right: 0;
  }
  .bst-sh-overview-contents {
    background-position: -1650px 0;
  }
  .bst-sh-overview-item h3 span:after {
    content: '\A';

    white-space: pre;
  }
  .bst-sh-section .bst-sh-overview-icon {
    float: none;
    margin: 32px auto 16px auto;
  }
  .bst-sh-overview-text {
    float: none;
    width: auto;
    margin: 0;
  }
}

/* table of contents-column */

.bst-sh-lp-table-of-contents-column {
  float: left;
  width: 464px;
}

.bst-sh-table-of-contents div:nth-child(3) {
  margin-left: 32px;
}

.bst-sh-lp-table-of-contents-column dt {
  margin-top: 32px;
}

.bst-sh-lp-table-of-contents-column dt a {
  position: relative;
  padding-left: 15px;
}

.bst-sh-lp-table-of-contents-column dt a:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 0;
  height: 0;
  margin-top: -3px;
  content: '';
  border-top: 6px solid #000;
  border-right: 4px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 4px solid transparent;
}

.bst-sh-lp-table-of-contents-column ul {
  margin: 16px 0 0 16px;
}

.bst-sh-to-table-of-contents {
  position: fixed;
  z-index: 100;
  right: 16px;
}

.bst-sh-to-table-of-contents a {
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  padding: 6px 8px;
  color: #fff;
  border-radius: 4px;
  background-color: #193477;
}

.bst-sh-to-table-of-contents a:hover {
  background-color: #1f3f91;
}

@media screen and (max-width: 768px) {
  .bst-sh-lp-table-of-contents-column {
    width: calc(50% - 16px);
  }
}

@media screen and (max-width: 480px) {
  .bst-sh-lp-table-of-contents-column {
    float: none;
    width: auto;
  }
  .bst-sh-table-of-contents div:nth-child(3) {
    margin-left: 0;
  }
}

/* merit */

.bst-sh-merit h2 span {
  font-size: 12px;
  margin-right: 4px;
  padding: 2px 4px;
  vertical-align: middle;
  border: 1px solid #fff;
  border-radius: 4px;
}

.bst-sh-merit-trouble {
  margin-top: 32px;
  padding: 32px;
  border-radius: 4px;
}

.bst-sh-merit-trouble h3 {
  font-size: 18px;
  width: 664px;
  margin: 0;
  padding: 6px 8px;
  color: #fff;
  background-color: rgba(199, 22, 30, .85);
}

.bst-sh-merit-trouble-list {
  width: 664px;
  margin-top: 16px;
}

.bst-sh-merit-trouble-item {
  float: left;
  width: 168px;
  margin-right: 32px;
  padding: 16px;
  background-color: rgba(255, 255, 255, .85);
}

.bst-sh-merit-trouble-list .bst-sh-merit-trouble-item:nth-child(3) {
  margin-right: 0;
}

.bst-sh-merit-trouble-item h4 {
  font-size: 32px;
  font-weight: bold;
  margin: 0;
  text-align: center;
}

.bst-sh-merit-trouble-item p {
  line-height: 1.4;
  margin-top: 16px;
}

.bst-sh-merit-trouble-1 {
  background: #fff url(/content/dam/nttcom/hq/jp/business/services/application/online-storage/bst-sh/image/merit-trouble-background-1.jpg) no-repeat scroll 100% 0;
  background-size: 960px 268px;
}

.bst-sh-merit-trouble-2 {
  background: #fff url(/content/dam/nttcom/hq/jp/business/services/application/online-storage/bst-sh/image/merit-trouble-background-2.jpg) no-repeat scroll 100% 0;
  background-size: 960px 268px;
}

.bst-sh-merit-trouble-3 {
  background: #fff url(/content/dam/nttcom/hq/jp/business/services/application/online-storage/bst-sh/image/merit-trouble-background-3.jpg) no-repeat scroll 100% 0;
  background-size: 960px 268px;
}

.bst-sh-section .bst-sh-merit-trouble-arrow {
  position: relative;
  height: 20px;
  margin: 16px 0;
  text-align: center;
}

.bst-sh-section .bst-sh-merit-trouble-arrow:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: -15px;
  content: '';
  border-top: 20px solid #d3dee4;
  border-right: 15px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 15px solid transparent;
}

.bst-sh-merit-trouble-arrow img {
  width: 30px;
}

.bst-sh-merit-solution {
  padding: 32px;
  border: 1px solid #b7e2f9;
  border-radius: 4px;
  background-color: #eaf5fc;
}

.bst-sh-merit-solution h3 {
  font-size: 18px;
  margin: 0;
  color: #c7161e;
}

.bst-sh-merit-solution-icon {
  float: left;
  width: 200px;
  margin-top: 16px;
}

.bst-sh-merit-solution-icon img {
  width: 200px;
}

.bst-sh-merit-solution-list {
  float: right;
  width: 664px;
  margin-top: 16px;
}

.bst-sh-merit-solution-item {
  float: left;
  width: 168px;
  margin-right: 32px;
  padding: 16px;
  background-color: rgba(255, 255, 255, .85);
  box-shadow: 0 0 2px 2px #e3edf4;
}

.bst-sh-merit-solution-list .bst-sh-merit-solution-item:nth-child(3) {
  margin-right: 0;
}

.bst-sh-merit-solution-item h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

.bst-sh-merit-solution-item h4 sup {
  font-size: 11px;
  margin: 0 2px;
  vertical-align: top;
}

.bst-sh-merit-solution-item p {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 16px;
}

.bst-sh-merit-solution-note {
  font-size: 12px;
  margin-top: 8px;
  text-align: right;
}

.bst-sh-merit-scene ul {
  float: left;
  width: 472px;
  margin: 0 16px 0 0;
  padding: 0;
  list-style-type: none;
}

.bst-sh-merit-scene ul:nth-child(2) {
  margin-right: 0;
}

.bst-sh-merit-scene li {
  font-size: 14px;
  margin-top: 16px;
  padding: 6px 8px;
  border: 1px #e6e6e6 solid;
  background-color: #fff;
}

.bst-sh-merit-effect ul {
  margin: 0 0 0 32px;
  padding: 0;
  list-style-type: none;
}

.bst-sh-merit-effect li {
  margin-top: 16px;
}

.bst-sh-merit-effect li {
  position: relative;
}

.bst-sh-merit-effect li::after {
  position: absolute;
  top: .5em;
  left: -1.2em;
  display: block;
  width: 8px;
  height: 3px;
  content: '';
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: 2px solid #0098d8;
  border-left: 2px solid #0098d8;
}

@media screen and (max-width: 768px) {
  .bst-sh-merit-scene ul {
    width: calc(50% - 16px);
  }
  .bst-sh-merit-trouble h3 {
    width: auto;
    text-align: center;
  }
  .bst-sh-merit-trouble-list {
    width: auto;
  }
  .bst-sh-merit-trouble-item {
    width: calc(33% - 52px);
  }
  .bst-sh-merit-solution h3 {
    text-align: center;
  }
  .bst-sh-merit-solution-icon {
    float: none;
    width: auto;
    text-align: center;
  }
  .bst-sh-merit-solution-list {
    float: none;
    width: auto;
  }
  .bst-sh-merit-solution-item {
    width: calc(33% - 52px);
  }
}

@media screen and (max-width: 480px) {
  .bst-sh-merit-scene ul {
    float: none;
    width: auto;
    margin-right: 0;
  }
  .bst-sh-merit h2 span {
    display: table;
    margin: 0 0 6px 0;
  }
  .bst-sh-merit-trouble-1, .bst-sh-merit-trouble-2, .bst-sh-merit-trouble-3 {
    background-position: -1600px 0;
    background-size: cover;
  }
  .bst-sh-merit-trouble h3 {
    text-align: left;
  }
  .bst-sh-merit-trouble-item {
    float: none;
    width: auto;
    margin: 32px 0 0 0;
  }
  .bst-sh-merit-solution h3 {
    text-align: left;
  }
  .bst-sh-merit-solution-item {
    float: none;
    width: auto;
    margin: 32px 0 0 0;
  }
  .bst-sh-merit-solution-note {
    text-align: left;
  }
}

/* features */

.bst-sh-features-overview {
  float: left;
  width: 438px;
  margin-top: 32px;
  padding: 16px;
  border: 1px solid #b7e2f9;
  border-radius: 4px;
  background-color: #eaf5fc;
}

.bst-sh-features-overview-share {
  margin-left: 16px;
}

.bst-sh-features-overview h3 {
  margin-top: 8px;
  text-align: center;
}

.bst-sh-features-overview-text {
  font-size: 14px;
}

.bst-sh-features-overview-icon-first, .bst-sh-features-overview-icon-second {
  float: left;
  width: 179px;
  padding: 16px;
  text-align: center;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 2px 2px #e3edf4;
}

.bst-sh-features-overview-icon-second {
  margin-left: 16px;
}

.bst-sh-features-overview-icon-first img, .bst-sh-features-overview-icon-second img {
  width: 179px;
}

.bst-sh-features-overview-icon-first span, .bst-sh-features-overview-icon-second span {
  font-weight: bold;
  display: block;
  margin-bottom: 16px;
  padding: 4px 8px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  background-color: #004386;
}

.bst-sh-features-overview .bst-sh-button-simple {
  margin: 32px 0 16px 0;
  text-align: center;
}

.bst-sh-features-overview .bst-sh-button-simple a {
  font-size: 16px;
  padding: 8px 16px;
}

.bst-sh-features-overview-catch {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #f20000;
}

.bst-sh-features .bst-sh-figure img {
  max-width: 960px;
}

.bst-sh-features-item {
  font-size: 14px;
  float: left;
  width: 194px;
  margin: 16px 16px 0 0;
  padding: 16px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  box-shadow: 0 0 2px 2px #f5f5f5;
}

.bst-sh-features-list h4 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  margin: 0;
}

.bst-sh-features-list .bst-sh-button-simple {
  text-align: center;
}

.bst-sh-features-system-log th {
  width: 33%;
}

@media screen and (min-width: 769px) {
  .bst-sh-features-list .bst-sh-features-item:nth-child(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .bst-sh-features-overview {
    width: calc(50% - 42px);
  }
  .bst-sh-features-overview-icon-first, .bst-sh-features-overview-icon-second {
    float: none;
    width: auto;
  }
  .bst-sh-features-overview-icon-second {
    margin-left: 0;
  }
  .bst-sh-features .bst-sh-figure img {
    padding: 0;
  }
  .bst-sh-features-item {
    width: calc(33% - 43px);
  }
  .bst-sh-features-list .bst-sh-features-item:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .bst-sh-features-overview {
    float: none;
    width: auto;
  }
  .bst-sh-features-overview-share {
    margin-left: 0;
  }
  .bst-sh-features-item {
    width: auto;
    margin-right: 0;
  }
}

/* security */

.bst-sh-security .bst-sh-figure img {
  max-width: 960px;
}

.bst-sh-security-item {
  font-size: 14px;
  float: left;
  width: 194px;
  margin: 16px 16px 0 0;
  padding: 16px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  box-shadow: 0 0 2px 2px #f5f5f5;
}

.bst-sh-security-list h4 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  margin: 0;
}

.bst-sh-security-list .bst-sh-button-simple {
  text-align: center;
}

.bst-sh-security-system-log th {
  width: 33%;
}

.bst-sh-security-system-point ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.bst-sh-security-system-point li {
  font-size: 14px;
  float: left;
  width: 454px;
  margin: 16px 16px 0 0;
  padding: 6px 8px;
  border: 1px #e6e6e6 solid;
  background-color: #fff;
}

.bst-sh-security-system-point li:nth-child(2n) {
  margin-right: 0;
}

@media screen and (min-width: 769px) {
  .bst-sh-security-list .bst-sh-security-item:nth-child(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .bst-sh-security-list .bst-sh-security-item:nth-child(3n) {
    margin-right: 0;
  }
  .bst-sh-security-system-point li {
    width: calc(50% - 26px);
  }
}

@media screen and (max-width: 480px) {
  .bst-sh-security-item {
    width: auto;
    margin-right: 0;
  }
  .bst-sh-security-system-point li {
    display: block;
    float: none;
    width: auto;
    margin-right: 0;
  }
}

/* customers */

.bst-sh-customers-ranking-item {
  font-size: 14px;
  float: left;
  width: 275px;
  margin: 16px 16px 0 0;
  padding: 16px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  box-shadow: 0 0 2px 2px #f5f5f5;
}

.bst-sh-customers-ranking-list .bst-sh-customers-ranking-item:nth-child(3n) {
  margin-right: 0;
}

.bst-sh-customers-ranking-item p {
  float: left;
  width: 64px;
  height: 64px;
  margin: 0;
}

.bst-sh-customers-ranking-item p img {
  width: 100%;
}

.bst-sh-customers-ranking-item h3 {
  line-height: 1.3;
  float: left;
  width: 189px;
  margin: 24px 0 0 16px;
  color: #f20000;
}

.bst-sh-customers-ranking-item h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  margin: 16px 0;
  padding-top: 16px;
  border-top: 1px #e6e6e6 solid;
}

.bst-sh-customers-ranking-item ul {
  margin-bottom: 0;
}

.bst-sh-customers-ranking-item li {
  margin-top: 8px;
}

.bst-sh-customers-case-study-item {
  font-size: 14px;
  float: left;
  width: 226px;
  margin: 16px 16px 0 0;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  box-shadow: 0 0 2px 2px #f5f5f5;
}

.bst-sh-section .bst-sh-customers-case-study-photo, .bst-sh-section .bst-sh-customers-case-study-mark {
  width: auto;
  height: 113px;
  margin: 0;
}

.bst-sh-section .bst-sh-customers-case-study-mark {
  border-bottom: 1px solid #e6e6e6;
}

.bst-sh-section .bst-sh-customers-case-study-photo img, .bst-sh-section .bst-sh-customers-case-study-mark img {
  width: 100%;
}

.bst-sh-customers-case-study-item h4 {
  font-size: 16px;
  line-height: 1.3;
  margin: 16px 16px 0 16px;
}

.bst-sh-section .bst-sh-customers-case-study-new {
  margin: 0 16px 0 16px;
  color: #f20000;
}

.bst-sh-section .bst-sh-customers-case-study-text {
  line-height: 1.5;
  margin: 12px 16px 16px 16px;
}

.bst-sh-customers-case-study-item ul {
  font-size: 12px;
  margin: 12px 16px 0 16px;
  padding: 0;
  list-style-type: none;
}

.bst-sh-customers-case-study-item li {
  font-size: 11px;
  display: inline-block;
  margin: 0;
  padding: 3px 6px;
  border: 1px #e6e6e6 solid;
  border-radius: 4px;
}

.bst-sh-customers-case-study {
  font-size: 14px;
  margin: 32px 0 0 0;
  padding: 32px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  box-shadow: 0 0 2px 2px #f5f5f5;
}

.bst-sh-customers-case-study h3 {
  margin: 0 0 16px 0;
  text-align: center;
}

.bst-sh-section .bst-sh-customers-case-study-label {
  font-size: 12px;
  display: table;
  margin: 0 auto;
  padding: 4px 8px;
  border: 1px #e6e6e6 solid;
  border-radius: 4px;
}

.bst-sh-customers-case-study-profile {
  margin-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px #e6e6e6 solid;
}

.bst-sh-section .bst-sh-customers-case-study-company {
  font-size: 16px;
  float: left;
  width: 576px;
  margin: 0 32px 0 0;
}

.bst-sh-section .bst-sh-customers-case-study-person {
  font-size: 12px;
  line-height: 1.3;
  float: left;
  width: 280px;
  margin: 0;
}

.bst-sh-section .bst-sh-customers-case-study-person img {
  display: block;
  width: 100%;
}

.bst-sh-customers-case-study h4 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 32px;
}

.bst-sh-customers-case-study ul {
  margin-bottom: 0;
}

.bst-sh-customers-case-study li {
  line-height: 1.8;
  margin-top: 16px;
}

.bst-sh-customers-voice-item {
  font-size: 14px;
  float: left;
  width: 275px;
  margin: 16px 16px 0 0;
  padding: 16px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  box-shadow: 0 0 2px 2px #f5f5f5;
}

.bst-sh-customers-voice-heading {
  margin: 32px 0 16px 0;
}

.bst-sh-section .bst-sh-customers-voice-heading-icon {
  float: left;
  width: 64px;
  height: 64px;
  margin: 0;
}

.bst-sh-section .bst-sh-customers-voice-heading-icon img {
  width: 100%;
}

.bst-sh-customers-voice-heading-text {
  font-size: 14px;
  float: left;
  width: 880px;
  margin-left: 16px;
}

.bst-sh-customers-voice-heading-text h3 {
  margin-top: 8px;
}

.bst-sh-customers-voice-heading-text p {
  margin-top: 4px;
}

.bst-sh-customers-voice-item h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  margin: 0;
}

.bst-sh-customers-voice-item dl {
  line-height: 1.5;
  margin-top: 16px;
  padding-top: 8px;
  border-top: 1px #e6e6e6 solid;
}

.bst-sh-customers-voice-item dt {
  font-weight: bold;
  margin-top: 8px;
}

.bst-sh-customers-voice-list .bst-sh-customers-voice-item:nth-child(3n) {
  margin-right: 0;
}

.bst-sh-customers-ntt-communications-text {
  float: left;
  width: 656px;
}

.bst-sh-section .bst-sh-customers-ntt-communications-mark {
  float: right;
  width: 240px;
  margin: 36px 32px 32px 32px;
}

.bst-sh-customers-ntt-communications-mark img {
  width: 100%;
}

.bst-sh-customers-detail h1 {
  margin: 64px 0 0 0;
  padding-bottom: 0;
  text-align: center;
  border-bottom: none;
}

.bst-sh-section .bst-sh-customers-case-study-detail-logo {
  text-align: center;
}

.bst-sh-section .bst-sh-customers-case-study-detail-logo img {
  max-width: 100%;
  padding: 16px;
  background-color: #fff;
}

.bst-sh-section .bst-sh-customers-case-study-detail-plan {
  margin-top: 16px;
  text-align: center;
}

.bst-sh-customers-case-study-detail-person {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #485157;
}

.bst-sh-customers-case-study-detail-person-double .bst-sh-customers-case-study-detail-person-item:nth-child(2) {
  margin-left: 32px;
}

.bst-sh-customers-case-study-detail-person-item {
  float: left;
}

.bst-sh-customers-case-study-detail-person-double .bst-sh-customers-case-study-detail-person-item {
  width: 464px;
}

.bst-sh-section .bst-sh-customers-case-study-detail-person-photo {
  float: left;
  width: 100px;
  height: 100px;
  margin-top: 0;
}

.bst-sh-customers-case-study-detail-person-photo img {
  width: 100px;
}

.bst-sh-section .bst-sh-customers-case-study-detail-person-text {
  font-size: 14px;
  line-height: 1.5;
  float: left;
  margin: 0 0 0 16px;
}

.bst-sh-customers-case-study-detail-person-double .bst-sh-customers-case-study-detail-person-text {
  width: 348px;
}

.bst-sh-section .bst-sh-customers-case-study-detail-heading {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  margin: 96px 0 0 0;
  padding: 0 0 12px 0;
  color: #333;
  border-bottom: 1px solid #485157;
  background: none;
}

.bst-sh-customers-case-study-detail-item {
  font-size: 14px;
  float: left;
  width: 275px;
  margin: 32px 16px 0 0;
  padding: 16px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  box-shadow: 0 0 2px 2px #f5f5f5;
}

.bst-sh-customers-case-study-detail-list .bst-sh-customers-case-study-detail-item:nth-child(3n) {
  margin-right: 0;
}

.bst-sh-customers-case-study-detail-item p img {
  width: 100%;
}

.bst-sh-customers-case-study-detail-item h3 {
  line-height: 1.3;
  margin: 8px 0 0 8px;
}

.bst-sh-customers-case-study-detail-item ul {
  margin-bottom: 0;
}

.bst-sh-customers-case-study-detail-item li {
  margin-top: 8px;
}

.bst-sh-customers-detail h2 span {
  font-size: 12px;
  display: inline-table;
  margin-bottom: 4px;
  padding: 2px 4px;
  vertical-align: middle;
  border: 1px solid #fff;
  border-radius: 4px;
}

.bst-sh-customers-case-study-detail-paragraph p {
  margin-top: 24px;
}

.bst-sh-customers-case-study-detail-paragraph .bst-sh-figure {
  margin: 64px 0;
}

.bst-sh-customers-case-study-detail-column-text {
  float: left;
  width: 688px;
}

.bst-sh-customers-case-study-detail-column {
  float: right;
  width: 240px;
  margin-top: 24px;
}

.bst-sh-section .bst-sh-customers-case-study-detail-column-photo {
  margin-top: 24px;
}

.bst-sh-section .bst-sh-customers-case-study-detail-column-photo img {
  width: 240px;
}

.bst-sh-customers-case-study-detail-column .bst-sh-customers-case-study-detail-column-photo:first-of-type {
  margin-top: 0;
}

.bst-sh-section .bst-sh-customers-case-study-detail-column-caption {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 8px;
}

.bst-sh-customers-case-study-detail-pdf-download {
  float: left;
  width: 464px;
}

.bst-sh-customers-case-study-detail-pdf-download p {
  margin-top: 0;
}

.bst-sh-customers-case-study-detail-pdf-download-thumbnail {
  float: left;
  width: 80px;
}

.bst-sh-customers-case-study-detail-pdf-download-thumbnail img {
  width: 80px;
  border: 1px #d6d6d6 solid;
}

.bst-sh-customers-case-study-detail-pdf-download-link {
  float: left;
  width: 368px;
  margin-left: 16px;
}

.bst-sh-customers-case-study-detail-pdf-adobe-reader {
  float: left;
  width: 464px;
  margin-left: 32px;
}

.bst-sh-customers-case-study-detail-pdf-adobe-reader p {
  margin-top: 0;
}

.bst-sh-section .bst-sh-customers-case-study-detail-pdf-download-text {
  margin-top: 16px;
}

.bst-sh-section .bst-sh-customers-case-study-detail-date {
  margin-top: 32px;
}

.bst-sh-customers-case-study-detail-service-information {
  margin-top: 32px;
  padding: 16px;
  border: 1px #d6d6d6 solid;
  background-color: #f8f8f8;
}

.bst-sh-customers-case-study-detail-company-information h2 {
  margin-bottom: 32px;
}

.bst-sh-section .bst-sh-customers-case-study-detail-service-information-text {
  margin-top: 0;
}

.bst-sh-section .bst-sh-customers-case-study-detail-service-information .bst-sh-button-simple {
  margin-top: 8px;
}

@media screen and (min-width: 769px) {
  .bst-sh-customers-case-study-list .bst-sh-customers-case-study-item:nth-child(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .bst-sh-customers-ranking-item {
    width: calc(33% - 43px);
  }
  .bst-sh-customers-ranking-item p {
    float: none;
    margin: 0 auto;
  }
  .bst-sh-customers-ranking-item h3 {
    float: none;
    margin: 12px 0 0 0;
    text-align: center;
  }
  .bst-sh-customers-case-study-list .bst-sh-customers-case-study-item:nth-child(3n) {
    margin-right: 0;
  }
  .bst-sh-section .bst-sh-customers-case-study-company {
    width: calc(100% - 312px);
  }
  .bst-sh-customers-voice-item {
    width: calc(33% - 43px);
  }
  .bst-sh-customers-voice-heading-text {
    width: calc(100% - 80px);
  }
  .bst-sh-customers-voice-heading-text h3 {
    margin-top: 0;
  }
  .bst-sh-customers-ntt-communications-text {
    width: calc(100% - 304px);
  }
  .bst-sh-customers-case-study-detail-person-double .bst-sh-customers-case-study-detail-person-item {
    float: none;
    width: auto;
  }
  .bst-sh-customers-case-study-detail-person-text, .bst-sh-customers-case-study-detail-person-double .bst-sh-customers-case-study-detail-person-text {
    width: calc(100% - 116px);
  }
  .bst-sh-customers-case-study-detail-person-double .bst-sh-customers-case-study-detail-person-item:nth-child(2) {
    margin: 32px 0 0 0;
  }
  .bst-sh-customers-case-study-detail-item {
    width: calc(33% - 43px);
  }
  .bst-sh-customers-case-study-detail-column-text {
    float: left;
    width: calc(100% - 272px);
  }
  .bst-sh-customers-case-study-detail-pdf-download {
    float: none;
    width: auto;
  }
  .bst-sh-customers-case-study-detail-pdf-download-link {
    width: calc(100% - 96px);
  }
  .bst-sh-customers-case-study-detail-pdf-adobe-reader {
    float: none;
    width: auto;
    margin: 32px 0 0 0;
  }
  .bst-sh-customers-case-study-detail-pdf-download-banner {
    float: left;
    width: 158px;
  }
  .bst-sh-section .bst-sh-customers-case-study-detail-pdf-download-text {
    float: left;
    width: calc(100% - 174px);
    margin: 0 0 0 16px;
  }
}

@media screen and (max-width: 480px) {
  .bst-sh-customers-ranking-item {
    float: none;
    width: auto;
    margin-right: 0;
  }
  .bst-sh-customers-ranking-item p {
    float: left;
    margin: 0;
  }
  .bst-sh-customers-ranking-item h3 {
    float: left;
    width: auto;
    margin: 24px 0 0 16px;
    text-align: left;
  }
  .bst-sh-customers-case-study-item {
    width: auto;
    margin-right: 0;
  }
  .bst-sh-section .bst-sh-customers-case-study-photo, .bst-sh-section .bst-sh-customers-case-study-mark {
    height: 75px;
    margin: 16px 0 0 0;
    text-align: center;
    border: none;
  }
  .bst-sh-section .bst-sh-customers-case-study-photo img, .bst-sh-section .bst-sh-customers-case-study-mark img {
    width: 150px;
    height: 75px;
  }
  .bst-sh-customers-case-study {
    padding: 16px;
  }
  .bst-sh-customers-case-study h3 {
    text-align: left;
  }
  .bst-sh-section .bst-sh-customers-case-study-label {
    display: block;
  }
  .bst-sh-section .bst-sh-customers-case-study-company {
    font-size: 16px;
    float: none;
    width: auto;
    margin: 0;
  }
  .bst-sh-section .bst-sh-customers-case-study-person {
    float: none;
    width: auto;
    margin: 24px 0 0 0;
  }
  .bst-sh-customers-voice-item {
    float: none;
    width: auto;
    margin-right: 0;
  }
  .bst-sh-customers-ntt-communications-text {
    float: none;
    width: auto;
  }
  .bst-sh-section .bst-sh-customers-ntt-communications-mark {
    float: none;
    width: auto;
    margin: 32px;
  }
  .bst-sh-customers-detail h1 {
    text-align: left;
  }
  .bst-sh-section .bst-sh-customers-case-study-detail-logo {
    text-align: left;
  }
  .bst-sh-section .bst-sh-customers-case-study-detail-plan {
    text-align: left;
  }
  .bst-sh-customers-case-study-detail-item {
    float: none;
    width: auto;
    margin-right: 0;
  }
  .bst-sh-customers-case-study-detail-column-text {
    float: none;
    width: auto;
  }
  .bst-sh-customers-case-study-detail-column {
    float: none;
    width: auto;
  }
  .bst-sh-section .bst-sh-customers-case-study-detail-column-photo {
    width: auto;
    text-align: center;
  }
  .bst-sh-customers-case-study-detail-pdf-download-banner {
    float: none;
    width: auto;
  }
  .bst-sh-section .bst-sh-customers-case-study-detail-pdf-download-text {
    float: none;
    width: auto;
    margin: 16px 0 0 0;
  }
}

/* pricing */

.bst-sh-pricing-basic th {
  width: 25%;
}

.bst-sh-pricing-option-name, .bst-sh-pricing-option-monthly, .bst-sh-pricing-change-fee {
  white-space: nowrap;
}

.bst-sh-section .bst-sh-pricing-method {
  margin: 32px 0 0 0;
  padding: 0;
  list-style-type: none;
}

.bst-sh-pricing-method li {
  font-weight: bold;
  float: left;
  width: 438px;
  padding: 16px;
  text-align: center;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  box-shadow: 0 0 2px 2px #f5f5f5;
}

.bst-sh-pricing-method li img {
  margin-bottom: 8px;
}

.bst-sh-pricing-method .bst-sh-pricing-method-invoice img {
  width: 160px;
  height: auto;
  margin: 16px 0 24px 0;
}

.bst-sh-pricing-method .bst-sh-pricing-method-account-transfer img {
  width: 120px;
  height: auto;
}

.bst-sh-pricing-method li span {
  font-size: 14px;
  font-weight: normal;
}

.bst-sh-pricing-method-account-transfer {
  margin-left: 16px;
}

.bst-sh-pricing-quotation {
  margin: 32px auto 0 auto;
  padding: 32px 47px;
}

.bst-sh-pricing-quotation-new, .bst-sh-pricing-quotation-change, .bst-sh-pricing-quotation-current {
  float: left;
  width: 224px;
  margin: 0 32px;
}

.bst-sh-lp .bst-sh-pricing-quotation-new {
  float: none;
  width: 368px;
  margin: 0 auto;
}

.bst-sh-section .bst-sh-pricing-quotation-button {
  margin-top: 0;
}

.bst-sh-pricing-quotation-button a {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  display: block;
  padding: 16px 16px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 1px solid #00618a;
  border-radius: 8px;
  background-color: #00618a;
  background-image: -webkit-linear-gradient(top, #0086bf, #006b99);
  background-image: linear-gradient(to bottom, #0086bf, #006b99);
  box-shadow: 0 1px 1px 0 #ccc;
  text-shadow: 0 1px 0 #004f70;
}

.bst-sh-pricing-quotation-button a:hover {
  color: #fff;
  border: 1px solid #006b99;
  background-color: #006b99;
  background-image: -webkit-linear-gradient(top, #008fcc, #0074a6);
  background-image: linear-gradient(to bottom, #008fcc, #0074a6);
  text-shadow: 0 1px 0 #005980;
}

.bst-sh-pricing-quotation-text {
  font-size: 14px;
}

.bst-sh-pricing-quotation-form th {
  width: 13em;
}

.bst-sh-pricing-quotation-form td {
  line-height: 1.8;
}

.bst-sh-pricing-quotation-form #c_name {
  width: 25em;
}

.bst-sh-pricing-quotation-form #bundle_id {
  width: 8em;
}

.bst-sh-pricing-quotation-form #a_op_archive_disk_size, .bst-sh-pricing-quotation-form #b_op_archive_disk_size {
  width: 5em;
}

.bst-sh-pricing-quotation-submit {
  margin: 32px auto 0 auto;
  padding: 32px 47px;
}

.bst-sh-pricing-quotation-submit #open_mitsumori {
  font-family: FrutigerNeueLTW10-Regul, FrutigerNeueW01-Regular, '繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3', 'Hiragino Kaku Gothic ProN', '繝｡繧､繝ｪ繧ｪ', Meiryo, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  display: block;
  width: 368px;
  margin: 0 auto;
  padding: 16px 16px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 1px solid #00618a;
  border-radius: 8px;
  background-color: #00618a;
  background-image: -webkit-linear-gradient(top, #0086bf, #006b99);
  background-image: linear-gradient(to bottom, #0086bf, #006b99);
  box-shadow: 0 1px 1px 0 #ccc;
  text-shadow: 0 1px 0 #004f70;
}

.bst-sh-pricing-quotation-submit #open_mitsumori:hover {
  cursor: pointer;
  color: #fff;
  border: 1px solid #006b99;
  background-color: #006b99;
  background-image: -webkit-linear-gradient(top, #008fcc, #0074a6);
  background-image: linear-gradient(to bottom, #008fcc, #0074a6);
  text-shadow: 0 1px 0 #005980;
}

.bst-sh-pricing-quotation-issue {
  font-family: FrutigerNeueLTW10-Regul, FrutigerNeueW01-Regular, '繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3', 'Hiragino Kaku Gothic ProN', '繝｡繧､繝ｪ繧ｪ', Meiryo, Helvetica, sans-serif;
  margin: 32px;
}

.bst-sh-pricing-quotation-issue #mitsumori_wrapper_hq {
  width: 600px;
  margin: 0 auto;
}

.bst-sh-pricing-quotation-issue #mitsumori_wrapper_hq * {
  font-family: FrutigerNeueLTW10-Regul, FrutigerNeueW01-Regular, '繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3', 'Hiragino Kaku Gothic ProN', '繝｡繧､繝ｪ繧ｪ', Meiryo, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: normal;
  line-height: 100%;
}

.bst-sh-pricing-quotation-issue #mitsumori_wrapper_hq h1 {
  font-family: FrutigerNeueLTW10-Regul, FrutigerNeueW01-Regular, '繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3', 'Hiragino Kaku Gothic ProN', '繝｡繧､繝ｪ繧ｪ', Meiryo, Helvetica, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 100%;
  padding: 4px 0 6px 0;
  text-align: center;
  letter-spacing: .2em;
}

.bst-sh-pricing-quotation-issue .g_title_hq {
  height: 30px;
  border-bottom: solid 1px #ccc;
}

.bst-sh-pricing-quotation-issue #mitsumori_wrapper_hq #atesaki {
  font-family: FrutigerNeueLTW10-Regul, FrutigerNeueW01-Regular, '繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3', 'Hiragino Kaku Gothic ProN', '繝｡繧､繝ｪ繧ｪ', Meiryo, Helvetica, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 100%;
  width: 100%;
  margin: 10px 0 16px 0;
  padding-bottom: 4px;
  border-bottom: solid 1px #ccc;
}

.bst-sh-pricing-quotation-issue #mitsumori_wrapper_hq .c_name {
  line-height: 1.2em;
  padding-right: 50px;
}

.bst-sh-pricing-quotation-issue #mitsumori_wrapper_hq .left {
  float: left;
  width: 300px;
}

.bst-sh-pricing-quotation-issue #mitsumori_wrapper_hq .right {
  float: right;
  width: 300px;
}

.bst-sh-pricing-quotation-issue #mitsumori_wrapper_hq #atesaki_text {
  font-size: .8em;
  line-height: 1.5em;
  margin: 10px 0 0 0;
}

.bst-sh-pricing-quotation-issue #mitsumori_wrapper_hq #mitsumori_date {
  font-size: .8em;
  margin: 10px 0;
  text-align: right;
}

.bst-sh-pricing-quotation-issue #mitsumori_wrapper_hq .out_date {
  padding: 0 4px;
}

.bst-sh-pricing-quotation-issue #mitsumori_wrapper_hq #ntt_address {
  font-size: .8em;
  line-height: 1.3em;
  text-align: right;
}

.bst-sh-pricing-quotation-issue #mitsumori_wrapper_hq .clearfix:after {
  font-size: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ' ';
}

.bst-sh-pricing-quotation-issue #mitsumori_wrapper_hq #mitsumori_kingaku_area {
  margin-top: 32px;
}

.bst-sh-pricing-quotation-issue #mitsumori_wrapper_hq #mitsumori_kingaku_table {
  width: 520px;
  margin-left: 40px;
  border-collapse: collapse;
}

.bst-sh-pricing-quotation-issue #mitsumori_wrapper_hq #mitsumori_kingaku_table td {
  padding: 2px;
  border: 0 none;
  border-bottom: 1px solid #ccc;
}

.bst-sh-pricing-quotation-issue #mitsumori_wrapper_hq #mitsumori_kingaku_table .k_t1 {
  font-family: FrutigerNeueLTW10-Regul, FrutigerNeueW01-Regular, '繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3', 'Hiragino Kaku Gothic ProN', '繝｡繧､繝ｪ繧ｪ', Meiryo, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: bold;
  line-height: 130%;
  width: 120px;
}

.bst-sh-pricing-quotation-issue #mitsumori_wrapper_hq #mitsumori_kingaku_table .k_t2 {
  font-family: FrutigerNeueLTW10-Regul, FrutigerNeueW01-Regular, '繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3', 'Hiragino Kaku Gothic ProN', '繝｡繧､繝ｪ繧ｪ', Meiryo, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: bold;
  line-height: 100%;
  width: 150px;
  text-align: right;
}

.bst-sh-pricing-quotation-issue #mitsumori_wrapper_hq #mitsumori_kingaku_table .k_t3 {
  font-family: FrutigerNeueLTW10-Regul, FrutigerNeueW01-Regular, '繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3', 'Hiragino Kaku Gothic ProN', '繝｡繧､繝ｪ繧ｪ', Meiryo, Helvetica, sans-serif;
  font-size: .8em;
  font-weight: normal;
  line-height: 100%;
}

.bst-sh-pricing-quotation-issue #mitsumori_wrapper_hq #youken_area {
  font-size: .9em;
  width: 520px;
  margin-left: 40px;
}

.bst-sh-pricing-quotation-issue #mitsumori_wrapper_hq #joken {
  width: 100%;
  margin-top: 20px;
  border-collapse: collapse;
}

.bst-sh-pricing-quotation-issue #mitsumori_wrapper_hq #joken td {
  line-height: 1.3em;
  padding: 2px;
  vertical-align: top;
  border: 0 none;
  border-bottom: solid 1px #ccc;
}

.bst-sh-pricing-quotation-issue #mitsumori_wrapper_hq #detail_area {
  margin-top: 32px;
  background-color: #fff;
}

.bst-sh-pricing-quotation-issue #mitsumori_wrapper_hq #detail {
  font-size: .9em;
  width: 100%;
  border-collapse: collapse;
}

.bst-sh-pricing-quotation-issue #mitsumori_wrapper_hq #detail th {
  padding: 4px;
  border: solid 1px #ccc;
}

.bst-sh-pricing-quotation-issue #mitsumori_wrapper_hq #detail td {
  height: 20px;
  padding: 2px;
  border: solid 1px #ccc;
}

.bst-sh-pricing-quotation-issue #mitsumori_wrapper_hq .d_t1 {
  width: 14px;
}

.bst-sh-pricing-quotation-issue #mitsumori_wrapper_hq .d_t3 {
  width: 30px;
  text-align: center;
}

.bst-sh-pricing-quotation-issue #mitsumori_wrapper_hq .d_t4 {
  width: 30px;
  text-align: center;
}

.bst-sh-pricing-quotation-issue #mitsumori_wrapper_hq .d_t5 {
  width: 100px;
  text-align: right;
}

.bst-sh-pricing-quotation-issue #mitsumori_wrapper_hq .d_t6 {
  width: 100px;
  text-align: right;
}

.bst-sh-pricing-quotation-issue #mitsumori_wrapper_hq .notice {
  font-size: 12px;
  margin-top: 32px;
}

.bst-sh-pricing-quotation-issue #mitsumori_wrapper_hq .notice_title {
  margin: 4px 0 0 0;
}

.bst-sh-pricing-quotation-issue #mitsumori_wrapper_hq .list {
  margin: 0;
  padding-left: 16px;
}

.bst-sh-pricing-quotation-issue #mitsumori_wrapper_hq .notice ul {
  line-height: 1.8;
}

.bst-sh-pricing-quotation-issue #mitsumori_wrapper_hq .notice ul li {
  line-height: 1.8;
  margin: 8px 0 0 0;
}

.bst-sh-pricing-quotation-issue #mitsumori_wrapper_hq .list li {
  line-height: 1.4em;
  margin: 2px 3px 0 12px;
  list-style-type: disc;
}

@media screen and (max-width: 768px) {
  .bst-sh-pricing-option th {
    width: 33%;
  }
  .bst-sh-pricing-option-name, .bst-sh-pricing-option-monthly, .bst-sh-pricing-change-fee {
    white-space: normal;
  }
  .bst-sh-pricing-method li {
    width: calc(50% - 42px);
  }
  .bst-sh-pricing-quotation {
    padding: 32px;
  }
  .bst-sh-pricing-quotation-new, .bst-sh-pricing-quotation-change, .bst-sh-pricing-quotation-current, .bst-sh-lp .bst-sh-pricing-quotation-new {
    float: none;
    width: 368px;
    margin: 0 auto;
  }
  .bst-sh-pricing-quotation-new, .bst-sh-pricing-quotation-change {
    margin-bottom: 32px;
  }
  .bst-sh-pricing-quotation-form th {
    width: 50%;
  }
  .bst-sh-pricing-quotation-form #c_name {
    width: 80%;
  }
}

@media screen and (max-width: 480px) {
  .bst-sh-pricing-method li {
    float: none;
    width: auto;
  }
  .bst-sh-pricing-method-account-transfer {
    margin-top: 16px;
    margin-left: 0;
  }
  .bst-sh-pricing-quotation-new, .bst-sh-pricing-quotation-change, .bst-sh-pricing-quotation-current, .bst-sh-lp .bst-sh-pricing-quotation-new {
    float: none;
    width: 100%;
    margin: 0;
  }
  .bst-sh-pricing-quotation-new, .bst-sh-pricing-quotation-change {
    margin-bottom: 32px;
  }
  .bst-sh-pricing-quotation-submit #open_mitsumori {
    width: 100%;
  }
}

/* subscribe */

.bst-sh-subscribe-method {
  margin: 32px auto 0 auto;
  padding: 32px 47px;
  border: 1px solid #f2f1e9;
  background-color: #fffef3;
}

.bst-sh-subscribe-method-web, .bst-sh-subscribe-method-paper {
  float: left;
  width: 368px;
  margin: 0 32px;
}

.bst-sh-section .bst-sh-subscribe-method-button {
  margin-top: 0;
}

.bst-sh-subscribe-method-button a {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  display: block;
  padding: 16px 16px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 1px solid #ff6e0f;
  border-radius: 8px;
  background-color: #ff6e0f;
  background-image: -webkit-linear-gradient(top, #ff9d66, #ff5b00);
  background-image: linear-gradient(to bottom, #ff9d66, #ff5b00);
  box-shadow: 0 1px 1px 0 #ccc;
  text-shadow: 0 1px 0 #f2600f;
}

.bst-sh-subscribe-method-button a:hover {
  color: #fff;
  border: 1px solid #ff7c10;
  background-color: #ff7c10;
  background-image: -webkit-linear-gradient(top, #ffa766, #ff6d00);
  background-image: linear-gradient(to bottom, #ffa766, #ff6d00);
  text-shadow: 0 1px 0 #ef7011;
}

.bst-sh-subscribe-method-text {
  font-size: 14px;
}

.subscribe-difference th {
  width: 33%;
}

.bst-sh-subscribe-difference-item {
  white-space: nowrap;
}

.bst-sh-subscribe-flow {
  margin-top: 32px;
  padding: 32px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  box-shadow: 0 0 2px 2px #f5f5f5;
}

.bst-sh-subscribe-flow h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.bst-sh-section .bst-sh-subscribe-flow-web, .bst-sh-section .bst-sh-subscribe-flow-paper {
  font-size: 14px;
  width: 800px;
  margin: 16px auto 0 auto;
  padding: 0;
  list-style-type: none;
}

.bst-sh-subscribe-flow-web li, .bst-sh-subscribe-flow-paper li {
  float: left;
  padding-right: 30px;
}

.bst-sh-subscribe-flow-web li:last-child, .bst-sh-subscribe-flow-paper li:last-child {
  padding-right: 0;
}

.bst-sh-subscribe-flow-web li {
  width: 177px;
}

.bst-sh-subscribe-flow-paper li {
  width: 136px;
}

.bst-sh-subscribe-flow-customer, .bst-sh-subscribe-flow-nttcom {
  font-size: 12px;
  display: inline-block;
  margin-bottom: 6px;
  padding: 3px 6px;
  color: #fff;
}

.bst-sh-subscribe-flow-customer {
  background-color: #0098d8;
}

.bst-sh-subscribe-flow-nttcom {
  background-color: #707f86;
}

@media screen and (max-width: 768px) {
  .bst-sh-subscribe-method {
    padding: 32px;
  }
  .bst-sh-subscribe-method-web, .bst-sh-subscribe-method-paper {
    float: none;
    width: 368px;
    margin: 0 auto;
  }
  .bst-sh-subscribe-method-web {
    margin-bottom: 32px;
  }
  .bst-sh-subscribe-difference-item {
    white-space: normal;
  }
  .bst-sh-subscribe-flow .bst-sh-figure img {
    padding: 0;
  }
  .bst-sh-section .bst-sh-subscribe-flow-web, .bst-sh-section .bst-sh-subscribe-flow-paper {
    font-size: 14px;
    width: auto;
    margin: 16px 0 0 24px;
    padding: 0;
    list-style-type: decimal;
  }
  .bst-sh-subscribe-flow-web li, .bst-sh-subscribe-flow-paper li {
    float: none;
    width: auto;
    padding: 16px 0 0 0;
  }
}

@media screen and (max-width: 480px) {
  .bst-sh-section .bst-sh-subscribe-method-web, .bst-sh-section .bst-sh-subscribe-method-paper {
    float: none;
    width: 100%;
    margin: 0;
  }
  .bst-sh-section .bst-sh-subscribe-method-web {
    margin-bottom: 32px;
  }
}

/* trial */

.bst-sh-trial-about-item {
  font-size: 14px;
  float: left;
  width: 275px;
  margin: 16px 16px 0 0;
  padding: 16px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  box-shadow: 0 0 2px 2px #f5f5f5;
}

.bst-sh-section .bst-sh-trial-about-icon {
  margin: 0;
  text-align: center;
}

.bst-sh-trial-about-icon img {
  width: 96px;
}


.bst-sh-trial-about-item h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  margin: 16px 0 0 0;
}

.bst-sh-trial-about-list .bst-sh-trial-about-item:nth-child(3n) {
  margin-right: 0;
}

.bst-sh-trial .bst-sh-figure img {
  max-width: 960px;
}

.bst-sh-section .bst-sh-trial-flow {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.bst-sh-trial-flow li {
  position: relative;
  margin-top: 32px;
  padding: 16px;
  background: #f6f6f6;
}

.bst-sh-trial-flow-customer, .bst-sh-trial-flow-nttcom {
  font-size: 12px;
  display: inline-block;
  float: left;
  width: 6em;
  margin-bottom: 6px;
  padding: 3px 6px;
  text-align: center;
  color: #fff;
}

.bst-sh-trial-flow-customer {
  background-color: #0098d8;
}

.bst-sh-trial-flow-nttcom {
  background-color: #707f86;
}

.bst-sh-trial-flow-text {
  float: right;
  width: 840px;
}

.bst-sh-trial-flow li:after {
  position: absolute;
  top: 100%;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: -15px;
  content: '';
  border-top: 20px solid #f6f6f6;
  border-right: 15px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 15px solid transparent;
}

.bst-sh-trial-flow li:last-child:after {
  border: none;
}

@media screen and (max-width: 768px) {
  .bst-sh-trial-about-item {
    width: calc(33% - 43px);
  }
  .bst-sh-trial-flow-text {
    width: calc(100% - 5.5em);
  }
}

@media screen and (max-width: 480px) {
  .bst-sh-trial-about-item {
    width: auto;
    margin-right: 0;
  }
}

/* faq */

.faq-ranking {
  margin-top: 32px;
  padding: 16px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  box-shadow: 0 0 2px 2px #f5f5f5;
}

.bst-sh-section .faq-ranking-title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
  color: #0098d8;
}

.faq-ranking-list li {
  margin-top: 12px;
}

.bst-sh-faq-list {
  margin-top: 16px;
  border: 1px solid #ccc;
  border-bottom: none;
}

.bst-sh-faq-list dt, .bst-sh-faq-list dd {
  font-size: 14px;
  line-height: 1.4;
  border-bottom: 1px solid #d6d6d6;
}

.bst-sh-faq-list dt {
  padding: 16px 16px 16px 40px;
  text-decoration: underline;
  color: #002bff;
  background: #fff url(/content/dam/nttcom/hq/jp/business/services/application/online-storage/bst-sh/image/faq-toggle-plus.png) no-repeat scroll 15px center;
  background-size: 13px 13px;
}

.bst-sh-faq-list dt:hover {
  cursor: pointer;
  text-decoration: none;
  color: #264aff;
}

.bst-sh-faq-list dt.active {
  background: transparent url(/content/dam/nttcom/hq/jp/business/services/application/online-storage/bst-sh/image/faq-toggle-minus.png) no-repeat scroll 15px center;
  background-size: 13px 13px;
}

.bst-sh-faq-list dd {
  display: none;
  padding: 16px;
  background-color: #f8f8f8;
}

.bst-sh-faq-list table {
  margin: 0;
}

.bst-sh-faq-list th, .bst-sh-faq-list td {
  border: 1px solid #e6e6e6;
  background-color: #fff;
}

.bst-sh-faq-list .bst-sh-faq-operating-browser th, .bst-sh-faq-list .bst-sh-faq-operating-smartphone th {
  width: 33%;
}

.bst-sh-faq-operating-browser ul {
  margin: 0;
  padding: 0 0 0 24px;
}

.bst-sh-faq-list h3 {
  font-size: 14px;
  margin: 32px 0 12px 0;
  padding-top: 32px;
  border-top: 1px solid #ccc;
}

.bst-sh-section .bst-sh-faq-list-table-head {
  margin: 0 0 16px 0;
}

.bst-sh-faq-operating-note {
  font-weight: bold;
  margin: 12px 0 0 0;
}

@media screen and (max-width: 768px) {
  .bst-sh-faq-list th {
    white-space: normal;
  }
}

/* information */

.bst-sh-information-list-date {
  width: 8em;
}

.bst-sh-information-detail {
  margin-top: 64px;
}

.bst-sh-information-detail h1 {
  margin: 16px 0 64px 0;
}

.bst-sh-information-detail .bst-sh-figure {
  margin: 64px 0;
}