/* ------------------------------------------- */
/* 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;*/
  line-height:1.4;
  margin-bottom: 30px;
  text-align: left;
}

.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: #fd6e0f;
  border-radius: 5px;
  padding: 20px 50px;
  transition: 0.3s all ease;
}

.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;
  */
  font-size: 16px;
  line-height: 16px;
  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;
}

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

  /* ------------------------------------------- */
  /* list
/* ------------------------------------------- */
.article_wrapper ul {
    list-style-type: disc;
    margin-left:2em;
    margin-bottom:18px;
}
.article_wrapper ul ul{
    list-style-type: circle;
    margin-bottom:0;
}
.article_wrapper ol {
    list-style-type: decimal;
    margin-left:2em;
    margin-bottom:18px;
}

  /* ------------------------------------------- */
  /* blockquote
/* ------------------------------------------- */
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;
}
blockquote.quote ol {
    margin-bottom: 0;
}

  /* ------------------------------------------- */
  /* 2021.12
/* ------------------------------------------- */

/*tbのみ表示*/
.only_tb{
	display:none;
}
@media (min-width:481px) and (max-width:768px){
	.only_tb{
		display:initial;
	}
}
/*長いURLの折り返し*/
.longurl{
	word-break: break-all;
}
/*詳細はこちら*/
.detail_wrap{
	width:60%;
	margin:50px auto;
}
@media screen and (max-width: 768px){
	.detail_wrap{
		width:80%;
	}
}
@media screen and (max-width: 480px){
	.detail_wrap{
		width:100%;
	}
}
/*リード文*/
.read{
	position:relative;
	font-size:22px;
	font-weight:bold;
	line-height:1.5;
	text-align:center;
	padding:0 0 20px;
}
.read::before {
	position: absolute;
	display: inline-block;
	content: '';
	width: 4px;
	height: 100%;
	top: 0;
	left: 25px;
	border-radius: 3px;
	background:#004386;
	transform: rotate(-35deg);
}
.read::after {
	position: absolute;
	display: inline-block;
	content: '';
	width: 4px;
	height: 100%;
	top: 0;
	right: 25px;
	border-radius: 3px;
	background:#004386;
	transform: rotate(35deg);
}
@media screen and (max-width: 768px){
	.read{
		font-size:19px;
	}
}
/* 550pxになったら表示なし */
@media screen and (max-width: 550px){
	.read{
		font-size:16px;
	}
	.read::before,
	.read::after{
		display:none;
	}
}
/*ボタン*/
.btn_wrap{
	margin:20px 0 0;
	padding:0 50px;
}
.more_btn{
	position: relative;
	color:#FFF;
	font-size:22px;
	font-weight:bold;
	line-height:1.5;
	text-align:center;
	padding:15px;
	border-radius:5px;
	background-color:#004386;
	transition: 0.3s all ease;
}
.more_btn:hover{
	opacity:0.7;
}
.more_btn:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0.1em;
	right: 1.5em;
	margin: auto;
	width: 0.5em;
	height: 0.5em;
	border-top: 0.15em solid #FFF;
	border-right: 0.15em solid #FFF;
	transform: rotate(45deg);
}

.wrapper > .ContactUsButtonHQJp {
	line-height: 1;
}

.orig_dl {
	width: 720px;
}
.orig_dl figure img {
	width: 100%;
}
/* スマホタブレット */
@media only screen and (max-width: 768px){
	.orig_dl {
		width: auto;
	}
	.column_component.colnum-2 > .cc-colnum {
		width: 100%;
		float: none;
		padding-bottom: 10px;
	}
	.apply_area > div{
		width: 100%;
	}
}
/*角丸*/
.apply_btn{
	position: relative;
	width:100%;
	padding:10px 20px;
	text-align: center;
	line-height: 1.25;
	text-decoration:none;
	font-size:18px;
	font-weight:bold;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
	}
/*資料請求*/
.request_btn{
	background: #cc023a!important;/*黄#ffd601;からドコモ赤に*/
	border: 2px solid #000000!important;/*青#004386;から臙脂に*/
	text-decoration: none;
	color: #FFFFFF!important;/*紺#004386;を白に*/
	line-height: 1;
}
.request_btn:hover{
	background: #cc023a!important;/*薄黄#fdea8aを薄赤に*/
}
/*資料請求　くの字*/
.request_btn:after{
	content:"";
	position:absolute;
	top:0;
	bottom:.1em;
	right:1em;
	margin:auto;
	width: .3em;
	height: .3em;
	/* border-top: .13em solid #004386; */
	/* border-right: .13em solid #004386; */
	border-top: .13em solid #fff!important;
	border-right: .13em solid #fff!important;
	transform: rotate(45deg);
}

@media screen and (max-width: 480px){
	.btn_wrap{
		margin:0;
		padding:0;
	}
	.more_btn{
		font-size:16px;
	}
}
/*例*/
.sample{
	padding: 1.5em;
	background: #FFF;
	border:1px solid #CCC;
}
/*テーブル　th色*/
.article_wrapper th{
	background: #eaf5fc;
}
  /* ------------------------------------------- */
  /* 2022.07
/* ------------------------------------------- */

/*資料請求タイトル*/
.orig_dl h4{
	color:#333;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	margin:60px 0 30px;
}