﻿@charset "UTF-8";
/* CSS Document */






.flex{
	display: flex;
	align-items: flex-start;
	align-items: center;
}

a:hover{
	
	text-decoration-line: none;
}

.center{
	text-align: center;
}
.contactfooter{
	max-width: 960px;
	margin: auto;
}

.contact-form{
	display: flex;
	justify-content: center;
}


.footer_btn{
	margin: 10px;
	transition: 0.5s;
}

.footer_btn:hover{
	opacity: .7;
}



.footer_flex{
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}
.contents_wrap{
	width: 50%;
	margin:0px auto;
	
}
.contentsubtit{
	background-color: #3f6d97;
	color: #fff;
	width: 400px;
	margin: auto;
	padding: 10px;
	margin-bottom: 20px;
}
.contactfooter__infotext{
	font-size: 15px;
}

.contactfooter__tel{
	display: flex;
    justify-content: center;
    align-items: center;
}
.contactfooter__tel dt{
	font-size: 40px;
	margin-right: 10px;
}
.contactfooter__tel dd{
	margin: 0;
}

.contactfooter__tel dd{
    border:none;
    color: #fff;
	background-color: #3f6d97;

}



@media screen and (max-width:960px){
	.footer_flex{
		display: block;
	}
	
	.contactfooter__tel{
		display: block;
	}
	.contactfooter__tel dd{
		margin: auto;
	}
	.contentsubtit{
		margin-bottom: 40px;
		width: 80%;
		max-width: 400px;
	}
	.contents_wrap{
		width: 100%;
	}
	
	
}


@media screen and (max-width:540px){
	.flex{
		display: block;
	}

}
/*_____________common*_______________*/


.mbno{
	margin-bottom: 0!important;
}


/*スクロール*/

#title{
	margin-top: -100px;
	padding-top: 100px;

}

#education{
	margin-top: -100px;
	padding-top: 100px;

}

#architecture{
	margin-top: -100px;
	padding-top: 100px;

}
#architecture1{
	margin-top: -100px;
	padding-top: 100px;
	display:block;
}
#architecture2{
	margin-top: -100px;
	padding-top: 100px;
	display:block;
}
#architecture3{
	margin-top: -100px;
	padding-top: 100px;
	display:block;
}
#retail{
	margin-top: -100px;
	padding-top: 100px;
	display:block;
}
#retail1{
	display:block;
	margin-top: -100px;
	padding-top: 100px;
	display:block;
	
}
#retail2{
	display:block;
	margin-top: -100px;
	padding-top: 100px;
}
#retail3{
	margin-top: -100px;
	padding-top: 100px;
	display:block;
}
#retail4{
	margin-top: -100px;
	padding-top: 100px;
	display:block;
}
#retail5{
	margin-top: -100px;
	padding-top: 100px;
	display:block;
}
#medical{
	margin-top: -100px;
	padding-top: 100px;
	display:block;
}
#medical1{
	margin-top: -100px;
	padding-top: 100px;
	display:block;
}
#medical2{
	margin-top: -100px;
	padding-top: 100px;
	display:block;
}
#medical3{
	margin-top: -100px;
	padding-top: 100px;
	display:block;
}
#medical4{
	margin-top: -100px;
	padding-top: 100px;
	display:block;
}

#medical5{
	margin-top: -100px;
	padding-top: 100px;
	display:block;
}

#security{
	margin-top: -100px;
	padding-top: 100px;
	display:block;
}
#access{
	margin-top: -100px;
	padding-top: 100px;
	display:block;
}
#maintenance{
	margin-top: -100px;
	padding-top: 100px;
	display:block;
}

#movie{
	margin-top: -70px;
	padding-top: 70px;
	display:block;
}

.stripe{
	    width: 100%;
    height: 20px;
    background: url("/content/dam/nttcom/hq/jp/business/lp/nnnws/img/bg_border.png");
	background-repeat: no-repeat;
	background-size: cover;
	
}




/*ボタン*/

.solution_btn {
	position: relative;
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
    color: #2b5299;
    background: #fff;
    border: solid 1px #2b5299;
    transition: 0.2s;
    width: 50%;
    margin-left: 10px;
    padding: 10px;
    text-align: center;

}

div#retail .sch_box .solution_btn {
  width: auto;
  padding: 10px 50px;
  max-width: 300;
}

.btn-list{
	margin-left: -10px;
	text-align: center;
}

.btn-list2{
	margin-left: -10px;
	margin-bottom: 40px;
	width: 90%;
}

