/****************************************
	Navis original products (2019)
****************************************/

#nvproducts {
	background:#F8F8F8;
}

#nvproducts .serif {
	font-family: 'Noto Serif JP', serif;
}

#nvproducts .sans {
	font-family: 'Noto Sans JP', sans-serif;
}

#nvproducts .nvcontainer {
	width:1100px;
	margin:0 auto;
}

/**/

#nvproducts .nvtitle {
	width:100%;
	padding:30px 0 20px 0;
	text-align:left;
	color:#fff;
}

#nvproducts .nvtitle h2 {
	font-family: 'Noto Serif JP', serif;
	font-size:42px;
	font-weight:semi-bold;
	margin-bottom:15px;
}

#nvproducts .nvtitle h2 .small {
	font-size:38px;
}

#nvproducts nav .breadcrumb {
	background:none!important;
	color:#fff;
	padding:0;
	margin-bottom:20px;
}

#nvproducts nav .breadcrumb-item + .breadcrumb-item::before,
#nvproducts nav .breadcrumb-item.active {
	color:#fff;
}

#nvproducts nav .breadcrumb a {
	color:#fff;
}

#nvproducts .nvtitle p {
	font-size:16px;
}

#nvproducts .nvcontents {
	padding:50px 0;
}

#nvproducts .nvcontents h3 {
	text-align:center;
	font-size:37px;
	color:#545454;
	font-family: 'Noto Serif JP', serif;
	margin:0 auto 30px auto;
}

#nvproducts .nvcontents h3 span {
	font-family: 'Noto Sans JP', sans-serif;
	display:block;
	color:#1FAC45;
	font-size:20px;
	margin-top:10px;
}

#nvproducts .banner {
	width:100%;
	margin:0 auto;
	text-align:center;
}

#nvproducts .banner img {
	width:90%;
	margin:0 auto;
}

#nvproducts .brandpreview {
	width:100%;
	padding:30px 0;
	text-align:left;
	background:#fff;
}

#nvproducts .brandpreview p {
	font-size:26px;
	color:#545454;
	font-family: 'Noto Serif JP', serif;
	margin:0;
}

#nvproducts .brandpreview p strong {
	color:#f00;
	font-weight:500;
}

#nvproducts .brandpreview img {
	float:right;
	height:80px;
	margin-left:30px;
}

#nvproducts .brandpreview p.extra {
	font-size:16px;
	color:#545454;
	font-family: 'Noto Sans JP', sans-serif;
	margin:25px 0 0 0;
}

#nvproducts .brandpreview .linkbox {
	width:210px;
	float:right;
	margin-top:-10px;
	margin-left:80px;
	text-align:center;
}

#nvproducts .brandpreview .linkbox img {
	width:90%;
	margin:0 auto;
	height:auto;
	text-align:center;
	float:none;
}

#nvproducts .brandpreview .linkbox a {
	display:block;
	width:90%;
	background:#20AC45 url(/uploads/images/nv/nvproducts/button1.png) no-repeat right;
	color:#fff;
	font-size:16px;
	margin:0 auto 0 auto;
	padding:10px 0;
}

#nvproducts .brandpreview .linkbox a:hover {
	text-decoration:none;
	opacity:0.7;
}

#nvproducts .brandpreview .subnav {
	display:flex;
	flex-wrap:wrap;
	list-style-type:none;
	margin:30px auto 0 0;
	padding:0;
}

#nvproducts .brandpreview .subnav li{
	margin-right:30px;
}

#nvproducts .brandpreview .subnav li a {
	font-size:18px;
	background:url(/uploads/images/nv/nvproducts/ico_link2.png) no-repeat left;
	padding:3px 3px 3px 30px;
	color:#333;
	font-weight:700;
	font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (min-width:992px) {
	#nvproducts br.sp {
		display:none;
	}
}

@media screen and (max-width:991px) {
	
	#nvproducts br.pc {
		display:none;
	}
	
	#nvproducts .nvtitle {
		padding:25px 0;
	}
	
	#nvproducts .nvtitle h2 {
		font-family: 'Noto Serif JP', serif;
		font-size:36px;
		font-weight:semi-bold;
		margin-bottom:0;
	}

	#nvproducts .nvcontainer {
		width:100%;
		margin:0 auto;
	}
	
	#nvproducts .nvcontents h3 {
		font-size:30px;
		padding:0 5%;
	}
	
	#nvproducts .nvcontents h3 span {
		font-size:18px;
		padding:0 5%;
	}
	
	#nvproducts .brandpreview {
		padding:25px 5%;
		text-align:left;
		background:#fff;
		text-align:center;
	}
	
	#nvproducts .brandpreview p {
		font-size:18px;
		color:#545454;
		font-family: 'Noto Serif JP', serif;
		margin:0;
		text-align:left;
	}
	
	#nvproducts .brandpreview img {
		float:none;
		height:90px;
		margin:0 auto 10px auto;
		text-align:center;
	}
	
	#nvproducts .brandpreview p.extra {
		font-size:15px;
		color:#545454;
		font-family: 'Noto Sans JP', sans-serif;
		margin:15px 0 0 0;
	}
	
	#nvproducts .brandpreview .linkbox {
		width:210px;
		float:none;
		text-align:center;
		margin:0 auto 30px auto;
	}
	
	#nvproducts .brandpreview .linkbox img {
		width:90%;
		margin:0 auto;
		height:auto;
		text-align:center;
		float:none;
	}
	
	#nvproducts .brandpreview .linkbox a {
		display:block;
		width:90%;
		background:#20AC45 url(/uploads/images/nv/nvproducts/button1.png) no-repeat right;
		color:#fff;
		font-size:16px;
		margin:0 auto;
	}
	
	#nvproducts .brandpreview .subnav {
		flex-wrap:wrap;
		margin-top:20px;
	}
	
	#nvproducts .brandpreview .subnav li{
		margin-right:30px;
		margin-top:5px;
	}
	
	#nvproducts .brandpreview .subnav li a {
		font-size:18px;
		background:url(/uploads/images/nv/nvproducts/ico_link2.png) no-repeat left;
		padding:3px 3px 3px 30px;
		color:#333;
		font-weight:700;
		font-family: 'Noto Sans JP', sans-serif;
	}

}


/* Navis product index */

.nvproductsindex .nvtitle {
	background:#009844 url(/uploads/images/nv/nvproducts/bg_nvp1.jpg) no-repeat right center;
	padding:30px 0;
}

.nvproductsindex .nvtitle .nvcontainer img {
	float:right;
	margin:-210px -70px auto 30px;
}

.nvproductsindex ul.brands {
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
	list-style-type:none;
	width:100%;
	margin:0 0 50px 0;
	padding:0;
}

.nvproductsindex ul.brands li {
	width:260px;
	background:#fff;
	text-align:center;
	padding:15px 0 0 0;
}

.nvproductsindex ul.brands li a {
	color:#fff;
	text-decoration:none;
}

.nvproductsindex ul.brands li a:hover {
	opacity:0.7;
}

.nvproductsindex ul.brands li a p {
	color:#000;
	font-size:17px;
	padding:15px 0;
	font-family: 'Noto Sans JP', sans-serif;
}

.nvproductsindex ul.brands li a div {
	width:190px;
	height:47px;
	background:#20AC45 url(/uploads/images/nv/nvproducts/button1.png) no-repeat right;
	color:#fff;
	line-height:47px;
	font-size:16px;
	margin:0 auto -23px auto;

}

@media screen and (max-width:991px) {
	
	.nvproductsindex .nvtitle {
		background:#009844 url(/uploads/images/nv/nvproducts/bg_nvp1.jpg) no-repeat center center;
	}

	.nvproductsindex .nvtitle .nvcontainer {
		padding:0 20px;
		text-align:center;
	}
	
	.nvproductsindex .nvtitle .nvcontainer img {
		margin:0;
		display:none;
	}
	
	.nvproductsindex .nvtitle h2 {
		padding-bottom:20px;
	}
		
	.nvproductsindex ul.brands {
		padding:0 5%;
		margin-bottom:0;
	}
	
	.nvproductsindex ul.brands li {
		margin-bottom:50px;
		width:30%;
	}
	
	.nvproductsindex ul.brands li a img {
		width:92%;
	}
	
	.nvproductsindex ul.brands li a p {
		padding:15px;
	}

}

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

	.nvproductsindex ul.brands li {
		margin-bottom:50px;
		width:48%;
	}
	
	.nvproductsindex ul.brands li a div {
		width:80%;
		background:#20AC45 url(/uploads/images/nv/nvproducts/button1.png) no-repeat right center;
	}

}


/* Navis service index */

.nvservice .nvtitle {
	background:#009844;
	padding:30px 0;
}

.nvservice .nvtitle p {
	margin-bottom:30px;
}

.nvservice .nvtitle .nvcontainer img {
	float:right;
	margin:-210px -70px auto 30px;
}

.nvservice ul.products {
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
	list-style-type:none;
	width:100%;
	margin:0 0 50px 0;
	padding:0;
}

.nvservice ul.products li {
	width:48%;
	background:#fff;
	text-align:center;
	padding:15px 0 0 0;
}

.nvservice ul.products li a {
	color:#fff;
	text-decoration:none;
}

.nvservice ul.products li a:hover {
	opacity:0.7;
}

.nvservice ul.products li a p {
	color:#000;
	font-size:17px;
	padding:15px 0;
	font-family: 'Noto Sans JP', sans-serif;
}

.nvservice ul.products li a div {
	width:190px;
	height:47px;
	background:#20AC45 url(/uploads/images/nv/nvproducts/button1.png) no-repeat center right;
	color:#fff;
	line-height:47px;
	font-size:16px;
	margin:0 auto -23px auto;

}

@media screen and (max-width:991px) {
	
	.nvservice .nvtitle {
		background:#009844;
	}
	
	.nvservice .nvtitle h2 {
		padding-bottom:20px;
	}
	
	.nvservice .nvtitle .nvcontainer {
		padding:0 20px;
		text-align:center;
	}
	
	.nvservice .nvtitle .nvcontainer img {
		margin:0;
		display:none;
	}
		
	.nvservice ul.products {
		padding:0 5%;
		margin-bottom:0;
	}
	
	.nvservice ul.products li {
		margin-bottom:50px;
	}
	
	.nvservice ul.products li a img {
		width:92%;
	}
	
	.nvservice ul.products li a p {
		padding:15px;
	}

}

@media screen and (max-width:767px) {
	
	.nvservice ul.products li a div {
		width:80%;
		background:#20AC45 url(/uploads/images/nv/nvproducts/button1.png) no-repeat center right;
	}

}


/* Navis original index */

.nvoriginal .nvtitle {
	background:#009844;
}

.nvoriginal .nvtitle .nvcontainer {
	position:relative;
}

.nvoriginal .nvtitle .nvcontainer img {
	position:absolute;
	right:0;
	top:0;
	height:100px;
}

.nvoriginal ul.products {
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
	list-style-type:none;
	width:100%;
	margin:0 auto 50px auto;
	padding:0;
}

.nvoriginal ul.products li {
	width:48%;
	background:#fff;
	text-align:center;
	padding:15px 15px 90px 15px;
	text-align:center;
	position:relative;
}

.nvoriginal ul.products li a {
	color:#fff;
	text-decoration:none;
}

.nvoriginal ul.products li a:hover {
	opacity:0.7;
}

.nvoriginal ul.products li h4 {
	color:#000;
	font-size:28px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:700;
	padding:15px;
	text-align:left;
}

.nvoriginal ul.products li h4 span {
	font-size:90%;
}

.nvoriginal ul.products li p {
	color:#000;
	font-size:16px;
	font-family: 'Noto Sans JP', sans-serif;
	padding:0 15px;
	text-align:left;
}

.nvoriginal ul.products li ul {
	list-style-type:none;
	display:flex;
	justify-content: space-between;
	padding:0;
	margin:0;
	position:absolute;
	bottom:30px;
	left:5%;
	width:90%;
}

.nvoriginal ul.products li ul li {
	margin:0;
	padding:0;
}

.nvoriginal ul.products li a div {
	height:47px;
	background:#20AC45 url(/uploads/images/nv/nvproducts/button1.png) no-repeat right;
	color:#fff;
	line-height:47px;
	font-size:16px;
	margin:0 auto;
	padding:0;
}

.nvoriginal ul.products li.onelink ul {
	margin:0 auto;
	text-align:center;
}

.nvoriginal ul.products li.onelink ul li {
	margin:0 auto;
}

@media screen and (max-width:991px) {
	
	.nvoriginal .nvtitle {
		background:#009844;
	}

	.nvoriginal .nvtitle .nvcontainer {
		padding:0 20px;
		text-align:center;
	}
	
	.nvoriginal .nvtitle .nvcontainer img {
		margin:0;
		display:none;
	}
		
	.nvoriginal ul.products {
		padding:0 5%;
		margin:0 auto 20px auto;
		width:calc(100% -  10%) ;
	}
	
	.nvoriginal ul.products li {
		margin-bottom:30px;
		width:100%;
		padding-bottom:130px;
	}
	
	.nvoriginal ul.products li h4 {
		color:#000;
		font-size:22px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight:700;
		padding:15px 15px 0 15px;
	}
	
	.nvoriginal ul.products li p {
		color:#000;
		font-size:15px;
		font-family: 'Noto Sans JP', sans-serif;
		padding:0 15px;
		text-align:left;
	}

	.nvoriginal ul.products li img {
		width:80%;
	}
	
	.nvoriginal ul.products li p {
		padding:15px;
	}
	
	.nvoriginal ul.products li.onelink {
		padding-bottom:50px;
	}
	
	.nvoriginal ul.products li ul {
		flex-wrap:wrap;
		bottom:20px;
	}
	
	.nvoriginal ul.products li ul li {
		width:100%;
		margin-bottom:10px;
	}

}




