
#main-container {
	padding:80px 0;
	margin-bottom: 120px;
	background: url(/wp/wp-content/themes/appletree/images/page/nimbletrack/main_bg.jpg) no-repeat center/cover;
	background-color:black;
}
.main-wrap {
	max-width: 90vw;
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.main-logo-img {
	max-width: 48vw;
	width: 580px;
}
.main-box {
	max-width: 50vw;
}
.main-box .ttl {
	margin: 20px 0 10px;
	font-size: clamp(26px, 1.5vw, 30px);
	font-weight: bold;
	color:#408AA3;
	text-align:left;
}
.main-box .price {
	font-weight: bold;
	font-size: 20px;
}
.main-box .price span {
	font-size: 16px;
}
.main-box .model_number {
	margin-bottom: 30px;
	font-size: 14px;
}
.main-btn {
	float:left;
	width: 370px;
}
.main-btn a {
	display: inline-block;
	max-width: 22vw;
	width: 170px;
	margin: 0 10px 10px 0;
	padding: 0;
	font-size: clamp(14px, 1vw, 18px);
	text-align: center;
	font-weight:bold;
	color: white;
	border: solid 3px #408AA3;
	border-radius:50px;
	background: black;
	transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
	box-shadow: inset 0 0 0 rgba(0, 127, 205, 0.5), 0 0 8px rgba(0, 127, 205, 0.5);
}
.main-btn a:hover {
	background: #408AA3;
	text-decoration: none;
	box-shadow: inset 0 0 5px rgba(0, 127, 205, 0.5), 0 0 15px rgba(0, 127, 205, 0.8);
}
.main-img {
	max-width: 40vw;
	width: 522px;
}
@media screen and (max-width: 1199px) {
	#main-container {
		margin-bottom: 80px;
	}
}
@media screen and (max-width: 767px) {
	#main-container {
		margin-bottom: 40px;
		background: url(/wp/wp-content/themes/appletree/images/page/nimbletrack/main_bg_sp.jpg) no-repeat center 80%/105%;
		padding:60px 0;
	}
	.main-wrap {
		padding: 20px 0;
	}
	.main-box {
		max-width: 100%;
		text-align: center;
	}
	.main-btn {
		width: 100%;
		justify-content: center;
	}
	.main-btn a {
		max-width: inherit;
		width: 46%;
	}
	.main-img {
		max-width: 90%;
		margin: 0 0 30px 0;
	}
	.main-logo-img {
		width:90%;
		max-width: 90%;
	}
	.main-box .ttl{
		font-size:18px;
		line-height:22px;
		width:90%;
		margin:20px 5%;
	}
}

#movie-container {
	margin-bottom: 140px;
}
#movie-container .movie-wrap {
	max-width: 95vw;
	width: 920px;;
	margin: 0 auto;
	aspect-ratio: 16 / 9;
}
#movie-container .movie-wrap iframe {
	width: 100%;
	height: 100%;
}
.sectiontit{
	color:#18404D;
	text-align: center;
	font-size:clamp(20px, 2vw, 26px);
	margin-bottom:30px;
	font-weight:bold;
}
@media screen and (max-width: 1199px) {
	#movie-container { margin-bottom: 80px; }
}
@media screen and (max-width: 767px) {
	#movie-container { margin-bottom: 40px; max-width:95vw;}
	#movie-container .sectiontit{
		text-align:left;
	}
}

