.cta_orange_container {
  justify-content: center;
  margin-bottom: 30px;
}

.cta_orange {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #fff;
  background-color: #CC023A;
  border-radius: 5px;
  padding: 20px 50px;
  transition: 0.3s all ease;
  border: 1px solid #000000;
}

.cta_orange:first-child {
  margin-right: 30px;
}

.cta_orange:hover {
  opacity: 0.8;
}

.cta_orange:visited {
  color: #fff;
}

.cta_white {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  line-height: 15px;
  color: #fd6e0f;
  background-color: #fff;
  border: 2px solid #fd6e0f;
  border-radius: 5px;
  padding: 15px 45px;
  transition: 0.3s all ease;
}

.cta_white:hover {
  opacity: 0.8;
}

.cta_white:visited {
  color: #fd6e0f;
}

/* ------------------------------------------- */
/* footer
/* ------------------------------------------- */

/* cta footer */
.p_fixed {
  position: fixed;
  bottom: 0;
  margin: 0;
  background-color: #fff;
  padding: 15px 0;
  width: 100%;
  border-top: 1px solid #e6e6e6;
  box-shadow: 0 -8px 8px 2px rgba(0, 0, 0, 0.07);
  z-index: 9999;
  text-align: center;
  justify-content: center;
}

.p_fixed p {
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
  margin-right: 15px;
  align-self: center;
}

.p_fixed_link {
  font-size: 16px;
  line-height: 16px;
  padding: 15px 40px;
  align-self: center;
}

.p_fixed_link:first-child {
  margin-right: 15px;
}

.p_fixed_sp {
  display: none;
}
blockquote.quote {
    position: relative;
    padding: 10px 15px 10px 50px;
    box-sizing: border-box;
    background: #efefef;
    margin-bottom: 1em;
}
blockquote.quote:before {
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 8px;
    content: "“";
    font-family: serif;
    color: #cfcfcf;
    font-size: 90px;
    line-height: 1;
}
@media screen and (max-width: 768px) {
  .p_fixed_link {
    font-size: 16px;
    line-height: 16px;
    padding: 15px 20px;
    align-self: center;
  }
}

@media screen and (max-width: 480px) {

  /* ------------------------------------------- */
  /* fv
/* ------------------------------------------- */
  .categoryTitle_top {
    line-height: 12px;
    padding: 2px 8px;
    margin-bottom: 7px;
  }

  .articleTitle_top {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 8px;
  }

  .page_img_wrapper {
    text-align: center;
    margin-bottom: 15px;
  }

  .page_img_wrapper img {
    width: 100%;
  }	

  .page_figure_wrapper {
    text-align: center;
    margin-bottom: 15px;
  }

  .page_figure_wrapper img {
    width: 100%;
  }
	
  .articleSupplement {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 7px;
  }

  main .contents_wrap.t-c {
    margin-top: 20px;
  }

  /* ------------------------------------------- */
  /* cta section
/* ------------------------------------------- */
  .cta_wrapper {
    margin: 30px 0 30px;
    padding: 26px 45px 30px;
    background-image: url(/content/dam/nttcom/hq/jp/business/services/application/online-storage/bst-sh/img/article-cta_img_sp.png);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .cta_wrapper p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 7px;
  }

  .cta_orange_container {
    margin-bottom: 15px;
  }

  .cta_orange {
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    padding: 14px 37px;
  }

  .cta_orange:first-child {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .cta_white {
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    padding: 12px 42px;
  }

  /* ------------------------------------------- */
  /* footer
/* ------------------------------------------- */

  /* cta footer */
  .p_fixed {
    display: none;
  }

  .p_fixed_sp {
    display: block;
    position: fixed;
    bottom: 0;
    margin: 0;
    background-color: #fff;
    padding: 15px 0;
    width: 100%;
    border-top: 1px solid #e6e6e6;
    box-shadow: 0 -8px 8px 2px rgba(0, 0, 0, 0.07);
    z-index: 9999;
    text-align: center;
  }

  .p_fixed_sp p {
    font-weight: bold;
    line-height: 12px;
    margin-bottom: 10px;
  }

  .p_fixed_link {
    font-size: 12px;
    line-height: 12x;
    padding: 10px 25px;
  }

  .p_fixed_link:first-child {
    margin-right: 10px;
    margin-bottom: 0;
  }

  .p_fixed_link:last-child {
    padding: 10px 18.65px;
  }
}


/* ページ内リンク */
.section-page_link .link_list + .link_list {
  margin-top: 10px;
}

.section-page_link .link_list .list_item {
  display: inline-block;
}

.section-page_link .link_list .list_item:not(:first-child) {
  margin-left: 24px;
}

.section-page_link .link_list .list_item a {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
}

.section-page_link .link_list .list_item a::before {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  left: 3px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: #004385;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media screen and (max-width: 768px) {
  .section-page_link .link_list .list_item {
    display: block;
  }
  .section-page_link .link_list .list_item + .list_item {
    margin-top: 10px;
  }
  .section-page_link .link_list .list_item:not(:first-child) {
    margin-left: 0;
  }
  .section-page_link .link_list .list_item a {
    display: inline-block;
  }
  .section-page_link .link_list .list_item a::before {
    top: .4em;
  }
}

div.cta_orange_container.p_fixed.flex_rc.bst-sh-sticky-cta div.p_fixed_link_container.flex_rc a.cta_orange.p_fixed_link,
div.cta_orange_container.p_fixed_sp.bst-sh-sticky-cta div.p_fixed_link_container.flex_rc a.cta_orange.p_fixed_link{
	position: relative;
}

div.cta_orange_container.p_fixed.flex_rc.bst-sh-sticky-cta div.p_fixed_link_container.flex_rc a.cta_orange.p_fixed_link:hover,
div.cta_orange_container.p_fixed_sp.bst-sh-sticky-cta div.p_fixed_link_container.flex_rc a.cta_orange.p_fixed_link:hover{
    opacity:0.75;
    background-color: #CC023A;
    background-image:none;
    color:#ffffff;
}

div.cta_orange_container.p_fixed.flex_rc.bst-sh-sticky-cta div.p_fixed_link_container.flex_rc a.cta_orange.p_fixed_link:after,
div.cta_orange_container.p_fixed_sp.bst-sh-sticky-cta div.p_fixed_link_container.flex_rc a.cta_orange.p_fixed_link:after{
    background-image: url(/content/dam/nttcom/hq/cmn/img/arrow-right-accent.svg);
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 13px;
    margin: auto;
    content: "";
    width: 6.409px;
    height: 9.561px;
    background-size: 100% 100%;
}