/* proshare */

.proshare .nvtitle {
	background:#009844;
}

.proshare .nvtitle .nvcontainer {
	position:relative;
}

.proshare .nvtitle .nvcontainer img {
	position:absolute;
	right:0;
	top:0;
	height:100px;
}

.proshare ul.products {
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
	list-style-type:none;
	width:100%;
	margin:0 auto 50px auto;
	padding:0;
}

.proshare ul.products li {
	width:48%;
	background:#fff;
	text-align:center;
	padding:15px 15px 90px 15px;
	text-align:center;
	position:relative;
	margin-bottom:50px;
}

.proshare ul.products li a {
	color:#fff;
	text-decoration:none;
}

.proshare ul.products li a:hover {
	opacity:0.7;
}

.proshare ul.products li h4 {
	color:#000;
	font-size:28px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:700;
	padding:15px;
	text-align:left;
}

.proshare ul.products li h4 span {
	font-size:90%;
}

.proshare ul.products li p {
	color:#000;
	font-size:16px;
	font-family: 'Noto Sans JP', sans-serif;
	padding:0 15px;
	text-align:left;
}

.proshare ul.products li ul {
	list-style-type:none;
	display:flex;
	justify-content: space-between;
	padding:0;
	margin:0;
	position:absolute;
	bottom:30px;
	left:5%;
	width:90%;
}

.proshare ul.products li ul li {
	margin:0;
	padding:0;
}

.proshare ul.products li a:hover {
	opacity:0.7;
}

.proshare ul.products li a div {
	height:47px;
	background:#20AC45 url(/uploads/images/nv/nvproducts/button1.png) no-repeat right;
	color:#fff;
	line-height:47px;
	font-size:16px;
	margin:0 auto;
	padding:0;
}

.proshare ul.products li.onelink ul {
	margin:0 auto;
	text-align:center;
}

.proshare ul.products li.onelink ul li {
	margin:0 auto;
}

@media screen and (max-width:991px) {
	
	.proshare .nvtitle {
		background:#009844;
	}

	.proshare .nvtitle .nvcontainer {
		padding:0 20px;
		text-align:center;
	}
	
	.proshare .nvtitle .nvcontainer img {
		margin:0;
		display:none;
	}
		
	.proshare ul.products {
		padding:0 5%;
		margin:0 auto 20px auto;
		width:calc(100% -  10%) ;
	}
	
	.proshare ul.products li {
		margin-bottom:30px;
		width:100%;
		padding-bottom:130px;
	}
	
	.proshare ul.products li h4 {
		color:#000;
		font-size:22px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight:700;
		padding:15px;
	}

	.proshare ul.products li img {
		width:80%;
	}
	
	.proshare ul.products li p {
		padding:15px;
	}
	
	.proshare ul.products li.onelink {
		padding-bottom:50px;
	}
	
	.proshare ul.products li ul {
		flex-wrap:wrap;
		bottom:20px;
	}
	
	.proshare ul.products li ul li {
		width:100%;
		margin-bottom:10px;
	}

}



/* vitalnavi */

.vitalnavi .nvtitle {
	background:#009844;
}

.vitalnavi .nvtitle .nvcontainer {
	position:relative;
}

.vitalnavi .nvtitle .nvcontainer img {
	position:absolute;
	right:0;
	top:0;
	height:100px;
}

.vitalnavi ul.products {
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
	list-style-type:none;
	width:100%;
	margin:0 auto 50px auto;
	padding:0;
}

.vitalnavi ul.products li {
	width:48%;
	background:#fff;
	text-align:center;
	padding:15px 15px 90px 15px;
	text-align:center;
	position:relative;
	margin-bottom:50px;
}

.vitalnavi ul.products li a {
	color:#fff;
	text-decoration:none;
}

.vitalnavi ul.products li a:hover {
	opacity:0.7;
}

.vitalnavi ul.products li h4 {
	color:#000;
	font-size:28px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:700;
	padding:15px;
	text-align:left;
}

.vitalnavi ul.products li h4 span {
	font-size:90%;
}

.vitalnavi ul.products li p {
	color:#000;
	font-size:16px;
	font-family: 'Noto Sans JP', sans-serif;
	padding:0 15px;
	text-align:left;
}

.vitalnavi ul.products li ul {
	list-style-type:none;
	display:flex;
	justify-content: space-between;
	padding:0;
	margin:0;
	position:absolute;
	bottom:30px;
	left:5%;
	width:90%;
}

.vitalnavi ul.products li ul li {
	margin:0;
	padding:0;
}

.vitalnavi ul.products li a:hover {
	opacity:0.7;
}

.vitalnavi ul.products li a div {
	height:47px;
	background:#20AC45 url(/uploads/images/nv/nvproducts/button1.png) no-repeat right;
	color:#fff;
	line-height:47px;
	font-size:16px;
	margin:0 auto;
	padding:0;
}

.vitalnavi ul.products li.onelink ul {
	margin:0 auto;
	text-align:center;
}

.vitalnavi ul.products li.onelink ul li {
	margin:0 auto;
}

@media screen and (max-width:991px) {
	
	.vitalnavi .nvtitle {
		background:#009844;
	}
	
	.vitalnavi nvtitle h2 {
		font-size:90%;
	}

	.vitalnavi .nvtitle .nvcontainer {
		padding:0 20px;
		text-align:center;
	}
	
	.vitalnavi .nvtitle .nvcontainer img {
		margin:0;
		display:none;
	}
		
	.vitalnavi ul.products {
		padding:0 5%;
		margin:0 auto 20px auto;
		width:calc(100% -  10%) ;
	}
	
	.vitalnavi ul.products li {
		margin-bottom:30px;
		width:100%;
		padding-bottom:130px;
	}
	
	.vitalnavi ul.products li h4 {
		color:#000;
		font-size:22px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight:700;
		padding:15px;
	}

	.vitalnavi ul.products li img {
		width:80%;
	}
	
	.vitalnavi ul.products li p {
		padding:15px;
	}
	
	.vitalnavi ul.products li.onelink {
		padding-bottom:50px;
	}
	
	.vitalnavi ul.products li ul {
		flex-wrap:wrap;
		bottom:20px;
	}
	
	.vitalnavi ul.products li ul li {
		width:100%;
		margin-bottom:10px;
	}

}



/* Navis original cart */

.nvcart .nvtitle {
	background:#009844;
}

.nvcart .nvtitle .nvcontainer {
	position:relative;
}

.nvcart .nvtitle .nvcontainer img {
	position:absolute;
	right:0;
	top:0;
	height:100px;
}

.nvcart ul.products {
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
	list-style-type:none;
	width:100%;
	margin:0 auto 50px auto;
	padding:0;
}

.nvcart ul.products::before{
	content:"";
	display: block;
	width:23%;
	order:1;
}

.nvcart ul.products::after{
	content:"";
	display: block;
	width:23%;
}

.nvcart ul.products li {
	width:23%;
	background:#fff;
	text-align:center;
	padding:15px 15px 30px 15px;
	text-align:center;
	position:relative;
	margin-bottom:50px;
}

.nvcart ul.products li a {
	color:#fff;
	text-decoration:none;
}

.nvcart ul.products li a:hover {
	opacity:0.7;
}

.nvcart ul.products li h4 {
	color:#000;
	font-size:17px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:700;
	padding:15px;
	text-align:center;
}

.nvcart ul.products li h4 span {
	font-size:90%;
}

.nvcart ul.products li p {
	color:#000;
	font-size:16px;
	font-family: 'Noto Sans JP', sans-serif;
	padding:0 15px;
	text-align:left;
}

.nvcart ul.products li ul {
	list-style-type:none;
	display:flex;
	justify-content: space-between;
	padding:0;
	margin:0;
	position:absolute;
	bottom:-20px;
	left:5%;
	width:90%;
}

.nvcart ul.products li ul li {
	margin:0;
	padding:0;
	width:80%;
}

.nvcart ul.products li a div {
	height:47px;
	background:#20AC45 url(/uploads/images/nv/nvproducts/button1.png) no-repeat right;
	color:#fff;
	line-height:47px;
	font-size:16px;
	margin:0 auto;
	padding:0;
}

.nvcart ul.products li.onelink ul {
	margin:0 auto;
	text-align:center;
}

.nvcart ul.products li.onelink ul li {
	margin:0 auto;
}

@media screen and (max-width:991px) {
	
	.nvcart .nvtitle {
		background:#009844;
	}

	.nvcart .nvtitle .nvcontainer {
		padding:0 20px;
		text-align:center;
	}
	
	.nvcart .nvtitle .nvcontainer img {
		margin:0;
		display:none;
	}
		
	.nvcart ul.products {
		padding:0 5%;
		margin:0 auto 20px auto;
		width:calc(100% -  10%) ;
	}
	
	.nvcart ul.products li {
		margin-bottom:50px;
		width:100%;
		padding-bottom:0;
	}
	
	.nvcart ul.products li h4 {
		color:#000;
		font-size:22px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight:700;
		padding:15px 15px 0 15px;
	}
	
	.nvcart ul.products li p {
		color:#000;
		font-size:15px;
		font-family: 'Noto Sans JP', sans-serif;
		padding:0 15px;
		text-align:left;
	}
	
	.nvcart ul.products li img {
		width:80%;
	}
	
	.nvcart ul.products li p {
		padding:15px;
	}
	
	.nvcart ul.products li.onelink {
		padding-bottom:50px;
	}
	
	.nvcart ul.products li ul {
		flex-wrap:wrap;
		bottom:-20px;
	}
	
	.nvcart ul.products li ul li {
		width:100%;
		margin-bottom:10px;
	}

}



/* Bescher */

#nvproducts.bescher {
	background:#FFF0F0;
}

#nvproducts.bescher nav .breadcrumb {
	color:#333;
}

#nvproducts.bescher nav .breadcrumb-item + .breadcrumb-item::before,
#nvproducts.bescher nav .breadcrumb-item.active {
	color:#333;
}

#nvproducts.bescher nav .breadcrumb a {
	color:#333;
}

.bescher .nvtitle {
	background:#fff url(/uploads/images/nv/nvproducts/bg_bescher.jpg) no-repeat right;
}

.bescher .nvtitle .nvcontainer {
	position:relative;
}

.bescher .nvtitle .nvcontainer h2 {
	padding:15px 0;
}

.bescher .nvtitle .nvcontainer p {
	color:#333;
	line-height:180%;
}

.bescher .nvtitle .nvcontainer p strong {
	color:#f00;
}


.bescher .nvtitle .nvcontainer .subnav {
	display:flex;
	flex-wrap:wrap;
	list-style-type:none;
	margin:30px auto 0 0;
	padding:0;
	width:630px;
}

.bescher .nvtitle .nvcontainer .subnav li{
	margin-right:30px;
	margin-bottom:20px;
}

.bescher .nvtitle .nvcontainer .subnav li a {
	font-size:16px;
	background:url(/uploads/images/nv/nvproducts/ico_link2.png) no-repeat left;
	padding:3px 3px 3px 30px;
	color:#333;
	font-weight:700;
	font-family: 'Noto Sans JP', sans-serif;
}

/**/

.bescher ul.products {
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
	list-style-type:none;
	width:100%;
	margin:0 auto 50px auto;
	padding:0;
}

.bescher ul.products li {
	width:48%;
	background:url(/uploads/images/nv/nvproducts/bg_bescher_products.jpg)  bottom;
	padding:3px 3px 3px 30px;
	text-align:center;
	padding:15px 15px 90px 15px;
	text-align:center;
	position:relative;
	margin-bottom:50px;
}

.bescher ul.products li a {
	color:#fff;
	text-decoration:none;
}

.bescher ul.products li a:hover {
	opacity:0.7;
}

.bescher ul.products li h4 {
	color:#FF9292;
	font-size:24px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:700;
	padding:15px;
	text-align:left;
}

.bescher ul.products li h4 span {
	font-size:90%;
}

.bescher ul.products li h5 {
	color:#333;
	font-size:27px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:700;
	padding:15px;
	text-align:left;
}


.bescher ul.products li p {
	color:#000;
	font-size:16px;
	font-family: 'Noto Sans JP', sans-serif;
	padding:0 15px;
	text-align:left;
	line-height:180%;
}

.bescher ul.products li ul {
	list-style-type:none;
	display:flex;
	justify-content: space-between;
	padding:0;
	margin:0;
	position:absolute;
	bottom:30px;
	left:5%;
	width:90%;
}

.bescher ul.products li ul li {
	margin:0;
	padding:0;
}

.bescher ul.products li a:hover {
	opacity:0.7;
}

.bescher ul.products li a div {
	height:47px;
	background:#20AC45 url(/uploads/images/nv/nvproducts/button1.png) no-repeat right;
	color:#fff;
	line-height:47px;
	font-size:16px;
	margin:0 auto;
	padding:0;
}

.bescher ul.products li.onelink ul {
	margin:0 auto;
	text-align:center;
}

.bescher ul.products li.onelink ul li {
	margin:0 auto;
}