.btn-list3{
	margin: auto;
	width: 250px;
}

.btn-list4{
	margin: auto;
	width: 280px;
	position: absolute;
	left: 50%;
	bottom: 40px;
	transform: translateX(-50%);
}
.btn-list5{
	margin-left: -10px;
	margin-bottom: 20px;
	text-align: center;
	margin-bottom: 60px;
}

.btn-list6{
	text-align: center;
}
.btn-flex{
	display: flex;
}

.solution_btn:hover {
  border: solid 2px #2b5299;
}
.solution_btn:after{
  content:"";
  position:absolute;
  top:0;
  bottom:.1em;
  right:5%;
  margin:auto;
  width: .3em;
  height: .3em;
  border-top: .05em solid #2b5299;
  border-right: .05em solid #2b5299;
  transform: rotate(45deg);
  transition:.3s;
}



.scroll_btn{
	max-width: 300px;
	margin: 40px auto;
    font-weight: bold;
    text-decoration: none;
    color: #0a84dc;
    background: #fff;
    border: solid 1px #0a84dc;
    transition: 0.2s;
	
    padding: 10px 50px;
    text-align: center;
}
.other_btn{
	margin:60px auto;
	text-align: center;
}
.scroll_btn a{
	color: #0a84dc;
}
.scroll_btn:hover {
  border: solid 2px #0a84dc;
}
.btn-item{
	margin: auto;
	width: 50%;
}
.solution_btn3 {
	position: relative;
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
    color: #2b5299;
    background: #fff;
    border: solid 1px #2b5299;
    transition: 0.2s;
    width: 80%;
    text-align: center;
	padding: 10px;
}
.solution_btn2 {
	position: relative;
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
    color: #2b5299;
    background: #fff;
    border: solid 1px #2b5299;
    transition: 0.2s;
    width: 80%;
    text-align: center;
	
}
	
.btn-list6 li{
	margin-bottom: 20px;
}


a.solution_btn2.case_btn.dc-btn{
	background: url("/content/dam/nttcom/hq/jp/business/lp/nnnws/img/dc-btn3.png");
	padding:10px;
	background-repeat: no-repeat;
	background-position: left 0px top -40px;
}

	.btn-list6 span{
	padding-left: 10px;
}

@media screen and (min-width:835px) and (max-width:829px){
	.btn-list6 span{
		padding-left: 60px;
	}
}
	
	
@media screen and (min-width:541px) and (max-width:834px){
	.solution_btn{
		
		width: 90%;
		box-sizing: border-box;
		margin: auto auto 20px ;
		
	}

	.btn-list4{
		bottom: 10%;
	}

.solution_btn3 {
    width: 95%;

}
.solution_btn2 {

    width: 95%;

	
}


	
}

@media screen and (max-width:539px){
		.solution_btn{
			max-width: 260px;
			width: 90%;
			margin: auto;
			margin-left: 0;
			
}
	.btn-list{
		text-align: center;
		width: 100%;
		margin-left: 0;
	}
	.btn-list2{
		text-align: center;
		width: 100%;
		margin: auto;
	}
	.btn-list4{
		bottom: 10%;
	}
	.other_case_title{
		width: 100%;
		max-width: 300px;
	}
	.other_btn{
		margin: 40px;
	}
	
}

/*_____________top*_______________/
.

/*point*/

.header li{
	display: inline;
	
}
.header li::after{
	content:”/”;
	margin:10px;
	color: #fff;
}

.point,
.telework{
	max-width: 768px;
	margin: 40px auto 60px;
}

.point h2{
	font-size: 32px;
	text-align: center;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 20px;
}


.span_small{
	font-size: 80%;
}

.span_big{
	font-size: 180%;
}

.blue{
	color: #3f6d97;
}

.three_point{
	display: flex;
	align-items: flex-start;
	box-sizing: border-box;
	max-width: none;
	justify-content: space-between;
	margin-left: -20px!important;
	
}


