/* ====================================================== *
 *  sase solution
 * ====================================================== */
#solution .column2 .column p {
  margin: 0 18px;
}

#solution .movie, #solution .article {
  text-align: center;
  margin-bottom: 15px;
}

#solution .movie a, #solution .article a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 320px;
}

#solution .movie a:hover::before, #solution .article a:hover::before {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

#solution .movie a::before, #solution .article a::before {
  content: "";
  position: absolute;
  top: 55px;
  left: 125px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  background: url("/content/dam/nttcom/hq/jp/business/solutions/cloud-based-ict-infrastructure/sase-solution/img/icon_play.png") no-repeat;
}

#solution .article a::before {
  content: none;
}

/* ====================================================== *
 *  導入事例 2020/05
 * ====================================================== */
.case_area{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	justify-content:space-between;
}
.case_box{
	width:32%;
	padding:15px 15px 15px 25px;
	margin-bottom:10px;
	background-color:#D6E9FF;
}
.case_txt{
	display:inline-block;
	width:calc(100% - 60px - 2%);
}
.case_pic{
	display:inline-block;
	width:60px;
	text-align:center;
	vertical-align:bottom;
}
.case_pic img{
	max-width:100%;
}
.case_txt span{
	color:#003C81;
	font-size:24px;
	font-weight:bold;
	line-height:140%;
}
@media screen and (max-width: 768px) {
	.case_box{
		width:100%;
	}
}
.subttl{
	font-size:20px;
	font-weight:bold;
	line-height:140%;
}

/*影付きボックス*/
.shadow_box{
	border:1px solid #EEE;
	border-radius: 10px;
	box-shadow: 0px 8px 16px -2px rgba(10,10,10,0.1);
	padding:20px;
}
.point_icon,
.point_ttl{
	display:inline-block;
	vertical-align:middle;
	margin-left:10px;
}
.point_ttl{
	font-size:20px;
	font-weight:bold;
	line-height:140%;
}
	.sp_only{
		display:none;
	}
@media screen and (max-width: 480px) {
	.sp_only{
		display:initial;
	}
}
/*丸数字リスト*/
.bst-sh-index{
	overflow:hidden;
	margin-bottom:15px;
}
.bst-sh-index .bst-sh-index-point{
	counter-reset:my-counter;
	list-style:none;
	padding:0;
	margin: 0;
}
.bst-sh-index .bst-sh-index-point li{
	margin-top:15px;
	padding-left:70px;
	position:relative;
}
.bst-sh-index .bst-sh-index-point li:before{
	background-color:#004286;
	border-radius:50%;
	color:#FFF;
	content:counter(my-counter, decimal-leading-zero);
	counter-increment:my-counter;
	display:block;
	float:left;
	font-weight:700;
	width:40px;
	height:40px;
	line-height:40px;
	margin-left:-55px;
	text-align:center;
}
/* ====================================================== *
 *  3分でわかる！SASEソリューション動画集 2020/06
 * ====================================================== */
.mov-area{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	justify-content:space-between;
	margin-bottom:50px;
}
.mov-item{
	width:23%;
	margin-bottom:50px;
}
@media screen and (max-width: 768px){
	.mov-item{
		width:49%;
	}
}
@media screen and (max-width: 480px){
	.mov-item{
		width:100%;
	}
}
.mov-image img{
	width:100%;
}
.mov-txt p{
	margin:20px 0;
	line-height: 150%;
}
.mov-image a:hover img {
	opacity:0.7;
}
/*上部　はじめの一歩！～*/
.top-mov-area{
	width:100%;
}
.top-mov-item{
	width:60%;
	margin:0 auto 30px;
}
.top-mov-image{
	text-align:center;
}
.top-mov-image img{
	max-width:290px;
}
.top-mov-image a:hover img {
	opacity:0.7;
}
@media screen and (max-width: 768px){
	.top-mov-item{
		width:100%;
	}
}
/* ====================================================== *
 *  3分でわかる！SASEソリューション動画集 2020/07
 * ====================================================== */

/*上部バナー*/
.top_left_bnr img{
	max-width:100%;
}
.top_left_bnr a:hover{
	opacity:.7;
}