@media screen and (max-width:991px) {
	
	.bescher .nvtitle {
		background:#fff url(/uploads/images/nv/nvproducts/bg_bescher_sp.png) no-repeat right bottom;
	}

	.bescher .nvtitle .nvcontainer {
		padding:0 20px;
		text-align:center;
	}
	
	.bescher .nvtitle .nvcontainer h2 {
		padding:20px 0;
		text-align:left;
	}
	
	.bescher .nvtitle .nvcontainer h2 img {
		width:80%;
	}
	
	.bescher .nvtitle .nvcontainer p {
		text-align:left;
		font-size:12px;
	}
	
	
	.bescher .nvtitle .nvcontainer .subnav {
		display:flex;
		flex-wrap:wrap;
		list-style-type:none;
		margin:30px auto 0 auto;
		padding:0;
		width:100%;
	}
	
	.bescher .nvtitle .nvcontainer .subnav li{
		margin-right:14px;
		margin-bottom:10px;
	}
	
	.bescher .nvtitle .nvcontainer .subnav li a {
		font-size:14px;
		background:url(/uploads/images/nv/nvproducts/ico_link2.png) no-repeat left center;
		background-size:12px 12px;
		padding:3px 3px 3px 20px;
		color:#333;
		font-weight:700;
		font-family: 'Noto Sans JP', sans-serif;
	}

	.bescher ul.products {
		padding:0 3%;
		margin:0 auto 20px auto;
		width:calc(100% -  6%) ;
	}
	
	.bescher ul.products li {
		margin-bottom:30px;
		width:100%;
		padding-bottom:90px;
	}
	
	.bescher ul.products li img {
		width:80%;
	}

}

@media screen and (max-width:767px) {
	.bescher .nvtitle .nvcontainer h2 img {
		width:100%;
	}
}


/* Altia */

.altia .nvtitle {
	background:#fff url(/uploads/images/nv/nvproducts/bg_altia.jpg) no-repeat right;
	background-size:cover;
}

.altia .nvtitle .nvcontainer {
	position:relative;
}

.altia .nvtitle .nvcontainer h2 {
	padding:15px 0;
}

.altia .nvtitle .nvcontainer h3 {
	font-family: 'Noto Serif JP', serif;
	padding:15px 0;
	font-size:26px;
}

.altia .nvtitle .nvcontainer p {
	color:#fff;
	line-height:160%;
}

.altia .nvtitle .nvcontainer p strong {
	color:#f00;
}

.altia .nvtitle .nvcontainer .subnav {
	display:flex;
	flex-wrap:wrap;
	list-style-type:none;
	margin:30px auto 0 0;
	padding:0;
	width:630px;
}

.altia .nvtitle .nvcontainer .subnav li{
	margin-right:30px;
	margin-bottom:20px;
}

.altia .nvtitle .nvcontainer .subnav li a {
	font-size:16px;
	background:url(/uploads/images/nv/nvproducts/ico_link2.png) no-repeat left;
	padding:3px 3px 3px 30px;
	color:#333;
	font-weight:700;
	font-family: 'Noto Sans JP', sans-serif;
}

#nvproducts.altia .brandpreview .linkbox {
	width:210px;
	float:right;
	margin-top:10px;
	margin-left:80px;
	text-align:center;
}

#nvproducts.altia .brandpreview .linkbox a {
	display:block;
	width:90%;
	height:47px;
	background:#20AC45 url(/uploads/images/nv/nvproducts/button1.png) no-repeat right;
	color:#fff;
	line-height:47px;
	font-size:16px;
	margin:0 auto 0 auto;
}

#nvproducts.altia .brandpreview .subnav {
	display:flex;
	flex-wrap:wrap;
	list-style-type:none;
	margin:0;
	padding:0;
}

#nvproducts.altia .brandpreview .subnav li {
	margin-bottom:10px;
}

#nvproducts.altia .nvcontents h3 {
	text-align:left;
	border-bottom:1px dotted #ccc;
	padding-bottom:15px;
}

#nvproducts.altia .nvcontents .sec {
	margin:0 auto 70px auto;
	clear:both;
}

#nvproducts.altia .nvcontents p {
	color:#333;
	font-size:16px;
	line-height:160%;
	margin-bottom:0;
}

#nvproducts.altia .nvcontents p.note {
	font-size:90%;
	padding:15px 0;
	margin-bottom:30px;
}

#nvproducts.altia .nvcontents ul {
	list-style-type:none;
}

#nvproducts.altia .nvcontents .units .basics {
}

#nvproducts.altia .nvcontents .units .basics h4 {
	font-weight:bold;
	font-size:25px;
	color:#333;
	margin-bottom:30px;
}

#nvproducts.altia .nvcontents .units .basics img {
	float:right;
	margin:-60px 0 30px 30px;
}

#nvproducts.altia .nvcontents .units .basics dl {
	display:flex;
	flex-wrap:wrap;
	width:630px;
}

#nvproducts.altia .nvcontents .units .basics dt {
	width:18%;
	color:#fff;
	text-align:center;
	margin-bottom:15px;
	display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center;
	font-size:24px;
}

#nvproducts.altia .nvcontents .units .basics dd {
	width:82%;
	margin-bottom:15px;
}

#nvproducts.altia .nvcontents .units .basics dd p {
	margin-bottom:0;
	padding:15px 0 15px 25px;
}

#nvproducts.altia .nvcontents .units .basics dt.upper {
	background:#58A42F;
}

#nvproducts.altia .nvcontents .units .basics dt.middle {
	background:#EF85BA;
}

#nvproducts.altia .nvcontents .units .basics dt.bottom {
	background:#56A6E7;
}

#nvproducts.altia .nvcontents .size h4 {
	font-weight:bold;
	color:#333;
	font-size:16px;
}

#nvproducts.altia .nvcontents .size ul {
	display:flex;
	padding:0;
	margin:0;
}

#nvproducts.altia .nvcontents .size ul li {
	padding:0;
	margin:0 30px 50px 0;
}


#nvproducts.altia .nvcontents .size a.button {
	display:block;
	width:450px;
	height:60px;
	background:#20AC45 url(/uploads/images/nv/nvproducts/button1.png) no-repeat right;
	color:#fff;
	line-height:60px;
	font-size:18px;
	font-weight:bold;
	margin:0 auto 80px auto;
	text-align:center;
}

#nvproducts.altia .nvcontents .size a.button:hover {
	opacity:0.7;
	text-decoration:none;
}

/**/
#nvproducts.altia .nvcontents .example ul {
	display:flex;
	justify-content: space-between;
	padding:0;
	margin:0;
}

#nvproducts.altia .nvcontents .example ul li {
	width:510px;
}

#nvproducts.altia .nvcontents .example ul li h4 {
	font-size:20px;
	font-weight:bold;
	padding:0 0 10px 0;
	color:#666;
}

#nvproducts.altia .nvcontents .example ul li h4 span {
	font-size:14px;
}

#nvproducts.altia .nvcontents .example ul li img {
	margin:0 auto 15px auto;
}

#nvproducts.altia .nvcontents .example ul li table {
	width:100%;
	border-collapse:collapse;
	margin:0 0 10px 0;
	table-layout: auto!important;
	
}

#nvproducts.altia .nvcontents .example ul li th {
	color:#fff;
	background:#DC6D9F;
	border:1px solid #fff;
	text-align:center;
	padding:5px 8px 6px 8px;
	font-size:14px;
	width:auto!important;
}

#nvproducts.altia .nvcontents .example ul li td {
	color:#555;
	background:#fff;
	border:1px solid #efefef;
	text-align:center;
	padding:5px 8px 6px 8px;
	font-size:13px;
	width:auto!important;
}

#nvproducts.altia .nvcontents .example ul li td.pos {
	color:#fff;
	background:#EAA6C5;
}

#nvproducts.altia .nvcontents .example ul li td.price {
	font-weight:bold;
	text-align:right;
}

#nvproducts.altia .nvcontents .example ul li p.price {
	text-align:right;
	font-size:15px;
	margin-bottom:15px;
	font-family: 'Noto Serif JP', serif;
}

#nvproducts.altia .nvcontents .example ul li p.price strong {
	color:#ff0000;
	font-size:25px;
	font-style:italic;
	font-weight:bold;
}

#nvproducts.altia .nvcontents .example ul li p.price span {
	font-size:12px;
}

#nvproducts.altia .nvcontents .example ul li p.notices {
	font-size:11px;
}

#nvproducts.altia .nvcontents .usage ul {
	display:flex;
	justify-content: space-between;
	padding:0;
	margin:0;
}

#nvproducts.altia .nvcontents .usage ul li {
	padding:0;
	margin:0;
	background:#fff;
	width:255px;
}

#nvproducts.altia .nvcontents .usage ul li img {
	margin:0;
	width:100%;
}

#nvproducts.altia .nvcontents .usage ul li h4 {
	font-size:20px;
	font-weight:bold;
	padding:15px;
}

#nvproducts.altia .nvcontents .usage ul li p {
	font-size:14px;
	padding:0 15px 25px 15px;
}

#nvproducts.altia .nvcontents .case h4 {
	font-family: 'Noto Serif JP', serif;
	font-size:30px;
	margin-bottom:30px;
	color:#545454;
}

#nvproducts.altia .nvcontents .case ul {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	padding:0;
	margin:0 0 50px 0;
}

#nvproducts.altia .nvcontents .case ul li {
	padding:0;
	margin:0 0 20px 0;
	background:#fff;
	width:49%;
	padding:15px;
}

#nvproducts.altia .nvcontents .case ul li a {
	text-decoration:none;
	display:block;
}

#nvproducts.altia .nvcontents .case ul li a:hover * {
	opacity:0.6;
}

#nvproducts.altia .nvcontents .case ul li img {
	float:left;
	margin-right:20px;
}

#nvproducts.altia .nvcontents .case ul li span {
	color:#fff;
	background:#CE93BC;
	display:inline-block;
	border-radius:5px;
	padding:3px 10px;
	margin-bottom:10px;
}

#nvproducts.altia .nvcontents .case ul li h4 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:700;
	font-size:20px;
	margin-bottom:10px;
	line-height:160%;
}

#nvproducts.altia .nvcontents .case ul li p {
	font-size:15px;
	line-height:160%;
}

#nvproducts.altia .nvcontents .case h5 {
	color:#545454;
	font-size:24px;
	font-weight:bold;
	margin-bottom:20px;
	clear:both;
}

#nvproducts.altia .nvcontents .case ul.photos {
	display:flex;
}

#nvproducts.altia .nvcontents .case ul.photos li {
	padding:0;
	margin:0 0 20px 0;
	background:none;
	float:left;
	display:block;
	width:auto;
}

#nvproducts.altia .nvcontents .case ul.photos li img {
	margin:0;
}

#nvproducts.altia .nvcontents .contact ul {
	padding:20px 0;
}

#nvproducts.altia .nvcontents .contact ul li {
	width:86%;
	margin:0 auto 30px auto;
	background:#FFFFFF;
	box-shadow:0px 0px 7px 3px #ddd;
	padding:20px;
	position:relative;
}

#nvproducts.altia .nvcontents .contact ul li h4 {
	font-family: 'Noto Serif JP', serif;
	font-size:24px;
	font-weight:bold;
	color:#1FAC45;
	padding:7px 0 7px 0;
}

#nvproducts.altia .nvcontents .contact ul li:nth-child(3) h4 {
	padding:0;
}

#nvproducts.altia .nvcontents .contact ul li p {
	font-size:13px;
}

#nvproducts.altia .nvcontents .contact ul li a {
	display:block;
	width:30%;
	height:47px;
	background:#20AC45 url(/uploads/images/nv/nvproducts/button1.png) no-repeat right;
	color:#fff;
	line-height:47px;
	font-size:16px;
	margin:0 auto 0 auto;
	text-align:center;
	position:absolute;
	right:20px;
	top:20px;
}

#nvproducts.altia .nvcontents .contact ul li a:hover {
	text-decoration:none;
	opacity:0.7;
}

#nvproducts.altia .nvcontents .contact ul li .info {
	
	background:#F8F8F8;
	border-radius:8px;
	width:500px;
	float:right;
	padding:15px;
	text-align:center;
	margin-top:-75px;
}

#nvproducts.altia .nvcontents .contact ul li .info h5 {
	font-size:22px;
	font-weight:700;
	font-family: 'Noto Serif JP', serif;
}

#nvproducts.altia .nvcontents .contact ul li .info p {
	font-size:17px;
}


/* SP */

