﻿@charset "UTF-8";


.toolBox01 {
	background-color: #009E96;
}


html {
	overflow: auto;
}

body {
	overflow: hidden;
	min-width: 960px;
	color: #333;
}

@media screen and (max-width:768px) {
	body {
		min-width: 0;
	}
}


#nbl_header {
	background: #fff;
}

#nbl_headermain {
	width: 940px;
	height: 480px;
	margin: 0 auto;
	position: relative;
}

	#nbl_headermain:before {
		content: "";
		width: 350px;
		height: 315px;
		background: url(images/bg_skw02.jpg) no-repeat center center;
		position: absolute;
		bottom: 0;
		left: -280px;
		z-index: 0;
	}

	#nbl_headermain:after {
		content: "";
		width: 550px;
		height: 420px;
		background: url(images/bg_skw01.jpg) no-repeat center center;
		position: absolute;
		top: 0;
		right: -280px;
		z-index: 0;
	}

	#nbl_headermain h1 {
		width: 364px;
		height: 60px;
		background: url(images/logo01.png) no-repeat center center;
		background-size: contain;
		font-size: 20%;
		text-indent: -940px;
		overflow: hidden;
		position: absolute;
		left: 0;
		top: 30px;
		z-index: 1;
	}

	#nbl_headermain h3 {
		font-family: "FOT-ロダン Pro L";
		font-size: 2.2rem;
		line-height: 1.2;
		color: #666;
		letter-spacing: 0.12em;
		position: absolute;
		top: 48px;
		left: 410px;
		z-index: 1;
	}

	#nbl_headermain h4 {
		width: 164px;
		height: 72px;
		background: url(images/logo02.png) no-repeat center center;
		background-size: contain;
		font-size: 20%;
		text-indent: -940px;
		overflow: hidden;
		position: absolute;
		right: 0;
		bottom: 10px;
		z-index: 1;
	}

	#nbl_headermain #nbl_top01 {
		width: 274px;
		position: absolute;
		bottom: 4px;
		left: 410px;
		z-index: 1;
	}

	#nbl_headermain #nbl_top02 {
		width: 368px;
		position: absolute;
		bottom: 10px;
		left: 0;
		z-index: 1;
	}

#nbl_header h2 {
	background: #009E96;
	color: #fff;
	text-align: center;
	font-family: "FOT-マティスV Pro M";
	font-size: 3.8rem;
	line-height: 1.35;
	padding: 14px 8px;
}

@media screen and (max-width:768px) {
	#nbl_headermain {
		padding: 12px 4.7%;
		width: auto;
		height: auto;
		background: url(images/bg_skw01.jpg) no-repeat right -32% top;
		background-size: 50% auto;
		font-size: 0;
	}

		#nbl_headermain:before {
			content: none;
		}

		#nbl_headermain:after {
			content: none;
		}

		#nbl_headermain h1 {
			width: 280px;
			height: 46px;
			background: url(images/logo01.png) no-repeat center center;
			background-size: contain;
			position: static;
			margin: 0 auto 20px 0;
		}

		#nbl_headermain h3 {
			font-size: 1.6rem;
			position: static;
			margin: 0 0 8px 0;
		}

		#nbl_headermain h4 {
			width: 118px;
			height: 52px;
			top: 20px;
			right: 4.7%;
		}

		#nbl_headermain #nbl_top01 {
			width: 40%;
			position: static;
			display: inline-block;
			margin-left: 2%;
		}

		#nbl_headermain #nbl_top02 {
			width: 42%;
			position: static;
			display: inline-block;
		}

	#nbl_header h2 {
		font-size: 2.8rem;
		padding: 12px 4.7%;
	}
}

@media screen and (max-width:600px) {
	#nbl_header h2 {
		font-size: 2.6rem;
	}

		#nbl_header h2 br {
			display: none;
		}
}

@media screen and (max-width:480px) {
	#nbl_headermain {
		padding: 10px 4.7%;
		background: url(images/bg_skw01.jpg) no-repeat right -48% top -25%;
		background-size: 70% auto;
	}

		#nbl_headermain h1 {
			width: 206px;
			height: 34px;
			margin: 0 auto 60px 0;
		}

		#nbl_headermain h3 {
			font-size: 1.4rem;
			margin: 0 0 2px 0;
			letter-spacing: normal;
		}


		#nbl_headermain h4 {
			width: 92px;
			height: 40px;
			top: 10px;
		}

		#nbl_headermain #nbl_top01 {
			width: 44%;
			margin-left: 1%;
		}

		#nbl_headermain #nbl_top02 {
			width: 51%;
		}

	#nbl_header h2 {
		text-align: left;
		font-size: 1.9rem;
	}
}