.three_point li{
	transition: 0.5s;
	width: 33.333%;
	margin-left: 20px;
}
.point1{
	position: relative;
}
.point1 span.new{
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  color: #fff;
  background: #c03;
  font-size: 17px;
  padding: 2px 4px;
  border-radius: 4px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
}
.point2{
	position: relative;
}
.point3{
	position: relative;
}
.text1{
	position: absolute;
    font-size: 17px;
    text-align: center;
    color: #0a1f44;
    font-weight: bold;
    width: 208px;
    line-height: 1.5;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
}
.text2{
	position: absolute;
    font-size: 17px;
    text-align: center;
    color: #0a1f44;
    font-weight: bold;
    width: 192px;
    line-height: 1.5;
    bottom: 65px;
    left: 50%;
    transform: translateX(-50%);
}
.text3{
	position: absolute;
    font-size: 17px;
    text-align: center;
    color: #0a1f44;
    font-weight: bold;
    width: 192px;
    line-height: 1.5;
    bottom: 92px;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (min-width:834px){
    .three_point li:hover{
    transition: opacity 0.5s;
    opacity: 0.5;
    }
}
/**/
@media screen and (max-width:834px){
	.header li::after{
	content:none;
	margin:0px;
	color: #fff;
}
	.point,
  .telework{
		margin-bottom: 40px;
	}
	.three_point{
		display: block;
		margin: 0!important;
	}
	
	.three_point li{
		width: 90%;
		margin: auto;
		
}
	.point h2{
		font-size: 170%;
	}
	.span_big{
		font-size: 200%;
	}
}

/*telework*/
.telework h2{
	font-size: 32px;
	text-align: center;
	margin-bottom: 20px!important;
}

.telework-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.telework-list a{
  width: 45%;
	font-size: 18px;
  margin: 10px;
}

@media screen and (max-width:834px){
  .telework h2 {
    font-size: 24px;
  }

  .telework-list {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .telework-list a{
    width: 90%;
    font-size: 16px;
    margin: 0 auto 20px;
  }

}

/*ranking*/
.ranking{
	
	padding: 60px 0px;
	background-color: #ebf7ff;
	box-sizing: border-box;
}
.ranking-wrap{
	max-width: 948px;
	margin: auto;
	width:100%;
}
.ranking h2{
	font-size: 32px;
	text-align: center;
	margin-bottom: 20px!important;
}

.ranking-item{
	display: flex;
	display:-moz-flex;
	display:-ms-flex;
	display:-o-flex;
	display:-webkit-flex;
	box-sizing: border-box;
	justify-content: space-between;
	margin: 0px 20px;
}

.ranking-item-wrap{
	position: relative;
	width: 33.333%;
}

.ranking_text{
	text-align: center;
	margin-bottom: 20px;
}


.type{
	position: absolute;
	bottom: -25px;
	right: 10px;
	border: solid 1px #0a84dc;
	color: #0a84dc;
}
.pict{
	margin: 10px;
}

@media screen and (max-width:834px){
	.ranking{
	
	padding: 32px 0px 36px;
	}
	.ranking-item{
		display: inline-block;
		width: 100%;
		margin: auto;
	}
	.ranking-item-wrap{
		margin-bottom: 60px;
		width: 100%;
	}
	.ranking-item-wrap:last-of-type{
		margin-bottom: 0;
	}

	.ranking-num{
		left: 0px;
	}
	.pict{
		width: 60%;
		min-width: 300px;
    margin: auto;
	}
	.type{
		right: 20%;
	}

	.ranking h2{
    font-size: 24px;
   
    margin-bottom: 20px!important;
	}

}


@media screen and (max-width:500px){
	.type{
		right: 10px;
	}
	.pict{
		width: 100%;
		padding: 0px 10px;
		box-sizing: border-box;
	}
}


/*_____________solution_______________*/

	

.title{
	margin-top: 80px!important;
}
.solution h2{
	text-align: center;
	margin: 20px 20px 40px;
}

.solution h2 img{
	max-width: 960px;
	margin: auto;
}

.contents_inner{
	max-width: 948px;
	margin: auto;
}

.contents_menu {
	display: flex;
	justify-content: space-between;
	font-size: 175%;
	color: #fff;
	margin: auto;
	margin-bottom: 40px;
}
.contents_menu a{
	color: #fff;
}
.contents_menu li{
	background-color: #0a84dc;
	width: 33%;
    margin: 0px 10px;
    color: #fff;
    padding: 10px 10px 10px 50px;
    text-align: center;
	display: inline-block;
	transition-property:all;
    transition-duration: 0.25s;
    transition-timing-function:ease-out;
}
.contents_menu li:hover{
	opacity: 0.7;
}
.contents_menu li a{
	display: block;
	width: 100%;
}

.solution_list{
	background-color: #faf5de;
	padding: 40px 0px;
}

.sch_box .solution_list{
	background: none;
	padding: 20px 0 0;
}

.solution > a{
  display: block;
  text-align: center;
  margin: 60px auto;
}

.img-smt-adjust {
  max-width: 960px;
}

@media screen and (max-width:539px){
  .solution > a{
    margin: 40px auto;
  }
}


/*solution btn*/
.education{
	background: url(/content/dam/nttcom/hq/jp/business/lp/nnnws/img/btn-education.png);
	background-repeat: no-repeat;
    background-position: 10% center;
    background-size: 14%;

}
.architecture{
	background: url("/content/dam/nttcom/hq/jp/business/lp/nnnws/img/btn-architecture.png");
	background-repeat: no-repeat;
    background-position: 20% center;
    background-size: 14%;
}
.retail{
	background: url("/content/dam/nttcom/hq/jp/business/lp/nnnws/img/btn_retail.png");
	background-repeat: no-repeat;
    background-position: 20% center;
    background-size: 14%;
}
.medical{
	background: url("/content/dam/nttcom/hq/jp/business/lp/nnnws/img/btn_medical.png");
	background-repeat: no-repeat;
    background-position: 25% center;
    background-size: 14%;
}
@media screen and (max-width:960px){

	.box{
		width: 80%;
		max-width: 600px;
		justify-content: center;
		margin:0px auto 60px;
	}
	.text{
		padding: 10px;
	}

	
}

@media screen and (max-width:834px){
	.contents_menu{
		display:block;
		margin: 10px;
		box-sizing: border-box;
		text-align: center;
		justify-content: space-around;
		font-size: 150%;
		
	}
	.contents_menu li{
		padding: 10px;
    padding: 10px 10px 10px 10%;
		max-width: 400px;
		width: 80%;
		margin: auto auto 20px auto;
	}

	.solution h2{
		text-align: center;
		margin: 0px 5px 20px;
}
	.title{
		margin-top: 40px!important;
}
	.education{
    	background-size: 30px;

}
	.architecture{
		background-size: 30px;
    background-position: 25% center;
	}
	.retail{
		background-size: 30px;
    background-position: 25% center;
	}
	.medical{
		background-size: 30px;
    background-position: 25% center;
	}
}
/*スケジュール*/


*{
  margin:0;
  padding:0;
  line-height: 1.3em;
} 
/* time-schedule */
.time-schedule {
  min-width: 400px;
  list-style: none;
  margin: 0 20px;
  box-sizing: border-box;
}

.solution_list h2{
	background-color: #f4d32c;
	font-size: 20px;
	padding: 10px;
	
}

.solution_list h2 img{
	width: 30px;
	align-items: center;
	margin-right: 10px;
}

.time-schedule > li {
  width: 100%;
  margin: 0 0;
  padding: 5px 0;
  position: relative;
}

.sch_box .solution__list a {
  border: solid 2px #fff;
  box-sizing: border-box;
}
.sch_box .solution__list a:hover {
  border: solid 2px #c03;
}

.sch_box .solution__list span.plus {
  position: absolute;
  top: 45%;
  left: -1.3em;
  font-size: 28px;
  font-weight: bold;
}

.sch_box .solution__list span.plus2 {
  position: absolute;
  top: 120%;
  left: -1.3em;
  font-size: 28px;
  font-weight: bold;
}

@media screen and (max-width:834px){
  .sch_box .solution__list span.plus {
    top: -1.8em;
    left: 45%;
  }
    .sch_box .solution__list span.plus2 {
    top: -1.8em;
    left: 45%;
  }
}

.sch_box .solution__list span.campaign {
  position: absolute;
  width: 100px;
  top: 5px;
  right: 5px;
  text-align: center;
  color: #fff;
  background: #c03;
  padding: 2px 4px;
  border-radius: 4px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
}

.time-schedule .sch_box {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 24px 0;
	vertical-align: middle;
	background: #fff;
	box-sizing: border-box;
	border-radius: 6px;
	margin-bottom: 40px;
	
}

.time-schedule .sch_title {
	font-size: 150%;
	font-weight: 700;
	color: #2b5299;
	border-bottom: solid 2px #2b5299;
  margin: 0 36px;
}

.sch_lead {
	margin: 0 36px;
	padding: 24px 30px;
}

@media screen and (max-width:834px){
  .sch_lead {
  	padding: 24px 0;
  }
}

.sch_lead_title {
	font-size: 130%;
	line-height: 1.5;
	font-weight: 700;
	color: #2b5299;
}

.sch_lead_tx {
	margin-top: 20px;
}



.solution_text span{
	font-size: 125%;
	font-weight: bold;
	margin-bottom: 10px;
}

.sch_box{
	align-items: flex-start;
}

.sch_tx {
	margin-top: 20px;
}

.sch_tx p{
	max-width: 400px;
	
}

.sch_box ul.panel_list li{
	width: 30%;
  margin: 0 10px;
}


@media screen and (min-width:835px){
  .sch_box ul.panel_list li.wowtalk_kingoftime{
    width: 90%;
  }

  .wowtalk_kingoftime .newnormal__listimg,
  .maincontent .wowtalk_kingoftime img{
    width: auto;
    height: auto;
  }

  .wowtalk_kingoftime picture{
    background: #fff;
    text-align: center;
  }

  .wowtalk_kingoftime .category{
    display: none;
  }
}

.sch_box .panel_list {
  padding: 0;
}

.solution_item{
	margin-bottom: 20px;
  text-align: center;
	
}


.sch_block{
	display: block;
	margin-left: 20px;
}
.solution_title{
	font-size: 112%;
	margin-bottom: 10px;
}

@media screen and (min-width:540px) and (max-width:834px){
	.time-schedule {
    margin: 0 5px;
		min-width: 200px;
	}
	.time-schedule .sch_box {
		padding: 15px 0;
	}
	.sch_box .solution__list span.time {
	  margin-left: -7.25em;
	  padding: 0 0 5px;
	  margin-top: 15px;
	  vertical-align: top;
	  position: relative;
	  text-align: right;
	  box-sizing: border-box;
		font-size: 100%;
	}

	.time-schedule .sch_title{
		font-size: 130%;
		margin: 0 10px;
	}

  .sch_lead {
    margin: 0 10px;
  }

  .sch_lead_title {
    font-size: 125%;
  }

  .sch_box ul.panel_list li{
    width: 90%;
    margin: 20px 0px;
  }
		
	
}

@media screen and (max-width:539px){
	.time-schedule .sch_title {
		font-size: 115%;
	}

  .sch_lead_title {
    font-size: 112%;
  }

	.solution_btn{
		margin-left: 0;
	}
	
	.solution_item h4{
		text-align: center;
	}
	
	.solution_img{
		text-align: center;
		margin-bottom: 20px;
	}
	
	.sch_flex{
		display: block;
		text-align: center;
	}
	.time-schedule {
		margin: 0 5px;
		min-width: 180px;
		
	}
	.time-schedule .sch_box {
		padding: 15px 10px;
	}
	.sch_box .solution__list span.time {
		margin-top: -5%;
	  margin-left: -3.66em;
	  padding: 0 0 5px;
	  vertical-align: top;
	  position: relative;
	  text-align: right;
	  box-sizing: border-box;
		font-size: 100%;
		top: -60px;
	}

	.solution_text{
		margin: auto;
	}
	.sch_block{
		margin-left: 0;
	}
  .sch_box ul.panel_list li{
    width: 90%;
    margin: 20px 0px;
  }

}


/*_____________case_______________*/

.case h2{
	text-align: center;
	margin: 0px 40px 20px;
}

.case h2 img{
	max-width: 960px;
	margin: auto;
}

.case_list h2{
	background-color: #0a84dc;
	color: #fff;
	font-size: 20px;
	padding: 10px;
	margin:0px 10px 20px!important
	
}


.case_list h2 img{
	width: 24px;
	align-items: center;
	margin-right: 10px;
}

.case_list{
	background-color: #e5f4ff;
	padding: 36px 0px;
}

.read_text{
	text-align: center;
	margin:-10px 20px 20px;

	line-height: 1.5;
	font-size: 18px;
}

.flow_text{
	text-align: center;
	margin:-30px 20px 20px;

	line-height: 1.5;
	font-size: 18px;
}

.case_menu {
	display: flex;
	justify-content: space-between;
	font-size: 140%;
	color: #4d3300;
	margin: auto;
	margin-bottom: 40px;
}
.case_menu a{
	color: #4d3300;
}
.case_menu li{
	background-color: #f4d32c;
	width: 33%;
    margin: 0px 10px;
    color: #fff;
    padding: 10px 10px 10px 10px;
    text-align: center;
	display: inline-block;
}

.case_menu li a{
	display: block;
	width: 100%;
}

.case_list.other_list{
	padding-top: 0;
}


.case_menu p{
	display: inline-block;
	text-align: left;
	margin-left: 20px;
}

.case_menu li a{
	display:block;
    width:100%;
	
}

.other_list h2{
	color: #0a84dc;
	font-size: 20px;
	padding: 10px;
	background-color: #e5f4ff;
	
}


.other_title{
	display: flex;
	align-items: center;
}

.other_title:before,
.other_title:after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #0a84dc;
}

.other_title:before {
    margin-right: 1rem;
}

.other_title:after {
    margin-left: 1rem;
}

.solution_list{
	background-color: #faf5de;
	padding: 40px 0px 25px;
}

/*solution btn*/


.security{
	background: url("/content/dam/nttcom/hq/jp/business/lp/nnnws/img/security.png");
	background-repeat: no-repeat;
    background-position: 10% center;
    background-size: 10%;

}


.access{
	background: url("/content/dam/nttcom/hq/jp/business/lp/nnnws/img/access.png");
	background-repeat: no-repeat;
    background-position: 10% center;
    background-size: 10%;

}



.maintenance{
	background: url("/content/dam/nttcom/hq/jp/business/lp/nnnws/img/maintenances.png");
	background-repeat: no-repeat;
    background-position: 10% center;
    background-size: 10%;
}



@media screen and (max-width:960px){
	.case_menu{
		font-size: 120%;
	}
	.case_menu li{
    	padding: 10px;
   
}
}

@media screen and (max-width:834px){
	.case h2{
	margin: 0px 5px 20px;
}
	.security_text{
		margin: 0px 20px;
	}
	.other_list h2{
		padding: 0;
		font-size: 18px;
	}
		.case_menu{
		display:block;
		margin: 10px;

		}
		.case_menu li{
		padding: 10px;
		max-width: 400px;
		margin: auto auto 20px auto;
			text-align: center;
		}
		.security{
		background-size: 8%;

		}
		.access{
		background-size: 8%;
		}
		.maintenance{
		background-size: 8%;
		}
	.read_text{
		font-size: 16px;
		

	}
	.flow_text{
		font-size: 16px;
		margin-top:-10px;
	}
	.mt80{
		margin-top: 80px!important;
	}
	
	
}
@media screen and (max-width:414px){
	.flow_text{
		text-align: justify;
	}
	.read_text{
		text-align: justify;
	}
}
	

/*セキュリティを強化したい*/
.case_list_wrapper {
	background-color: #fff;
	margin:40px 40px 0px 40px;
	padding: 32px 20px;
	border-radius: 10px;
	max-width: 800px;
   
}

.case_list_wrapper.list_top{
	margin-top: 20px;
}

.case_position{
	position: relative;
}
.case_title{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -24px;
	min-width: 290px;
}

.fukidashi{
	width: 80%;
	max-width: 750px;
	margin: auto;
	margin-bottom: 20px;
}

.fukidashi_top{
	margin-top: 20px;
}

.case_text{
	margin: 20px 0px;
}
.case_item{
	box-sizing: border-box;
	margin: auto;
	display: flex;
	margin-bottom: 20px;
}

.case_box-title.manufacturing{
	text-align: center;
	background-color: #f4d32c;
    width: 100%;
    padding: 10px 10px 10px 10px;
    display: inline-block;
	font-size: 130%;
	color: #4d3300;
	font-weight: bold;
	box-sizing: border-box;
	margin-bottom: 20px;
	background-image: url("/content/dam/nttcom/hq/jp/business/lp/nnnws/img/img_manufacturing_ico.png");
	background-repeat: no-repeat;
	background-position: center left 30%;

}

.case_box-title.education{
	text-align: center;
	background-color: #f4d32c;
    width: 100%;
    padding: 10px 10px 10px 10px;
    display: inline-block;
	font-size: 130%;
	color: #4d3300;
	font-weight: bold;
	box-sizing: border-box;
	margin-bottom: 20px;
	background-image: url("/content/dam/nttcom/hq/jp/business/lp/nnnws/img/img_education_icon.png");
	background-repeat: no-repeat;
	background-position: center left 30%;
	background-size: 30px;

}

.case_box-title.service{
	text-align: center;
	background-color: #f4d32c;
    width: 100%;
    padding: 10px 10px 10px 10px;
    display: inline-block;
	font-size: 130%;
	color: #4d3300;
	font-weight: bold;
	box-sizing: border-box;
	margin-bottom: 20px;
	background-image: url("/content/dam/nttcom/hq/jp/business/lp/nnnws/img/img_service_icon.png");
	background-repeat: no-repeat;
	background-position: center left 27%;

}


.officelink-btn{
	position: relative;
}

.link-btn{
	position: absolute;
	left:8.4%;
}



.case_item_wrap{
	width: 50%;
	margin-left: 20px;
}


	
.en{
	margin-right: 20px;
}


.case_item_text span{
	color: #c03;
}

.other_case_list{
	display: flex;
	box-sizing: border-box;
	padding-left: 20px;
	
}

.other_case_list .case_list_wrapper {
	margin: 20px;
	margin-left: 0;
	width: 50%;
	position: relative;
	padding-bottom: 80px;
}

.other_case_title {
	background-color: #fffde9;
	border: solid 1px #f8e68c;
	padding: 5px 0px;
	border-radius: 20px;
	max-width: 320px;
	height: 30px;
	line-height: 30px;
	margin: auto;
	margin-bottom: 20px;	
	
}
.other_case_list img{
	margin: auto;
	text-align: center;
	
}

.other_case_pic{
	max-width: 250px;
	margin: auto auto 20px auto;
	
}


@media screen and (max-width:834px){
	.other_case_list{
		padding-left: 0;
	}
	.fukidashi{
		width: 100%;
	}
	.other_case_list{
		display: block;
		margin: 20px;
		
	}
	.case_list_wrapper {
		margin: 20px 20px 0px 20px;
	}
	.other_case_list .case_list_wrapper {
		width: 100%;
		box-sizing: border-box;
	
	
	}
	.case_menu{
		display:block;
		margin: auto;
		margin-bottom: 20px;
		box-sizing: border-box;
		text-align: center;
		
	}
	.case_menu li{
		padding: 10px;
		width: 80%;
		margin: auto auto 20px auto;
	}
	.case_text{
		margin-bottom: 40px;
}
	.btn-flex{
		display: block;
		text-align: center;
		
	}
	.btn-flex a{
		margin-bottom: 20px;
		
	}
.case_item{
	display: block;

	}
	.case_item_wrap {
		width: 90%;
		margin: auto;
}
	.case_item_box img{
		margin-bottom: 20px;
	}
	
	.btn-list6{
		width: 90%;
		max-width: 500px;
		margin: auto;
		box-sizing: border-box;
	}
	span.case_btn{
		padding-left: 0;
		
	}
	
	.case_sp_btn{
		width: 200px;
		
		
		
	}

}
@media screen and (max-width:540px){
		.case_sp_btn{
		width: 200px;
		
		padding-left: 7%;
		
	}
	.case_item{
		display: block;
	}
	.circle{
		width: 60px;
		height: 60px;
		margin-bottom: 10px;
	}
	.en{
		margin-right: 0;
		text-align: center;
	}
	.fukidashi_top{
		margin: 0;
	}
	.fukidashi{
		margin-bottom: 10px;
	}
	.case_box-title.manufacturing{
	padding: 5px;
	font-size: 100%;
	background-size: 20px;
}
	.case_box-title.education{
	padding: 5px;
	font-size: 100%;
	background-size: 20px;
}
	
		.case_box-title.service{
			padding: 5px;
			font-size: 100%;
			background-size: 20px;
}
		.case_list_wrapper {
		margin: 10px 10px 0px 10px;
	}
		.btn-list6{
		width: 100%;
	
	}
	

}

/*tab*/
.nav.nav-tabs{
	display: flex!important;
	margin-bottom: 40px;
	flex-wrap: wrap;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	max-width: 948px;

}





.nav-tabs li{
    width: 23%;
	background-color: #0a84dc;
	margin:5px;
	margin-bottom: 20px;
	white-space: nowrap;
}

.icon img{
	width: 20px;
	
}

.nav-tabs-outer .nav-tabs li a{
	margin:3px;
	transition-property:all;
    transition-duration: 0.25s;
    transition-timing-function:ease-out;
	color: #fff;
}

@media screen and (max-width:834px){
	.nav.nav-tabs{
		margin-bottom: 10px;
	}
	.nav-tabs li{
    width: 100%;

}
	.nav-tabs-outer{
    overflow-x:scroll;
	margin: 0px auto;
}
}

.activity__lists {
    display: flex;
    flex-wrap: wrap;
    margin-left: -11px;
    margin-right: -11px;
}
.activity__list {
    padding-left: 11px;
    padding-right: 11px;
    box-sizing: border-box;
    width: 50%;
    margin-bottom: 20px;
}

.video-wrap{
	max-width:768px;
	margin:auto;
}
.main-pic{
	position:relative;
margin:auto;
}

.mv-text{
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
    bottom: 2.8vw;
  	width:100%;
    font-size: 1.2vw;
}
.movie h2{
	font-size: 32px;
    text-align: center;
    margin-bottom: 20px!important;
	margin-top: 40px;
		font-family: dnp-shuei-mgothic-std, sans-serif;
	font-style: normal;
	font-weight: 400;
}
@media screen and (max-width:834px){
	.movie h2{
	font-size: 24px;
	}
	.activity__lists {
    display: block;
    margin: 0 auto;
    width: 100%;
	}
    .activity__list {
    padding-left: 11px;
    padding-right: 11px;
    box-sizing: border-box;
    width: 95%;
    margin: auto;
    margin-bottom: 20px;
}

}

@media screen and (max-width:833px){
.point1 span.new{
    font-size: 3vw;
}
.text1 {
        position: absolute;
    font-size: 3vw;
    text-align: center;
    color: #0a1f44;
    font-weight: bold;
    /* width: 208px; */
    line-height: 1.5;
    bottom: 7vw;
    /* right: -11.2vw; */
    left: 65.3vw;
    width: 44%;
}
	.text2{
		position: absolute;
    font-size: 3vw;
    text-align: center;
    color: #0a1f44;
    font-weight: bold;
    /* width: 208px; */
    line-height: 1.5;
    bottom: 7.8vw;
    /* right: -11.2vw; */
    left: 65.3vw;
    width: 40%;
	}
	.text3{
		position: absolute;
    font-size: 3vw;
    text-align: center;
    color: #0a1f44;
    font-weight: bold;
    /* width: 208px; */
    line-height: 1.5;
    bottom: 11.8vw;
    /* right: -11.2vw; */
    left: 65.3vw;
    width: 40%;
	}
}
@media screen and (min-width:376px) and (max-width:834px){
.mv-text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
    bottom: 4vw;
    /* max-width: 600px; */
    font-size: 2.5vw;
    line-height: 1.5;
    width: 90%;
    margin: auto;
	}
}