@media screen and (max-width:991px) {
	
	#nvproducts.altia {
		overflow-x:hidden;
	}
	
	#nvproducts.altia .nvtitle {
		background:#fff url(/uploads/images/nv/nvproducts/bg_altia_sp.jpg) no-repeat right bottom;
	}

	#nvproducts.altia .nvtitle .nvcontainer {
		padding:0 20px;
		text-align:center;
	}
	
	#nvproducts.altia .nvtitle .nvcontainer h2 {
		padding:20px 0;
		text-align:center;
	}
	
	#nvproducts.altia .nvtitle .nvcontainer h2 img {
		width:100%;
	}
	
	#nvproducts.altia .nvtitle .nvcontainer p {
		text-align:left;
		font-size:12px;
	}
	
	#nvproducts.altia .brandpreview .linkbox {
		width:210px;
		float:none;
		margin:0 auto 20px auto;
		text-align:center;
	}
	
	#nvproducts.altia .brandpreview .linkbox a {
		display:block;
		width:90%;
		height:47px;
		background:#20AC45 url(/uploads/images/nv/nvproducts/button1.png) no-repeat right;
		color:#fff;
		line-height:47px;
		font-size:16px;
		margin:0 auto 0 auto;
	}
	
	#nvproducts.altia .brandpreview .subnav {
		display:flex;
		flex-wrap:wrap;
		list-style-type:none;
		margin:30px auto 0 auto;
		padding:0;
		width:100%;
	}
	
	#nvproducts.altia .brandpreview .subnav li{
		margin-right:14px;
		margin-bottom:10px;
	}
	
	#nvproducts.altia .brandpreview .subnav li a {
		font-size:14px;
		background:url(/uploads/images/nv/nvproducts/ico_link2.png) no-repeat left center;
		background-size:12px 12px;
		padding:3px 3px 3px 20px;
		color:#333;
		font-weight:700;
		font-family: 'Noto Sans JP', sans-serif;
	}
	
	#nvproducts.altia .nvcontents h3 {
		padding:0 0 15px 0;
		font-size:24px;
	}
	
	#nvproducts.altia .nvcontents .sec {
		margin:0 auto 70px auto;
		clear:both;
		padding:0 4%;
	}
	
	#nvproducts.altia .nvcontents p {
		color:#333;
		font-size:16px;
		line-height:160%;
		margin-bottom:0;
	}
	
	#nvproducts.altia .nvcontents p.note {
		font-size:95%;
		padding:15px 0 0 0;
		margin-bottom:30px;
	}
	
	#nvproducts.altia .nvcontents .units .basics {
	}
	
	#nvproducts.altia .nvcontents .units .basics h4 {
		font-weight:bold;
		font-size:18px;
		color:#333;
		margin-bottom:30px;
	}
	
	#nvproducts.altia .nvcontents .units .basics img {
		float:none;
		margin:0 auto 20px auto;
		width:100%;
	}
	
	#nvproducts.altia .nvcontents .units .basics dl {
		display:flex;
		flex-wrap:wrap;
		width:100%;
	}
	
	#nvproducts.altia .nvcontents .units .basics dt {
		width:100%;
		color:#fff;
		text-align:center;
		margin-bottom:10px;
		display: flex;
		flex-direction: column;
		justify-content: center; 
		align-items: center;
		font-size:20px;
	}
	
	#nvproducts.altia .nvcontents .units .basics dd {
		width:100%;
		margin-bottom:25px;
	}
	
	#nvproducts.altia .nvcontents .units .basics dd p {
		margin-bottom:0;
		padding:0;
		font-size:12px;
	}
	
	#nvproducts.altia .nvcontents .size ul {
		display:inline;
		padding:0;
		margin:0 0 40px 0;
	}
	
	#nvproducts.altia .nvcontents .size ul li {
		width:100%;
		padding:0;
		margin:0 0 10px 0;
	}
	
	#nvproducts.altia .nvcontents .size a.button {
		width:100%;
	}
	
	#nvproducts.altia .nvcontents .usage ul {
		display:flex;
		flex-wrap:wrap;
		justify-content: space-between;
		padding:0;
		margin:0;
	}
	
	#nvproducts.altia .nvcontents .usage ul li {
		padding:0;
		margin:0 0 20px 0;
		background:#fff;
		width:48%;
	}
	
	#nvproducts.altia .nvcontents .usage ul li img {
		margin:0;
		width:100%;
	}
	
	#nvproducts.altia .nvcontents .usage ul li h4 {
		font-size:16px;
		font-weight:bold;
		padding:15px;
	}
	
	#nvproducts.altia .nvcontents .usage ul li p {
		font-size:14px;
		padding:0 15px 15px 15px;
	}
	
	
	#nvproducts.altia .nvcontents .case h4 {
		font-family: 'Noto Serif JP', serif;
		font-size:24px;
		margin-bottom:30px;
		color:#545454;
	}
	
	#nvproducts.altia .nvcontents .case ul {
		display:flex;
		flex-wrap:wrap;
		justify-content: space-between;
		padding:0;
		margin:0 0 50px 0;
	}
	
	#nvproducts.altia .nvcontents .case ul li {
		padding:0;
		margin:0 0 20px 0;
		background:#fff;
		width:48%;
		padding:15px;
	}
	
	#nvproducts.altia .nvcontents .case ul li a {
		text-decoration:none;
		display:block;
	}
	
	#nvproducts.altia .nvcontents .case ul li a:hover * {
		opacity:0.6;
	}
	
	#nvproducts.altia .nvcontents .case ul li img {
		float:left;
		margin:0 0 15px 0;
		width:100%;
	}
	
	#nvproducts.altia .nvcontents .case ul li span {
		color:#fff;
		background:#CE93BC;
		display:inline-block;
		border-radius:5px;
		padding:3px 10px;
		margin-bottom:10px;
		font-size:98%;
	}
	
	#nvproducts.altia .nvcontents .case ul li h4 {
		font-family: 'Noto Sans JP', sans-serif;
		font-weight:700;
		font-size:16px;
		margin-bottom:10px;
		line-height:160%;
	}
	
	#nvproducts.altia .nvcontents .case ul li p {
		font-size:14px;
		line-height:160%;
	}
	
	#nvproducts.altia .nvcontents .case h5 {
		color:#545454;
		font-size:20px;
		font-weight:bold;
		margin-bottom:20px;
		clear:both;
	}
	
	#nvproducts.altia .nvcontents .case ul.photos {
		display:flex;
		flex-wrap:wrap;
	}
	
	#nvproducts.altia .nvcontents .case ul.photos li {
		padding:0;
		margin:0 0 20px 0;
		background:none;
		float:left;
		display:block;
		width:auto;
	}
	
	#nvproducts.altia .nvcontents .case ul.photos li:nth-child(4),
	#nvproducts.altia .nvcontents .case ul.photos li:nth-child(5),
	#nvproducts.altia .nvcontents .case ul.photos li:nth-child(6),
	#nvproducts.altia .nvcontents .case ul.photos li:nth-child(7),
	#nvproducts.altia .nvcontents .case ul.photos li:nth-child(8) {
		width:48%;
	}
	
	#nvproducts.altia .nvcontents .case ul.photos li img {
		margin:0;
		width:100%;
	}
	
	#nvproducts.altia .nvcontents .contact ul {
		padding:0;
	}
	
	#nvproducts.altia .nvcontents .contact ul li {
		width:100%;
		margin:0 auto 30px auto;
		background:#FFFFFF;
		box-shadow:0px 0px 7px 3px #ddd;
		padding:25px 15px;
		position:relative;
		text-align:center;
	}
	
	#nvproducts.altia .nvcontents .contact ul li h4 {
		font-family: 'Noto Serif JP', serif;
		font-size:19px;
		color:#1FAC45;
		padding:0;
		margin-bottom:15px;
	}
	
	#nvproducts.altia .nvcontents .contact ul li p {
		font-size:13px;
		margin-bottom:20px;
	}
	
	#nvproducts.altia .nvcontents .contact ul li a {
		display:block;
		width:90%;
		height:47px;
		background:#20AC45 url(/uploads/images/nv/nvproducts/button1.png) no-repeat right;
		color:#fff;
		line-height:47px;
		font-size:16px;
		margin:0 auto 0 auto;
		text-align:center;
		position:static;
	}
	
	#nvproducts.altia .nvcontents .contact ul li a:hover {
		text-decoration:none;
		opacity:0.7;
	}
	
	#nvproducts.altia .nvcontents .contact ul li .info {
		
		background:#F8F8F8;
		border-radius:8px;
		width:90%;
		float:none;
		padding:15px;
		text-align:center;
		margin:0 auto;
	}
	
	#nvproducts.altia .nvcontents .contact ul li .info h5 {
		font-size:18px;
		font-weight:700;
		font-family: 'Noto Serif JP', serif;
	}
	
	#nvproducts.altia .nvcontents .contact ul li .info p {
		font-size:17px;
		margin:0;
	}
	
	/**/
	#nvproducts.altia .nvcontents .example ul {
		display:flex;
		justify-content: space-between;
		flex-wrap:wrap;
		padding:0;
		margin:0;
	}
	
	#nvproducts.altia .nvcontents .example ul li {
		width:98%;
		margin:0 auto 30px auto;
	}
	
	#nvproducts.altia .nvcontents .example ul li h4 {
		font-size:16px;
		font-weight:bold;
		padding:0 0 10px 0;
		color:#666;
		line-height:160%;
	}
	
	#nvproducts.altia .nvcontents .example ul li h4 span {
		font-size:13px;
		display:block;
	}
	
	#nvproducts.altia .nvcontents .example ul li img {
		margin:0 auto 15px auto;
		width:100%;
	}
	
	#nvproducts.altia .nvcontents .example ul li table {
		width:100%;
		border-collapse:collapse;
		margin:0 0 10px 0;
		
	}
	
	#nvproducts.altia .nvcontents .example ul li th {
		color:#fff;
		background:#DC6D9F;
		border:1px solid #fff;
		text-align:center;
		padding:5px 4px 6px 4px;
		font-size:13px;
	}
	
	#nvproducts.altia .nvcontents .example ul li td {
		color:#555;
		background:#fff;
		border:1px solid #efefef;
		text-align:center;
		padding:5px 4px 6px 4px;
		font-size:12px;
	}
	
	#nvproducts.altia .nvcontents .example ul li td.pos {
		color:#fff;
		background:#EAA6C5;
	}
	
	#nvproducts.altia .nvcontents .example ul li td.price {
		font-weight:bold;
		text-align:right;
	}
	
	#nvproducts.altia .nvcontents .example ul li p.price {
		text-align:right;
		font-size:15px;
		margin-bottom:15px;
		font-family: 'Noto Serif JP', serif;
	}
	
	#nvproducts.altia .nvcontents .example ul li p.price strong {
		color:#ff0000;
		font-size:25px;
		font-style:italic;
		font-weight:bold;
	}
	
	#nvproducts.altia .nvcontents .example ul li p.price span {
		font-size:12px;
	}
	
	#nvproducts.altia .nvcontents .example ul li p.notices {
		font-size:11px;
	}

}






























/* WelchAllyn */

#nvproducts.welch .nvtitle {
	background:#009844;
	padding:0;
	padding:30px 0 0 0;
	position:relative;
	overflow:hidden;
}

#nvproducts.welch .nvtitle img.image {
	position:absolute;
	right:0;
	top:0;
}

#nvproducts.welch .nvtitle .nvcontainer {
	padding:0;
	margin:0 auto;
}

#nvproducts.welch .nvtitle .nvcontainer h2 {
	padding:0;
	margin-bottom:30px;
}

#nvproducts.welch .nvtitle .nvcontainer p {
}

#nvproducts.welch img.firstimg {
	margin:0 auto 40px auto;
}

#nvproducts.welch p.intro {
	font-size:16px;
	line-height:200%;
	background: url(/uploads/images/nv/nvproducts/column/welch-logo.png) no-repeat right center;
	text-align:left;
	margin:0 auto 40px auto;
}

#nvproducts.welch ul.show {
	list-style-type:none;
	padding:0;
	display:flex;
	justify-content: space-between;
	margin:0 auto 60px auto;
}

#nvproducts.welch h3 {
	font-size:32px;
	text-align:left;
	font-family: 'Noto Sans JP', sans-serif;
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
}

#nvproducts.welch .elements {
	margin:0 auto;
	text-align:center;
}

#nvproducts.welch .elements img {
	margin:0 auto 40px auto;
}

#nvproducts.welch .elements ul {
	display:flex;
	justify-content: space-between;
	list-style-type:none;
	text-align:left;
	padding:0;
	margin-bottom:40px;
}

#nvproducts.welch .elements ul li {
	width:345px;
}

#nvproducts.welch .elements ul li h4 {
	color:#3D5FAB;
	font-weight:700;
	font-size:24px;
	margin-bottom:15px;
}

#nvproducts.welch .elements ul li h4 span {
	display:block;
	font-size:17px;
	text-indent:-10px;
}

#nvproducts.welch .elements ul li p {
	font-size:16px;
	line-height:180%;
	width:90%;
}

#nvproducts.welch .compare {
	background:#fff;
	padding:30px;
	margin:0 auto 60px auto;
}

#nvproducts.welch .compare img {
	float:left;
	margin-right:30px;
}

#nvproducts.welch .compare h4 {
	color:#3D5FAB;
	font-weight:700;
	font-size:24px;
	margin-bottom:15px;
	padding-top:40px;
}

#nvproducts.welch .compare p {
	font-size:18px;
}

#nvproducts.welch .products_info h3 {
	color:#fff;
	padding:22px 30px;
	font-size:36px;
	background:#3E5FAC;
	margin-bottom:60px;
	border:0;
}

#nvproducts.welch .products_info h3 span {
	display:inline-block;
	float:right;
	color:#fff;
	margin:10px 0 0 0;
}

#nvproducts.welch .products_info ul {
	list-style-type:none;
	padding:0;
	width:100%;
}

#nvproducts.welch .products_info ul li {
	clear:both;
	position:relative;
}

#nvproducts.welch .products_info ul li img {
	float:left;
	margin-right:40px;
	margin-bottom:80px;
}

#nvproducts.welch .products_info ul li img.spec {
	position:absolute;
	right:-100px;
	top:0;
}

#nvproducts.welch .products_info ul li h4 {
	font-size:20px;
	color:#545454;
	font-weight:bold;
	letter-spacing:1px;
	font-family: 'Noto Sans JP', sans-serif;
	margin-bottom:15px;
}

#nvproducts.welch .products_info ul li h5 {
	font-size:30px;
	color:#3E5FAC;
	font-weight:bold;
	letter-spacing:1px;
	font-family: 'Noto Sans JP', sans-serif;
	margin-bottom:15px;
}

#nvproducts.welch .products_info ul li h5 span {
	font-size:18px;
}

#nvproducts.welch .products_info ul li p {
	font-size:16px;
	line-height:180%;
	width:750px;
	margin-bottom:30px;
}