#scansys-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto 120px;
}
.scansysbody{
	max-width: 95vw;
	width: 1200px;
}
.scansys-img{
	max-width: 95vw;
	width:920px;
}
.scansys-img2{
	width:100%;
}
.scansys-img3{
	max-width: 95vw;
	width:100%;
}
.scansyswrap{
	width:920px;
	max-width:95vw;
}
.scansys01{
	width:20%;
	padding-right:3%;
}
.scansys02{
	width:80%;
}
.txt{
	font-size: clamp(14px, 1.2vw, 16px);
}
td{vertical-align: middle;}
#scansys-container .txt {
	margin-bottom: 150px;
	text-align: left;
	color:#18404D;
}
.scansys-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 90%;
	margin-bottom: 30px;
}
.scansys-list li {
	width: 12%;
	margin-bottom:20px 2% 50px 2%;
	text-align: center;
}
.scansys-icon {
	width:40%;
}
.scansys-lead {
	justify-content:center;
	display:inline-flex;
}
.scansys-lead .txt{
	font-size: 13px;
	line-height:16px;
	text-align:left;
	padding-left:3px;
	border-left:4px solid #18404D;	
}
.scansysfoot{
	width:100vw;
background: -webkit-linear-gradient(rgba(237,242,248,0) 0%, rgba(237,242,248,1) 100%);
background: -o-linear-gradient(rgba(237,242,248,0) 0%, rgba(237,242,248,1) 100%);
background: linear-gradient(rgba(237,242,248,0) 0%, rgba(237,242,248,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
@media screen and (max-width: 1199px) {
	#scansys-container {
		margin: 0 auto 80px;
	}
	.scansys-txt {
		margin-bottom: 60px;
	}
	.scansys-list {
		margin-bottom: 40px;
	}
	.scansys-list li {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 767px) {
	#scansys-container {
		margin: 0 auto 40px;
		width:95vw;
	}
	.scansys-txt {
		text-align: left;
	}
	.scansys-list {
		margin-bottom: 30px;
	}
	.scansys-list li {
		width: 31%;
		margin: 10px 1%;
	}
	.scansys01, .scansys02{
		display:flex;
		width:100%;
	}
	.scansys02{
		font-size: 14px;
	}
	.scansyswrap{
		width:100%;
	}
	.scansys-img2{
		width:50%;
		margin:20px 25%;
	}
	.scansys02{
		padding:0 3%;
	}
	.scansys-img3{
		margin:30px 0;
	}
	.scansys-icon{
		width:50%;
	}
	#scansys-container .txt{
		margin-bottom:10px;
		font-size:11px;
		line-height:13px;
	}
	#scansys-container .sectiontit{
		text-align:left;
		width:100%;
	}
}

#compact-container {
	padding: 120px 0 60px;
	max-width: 95vw;
	width: 1200px;
}
#compact-container .sectiontit {
	text-align: left;
}
#compact-container .imgbox{
	width:100%;
	margin-bottom:30px;
}
#compact-container .txt{
	text-align: left;
	color:#18404D;	
}
@media screen and (max-width: 767px) {
	#compact-container{
		padding:20px 0;
	}
}
#tech-container{
	padding: 120px 0 60px;
	max-width: 95vw;
	width: 1200px;
}
#tech-container .sectiontit {
	text-align: left;
}
.tech01{
	width:50%;
	padding-right:5%;
}
#tech-container .txt {
	text-align: left;
	color:#18404D;
}
.tech02{
	width:50%;
}
.slider{
	display: none;
}
.slider.slick-initialized{
	display: block;
}
.slider {
	width:100%;
	max-width:600px;
}
.slider img{
	width:100%;
	max-width:600px;
}
.slide-dots {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}
.slide-dots li button {
	width: 80px;
	height: 3px;
	padding: 0;
	background: #ccc;
	color: transparent;
	outline: none;
	border: unset;
	display: block;
	cursor: pointer;
	transition: .3s;
}
.slide-dots li.slick-active button {
	background: #007fcd;
}
@media screen and (max-width: 767px) {
	#tech-container{
		padding:20px 0;
	}
	.tech01, .tech02{
		width:100%;
		padding:0;
		display:block;
		margin-bottom:20px;
	}
	.slider{
		max-width:95vw;
	}
}
#wireless-container {
	width:100%;
	background: url(/wp/wp-content/themes/appletree/images/page/nimbletrack/nimbletrack_7.png) no-repeat;	
	background-position: 75% 0;
	background-size:auto 100%;;
	background-color:black;
	overflow: hidden;
}
.wirelesswrap{
	width:95vw;
	max-width:1200px;
	padding:60px 0;
	overflow: hidden;
}
.wirelesswrap .sectiontit{
	text-align: left;
	color:#1BAAC2;
}
.wirelesswrap .txtbox{
	text-align: left;
	width:50%;
	float:left;
	overflow: hidden;
}
.wirelesswrap .txt{
	color:white;
}
@media screen and (max-width: 767px) {
	#wireless-container{
		background:none;
	}
	.wirelesswrap .txtbox{
		width:100%;
		float:none;
	}
	.formbimg{
		margin:30px 0;
		width:100%;
	}
	.wirelesswrap .txt{
		color:#18404D;
	}
	.wirelesswrap .sectiontit{
		color:#18404D;
	}
}
#dual-container {
	width:100%;