@media screen and (max-width:340px) {
	#nbl_headermain h4 {
		width: 60px;
		height: 26px;
	}
}


#nbl_content {
	background: url(images/bg01.gif) repeat center center;
}

#nbl_main {
	width: 940px;
	margin: 0 auto;
	padding: 40px 60px 0 60px;
	box-sizing: border-box;
	background: #fff;
}

.nbl_sec {
	padding: 0 0 50px 0;
}

@media screen and (max-width:768px) {
	#nbl_content {
		padding: 0 4.7%;
	}

	#nbl_main {
		width: auto;
		padding: 5% 3% 0 3%;
	}

	.nbl_sec {
		padding: 0 0 6% 0;
	}
}

.nbl_title {
	text-align: center;
	font-family: "FOT-ニューロダン ProN DB";
	color: #009E96;
	font-size: 2.8rem;
	line-height: 1;
	position: relative;
	margin: 0 0 26px 0;
}

	.nbl_title span {
		background: #fff;
		display: inline-block;
		padding: 0 8px;
		position: relative;
		z-index: 1;
	}

	.nbl_title:before {
		content: "";
		display: block;
		height: 6px;
		width: 100%;
		background: #AFE02A;
		position: absolute;
		top: 8px;
		left: 0;
	}

	.nbl_title:after {
		content: "";
		display: block;
		height: 6px;
		width: 100%;
		background: #009E96;
		position: absolute;
		top: 16px;
		left: 0;
	}

.nbl_sec#box01 ul {
	margin: 0 -6px 0 -6px;
	zoom: 100%;
}

	.nbl_sec#box01 ul:after {
		content: "";
		clear: both;
		height: 0;
		display: block;
		visibility: hidden;
	}

	.nbl_sec#box01 ul li {
		width: 33.3%;
		float: left;
		box-sizing: border-box;
		padding: 0 6px;
	}

		.nbl_sec#box01 ul li h4 {
			text-align: center;
			font-family: "FOT-ニューロダン ProN DB";
			font-size: 2.2rem;
			height: 56px;
			box-sizing: border-box;
			color: #fff;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
		}

		.nbl_sec#box01 ul li div {
			border-style: solid;
			border-width: 2px;
			border-top-width: 0;
			margin-bottom: 4px;
		}

		.nbl_sec#box01 ul li p {
			font-size: 1.5rem;
			line-height: 1.5;
		}

		.nbl_sec#box01 ul li:first-child h4 {
			line-height: 56px;
			background: #A9CB02;
		}

		.nbl_sec#box01 ul li:first-child div {
			border-color: #A9CB02;
		}

		.nbl_sec#box01 ul li:nth-child(2) h4 {
			line-height: 56px;
			background: #009EE7;
		}

		.nbl_sec#box01 ul li:nth-child(2) div {
			border-color: #009EE7;
		}

		.nbl_sec#box01 ul li:last-child h4 {
			line-height: 1.2;
			background: #00885D;
			font-size: 1.8rem;
			padding-top: 6px;
		}

			.nbl_sec#box01 ul li:last-child h4 span {
				display: block;
				font-size: 1.6rem;
				margin-bottom:2px;
			}

		.nbl_sec#box01 ul li:last-child div {
			border-color: #00885D;
		}


@media screen and (max-width:768px) {
	.nbl_title {
		font-size: 2.4rem;
		margin: 0 0 20px 0;
	}

		.nbl_title:before {
			top: 6px;
		}

		.nbl_title:after {
			top: 14px;
		}

	.nbl_sec#box01 ul {
		margin: 0 -4px 0 -4px;
	}

		.nbl_sec#box01 ul li {
			padding: 0 4px;
		}

			.nbl_sec#box01 ul li h4 {
				font-size: 1.8rem;
				height: 42px;
			}

			.nbl_sec#box01 ul li p {
				font-size: 1.4rem;
			}

			.nbl_sec#box01 ul li:first-child h4 {
				line-height: 42px;
			}

			.nbl_sec#box01 ul li:nth-child(2) h4 {
				line-height: 42px;
			}

			.nbl_sec#box01 ul li:last-child h4 {
				font-size: 1.4rem;
				padding-top: 2px;
			}

				.nbl_sec#box01 ul li:last-child h4 span {
					font-size: 1.4rem;
				}
}