#nvproducts.welch .products_info ul li a {
	display:inlie-block;
	width:90%;
	background:#20AC45 url(/uploads/images/nv/nvproducts/button1.png) no-repeat right;
	color:#fff;
	font-size:16px;
	letter-spacing:1.5px;
	margin:0 auto 0 auto;
	padding:10px 80px;
}

#nvproducts.welch .products_info ul li a:hover {
	text-decoration:none;
	opacity:0.8;
}

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

#nvproducts.welch .nvtitle img.image {
	position:absolute;
	right:-150px;
	top:0;
}

}


@media screen and (max-width:991px) {
	
	#nvproducts {
		width:100%;
	}
	
	#nvproducts.welch .nvcontainer {
		overflow-x:hidden;
		width:100%;
	}
	
	#nvproducts.welch .nvcontainer ul {
		list-style-type:none;
	}
	
	#nvproducts.welch .nvcontainer img {
		max-width:100%;
	}

	#nvproducts.welch .nvtitle {
		background:#009844;
		padding:0;
		padding-top:20px;
	}
	
	#nvproducts.welch .nvtitle img.image {
		display:none;
	}

	#nvproducts.welch .nvtitle .nvcontainer {
		padding:0;
		text-align:center;
	}
	
	#nvproducts.welch .nvtitle .nvcontainer h2 {
		padding: 0;
		text-align:left;
		font-size:28px;
		text-align:center;
		margin-bottom:20px;
	}
	
	#nvproducts.welch img.firstimg {
		margin:0 auto 30px auto;
		width:100%;
	}
	
	#nvproducts.welch p.intro {
		font-size:16px;
		line-height:200%;
		background: url(/uploads/images/nv/nvproducts/column/welch-logo.png) no-repeat center bottom;
		background-size:70%;
		text-align:left;
		margin:0 auto 40px auto;
		padding-bottom:80px;
		width:90%;
	}
	
	#nvproducts.welch ul.show {
		list-style-type:none;
		padding:0;
		display:flex;
		justify-content: space-between;
		margin:0 auto 60px auto;
		width:90%;
	}
	
	#nvproducts.welch ul.show li {
		width:32%;
	}
	
	#nvproducts.welch ul.show li img {
		width:100%;
		height:auto;
	}
	
	#nvproducts.welch h3 {
		font-size:22px;
		text-align:left;
		font-family: 'Noto Sans JP', sans-serif;
		border-bottom:1px solid #ccc;
		padding:0 0 10px 0;
		width:90%;
	}
	
	#nvproducts.welch .elements {
		margin:0 auto;
		text-align:center;
		width:90%;
	}
	
	#nvproducts.welch .elements img {
		margin:0 auto 40px auto;
	}
	
	#nvproducts.welch .elements ul {
		display:flex;
		justify-content: space-between;
		flex-wrap:wrap;
		list-style-type:none;
		text-align:left;
		padding:0;
		margin-bottom:20px;
	}
	
	#nvproducts.welch .elements ul li {
		width:90%;
		margin:0 auto 20px auto;
	}
	
	#nvproducts.welch .elements ul li h4 {
		color:#3D5FAB;
		font-weight:700;
		font-size:24px;
		margin-bottom:15px;
	}
	
	#nvproducts.welch .elements ul li h4 span {
		display:block;
		font-size:18px;
		text-indent:-10px;
	}
	
	#nvproducts.welch .elements ul li p {
		font-size:15px;
		line-height:180%;
		width:100%;
	}
	
	#nvproducts.welch .compare {
		background:#fff;
		padding:25px;
		margin:0 auto 60px auto;
	}
	
	#nvproducts.welch .compare img {
		float:none;
		margin: 0 auto 20px auto;
		width:100%;
	}
	
	#nvproducts.welch .compare h4 {
		color:#3D5FAB;
		font-weight:700;
		font-size:24px;
		margin-bottom:15px;
		padding:0;
	}
	
	#nvproducts.welch .compare p {
		font-size:15px;
	}
	
	#nvproducts.welch .products_info h3 {
		color:#fff;
		padding:15px 15px;
		font-size:26px;
		background:#3E5FAC;
		border:0;
		width:100%;
		margin:0;
	}
	
	#nvproducts.welch .products_info h3 span {
		display:inline-block;
		float:none;
		color:#fff;
		margin:10px 0 0 0;
		padding:0;
		text-align:left;
		font-size:15px;
	}
	
	#nvproducts.welch .products_info ul {
		list-style-type:none;
		padding:0;
		width:100%;
		padding:20px 0;
	}
	
	#nvproducts.welch .products_info ul li {
		clear:both;
		position:relative;
		width:90%;
		margin:0 auto;
		border-bottom:1px solid #ccc;
		margin-bottom:30px;
		
	}
	
	#nvproducts.welch .products_info ul li img {
		float:none;
		margin:0 0 30px 0;
		width:100%;
	}
	
	#nvproducts.welch .products_info ul li img.spec {
		float:none;
		position:static;
		margin:0 15% 20px 15%;
		width:70%;
	}
	
	#nvproducts.welch .products_info ul li h4 {
		font-size:20px;
		color:#545454;
		font-weight:bold;
		letter-spacing:1px;
		font-family: 'Noto Sans JP', sans-serif;
		margin-bottom:15px;

	}
	
	#nvproducts.welch .products_info ul li h5 {
		font-size:30px;
		color:#3E5FAC;
		font-weight:bold;
		letter-spacing:1px;
		font-family: 'Noto Sans JP', sans-serif;
		margin-bottom:15px;
		letter-spacing:-1px;
	}
	
	#nvproducts.welch .products_info ul li h5 span {
		font-size:18px;
	}
	
	#nvproducts.welch .products_info ul li p {
		font-size:16px;
		line-height:180%;
		width:100%;
		margin-bottom:30px;
	}
	
	#nvproducts.welch .products_info ul li a {
		display:block;
		width:80%;
		background:#20AC45 url(/uploads/images/nv/nvproducts/button1.png) no-repeat right;
		color:#fff;
		font-size:16px;
		letter-spacing:1.5px;
		margin:0 auto 40px auto;
		padding:15px 80px;
		text-align:center;
	}
	
	#nvproducts.welch .products_info ul li a:hover {
		text-decoration:none;
		opacity:0.8;
	}

}










/* alcare */

#nvproducts.alcare .nvtitle {
	background:#009844;
	padding:0;
	padding:30px 0 0 0;
	position:relative;
	overflow:hidden;
}

#nvproducts.alcare .nvtitle img.image {
	position:absolute;
	right:5%;
	top:0;
}

#nvproducts.alcare .nvtitle .nvcontainer {
	padding:0;
	margin:0 auto;
}

#nvproducts.alcare .nvtitle .nvcontainer h2 {
	padding:0;
	margin-bottom:30px;
}

#nvproducts.alcare .nvcontents h3 {
	border-left:solid 8px #009844;
	text-align:left;
	padding-left:15px;
	font-size:40px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:700;
	color:#000;
	margin-bottom:20px;
}


#nvproducts.alcare .nvcontents p {
	text-align:left;
	font-size:15px;
	margin-bottom:40px;
}

#nvproducts.alcare .nvcontents .answer1 {
	width:1100px;
	box-shadow:0px 0px 4px 1px #d4d4d4;
	background:#fff;
	text-align:center;
	position:relative;
	margin:0 auto 80px auto;
	position:relative;
	padding:110px 0 60px 0;
}

#nvproducts.alcare .nvcontents .answer1 h4 {
	position:absolute;
	top:40px;
	left:0;
	font-size:28px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:700;
	text-align:center;
	width:1114px;
}

#nvproducts.alcare .answer1 h4 span {
	font-size:22px;
}

#nvproducts.alcare .nvcontents .answer1 p {
	position:absolute;
	bottom:25px;
	right:50px;
	font-size:15px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:700;
	text-align:right;
	margin:0;
}

#nvproducts.alcare .answer1 img.arrow {
	position:absolute;
	bottom:-57px;
	left:48%;
}

#nvproducts.alcare .nvcontents .answer2 {
	width:1100px;
	box-shadow:0px 0px 4px 1px #d4d4d4;
	background:#fff;
	text-align:center;
	position:relative;
	margin:0 auto 60px auto;
	position:relative;
	padding:60px 0 60px 0;
}

#nvproducts.alcare .nvcontents .answer2 ul {
	display:flex;
	justify-content: space-between;
	list-style-type:none;
	width:760px;
	margin:0 auto 40px auto;
}

#nvproducts.alcare .nvcontents .answer2 .result {
	background:#F7F7F7;
	width:980px;
	margin:0 auto;
	padding:20px;
	border-radius:10px;
	position:relative;
}

#nvproducts.alcare .nvcontents .answer2 .result p {
	font-size:32px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:700;
	padding:10px 10px 10px 160px;
	margin:0;
}

#nvproducts.alcare .nvcontents .answer2 .result p span {
	background:rgba(0, 0, 0, 0) linear-gradient(transparent 70%, #FFFF00 0%) repeat scroll 0 0;
	display:inline;
}

#nvproducts.alcare .nvcontents .answer2 .result img.pict1{
	position:absolute;
	left:75px;
	top:-44px;
}

#nvproducts.alcare .nvcontents .supports {
	margin:0 auto 60px auto;
}

#nvproducts.alcare .nvcontents .supports img {
	margin:0 auto 30px auto;
}

#nvproducts.alcare .nvcontents .supports .result {
	background:#ffffff;
	width:980px;
	margin:0 auto;
	padding:20px;
	border-radius:10px;
	position:relative;
}

#nvproducts.alcare .nvcontents .supports .result p {
	font-size:32px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:700;
	padding:25px 10px 25px 160px;
	margin:0;
}

#nvproducts.alcare .nvcontents .supports .result p span {
	background:rgba(0, 0, 0, 0) linear-gradient(transparent 70%, #FFFF00 0%) repeat scroll 0 0;
	display:inline;
}

#nvproducts.alcare .nvcontents .supports .result img.pict1{
	position:absolute;
	left:75px;
	top:-44px;
}

#nvproducts.alcare .nvcontents ul.institution {
	display:flex;
	justify-content: space-between;
	list-style-type:none;
	width:920px;
	margin:50px auto 80px auto;
}

#nvproducts.alcare .nvcontents ul.institution li {
	background:#fff;
	box-shadow:0px 0px 4px 1px #d4d4d4;
	width:406px;
}

#nvproducts.alcare .nvcontents ul.institution li h4 {
	font-size:26px;
	color:#333;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:700;
	text-align:center;
	padding:15px;
}

#nvproducts.alcare .nvcontents ul.institution li p {
	font-size:17px;
	color:#333;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:100;
	text-align:left;
	padding:25px;
	margin:0;
}


#nvproducts.alcare .nvcontents .problemandanswer {
	list-style-type:none;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

#nvproducts.alcare .nvcontents .problemandanswer li {
	width:48.5%;
	margin-bottom:50px;
}

#nvproducts.alcare .nvcontents .problemandanswer li .problem {
	background:#FD7E54;
	color:#fff;
	padding:28px 15px;
	border-radius:15px;
	margin-bottom:20px;
	position:relative;
}

#nvproducts.alcare .nvcontents .problemandanswer li .problem h4 {
	font-size:18px;
	font-weight:500;
}

#nvproducts.alcare .nvcontents .problemandanswer li .problem h4 span {
	background:#fff;
	color:#FD7E54;
	display:block;
	float:left;
	border-radius:50%;
	width:65px;
	height:65px;
	text-align:center;
	padding:20px 0 0 0;
	margin:-9px 10px 0 0;
	font-size:20px;
	font-weight:bold;
}

#nvproducts.alcare .nvcontents .problemandanswer li .problem img.arrow {
	position:absolute;
	left:48%;
	bottom:-10px;
}


#nvproducts.alcare .nvcontents .problemandanswer li .answer {
	background:#FFF;
	color:#fff;
	border-radius:15px;
	border:2px solid #428EE3;
	overflow:hidden;
	text-align:center;
	padding-bottom:10px;
		min-height:550px;
}

#nvproducts.alcare .nvcontents .problemandanswer li .answer h4 {
	background:#E7F1FC;
	color: #428EE3;
	padding:15px 20px;
	text-align:left;
	font-weight:bold;
	font-size:24px;
}

#nvproducts.alcare .nvcontents .problemandanswer li .answer h4 span {
	font-weight:normal;
	float:right;
	font-size:17px;
	padding-top:5px;
}

#nvproducts.alcare .nvcontents .problemandanswer li .answer img {
	margin:30px auto;
}

#nvproducts.alcare .nvcontents .problemandanswer li .answer p:before {
	content:"●";
}

#nvproducts.alcare .nvcontents .problemandanswer li .answer p {
	color:#333;
	width:420px;
	margin:0 auto 5px auto;
	line-height:180%;
	padding-left:1em;
	text-indent:-0.6em;
}

#nvproducts.alcare .nvcontents .problemandanswer li .answer p.last {
	margin-bottom:30px;
}

#nvproducts.alcare .nvcontents .problemandanswer li .answer a {
	display:block;
	width:40%;
	background:#20AC45 url(/uploads/images/nv/nvproducts/button1.png) no-repeat right;
	color:#fff;
	font-size:16px;
	letter-spacing:1.5px;
	margin:0 auto 30px auto;
	padding:10px;
	clear:both;
}

#nvproducts.alcare .nvcontents .problemandanswer li .answer a:hover {
	text-decoration:none;
	opacity:0.8;
}





#nvproducts.alcare .nvcontents ul.products {
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
	list-style-type:none;
	width:100%;
	margin:0 0 50px 0;
	padding:0;
}

