@charset "UTF-8";


@media screen and (min-width: 960px){
.title_bg{
	width:100%;
	min-height:310px;
	background:url(/pc/note/nj7500e/images/title.png) no-repeat 100% 40%;
	color:#FFF;
	
	position: relative;

}
.fs25_txt{
	font-size:25px;
}
}

@media screen and (max-width: 959px){
.title_bg{
	width:100%;
	min-height:310px;
	background:url(/pc/note/nj7500e/images/title.png) no-repeat 40% 40%, #000;
	color:#FFF;
	
	position: relative;

}
.fs25_txt{
	font-size:22px;
}
}

@media screen and (max-width: 768px){
.title_bg{
	width:100%;
	min-height:500px;
	background:url(/pc/note/nj7500e/images/title_s.png) no-repeat center center;
	color:#FFF;
	background-size:cover;
	position: relative;

}
.fs25_txt{
	font-size:20px;
}
}


h1{
	font-weight: inherit !important;
}

.mv_customize{
	background:#444;
	color:#fff;
	}	




.bg_ple{
	background:#ece3fb;
}
.bg_ble{
	background:#d9e7fd;
}
.bg_tb01{
	background:#402dc4;
	color:#FFF;
}
.bg_tb02{
	background:#140389;
	color:#FFF;
}
.bg_tb03{
	background:#0d0357;
	color:#FFF;
}

.bg_inf{
	background:#000;
	color: #FFF;

}
.button-orange a {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: #ef3f1a;
  border-radius: 2px;
  -webkit-transition: background-color linear 0.2s;
  transition: background-color linear 0.2s;
  color: #FFF;
}

.button-orange a:hover {
  background-color: #ef881c;
  text-decoration: none;
}

.button-orange01 a {
  padding-top: 5px;
  padding-bottom: 5px;
}
.box-Enterprise {
  padding: 35px 42px;
  border:#CCC solid 5px;
  
}