/* ------------------------------------------- */
/* fv
/* ------------------------------------------- */
.categoryTitle_top {
  display: inline-block;
  font-weight: bold;
  color: #fff;
  background-color: #485157;
  line-height: 14px;
  padding: 2px 12px;
  margin-top: 30px;
  margin-bottom: 15px;
}

.articleTitle_top {
  font-size: 28px;
  font-weight: bold;
  color: #00437f;
  line-height: 28px;
  margin-bottom: 15px;
  text-align: left;
}

.dateTitle_top {
  margin-bottom: 30px;
}

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

.page_img_wrapper img {
  width: 52%;
}

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

.page_figure_wrapper img {
  width: 75%;
}

.articleSupplement {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 18px;
}

/* ------------------------------------------- */
/* 目次
/* ------------------------------------------- */
.heading_wrapper {
  padding: 30px;
  margin-top: 60px;
}

.table {
  font-size: 22px;
  line-height: 22px;
  font-weight: bold;
  margin-right: 60px;
}

.heading_container {
  padding-left: 60px;
  border-left: 1px solid #c6c6c6;
}

.heading_container li {
  margin: 25px 0;
}

.heading_container li:first-child {
  margin-top: 0;
}

.heading_container li:last-child {
  margin-bottom: 0;
}

.heading_container p {
  font-size: 14px;
  line-height: 14px;
  padding-top: 10px;
}

.heading_container .pt_0 {
  padding-top: 0;
}

.heading_container .subheading {
  margin-left: 18px;
}

/* 0226 add */
.heading_container .subheading-sub {
  margin-left: 36px;
}

.heading_wrapper a {
  color: #00437f;
  text-decoration: underline;
  transition: 0.3s all ease;
}

.heading_wrapper a:hover {
  opacity: 0.6;
}

/* ------------------------------------------- */
/* article
/* ------------------------------------------- */
h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  color: #fff;
  background-color: #004386;
  padding: 25px;
  margin: 60px 0 30px;
}

h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #00437f;
  padding-bottom: 10px;
  border-bottom: 1px solid #00437f;
  margin: 45px 0 30px;
}

/* 0226 add */
.subheading-h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  color: #333;
  padding-left: 10px;
  border-left: 3px solid #00437F;
  margin-top: 45px;
  margin-bottom: 30px;
  /*
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  color: #00437f;
  padding-bottom: 10px;
  margin: 30px 0px 0;
  */
}

.subheading-head-h3 {
  margin-top: 0;
  padding-top: 45px;
}

.heading {
  margin-top: 0;
}

.subheading-head-h2 {
  padding-top: 60px;
}

.article_wrapper p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 18px;
}

.article_wrapper a {
  text-decoration: underline;
  transition: 0.3s all ease;
}

.article_wrapper a:hover {
  opacity: 0.6;
}

/* add 0308 */
.break-word {
  word-wrap: break-word;
}

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

.cta_wrapper p {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  margin-bottom: 15px;
}

h4 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 30px;
}

.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;
}

/* ------------------------------------------- */
/* 一覧ページへ
/* ------------------------------------------- */
.returnTop {
  text-align: center;
  margin-top: 30px;
  line-height: 14px;
}

.returnTop a {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  color: #00437f;
  position: relative;
  transition: 0.3s all ease;
}

.returnTop a:before {
  position: absolute;
  top: 10%;
  transform: translateY(-10%);
  left: -14px;
  transform: rotate(45deg);
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #00437f;
  border-left: 2px solid #00437f;
}

.returnTop a:hover {
  opacity: 0.6;
}

/* ------------------------------------------- */
/* category
/* ------------------------------------------- */
.article_list {
  margin-bottom: 60px;
}

/* ------------------------------------------- */
/* 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;
  }

  /* ------------------------------------------- */
  /* 目次
/* ------------------------------------------- */
  .heading_wrapper {
    padding: 20px;
    margin-top: 30px;
  }

  .table {
    font-size: 14px;
    line-height: 14px;
    margin-right: 0px;
  }

  .heading_container {
    padding-left: 0;
    border-left: none;
  }

  .heading_container li {
    margin: 15px 0;
  }

  .heading_container li:first-child {
    margin-top: 15px;
  }

  .heading_container p {
    font-size: 12px;
    line-height: 20px;
    padding-top: 0px;
  }

  .heading_container .subheading {
    margin-left: 13px;
  }

  .heading_wrapper a {
    text-decoration: none;
  }

  /* ------------------------------------------- */
  /* article
/* ------------------------------------------- */
  h2 {
    font-size: 16px;
    line-height: 22px;
    padding: 12px;
    margin: 30px 0 15px;
  }

  h3 {
    font-size: 14px;
    padding-bottom: 5px;
    border-bottom: 1px solid #00437f;
    margin: 30px 0 15px;
  }

  .subheading-head-h2 {
    padding-top: 25px;
  }

  .subheading-head-h3 {
    padding-top: 20px;
  }

  .subheading-h4 {
    font-size: 14px;
    padding-left: 10px;
    border-left: 3px solid #00437F;
    margin-top: 25px;
    margin-bottom: 15px;
  }

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

  /* ------------------------------------------- */
  /* 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;
  }

  h4 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 25px;
  }

  .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;
  }

  /* ------------------------------------------- */
  /* 一覧ページへ
/* ------------------------------------------- */
  .returnTop {
    margin-top: 15px;
    line-height: 12px;
  }

  .returnTop a {
    font-size: 12px;
    line-height: 12px;
    position: relative;
  }

  .returnTop a:before {
    position: absolute;
    top: 12%;
    transform: translateY(-12%);
    left: -14px;
    transform: rotate(45deg);
  }

  /* ------------------------------------------- */
  /* category
/* ------------------------------------------- */
  .article_list {
    margin-bottom: 50px;
  }

  /* ------------------------------------------- */
  /* 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;
  }
}

  /* ------------------------------------------- */
  /* 2021/12追加
/* ------------------------------------------- */
.win-mark{
	vertical-align:middle !important;
	margin-left:0.3em;
}
.graph-box{
	border:1px solid #CCC;
	text-align:center;
}
.graph-box img{
	max-width:100%;
}
.article_wrapper p.caption{
	word-break: break-all;
	font-size:14px;
	line-height: 24.5px;
	margin-bottom: 18px;
}
@media screen and (max-width: 480px){
	.article_wrapper p.caption {
		font-size: 12px;
		line-height: 20px;
		margin-bottom: 7px;
	}
}

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,
div.cta_container div.cta_orange_container.flex_rc a.cta_orange{
	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,
div.cta_container div.cta_orange_container.flex_rc a.cta_orange: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,
div.cta_container div.cta_orange_container.flex_rc a.cta_orange: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%;
}