#nvproducts.alcare .nvcontents ul.products li {
	width:260px;
	background:#fff;
	text-align:center;
	margin-bottom:50px;
}

#nvproducts.alcare .nvcontents ul.products li h4 {
	background:#EEEEEE;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	padding:12px;
	margin-bottom:15px;
}

#nvproducts.alcare .nvcontents ul.products li img {
	margin:0 auto 10px auto;
}

#nvproducts.alcare .nvcontents ul.products li h5 {
	font-size:16px;
	font-weight:medium;
	text-align:center;
	padding:10px;
	margin-bottom:20px;
}

#nvproducts.alcare .nvcontents ul.products li a {
	display:block;
	width:80%;
	background:#20AC45 url(/uploads/images/nv/nvproducts/button1.png) no-repeat right;
	color:#fff;
	font-size:16px;
	letter-spacing:1.5px;
	margin:0 auto -20px auto;
	padding:10px;
	clear:both;
}

#nvproducts.alcare .nvcontents ul.products li a:hover {
	text-decoration:none;
	opacity:0.7;
}






@media screen and (max-width:991px) {
	
	#nvproducts {
		width:100%;
	}
	
	#nvproducts.alcare .nvcontainer {
		overflow-x:hidden;
		width:100%;
	}
	
	#nvproducts.alcare .nvcontainer ul {
		list-style-type:none;
	}
	
	#nvproducts.alcare .nvcontainer img {
		max-width:100%;
	}

	#nvproducts.alcare .nvtitle {
		background:#009844;
		padding:0;
		padding-top:20px;
	}
	
	#nvproducts.alcare .nvtitle img.image {
		display:none;
	}

	#nvproducts.alcareh .nvtitle .nvcontainer {
		padding:0;
		text-align:center;
	}
	
	#nvproducts.alcare .nvtitle .nvcontainer h2 {
		padding: 0;
		text-align:left;
		font-size:28px;
		text-align:center;
		margin-bottom:20px;
	}
	
	#nvproducts.alcare .nvtitle .nvcontainer h2 .small {
		font-size:22px;
	}
	
	
	#nvproducts.alcare .nvcontents h3 {
		border-left:solid 8px #009844;
		text-align:left;
		padding-left:10px;
		font-size:26px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight:700;
		color:#000;
		margin:0 auto 20px auto;
		width:90%;
	}
	
	
	#nvproducts.alcare .nvcontents p {
		text-align:left;
		font-size:15px;
		margin-bottom:40px;
		margin:0 auto 20px auto;
		width:90%;
	}


	#nvproducts.alcare .nvcontents .answer1 {
		width:92%;
		box-shadow:0px 0px 4px 1px #d4d4d4;
		background:#fff;
		text-align:center;
		position:relative;
		margin:0 auto 40px auto;
		position:relative;
		padding:20px 0 60px 0;
	}
	
	#nvproducts.alcare .nvcontents .answer1 h4 {
		position:static;
		font-size:18px;
		top:0;
		left:0;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight:700;
		text-align:center;
		width:90%;
		margin:0 auto 15px auto;
		padding:0;
	}
	
	#nvproducts.alcare .answer1 h4 span {
		font-size:13px;
		display:block;
	}
	
	#nvproducts.alcare .nvcontents .answer1 img {
		width:92%;
	}
	
	#nvproducts.alcare .nvcontents .answer1 p {
		position:absolute;
		bottom:25px;
		right:30px;
		font-size:12px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight:700;
		text-align:right;
		margin:0;
	}
	
	#nvproducts.alcare .answer1 img.arrow {
		position:absolute;
		bottom:-27px;
		left:45%;
		width:50px;
	}
	
	/**/
	
	#nvproducts.alcare .nvcontents .answer2 {
		width:92%;
		box-shadow:0px 0px 4px 1px #d4d4d4;
		background:#fff;
		text-align:center;
		position:relative;
		margin:0 auto 60px auto;
		position:relative;
		padding:30px 0 20px 0;
	}
	
	#nvproducts.alcare .nvcontents .answer2 ul {
		display:flex;
		justify-content: space-between;
		list-style-type:none;
		flex-wrap:wrap;
		width:92%;
		margin:0 auto 40px auto;
		padding:0;
	}
	
	#nvproducts.alcare .nvcontents .answer2 ul li {
		width:80%;
		text-align:center;
		margin:0 auto 20px auto;
	}
	
	#nvproducts.alcare .nvcontents .answer2 .result {
		background:#F7F7F7;
		margin:0 auto;
		padding:20px 0 20px 0;
		border-radius:10px;
		position:relative;
		width:90%;
	}
	
	#nvproducts.alcare .nvcontents .answer2 .result p {
		font-size:18px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight:700;
		padding:10px 10px 10px 95px;
		margin:0;
		width:100%;
	}
	
	#nvproducts.alcare .nvcontents .answer2 .result p span {
		background:rgba(0, 0, 0, 0) linear-gradient(transparent 70%, #FFFF00 0%) repeat scroll 0 0;
		display:inline;
	}
	
	#nvproducts.alcare .nvcontents .answer2 .result img.pict1{
		position:absolute;
		left:15px;
		top:-44px;
	}
	
	#nvproducts.alcare .nvcontents .supports {
		margin:0 auto 60px auto;
		text-align:center;
		width:90%;
	}
	
	#nvproducts.alcare .nvcontents .supports img {
		margin:0 auto 40px auto;
		width:100%;
	}
	
	#nvproducts.alcare .nvcontents .supports .result {
		width:92%;
		box-shadow:0px 0px 4px 1px #d4d4d4;
		background:#fff;
		text-align:center;
		position:relative;
		margin:0 auto 60px auto;
		position:relative;
		padding:30px 0 20px 0;
	}
	
	#nvproducts.alcare .nvcontents .supports .result p {
		font-size:18px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight:700;
		padding:10px 10px 10px 95px;
		margin:0;
		width:100%;
	}
	
	#nvproducts.alcare .nvcontents .supports .result p span {
		background:rgba(0, 0, 0, 0) linear-gradient(transparent 70%, #FFFF00 0%) repeat scroll 0 0;
		display:inline;
	}
	
	#nvproducts.alcare .nvcontents .supports .result img.pict1{
		position:absolute;
		left:15px;
		top:-40px;
		width:auto;
	}
	
	#nvproducts.alcare .nvcontents ul.institution {
		display:flex;
		justify-content: space-between;
		list-style-type:none;
		flex-wrap:wrap;
		width:100%;
		margin:50px auto 20px auto;
	}
	
	#nvproducts.alcare .nvcontents ul.institution li {
		background:#fff;
		box-shadow:0px 0px 4px 1px #d4d4d4;
		width:90%;
		margin-bottom:30px;
	}
	
	#nvproducts.alcare .nvcontents ul.institution li h4 {
		font-size:22px;
		color:#333;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight:700;
		text-align:center;
		padding:15px;
	}
	
	#nvproducts.alcare .nvcontents ul.institution li p {
		font-size:17px;
		color:#333;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight:100;
		text-align:left;
		padding:25px;
		margin:0;
	}
	
	/**/
	
	#nvproducts.alcare .nvcontents .problemandanswer {
		list-style-type:none;
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
		width:100%;
		margin:0 auto;
		padding:0;
	}
	
	#nvproducts.alcare .nvcontents .problemandanswer li {
		width:92%;
		margin:0 auto 40px auto;
	}
	
	#nvproducts.alcare .nvcontents .problemandanswer li .problem {
		background:#FD7E54;
		color:#fff;
		padding:22px 15px 18px 15px;
		border-radius:15px;
		margin-bottom:20px;
		position:relative;
	}
	
	#nvproducts.alcare .nvcontents .problemandanswer li .problem h4 {
		font-size:16px;
		font-weight:500;
	}
	
	#nvproducts.alcare .nvcontents .problemandanswer li .problem h4 span {
		background:#fff;
		color:#FD7E54;
		display:block;
		float:left;
		border-radius:50%;
		width:65px;
		height:65px;
		text-align:center;
		padding:20px 0 0 0;
		margin:-5px 10px 0 0;
		font-size:18px;
		font-weight:bold;
	}
	
	#nvproducts.alcare .nvcontents .problemandanswer li .problem img.arrow {
		position:absolute;
		left:46%;
		bottom:-10px;
	}
	
	
	#nvproducts.alcare .nvcontents .problemandanswer li .answer {
		background:#FFF;
		color:#fff;
		border-radius:15px;
		border:2px solid #428EE3;
		overflow:hidden;
		text-align:center;
		padding-bottom:0;
		min-height:200px;
	}
	
	#nvproducts.alcare .nvcontents .problemandanswer li .answer h4 {
		background:#E7F1FC;
		color: #428EE3;
		padding:15px 20px;
		text-align:left;
		font-weight:bold;
		font-size:18px;
	}
	
	#nvproducts.alcare .nvcontents .problemandanswer li .answer h4 span {
		font-weight:normal;
		float:right;
		font-size:13px;
		padding-top:5px;
	}
	
	#nvproducts.alcare .nvcontents .problemandanswer li .answer img {
		margin:30px auto;
		width:90%;
	}
	
	#nvproducts.alcare .nvcontents .problemandanswer li .answer p:before {
		content:"●";
	}
	
	#nvproducts.alcare .nvcontents .problemandanswer li .answer p {
		color:#333;
		width:90%;
		margin:0 auto 5px auto;
		line-height:180%;
		padding-left:1em;
		text-indent:-0.6em;
	}
	
	#nvproducts.alcare .nvcontents .problemandanswer li .answer p.last {
		margin-bottom:30px;
	}
	
	#nvproducts.alcare .nvcontents .problemandanswer li .answer a {
		display:block;
		width:70%;
		background:#20AC45 url(/uploads/images/nv/nvproducts/button1.png) no-repeat right;
		color:#fff;
		font-size:16px;
		letter-spacing:1.5px;
		margin:0 auto 20px auto;
		padding:10px;
		clear:both;
	}
	
	#nvproducts.alcare .nvcontents .problemandanswer li .answer a:hover {
		text-decoration:none;
		opacity:0.8;
	}
	
	#nvproducts.alcare .nvcontents ul.products {
		display:flex;
		justify-content: space-between;
		flex-wrap:wrap;
		list-style-type:none;
		width:100%;
		margin:0 0 30px 0;
		padding:0;
		text-align:center;
	}
	
	#nvproducts.alcare .nvcontents ul.products li {
		width:80%;
		background:#fff;
		text-align:center;
		margin:0 auto 40px auto;
	}
	
	#nvproducts.alcare .nvcontents ul.products li h4 {
		background:#EEEEEE;
		font-size:18px;
		font-weight:bold;
		text-align:center;
		padding:12px;
		margin-bottom:15px;
	}
	
	#nvproducts.alcare .nvcontents ul.products li img {
		margin:0 auto 10px auto;
	}

}













/* surgical */

#nvproducts.surgical .nvtitle {
	background:#009844;
	padding:0;
	padding:30px 0 0 0;
	position:relative;
	overflow:hidden;
}

#nvproducts.surgical .nvtitle img.image {
	position:absolute;
	right:5%;
	top:0;
}

#nvproducts.surgical .nvtitle .nvcontainer {
	padding:0;
	margin:0 auto;
}

#nvproducts.surgical .nvtitle .nvcontainer h2 {
	padding:0;
	margin-bottom:30px;
}

#nvproducts.surgical .brandpreview {
	background:#F8F8F8;
	padding:40px 0 60px 0;
}

#nvproducts.surgical .brandpreview p {
	font-family: 'Noto Sans JP', sans-serif;
	font-size:18px;
}

#nvproducts.surgical .brandpreview ul.select {
	display:flex;
	justify-content:space-between;
	list-style-type:none;
	padding:0;
	margin:0;
	width:100%;
	padding:50px 0 20px 0;
}

#nvproducts.surgical .brandpreview ul.select li {
	width:190px;

}

#nvproducts.surgical .brandpreview ul.select li a {
	color:#009844;
	font-size:20px;
	font-weight:bold;
	background:#fff;
	border:1px solid #009844;
	border-radius:8px;
	padding:10px 0;
	width:100%;
	display:block;
	text-align:center;
}

#nvproducts.surgical .brandpreview ul.select li a:hover {
	text-decoration:none;
	opacity:0.5;
}

#nvproducts.surgical {
	background:#fff;
}

#nvproducts.surgical .nvcontainer_full {
	width:100%;
}

#nvproducts.surgical .nvcontents {
	padding:0 0;
}


#nvproducts.surgical .productarea {
	background:#ccc;
	width:100%;
	background: linear-gradient(0deg, rgb(240, 240, 240), rgb(255, 255, 255));
	padding:0 0 40px 0;
	border-top:1px solid #fff;
}

#nvproducts.surgical .productarea h3 {
	width:1100px;
	margin:-40px auto 40px auto;
	text-align:left;
	font-family: 'Noto Sans JP', sans-serif;
	font-size:60px;
	font-weight:bold;
	z-index:9999;
	position:relative;
}

#nvproducts.surgical #anchor01 h3 {
	color:#027296;
}

#nvproducts.surgical #anchor02 h3 {
	color:#00B991;
}

#nvproducts.surgical #anchor03 h3 {
	color:#9CB50F;
}

#nvproducts.surgical #anchor04 h3 {
	color:#F8B56B;
}

#nvproducts.surgical #anchor05 h3 {
	color:#8593E0;
}