/*アンカーナビ*/
.anchor-nav ul {
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.anchor-nav ul li {
	margin-right: 10px;
	max-width: 230px;
	width: 32.727%;
}

.anchor-nav ul li:last-of-type {
	margin-right: 0;
}

.anchor-nav ul li a {
	border: solid 1px #09357f;
	color: #09357f;
	-webkit-display:  flex;
	display:  flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-weight: 700;
	padding: 14px 0;
	position: relative;
	text-align: center;
	background-color:#FFF;
}

.anchor-nav ul li a::after {
	border: 0px;
	border-right: solid 2px #09357f;
	border-top: solid 2px #09357f;
	content: '';
	height: 6px;
	right: 20px;
	margin-top: -4px;
	position: absolute;
	top: 50%;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	width: 6px;
}

.anchor-nav ul li a:hover {
	color: #FFF;
	background-color:#09357f;
}

.anchor-nav ul li a:hover::after {
	border: 0px;
	border-right: solid 2px #FFF;
	border-top: solid 2px #FFF;
}

@media screen and (max-width: 768px) {
	.anchor-nav ul {
		flex-direction: column;
	}

	/* .anchor-nav ul li {
		width: 100%;
	} */

	.anchor-nav ul li:nth-of-type(1) {
		margin-right: 0;
		margin-bottom: 15px;
	}

	.anchor-nav ul li:nth-of-type(1),
	.anchor-nav ul li:nth-of-type(2),
	.anchor-nav ul li:nth-of-type(3),
	.anchor-nav ul li:nth-of-type(4),
	.anchor-nav ul li:nth-of-type(5),
	.anchor-nav ul li:nth-of-type(6),
	.anchor-nav ul li:nth-of-type(7) {
		margin-top: 0;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 480px) {
	.anchor-nav ul li {
		margin: 0 auto 15px;
		width: 100%;
	}

	.anchor-nav ul li:last-of-type {
		margin-top: 0;
		margin-left: 15%;
		margin-right: 15%;
		margin-bottom: 0;
	}

	.anchor-nav ul li a {
		width: 100%;
	}
}

/*７つの鉄板パック追加20221219*/
.pack7_block{
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}
.pack7_block .txt_area{
	width: 460px;
}
.pack7_block .img_area{
	width: 680px;
}
.pack7_block .img_area img{
	width: 100% !important;
}
.pack7_component_ttl{
	font-weight: bold;
	font-size: 20px;
}
.pack7_component_block{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.pack7_component_block dt{
	width: 100%;
	color: #fff;
	background: #CC0033;
	border-radius: 10px 10px 0 0;
	font-weight: bold;
	text-align: center;
	padding: 10px;
}
.pack7_component_block dd{
	width: 25%;
	border: 1px solid #BBBBBB;
	border-top: none;
	border-right: none;
	padding: 10px;
	text-align: center;
	font-size: 13px;
}
.pack7_component_block dd:nth-of-type(4n){
	border-right: 1px solid #BBBBBB;
}
.pack7_component_block .active{
	background: #F3D7C7;
}
.pack7_point_block{
	display: flex;
	justify-content: space-between;
}
.pack7_point_block .point_block{
	width: 400px;
}
.pack7_point_block .img_area{
	width: 400px;
}
.pack7_point_block .point_block .pack7_point_ttl{
	width: 100%;
	color: #fff;
	background: #CC0033;
	border-radius: 10px 10px 0 0;
	font-weight: bold;
	text-align: center;
	padding: 10px;
}
.pack7_point_block .point_block p{
	margin-bottom: 5px !important;
}
.pack7_point_block .point_block ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.pack7_point_block .point_item{
	padding: 10px 15px 5px;
	border: 1px solid #BBBBBB;
	border-top: none;
}
.pack7_point_block .point_item .ttl{
	font-weight: bold;
	margin-bottom: 10px !important;
}
.pack7_point_block .point_item li{
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 5px;
}
.pack7_point_block .point_item li:before{
	content:"・";
}
@media screen and (max-width: 768px) {
	.pack7_block{
		display: block;
		margin-bottom: 40px;
	}
	.pack7_block .txt_area{
		width: 100%;
		margin-bottom: 20px;
	}
	.pack7_block .img_area{
		width: 100%;
	}
	.pack7_point_block .point_block,
	.pack7_point_block .img_area{
		width: 49%;
	}
}
@media screen and (max-width: 480px) {
	.pack7_point_block{
		display: block;
	}
	.pack7_point_block .point_block,
	.pack7_point_block .img_area{
		width: 100%;
	}
	.pack7_point_block .point_block{
		margin-bottom: 20px;
	}
	.pack7_point_block .img_area img{
		width: 100% !important;
	}
	.pack7_component_block dd{
		width: 50%;
	}
	.pack7_component_block dd:nth-of-type(2n){
		border-right: 1px solid #BBBBBB;
	}
}