background: -webkit-linear-gradient(left, #000000 0%, #000000 44%, #dfe6f1 45%, #dfe6f1 100%);
background: -o-linear-gradient(left, #000000 0%, #000000 44%, #dfe6f1 45%, #dfe6f1 100%);
background: linear-gradient(to right, #000000 0%, #000000 44%, #dfe6f1 45%, #dfe6f1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	overflow: hidden;
}
#dual-subcont{
	width:100%;
	background: url(/wp/wp-content/themes/appletree/images/page/nimbletrack/nimbletrack_8.png) no-repeat;
	background-position: 35% 0;
	background-size:auto 100%;;		
}
.dualwrap{
	width:95vw;
	max-width:1200px;
	padding:60px 0;
	overflow: hidden;
}
.dualwrap .sectiontit{
	text-align: left;
	color:#295D6E;
}
.dualwrap .txtbox{
	text-align: left;
	width:50%;
	float:right;
	overflow: hidden;
}
.dualwrap .txt{
	color:#18404D;
}
@media screen and (max-width: 767px) {
	#dual-container, #dual-subcont{
		background:none;
	}
	.dualwrap .txtbox{
		width:100%;
		float:none;
	}
	.formbimg{
		margin:30px 0;
		width:100%;
	}
	.dualwrap .txt{
		color:#18404D;
	}
	.dualwrap .sectiontit{
		color:#18404D;
	}
}

#highlevel-container {
	width:1200px;
	max-width:95vw;
	padding:80px 0;
	overflow: hidden;
}
#highlevel-container th{
	width:50%;
}
#highlevel-container td{
	width:50%;
	padding-left:3%;
}
#highlevel-container .sectiontit{
	text-align: left;
	color:#295D6E;	
}
@media screen and (max-width: 767px) {
	#highlevel-container{
		padding:20px 0;
	}
	#highlevel-container th, #highlevel-container td{
		width:100%;
		padding:0;
		display:block;
		margin-bottom:20px;
	}
}
#tdscan-container {
	width:100%;