@media screen and (max-width:700px) {
	.nbl_sec#box01 ul {
		margin: 0;
	}

		.nbl_sec#box01 ul li {
			width: auto;
			float: none;
			padding: 0;
			margin: 0 0 12px 0;
			zoom: 100%;
		}

			.nbl_sec#box01 ul li:after {
				content: "";
				clear: both;
				height: 0;
				display: block;
				visibility: hidden;
			}

			.nbl_sec#box01 ul li h4 {
				text-align: left;
				height: auto;
				padding: 6px 12px;
				margin: 0 0 2px 0;
				border-radius: 2px;
				white-space: normal;
				text-overflow: clip;
			}

			.nbl_sec#box01 ul li div {
				border-width: 0;
				width: 180px;
				float: left;
				margin-right: 20px;
			}

			.nbl_sec#box01 ul li p {
				margin-top: 0.5em;
			}

			.nbl_sec#box01 ul li:first-child h4 {
				line-height: 1.2;
			}

			.nbl_sec#box01 ul li:nth-child(2) h4 {
				line-height: 1.2;
			}

			.nbl_sec#box01 ul li:last-child h4 {
				font-size: 1.8rem;
				padding-top: 6px;
			}

				.nbl_sec#box01 ul li:last-child h4 span {
					display: inline-block;
					font-size: 1.8rem;
					margin-right: 0.25em;
				}
}

@media screen and (max-width:480px) {
	.nbl_title {
		font-size: 1.8rem;
		margin: 0 0 12px 0;
	}

		.nbl_title span {
			padding: 0 4px;
		}

		.nbl_title:before {
			height: 4px;
			top: 4px;
		}

		.nbl_title:after {
			height: 4px;
			top: 10px;
		}


	.nbl_sec#box01 ul li h4 {
		font-size: 1.5rem;
		padding: 4px 8px 6px 8px;
	}

	.nbl_sec#box01 ul li div {
		width: 120px;
		margin-right: 8px;
	}

	.nbl_sec#box01 ul li p {
		font-size: 1.3rem;
	}

	.nbl_sec#box01 ul li:last-child h4 {
		font-size: 1.5rem;
		padding-top: 4px;
	}

		.nbl_sec#box01 ul li:last-child h4 span {
			font-size: 1.5rem;
		}
}


.nbl_sec#box02 h3 {
	font-family: "FOT-マティスV Pro DB";
	font-size: 2.6rem;
	line-height: 1.2;
	padding: 10px 4px;
	background: #EE7E43;
	color: #fff;
	text-align: center;
	margin: 0 0 26px 0;
	border-radius: 8px;
}

.nbl_sec#box02 ul {
	max-width: 760px;
	margin: 0 auto;
	zoom: 100%;
}

	.nbl_sec#box02 ul:after {
		content: "";
		clear: both;
		height: 0;
		display: block;
		visibility: hidden;
	}

	.nbl_sec#box02 ul li {
		width: 50%;
		box-sizing: border-box;
		margin: 0 0 20px 0;
		height: 360px;
		float: left;
		background-position: center top;
		background-repeat: no-repeat;
		position: relative;
	}

		.nbl_sec#box02 ul li h4 {
			text-align: center;
			font-family: "FOT-ニューロダン ProN DB";
			color: #fff;
			font-size: 1.9rem;
			line-height: 1.3;
			min-height: 2em;
			text-shadow: -2px -2px 1px #009E96, 2px -2px 1px #009E96, 2px 2px 1px #009E96, -2px 2px 1px #009E96;
			position: absolute;
			width: 100%;
			bottom: 1em;
		}

		.nbl_sec#box02 ul li:first-child {
			background-image: url(images/scene01.png);
		}

		.nbl_sec#box02 ul li:nth-child(2) {
			background-image: url(images/scene02.png);
		}

		.nbl_sec#box02 ul li:nth-child(3) {
			clear: both;
			background-image: url(images/scene03.png);
		}

		.nbl_sec#box02 ul li:last-child {
			background-image: url(images/scene04.png);
		}