#nvproducts.surgical .productarea ul.products {
	width:1100px;
	margin:0 auto;
	display:flex;
	list-style-type:none;
	flex-wrap:wrap;
	justify-content:space-between;
	padding:0;
}

#nvproducts.surgical .productarea ul.products li {
	width:520px;
	margin-bottom:50px;
}

#nvproducts.surgical .productarea ul.products  li h4 {
	color:#333333;
	font-size:19px;
	font-weight:bold;
	margin:0 auto 20px 0;
}

#nvproducts.surgical .productarea ul.products  li .right {
	float:right;
	width:280px;
}

#nvproducts.surgical .productarea ul.products  li .right p {
	margin-bottom:8px;
	font-size:14px;
}

#nvproducts.surgical .productarea ul.products  li .right p.num {
	font-weight:bold;
}

#nvproducts.surgical .productarea ul.products  li ul {
	width:100%;
	display:static;
	list-style-type:none;
	padding:0;
}

#nvproducts.surgical .productarea ul.products li ul li {
	width:auto;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	font-size:12px;
}

#nvproducts.surgical .productarea ul.products li ul li a {
	text-decoration:underline;
}

#nvproducts.surgical .productarea ul.products li img.productimg {
	margin-bottom:20px;
}

#nvproducts.surgical .productarea ul.products li a.seriesbutton {
	display:block;
	width:210px;
	color:#fff;
	background:#666;
	border-radius:10px;
	padding:10px;
	text-align:center;
	font-size:15px;
	font-weight:bold;
}

#nvproducts.surgical .productarea ul.products li a.seriesbutton:hover {
	text-decoration:none;
	opacity:0.6;
}

#nvproducts.surgical #anchor01 ul.products li a.seriesbutton {
	background:#037296;
}

#nvproducts.surgical #anchor02 ul.products li a.seriesbutton {
	background:#00B991;
}

#nvproducts.surgical #anchor03 ul.products li a.seriesbutton {
	background:#9CB50F;
}

#nvproducts.surgical #anchor04 ul.products li a.seriesbutton {
	background:#F8B56B;
}

#nvproducts.surgical #anchor05 ul.products li a.seriesbutton {
	background:#8593E0;
}




@media screen and (max-width:991px) {
	
	#nvproducts {
		width:100%;
		overflow-x:hidden;
	}
	
	#nvproducts.surgical .nvcontainer {
		overflow-x:hidden;
		width:100%;
	}
	
	#nvproducts.surgical .nvcontainer ul {
		list-style-type:none;
	}
	
	#nvproducts.surgical .nvcontainer img {
		max-width:100%;
	}

	#nvproducts.surgical .nvtitle {
		background:#009844;
		padding:0;
		padding-top:20px;
	}
	
	#nvproducts.surgical .nvtitle img.image {
		display:none;
	}

	#nvproducts.surgical .nvtitle .nvcontainer {
		padding:0;
		text-align:center;
	}
	
	#nvproducts.surgical .nvtitle .nvcontainer h2 {
		padding: 0;
		text-align:left;
		font-size:28px;
		text-align:center;
		margin-bottom:20px;
	}
	
	/**/
	
	#nvproducts.surgical .brandpreview {
		padding:30px 0;
	}
	
	#nvproducts.surgical .brandpreview p {
		font-family: 'Noto Sans JP', sans-serif;
		font-size:18px;
		width:90%;
		margin:0 auto;
	}
	
	#nvproducts.surgical .brandpreview ul.select {
		display:flex;
		justify-content:space-between;
		list-style-type:none;
		flex-wrap:wrap;
		padding:0;
		width:90%;
		margin:20px auto 20px auto;
	}
	
	#nvproducts.surgical .brandpreview ul.select li {
		width:48%;
		margin-bottom:15px;
	
	}
	
	#nvproducts.surgical .brandpreview ul.select li a {
		color:#009844;
		font-size:15px;
		font-weight:bold;
		background:#fff;
		border:1px solid #009844;
		border-radius:8px;
		padding:10px 0;
		width:100%;
		display:block;
		text-align:center;
	}
	
	#nvproducts.surgical .brandpreview ul.select li a:hover {
		text-decoration:none;
		opacity:0.5;
	}
	
	#nvproducts.surgical .productarea {
	}
	
	#nvproducts.surgical .productarea h3 {
		width:100%;
		margin:-35px auto 40px auto;
		text-align:center;
		font-family: 'Noto Sans JP', sans-serif;
		font-size:48px;
		font-weight:bold;
		z-index:9999;
		position:relative;
	}
	
	/**/
	
	#nvproducts.surgical .productarea ul.products {
		width:90%;
		margin:0 auto;
		display:flex;
		list-style-type:none;
		flex-wrap:wrap;
		justify-content:space-between;
		padding:0;
	}
	
	#nvproducts.surgical .productarea ul.products li {
		width:520px;
		margin-bottom:50px;
	}
	
	#nvproducts.surgical .productarea ul.products  li h4 {
		color:#333333;
		font-size:19px;
		font-weight:bold;
		margin:0 auto 20px 0;
	}
	
	#nvproducts.surgical .productarea ul.products  li .right {
		float:none;
		width:100%;
	}
	
	#nvproducts.surgical .productarea ul.products  li .right p {
		margin-bottom:8px;
		font-size:14px;
	}
	
	#nvproducts.surgical .productarea ul.products  li .right p.num {
		font-weight:bold;
	}
	
	#nvproducts.surgical .productarea ul.products  li ul {
		width:100%;
		display:static;
		list-style-type:none;
		padding:0;
	}
	
	#nvproducts.surgical .productarea ul.products li ul li {
		width:auto;
		float:left;
		margin-right:10px;
		margin-bottom:10px;
		font-size:12px;
	}
	
	#nvproducts.surgical .productarea ul.products li ul li a {
		text-decoration:underline;
	}
	
	#nvproducts.surgical .productarea ul.products li img.productimg {
		margin-bottom:5px;
		width:100%;
	}
	
	#nvproducts.surgical .productarea ul.products li a.seriesbutton {
		display:block;
		width:80%;
		color:#fff;
		background:#666;
		border-radius:10px;
		padding:10px;
		text-align:center;
		font-size:16px;
		font-weight:bold;
		margin:0 auto;
	}
}









/* omron */

#nvproducts.omron .nvtitle {
	background:#009844;
	padding:0;
	padding:30px 0 0 0;
	position:relative;
}

#nvproducts.omron .nvtitle img.image {
	position:absolute;
	right:5%;
	top:5px;
}

#nvproducts.omron .nvtitle .nvcontainer {
	padding:0;
	margin:0 auto;
}

#nvproducts.omron .nvtitle .nvcontainer h2 {
	padding:0;
	margin-bottom:30px;
}

#nvproducts.omron .nvcontents ul.introduction {
	list-style-type:none;
	padding:0;

}

#nvproducts.omron .nvcontents ul.introduction li {
	clear:both;
	text-align:left;
	margin:0;
}

#nvproducts.omron .nvcontents ul.introduction li img {
	float:left;
}

#nvproducts.omron .nvcontents ul.introduction li h3 {
	color:#009844;
	font-size:28px;
	margin:0 0 20px 0;
	padding:80px 0 15px 0;
	border-bottom:1px solid #009844;
	text-align:left;
	width:550px;
	float:right;
}

#nvproducts.omron .nvcontents ul.introduction li p {
	color:#000;
	font-size:16px;
	margin:0;
	padding:0;
	width:550px;
	float:right;
	line-height:200%;
}

#nvproducts.omron .nvcontents ul.introduction li:nth-child(2) img {
	float:right;
}

#nvproducts.omron .nvcontents ul.introduction li:nth-child(2) h3,
#nvproducts.omron .nvcontents ul.introduction li:nth-child(2) p {
	float:left;
}

#nvproducts.omron .nvcontents ul.introduction li:nth-child(2) img {
		margin-bottom:60px;
}



#nvproducts.omron .nvcontents h2.problemtitile {
	color:#D83500;
	font-size:36px;
	font-weight:bold;
	margin:0 aut0 50px auto;
	clear:both;
	text-align:center;
}

#nvproducts.omron .nvcontents h2.problemtitile span {
	background:rgba(0, 0, 0, 0) linear-gradient(transparent 70%, #FFFF00 0%) repeat scroll 0 0;
	display:inline;
}

#nvproducts.omron .nvcontents h3.standard {
	color:#009844;
	font-size:28px;
	margin:0 0 20px 0;
	padding:80px 0 15px 0;
	border-bottom:1px solid #009844;
	text-align:left;
}

#nvproducts.omron .nvcontents p.standard {
	color:#000;
	font-size:16px;
	margin:0;
	padding:0;
	line-height:200%;
}

#nvproducts.omron .nvcontents .merit {
	padding-top:50px;
}

#nvproducts.omron .nvcontents .problems img {
	float:right;
	margin:30px -20px 30px auto;
}

#nvproducts.omron .nvcontents .problems .standard {
	width:500px;
}

#nvproducts.omron .nvcontents .problems ul {
	list-style-type:none;
	padding:30px 0;
}

#nvproducts.omron .nvcontents .problems ul li {
	color:#333;
	font-size:15px;
	font-weight:bold;
	margin-bottom:8px;
	padding-bottom:8px;
	border-bottom:2px dashed #ccc;
	padding-left:1.1em;
	text-indent:-0.6em;
	line-height:160%;
}

#nvproducts.omron .nvcontents .problems ul li strong {
	color:#FF7F00;
}

#nvproducts.omron .nvcontents .problems ul li:before {
	content:"●";
	font-size:15px;
}

#nvproducts.omron .nvcontents .wannafix {
	clear:both;
	background:#fff url(/uploads/images/nv/nvproducts/column/omron-bg-fix1.jpg) no-repeat right bottom;
	text-align:left;
}

#nvproducts.omron .nvcontents .wannafix h3 {
	color:#fff;
	font-size:24px;
	background:#0F9E4F;
	padding:12px 15px 15px 15px;
	text-align:left;
	margin:0 0 30px 0;
}

#nvproducts.omron .nvcontents .wannafix ul {
	list-style-type:none;
	padding:0 20px 20px 40px;
	margin:0;
}

#nvproducts.omron .nvcontents .wannafix ul li {
	color:#333333;
	font-size:20px;
	font-weight:bold;
	background:url(/uploads/images/nv/nvproducts/column/omron-check.png) no-repeat left center;
	margin-bottom:10px;
	padding:5px 5px 5px 30px;
}

#nvproducts.omron .nvcontents .wannafix ul li strong {
	color:#f00;
}

#nvproducts.omron .nvcontents .hbp1600 {
	background:#fff;
	border-radius:10px;
	padding:15px;
	margin:20px auto 30px auto;
	position:relative;
}

#nvproducts.omron .nvcontents .hbp1600 h4 {
	color:#fff;
	background:#699FD6;
	border-radius:10px;
	padding:15px 30px;
	font-size:24px;
	font-weight:bold;
}

#nvproducts.omron .nvcontents .hbp1600 p {
	font-size:14px;
	padding:15px 15px 5px 15px;
}

#nvproducts.omron .nvcontents .hbp1600 p strong {
	font-size:32px;
	font-weight:bold;
	margin-left:10px;
	margin-right:15px;
}

#nvproducts.omron .nvcontents .hbp1600 img {
	position:absolute;
	right:20px;
	top:-50px;
}

#nvproducts.omron .nvcontents .hbp1600 p a {
	display:inline-block;
	width:180px;
	background:#20AC45 url(/uploads/images/nv/nvproducts/button1.png) no-repeat right;
	color:#fff;
	font-size:16px;
	letter-spacing:1.5px;
	margin:-30px auto 0 auto;
	padding:10px;
	clear:both;
	text-align:center;
	position:relative;
	vertical-align:bottom;
}

#nvproducts.omron .nvcontents .hbp1600 p a:hover {
	text-decoration:none;
	opacity:0.7;
}

#nvproducts.omron .nvcontents .usage {
}

#nvproducts.omron .nvcontents .usage .usages {
	padding:50px 0 0 0;
}

#nvproducts.omron .nvcontents .usage .usages h4 {
	color:#009844;
	font-size:24px;
	font-weight:bold;
	margin:0 0 20px 0;
}

#nvproducts.omron .nvcontents .usage .usages p {
	font-size:15px;
	margin-bottom:35px;
	line-height:180%;
}

#nvproducts.omron .nvcontents .usage .usages .usage_merit {
	background:#fff;
	border-radius:15px;
	color:#F87B00;
	padding:20px;
	position:relative;
	margin-bottom:30px;
}

#nvproducts.omron .nvcontents .usage .usages .usage_merit h5 {
	font-weight:bold;
	font-size:17px;
	margin-bottom:10px;
}

#nvproducts.omron .nvcontents .usage .usages .usage_merit p {
	font-size:15px;
	margin-bottom:0;
}

#nvproducts.omron .nvcontents .usage .usages .usage_merit img {
	position:absolute;
	right:15px;
	top:-170px;
}

#nvproducts.omron .nvcontents .usage .usages .usage_merit img.img2 {
	position:absolute;
	right:15px;
	top:-250px;
}

#nvproducts.omron .nvcontents .usage .usages ul.flow {
	background: url(/uploads/images/nv/nvproducts/column/bg_flow.png) no-repeat right;
	position:relative;
	list-style-type:none;
	height:238px;
	padding:0 0 0 60px;
}

#nvproducts.omron .nvcontents .usage .usages ul.flow li {
	width:245px;
	float:left;
	margin-right:30px;
	padding-top:30px;
	background:none;
	border:none;
	color:#333;
}