background: -webkit-linear-gradient(left, #000000 0%, #000000 54%, #2D2D2A 55%, #2D2D2A 100%);
background: -o-linear-gradient(left, #000000 0%, #000000 54%, #2D2D2A 55%, #2D2D2A 100%);
background: linear-gradient(to right, #000000 0%, #000000 54%, #2D2D2A 55%, #2D2D2A 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	overflow: hidden;
}
#tdscan-subcont{
	width:100%;
	background: url(/wp/wp-content/themes/appletree/images/page/nimbletrack/nimbletrack_10.png) no-repeat;
	background-position: 75% 0;
	background-size:auto 100%;
	padding:100px 0;
}
.tdscanwrap{
	width:95vw;
	max-width:1200px;
	padding:60px 0;
	overflow: hidden;
}
.tdscanwrap .sectiontit{
	text-align: left;
	color:#1BAAC2;
}
.tdscanwrap .txtbox{
	text-align: left;
	width:50%;
	float:left;
	overflow: hidden;
}
.tdscanwrap .txt{
	color:white;
}
@media screen and (max-width: 767px) {
	#tdscan-container, #tdscan-subcont{
		background:none;
	}
	#tdscan-subcont{
		padding:20px 0;
	}
	.tdscanwrap .txtbox{
		width:100%;
		float:none;
	}
	.formbimg{
		margin:30px 0;
		width:100%;
	}
	.tdscanwrap .txt{
		color:#18404D;
	}
	.tdscanwrap .sectiontit{
		color:#18404D;
	}
}
#useful-container {
	padding: 120px 0 60px;
	max-width: 95vw;
	width: 1200px;
}
#useful-container th{
	width:50%;
}
#useful-container td{
	width:50%;
	padding:0 2%;
}
#useful-container .txttit{
	font-weight:bold;
	color:#1BAAC2;
	font-size: clamp(18px, 2.2vw, 22px);
}
#useful-container .txt{
	color:#383838;
	text-align:left;
}
.grdr{
background: -webkit-linear-gradient(left, rgba(237,242,248,1) 0%, rgba(237,242,248,0) 100%);
background: -o-linear-gradient(left, rgba(237,242,248,1) 0%, rgba(237,242,248,0) 100%);
background: linear-gradient(to right, rgba(237,242,248,1) 0%, rgba(237,242,248,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.grdl{
background: -webkit-linear-gradient(left, rgba(237,242,248,0) 0%, rgba(237,242,248,1) 100%);
background: -o-linear-gradient(left, rgba(237,242,248,0) 0%, rgba(237,242,248,1) 100%);
background: linear-gradient(to right, rgba(237,242,248,0) 0%, rgba(237,242,248,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
@media screen and (max-width: 767px) {
	#useful-container{
		padding:20px 0;
	}
	.usefulbox .txtbox, .usefulbox .imgbox{
		width:100%;
		margin:10px 0;
		padding:0;
	}
	.usefulbox .txt{
		text-align: left;
	}
}
#spec-container {
	padding: 120px 0 60px;
	max-width: 95vw;
	width: 1200px;
}
#spec-container table{
	width:100%;
	border:#b2b2b2 1px solid;
}
#spec-container td{
	border:#b2b2b2 1px solid;
	width:20%;
	padding:5px;
	border-collapse:collapse;
}
#spec-container .contd{
	width:60%;
}
sup{
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:revert;
}
.addtxt{
	width:100%;
	text-align: left;
}
@media screen and (max-width: 767px){
	#spec-container td, .addtxt{
		font-size: clamp(12px, 2.5vw, 18px);
	}
}
.support-container {
	padding: 120px 0 80px;
	background: #000;
}
.support-wrap {
	max-width: 1200px;
	width: 95vw;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.support-list {
	margin-bottom: 50px;
	display: flex;
}
.support-list li {
	margin: 0 3vw;
	text-align: center;
}
.support-list .list-icon {
	height: 85px;
	margin-bottom: 20px;
}
.support-list .list-txt {
	margin: 0;
	font-size: clamp(16px, 1.5vw, 20px);
	color: #fff;
	line-height: 1.4;
}
.support-list .list-lead {
	font-size: clamp(14px, 1.3vw, 16px);
	margin: 0;
}
.support-list .lead-01 { color: #0dc7ff; }
.support-list .lead-02 { color: #5bf3fd; }
.support-list .lead-03 { color: #0f97ff; }
.support-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 50px;
}
.support-icon {
	height: 85px;
	margin: 30px 0 10px;
}
.txt-red { color: #c51926; }
.support-img {
	max-width: 70vw;
	margin-top: 50px;
}
.blue-heading-ttl, .black-heading-ttl, .white-heading-ttl {
	margin: 0 0 20px;
	font-size: clamp(18px, 2vw, 28px);
	font-weight: bold;
}
.blue-lead-ttl, .black-lead-ttl, .white-lead-ttl {
	margin: 0 0 15px;
	font-size: clamp(16px, 1.6vw, 20px);
	font-weight: bold;
}
.white-heading-ttl, .white-lead-ttl, .white-lead-txt {
	color: #fff;
}
@media screen and (max-width: 1199px) {
	.blue-heading-ttl, .black-heading-ttl, .white-heading-ttl {
		margin: 0 0 15px;
	}
	.blue-lead-ttl, .black-lead-ttl, .white-lead-ttl ,
	.blue-lead-txt, .white-lead-txt, .black-lead-txt {
		margin: 0 0 10px;
	}
}
@media screen and (max-width: 767px) {
	.blue-heading-ttl, .black-heading-ttl, .white-heading-ttl ,
	.blue-lead-ttl, .black-lead-ttl, .white-lead-ttl ,
	.blue-lead-txt, .white-lead-txt, .black-lead-txt {
		margin: 0 0 8px;
	}
}
@media screen and (max-width: 1199px) {
	.support-container {
		margin-bottom: 80px;
		padding: 80px 0 40px;
	}
	.support-icon {
		height: 60px;
	}
}
@media screen and (max-width: 767px) {
	.support-container {
		margin-bottom: 0;
		padding: 40px 0 30px;
	}
	.support-list {
		width: 100%;
		margin-bottom: 30px;
	}
	.support-list li {
		width: 33%;
		margin: 0;
		text-align: center;
	}
	.support-list .list-icon {
		max-width: 50px;
		max-height: 45px;
		margin-bottom: 15px;
	}
	.support-box {
		margin-bottom: 20px;
	}
	.support-icon {
		height: 45px;
		margin-top: 20px;
	}
	.support-img {
		margin-top: 20px;
	}
	.white-lead-txt, .txt-red{
		text-align: left;
		width:100%
	}
}
.foot-container {
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 55%, rgba(89,87,87,1) 100%);
	background: -o-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 55%, rgba(89,87,87,1) 100%);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 55%, rgba(89,87,87,1) 100%);
	align-items: center;
	width: 100%;
	margin: 0 auto;
	padding: 80px 0;
	overflow: hidden;
}
.foot-wrap {
	max-width: 60vw;
	width:800px;
}
.foot-wrap .img{
	max-width: 92%;
	width: 550px;	
	margin-bottom:50px;
}
.foot-wrap .logo-img {
	max-width: 90%;
	width: 520px;
}
.foot-wrap .ttl {
	margin: 10px 0 20px;
	font-weight: bold;
	font-size: clamp(18px, 1.6vw, 24px);
	color: #408AA3;
}
.foot-wrap .btn-box {
	width:80%;
}
.foot-wrap .btn-box li a {
	float:left;
	width: 23%;
	margin: 0 1%;
	padding:0;
	font-size: clamp(12px, 1vw, 16px);
	text-align: center;
	color: white;
	border: solid 3px #408AA3;
	border-radius:50px;
	background: black;
	transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
	box-shadow: inset 0 0 0 rgba(0, 127, 205, 0.5), 0 0 8px rgba(0, 127, 205, 0.5);
}
.foot-wrap .btn-box li a:hover {
	background: #408AA3;
	text-decoration: none;
	box-shadow: inset 0 0 5px rgba(0, 127, 205, 0.5), 0 0 15px rgba(0, 127, 205, 0.8);
}
@media screen and (max-width: 1199px) {
	.foot-container {
		padding-bottom: 30px;
	}
}
@media screen and (max-width: 767px) {
	.foot-container {
		flex-direction: column;
	}
	.foot-wrap {
		max-width: 80%;
		text-align: center;
	}
	.foot-wrap .logo-img {
		width: 90%;
	}
	.foot-wrap .ttl {
	font-size: clamp(15px, 1.4vw, 20px);
	}
	.foot-wrap .btn-box {
		width:100%;
		justify-content: space-between;
		margin-bottom: 30px;
	}
	.foot-wrap .btn-box li {
		width: 40%;
		margin: 5px 5%;
		float:left;
	}
	.foot-wrap .btn-box li a {
		max-width: inherit;
		width: 100%;
		margin: 0;
	}
	.foot-img {
		width: 60%;
	}
}