@media screen and (max-width:375px){
.mv-text {
    bottom: 2.5vw;
	line-height: 1.5;
	font-size: 2.5vw;
    width: 90%;
	
	}
}

.btn01 {
  display: inline-block;
  padding: 16px 32px;
  background: #ffed9f;
  border-bottom: solid 4px #f8e68b;
border-radius:8px;
  color: #0b2044;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2em;
  -webkit-transition: .100s;
  transition: .100s;
}
.btn01:after{
	content:"▶";
}
.btn01:hover {
  border-bottom:none;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
.btn01:hover {
  border-bottom:none;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}

/*資料DLボタン*/
a.flow_panel_btn {
    display: flex;
    align-items: center;
    margin: 0 auto;
   	padding: 10px;
    text-decoration: none;
    transition: 0.5s;
	border: solid 1px #c03!important;
	border-radius: 5px;
	font-size: 14px;
	height:36px;
	margin: 20px 0px;
	max-width: 248px;
    margin: 24px auto;
    justify-content:center;
}
a.flow_panel_btn:hover {
    color:#545;
    border: solid 1px #cf4566!important;
}

a.flow_panel_btn .btn__icon img {
    width: 24px;
    vertical-align: middle;
	margin-left: -11px;
}
a.flow_panel_btn .a__text {
    display: block;
  padding:0px 5px 0px 8px;
    text-align: center;
    position: relative;
   
}
a.flow_panel_btn .a__text::after {
    content: "▶";
    position: absolute;
    top: 0;
	font-size: 10px;
	right: -12px;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
	
}

.flow_panel_wrap{
	height:297px!important;
}

.icon_plus{
	font-size:28px;
	text-align:center;
	margin:22px 0px;
	font-weight:bold;
}
.sch_box_btn{
	padding-bottom:80px!important;
}
.pc{
	display:block;
}
.sp{
	display:none;
	}
	.small{
	font-size:90%;
	}
	
	.font-blue{
	color:#2b5299!important;
	}
.flow-note{
	font-size:13px;
	text-align:right;
	margin-bottom:40px;
}




@media screen and (min-width:1024px){
.flow_panel_wrap2{
	height:320px!important;
}

.flow_panel_wrap3{
	height:350px!important;
}

}

@media screen and (min-width:834px) and (max-width:1023px){
a.flow_panel_btn {
	    font-size:12px;
	    box-sizing:border-box;
		 justify-content: center;
		

}

a.flow_panel_btn .btn__icon img {
    width: 22px;
    vertical-align: middle;
    margin-left: -5px;
}
}

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

.sch_box_btn.sch-box-bottom{
	padding-bottom:0px!important;

}
.flow_panel_wrap{
	height:100%!important;
}
.flow_panel_wrap2{
	height:100%!important;
}

.flow_panel_wrap3{
	height:100%!important;
}

.pc{
	display:none;
}
.sp{
	display:block;
	}
.flow-note{
	margin:0px 10px 24px;
	

}
}