#nvproducts.omron .nvcontents .usage .usages ul.flow li:after {
	content:"";
	display:none;
}

#nvproducts.omron .nvcontents .usage .usages ul.flow li:nth-child(1) {
	width:205px;
}

#nvproducts.omron .nvcontents .usage .usages ul.flow li:nth-child(4) {
	margin-right:0;
}

#nvproducts.omron .nvcontents .usage .usages ul.flow li h6 {
	font-size:22px;
	color:#59B2DF;
}

#nvproducts.omron .nvcontents .usage .usages ul.flow li h6 span {
	display:inline-block;
	background:#59B2DF;
	color:#fff;
	width:30px;
	height:30px;
	text-align:center;
	border-radius:50%;
	padding:6px 0 0 0;
	margin-right:5px;
	font-size:18px;
}

#nvproducts.omron .nvcontents .usage .usages ul.flow li p {
	line-height:180%;
	font-size:14px;
}


#nvproducts.omron .nvcontents .functions ul {
	list-style-type:none;
	padding:0;
	margin-bottom:40px;
}

#nvproducts.omron .nvcontents .functions ul.list li {
	font-size:15px;
	font-weight:bold;
	margin-bottom:8px;
	padding-bottom:8px;
	border-bottom:2px dashed #ccc;
}

#nvproducts.omron .nvcontents .functions ul.list li:before {
	content:"●";
}

#nvproducts.omron .nvcontents .functions ul li strong {
	color:#FF7F00;
}

#nvproducts.omron .nvcontents .functions .wannafix {
	clear:both;
	background:#fff url(/uploads/images/nv/nvproducts/column/omron-bg-fix2.jpg) no-repeat right bottom;
	text-align:left;
}

#nvproducts.omron .nvcontents .functions .wannafix h3 {
	color:#fff;
	font-size:24px;
	background:#0F9E4F;
	padding:12px 15px 15px 15px;
	text-align:left;
	margin:0 0 30px 0;
}

#nvproducts.omron .nvcontents .functions .wannafix ul {
	list-style-type:none;
	padding:0 20px 20px 40px;
	margin:0;
}

#nvproducts.omron .nvcontents .functions .wannafix ul li {
	color:#333333;
	font-size:20px;
	font-weight:bold;
	background:url(/uploads/images/nv/nvproducts/column/omron-check.png) no-repeat left center;
	margin-bottom:10px;
	padding:5px 5px 5px 30px;
}

#nvproducts.omron .nvcontents .functions .wannafix ul li strong {
	color:#f00;
}

#nvproducts.omron .sp {
	display:none;
}




@media screen and (max-width:991px) {
	
	#nvproducts {
		width:100%;
	}
	
	#nvproducts.omron .nvcontainer {
		overflow-x:hidden;
		width:100%;
	}
	
	#nvproducts.omron .nvcontainer ul {
		list-style-type:none;
	}
	
	#nvproducts.omron .nvcontainer img {
		max-width:100%;
	}

	#nvproducts.omron .nvtitle {
		background:#009844;
		padding:0;
		padding-top:20px;
	}
	
	#nvproducts.omron .nvtitle img.image {
		display:none;
	}

	#nvproducts.omron .nvtitle .nvcontainer {
		padding:0;
		text-align:center;
	}
	
	#nvproducts.aomron .nvtitle .nvcontainer h2 {
		padding: 0;
		text-align:left;
		font-size:28px;
		text-align:center;
		margin-bottom:20px;
	}
	
	#nvproducts.omron .nvtitle .nvcontainer h2 .small {
		font-size:22px;
	}
	
	#nvproducts.omron .nvcontents h3 {

	}
	
	#nvproducts.omron .nvcontents ul.introduction {
		list-style-type:none;
		padding:0;
		width:90%;
		margin:0 auto;
	
	}
	
	#nvproducts.omron .nvcontents ul.introduction li {
		clear:both;
		text-align:left;
		margin:0 auto;
		float:none;
	}
	
	#nvproducts.omron .nvcontents ul.introduction li img {
		float:none;
		margin:0!important;
	}
	
	#nvproducts.omron .nvcontents ul.introduction li h3 {
		color:#009844;
		font-size:24px;
		margin:0 0 20px 0;
		padding:20px 0 15px 0;
		border-bottom:1px solid #009844;
		text-align:left;
		width:100%;
		float:none;
		border-left:none;
	}
	
	#nvproducts.omron .nvcontents ul.introduction li p {
		color:#000;
		font-size:16px;
		margin:0 0 30px 0;
		padding:0;
		width:100%;
		float:none;
	}
	
	#nvproducts.omron .nvcontents h2.problemtitile {
		color:#D83500;
		font-size:24px;
		font-weight:bold;
		margin:0 auto 30px auto;
		clear:both;
		text-align:center;
		width:90%;
	}
	
	#nvproducts.omron .nvcontents h2.problemtitile span {
		background:rgba(0, 0, 0, 0) linear-gradient(transparent 70%, #FFFF00 0%) repeat scroll 0 0;
		display:inline;
	}
	
	#nvproducts.omron .nvcontents h3.standard {
		color:#009844;
		font-size:24px;
		margin:0 auto 20px auto;
		padding:0px 0 15px 0;
		border-bottom:1px solid #009844;
		text-align:left;
		width:90%;
	}
	
	#nvproducts.omron .nvcontents p.standard {
		color:#000;
		font-size:16px;
		margin:0 auto;
		padding:0;
		line-height:200%;
		width:90%;
	}
	
	#nvproducts.omron .nvcontents .merit {
		padding-top:50px;
	}
	
	#nvproducts.omron .nvcontents .problems img {
		margin:0 auto 30px 5%;
		width:90%;
		float:left;
	}
	
	#nvproducts.omron .nvcontents .problems .standard {
		width:90%;
	}
	
	#nvproducts.omron .nvcontents .problems ul {
		list-style-type:none;
		padding:20px 0;
		width:90%;
		margin:0 auto;
	}
	
	#nvproducts.omron .nvcontents .problems ul li {
		color:#333;
		font-size:15px;
		font-weight:bold;
		margin-bottom:8px;
		padding-bottom:8px;
		border-bottom:2px dashed #ccc;
		padding-left:1.1em;
		text-indent:-0.6em;
		line-height:160%;
	}
	
	#nvproducts.omron .nvcontents .problems ul li strong {
		color:#FF7F00;
	}
	
	#nvproducts.omron .nvcontents .problems ul li:before {
		content:"●";
		font-size:15px;
	}
	
	#nvproducts.omron .nvcontents .wannafix {
		clear:both;
		background:#fff url(/uploads/images/nv/nvproducts/column/omron-bg-fix1.jpg) no-repeat right bottom;
		text-align:left;
		margin-bottom:30px;
	}
	
	#nvproducts.omron .nvcontents .wannafix h3 {
		color:#fff;
		font-size:24px;
		background:#0F9E4F;
		padding:12px 15px 15px 15px;
		text-align:left;
		margin:0 0 20px 0;
	}
	
	#nvproducts.omron .nvcontents .wannafix ul {
		list-style-type:none;
		padding:0 20px 20px 10px;
		margin:0;
	}
	
	#nvproducts.omron .nvcontents .wannafix ul li {
		color:#333333;
		font-size:18px;
		font-weight:bold;
		background:url(/uploads/images/nv/nvproducts/column/omron-check.png) no-repeat left center;
		margin-bottom:10px;
		padding:5px 5px 5px 30px;
	}
	
	#nvproducts.omron .nvcontents .wannafix ul li strong {
		color:#f00;
	}
	
	#nvproducts.omron .nvcontents .hbp1600 {
		background:#fff;
		border-radius:10px;
		padding:15px;
		margin:20px auto 10px auto;
		position:relative;
		width:90%;
	}
	
	#nvproducts.omron .nvcontents .hbp1600 h4 {
		color:#fff;
		background:#699FD6;
		border-radius:10px;
		padding:15px 20px;
		font-size:18px;
		font-weight:bold;
	}
	
	#nvproducts.omron .nvcontents .hbp1600 p {
		font-size:14px;
		padding:15px 15px 5px 15px;
		text-align:center;
	}
	
	#nvproducts.omron .nvcontents .hbp1600 p strong {
		font-size:32px;
		font-weight:bold;
		margin-left:0;
		margin-right:0;
		display:block;
	}
	
	#nvproducts.omron .nvcontents .hbp1600 img {
		position:static;
		right:none;
		top:none;
		width:90%;
		margin:0 5%;
	}
	
	#nvproducts.omron .nvcontents .hbp1600 p a {
		display:block;
		width:180px;
		background:#20AC45 url(/uploads/images/nv/nvproducts/button1.png) no-repeat right;
		color:#fff;
		font-size:16px;
		letter-spacing:1.5px;
		margin:10px auto 0 auto;
		padding:10px;
		clear:both;
		text-align:center;
		position:relative;
		vertical-align:bottom;
	}
	
	#nvproducts.omron .nvcontents .hbp1600 p a:hover {
		text-decoration:none;
		opacity:0.7;
	}
	
	
	
	#nvproducts.omron .nvcontents .usage .usages {
		padding:50px 0 0 0;
		width:90%;
		margin:0 auto;
		clear:both;
	}
	
	#nvproducts.omron .nvcontents .usage .usages h4 {
		color:#009844;
		font-size:24px;
		font-weight:bold;
		margin:0 0 20px 0;
	}
	
	#nvproducts.omron .nvcontents .usage .usages p {
		font-size:15px;
		margin-bottom:35px;
		line-height:180%;
	}
	
	#nvproducts.omron .nvcontents .usage .usages .usage_merit {
		background:#fff;
		border-radius:15px;
		color:#F87B00;
		padding:20px;
		position:relative;
		margin-bottom:30px;
	}
	
	#nvproducts.omron .nvcontents .usage .usages .usage_merit h5 {
		font-weight:bold;
		font-size:17px;
		margin-bottom:10px;
	}
	
	#nvproducts.omron .nvcontents .usage .usages .usage_merit p {
		font-size:15px;
		margin-bottom:0;
	}
	
	#nvproducts.omron .nvcontents .usage .usages .usage_merit img {
		position:static;
		margin:30px auto 10px;
		width:100%;
	}
	
	#nvproducts.omron .nvcontents .usage .usages .usage_merit img.img2 {
		position:static;
		margin:30px auto 10px;
		width:100%;
	}
	
	#nvproducts.omron .nvcontents .usage .usages ul.flow {
		position:relative;
		list-style-type:none;
		height:auto;
		padding:15px 0 0 0;
		width:100%;
		margin:0 auto 30px auto;
		background:#fff;
	}
	
	#nvproducts.omron .nvcontents .usage .usages ul.flow li {
		width:90%;
		float:none;
		margin:0 auto 15px auto;
		padding:0 0 15px 0;
		border-bottom:2px dashed #ccc;

	}
	
	#nvproducts.omron .nvcontents .usage .usages ul.flow li:nth-child(1) {
		width:90%;
	}
	
	#nvproducts.omron .nvcontents .usage .usages ul.flow li:nth-child(4) {
		margin:0 auto;
		border:0;
	}
	
	#nvproducts.omron .nvcontents .usage .usages ul.flow li h6 {
		font-size:22px;
		color:#59B2DF;
	}
	
	#nvproducts.omron .nvcontents .usage .usages ul.flow li h6 span {
		display:inline-block;
		background:#59B2DF;
		color:#fff;
		width:30px;
		height:30px;
		text-align:center;
		border-radius:50%;
		padding:6px 0 0 0;
		margin-right:5px;
		font-size:18px;
	}
	
	#nvproducts.omron .nvcontents .usage .usages ul.flow li p {
		line-height:180%;
		font-size:14px;
		margin:0;
	}
	
	#nvproducts.omron h5.sp {
		display:block;
		background:#59B4DF;
		font-weight:bold;
		color:#fff;
		padding:15px;
		margin:0;
		font-size:20px;
	}
	
	
	#nvproducts.omron .nvcontents .functions ul {
		list-style-type:none;
		padding:0;
		margin:0 auto 40px auto;
		width:90%;
	}
	
	#nvproducts.omron .nvcontents .functions ul.list li {
		font-size:15px;
		font-weight:bold;
		margin-bottom:8px;
		padding-bottom:8px;
		border-bottom:2px dashed #ccc;
	}
	
	#nvproducts.omron .nvcontents .functions ul.list li:before {
		content:"●";
	}
	
	#nvproducts.omron .nvcontents .functions ul li strong {
		color:#FF7F00;
	}
	
	#nvproducts.omron .nvcontents .functions .wannafix {
		clear:both;
		background:#fff url(/uploads/images/nv/nvproducts/column/omron-bg-fix2.jpg) no-repeat right bottom;
		background-size:cover;
		text-align:left;
	}
	
	#nvproducts.omron .nvcontents .functions .wannafix h3 {
		color:#fff;
		font-size:24px;
		background:#0F9E4F;
		padding:12px 15px 15px 15px;
		text-align:left;
		margin:0 0 20px 0;
	}
	
	#nvproducts.omron .nvcontents .functions .wannafix ul {
		list-style-type:none;
		padding:0 20px 20px 10px;
		margin:0 auto;
		
	}
	
	#nvproducts.omron .nvcontents .functions .wannafix ul li {
		color:#333333;
		font-size:18px;
		font-weight:bold;
		background:url(/uploads/images/nv/nvproducts/column/omron-check.png) no-repeat left center;
		margin-bottom:10px;
		padding:5px 5px 5px 30px;
	}
	
	#nvproducts.omron .nvcontents .functions .wannafix ul li strong {
		color:#f00;
	}


}