@media screen and (max-width:768px) {
	.nbl_sec#box02 h3 {
		font-size: 2.4rem;
		margin: 0 0 20px 0;
	}

	.nbl_sec#box02 ul li {
		margin: 0 0 16px 0;
		height: 0;
		padding: 48% 0 0 0;
		background-size: auto 100%;
	}

		.nbl_sec#box02 ul li h4 {
			font-size: 1.6rem;
			bottom: 6%;
		}
}

@media screen and (max-width:640px) {
			.nbl_sec#box02 ul li h4 {
				font-size: 1.4rem;
			}
}

@media screen and (max-width:520px) {
	.nbl_sec#box02 ul {
		max-width: 300px;
	}
		.nbl_sec#box02 ul li {
			width: auto;
			float: none;
			margin: 0 0 8px 0;
			height: 0;
			padding: 100% 0 0 0;
			background-size: contain;
		}
}

@media screen and (max-width:480px) {
	.nbl_sec#box02 h3 {
		font-size: 1.8rem;
		margin: 0 0 12px 0;
		padding: 8px 4px;
	}


}

#nbl_tok {
	margin: 0 0 26px 0;
}

#nbl_prodbox {
	zoom: 100%;
}

	#nbl_prodbox:after {
		content: "";
		clear: both;
		height: 0;
		display: block;
		visibility: hidden;
	}

#nbl_p_left {
	width: 46%;
	box-sizing: border-box;
	float: left;
	padding: 0 12% 0 2.5%;
	position: relative;
}

	#nbl_p_left:after {
		display: block;
		content: "";
		width: 23.5%;
		padding: 0 0 23.5% 0;
		position: absolute;
		bottom: 20px;
		right: 2%;
		background: url(images/prod02.png) no-repeat center center;
		background-size: 94% auto;
		border-radius: 50%;
		box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.3) inset;
	}

#nbl_p_right {
	width: 54%;
	box-sizing: border-box;
	float: right;
}

	#nbl_p_right h2 {
		width: 240px;
		height: 40px;
		background: url(images/logo01.png) no-repeat center center;
		background-size: contain;
		font-size: 20%;
		text-indent: -940px;
		overflow: hidden;
		margin: 0 0 6px 0;
	}

.nbl_tbl {
	display: table;
	border-collapse: collapse;
	empty-cells: show;
	width: 100%;
	border-top: 3px solid #009E96;
	border-bottom: 2px solid #009E96;
	line-height: 1.3;
}

	.nbl_tbl dl {
		display: table-row;
		border-bottom: 1px solid #009E96;
	}

		.nbl_tbl dl dt {
			display: table-cell;
			text-align: center;
			vertical-align: middle;
			padding: 0.75em 2px;
			width: 28%;
			background: #E5F5F4;
			border-right: #009E96 1px solid;
		}

		.nbl_tbl dl dd {
			display: table-cell;
			padding: 0.5em;
			vertical-align: middle;
			font-size: 1.5rem;
		}

			.nbl_tbl dl dd ul {
				font-size: 1.4rem;
				padding-left: 1em;
			}

				.nbl_tbl dl dd ul li {
					margin: 0 0 0.25em 0;
					text-indent: -1em;
				}

					.nbl_tbl dl dd ul li:last-child {
						margin: 0;
					}

					.nbl_tbl dl dd ul li:before {
						content: "●";
						color: #009E96;
						display:inline-block;
						width:1em;
						text-align:right;
					}

@media screen and (max-width:768px) {
	#nbl_tok {
		margin: 0 0 20px 0;
	}

	.nbl_tbl dl dt {
		font-size: 1.3rem;
	}

	.nbl_tbl dl dd {
		font-size: 1.4rem;
	}

		.nbl_tbl dl dd ul {
			font-size: 1.3rem;
		}
}

@media screen and (max-width:640px) {
	#nbl_tok {
		margin: 0 0 10px 0;
	}

	#nbl_p_left {
		width: auto;
		float: none;
		padding: 0;
		margin: 0 0 10px 0;
	}

		#nbl_p_left img {
			max-width: 240px;
			width: 60%;
			margin: 0 auto;
		}

		#nbl_p_left:after {
			width: 62px;
			padding: 0 0 62px 0;
			bottom: 20px;
			right: 0;
		}


	#nbl_p_right {
		width: auto;
		float: none;
	}

		#nbl_p_right h2 {
			width: 180px;
			height: 30px;
		}
}
