.simscanwrap{
	background-color:#080d12;
}
.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) {
	.slider{
		max-width:95vw;
	}
}
#main-container {
	padding:80px 0;
	background: url(/wp/wp-content/themes/appletree/images/page/simscan/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:#96c0ed;
	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: 16px;
}
.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 #96c0ed;
	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: #96c0ed;
	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 {
		background: url(/wp/wp-content/themes/appletree/images/page/simscan/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%;
	}
}

.sectiontit{
	color:#82b3de;
	text-align: center;
	font-size:clamp(20px, 2vw, 26px);
	margin-bottom:30px;
	font-weight:bold;
}

#handy-container {
	padding-top:120px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto 120px;
	background-color:white;
}
#handy-container .sectiontit{
	color:#141d32;
}
.handybody{
	max-width: 95vw;
	width: 1200px;
}
.handy-img{
	max-width: 95vw;
	width:920px;
}
.handy-img2{
	width:100%;
}
.handy-img3{
	max-width: 95vw;
	width:100%;
}
.handywrap{
	width:920px;
	max-width:95vw;
	margin:50px auto;
}
.txt{
	font-size: 16px;
	color:white;
}
td{vertical-align: middle;}
#handy-container .txt {
	margin-bottom: 150px;
	text-align: left;
	color:#1a6e99;
}
.handy-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 90%;
	margin-bottom: 30px;
}
.handy-list li {
	width: 12%;
	margin-bottom:20px 2% 50px 2%;
	text-align: center;
}
.handy-icon {
	width:40%;
}
.handy-lead {
	justify-content:center;
	display:inline-flex;
}
.handy-lead .txt{
	font-size: 13px;
	line-height:16px;
	text-align:left;
	padding-left:3px;
	border-left:4px solid #1a6e99;	
}
.handyfoot{
	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) {
	#handy-container {
		margin: 0 auto 80px;
	}
	.handy-txt {
		margin-bottom: 60px;
	}
	.handy-list {
		margin-bottom: 40px;
	}
	.handy-list li {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 767px) {
	#handy-container {
		margin: 0 auto 40px;
		width:95vw;
	}
	.handy-txt {
		text-align: left;
	}
	.handy-list {
		margin-bottom: 30px;
	}
	.handy-list li {
		width: 31%;
		margin: 10px 1%;
	}
	.handy01, .handy02{
		display:flex;
		width:100%;
	}
	.handy02{
		font-size: 14px;
	}
	.handywrap{
		width:100%;
	}
	.handy-img2{
		width:50%;
		margin:20px 25%;
	}
	.handy02{
		padding:0 3%;
	}
	.handy-img3{
		margin:30px 0;
	}
	.handy-icon{
		width:50%;
	}
	#handy-container .txt{
		margin-bottom:10px;
		font-size:11px;
		line-height:13px;
	}
	#handy-container .sectiontit{
		text-align:left;
		width:100%;
	}
}

#onehand-container {
	padding: 80px 0 60px;
	max-width: 95vw;
	width: 1200px;
}
#onehand-container .slider{
	width:100%;
	max-width:1000px;	
}
#onehand-container .slider img{
	width:100%;
	max-width:1000px;
}
#onehand-container .sectiontit {
	text-align: center;
	margin-bottom:50px;
}
#onehand-container .imgbox{
	width:100%;
	margin-bottom:30px;
}
#onehand-container .txt{
	text-align: center;
	color:white;	
}
@media screen and (max-width: 767px) {
	#onehand-container{
		padding:20px 0;
	}
}
#narrow-container{
	padding: 120px 0 60px;
	max-width: 95vw;
	width: 1200px;
}
#narrow-container .sectiontit {
	text-align: left;
}
.narrow01{
	width:50%;
	padding-right:5%;
}
#narrow-container .txt {
	text-align: left;
	color:white;
}
.narrow02{
	width:50%;
}
@media screen and (max-width: 767px) {
	#narrow-container{
		padding:20px 0;
	}
	.narrow01, .narrow02{
		width:100%;
		padding:0;
		display:block;
		margin-bottom:20px;
	}
}
#everywhere-container {
	width:100%;
	overflow: hidden;
}
.everywherewrap{
	width:95vw;
	max-width:1200px;
	padding:60px 0;
	overflow: hidden;
}
.everywherewrap .sectiontit{
	text-align: left;
}
.everywherewrap .txtbox{
	text-align: left;
	width:100%;
	float:left;
	overflow: hidden;
}
.everyimgwrap{
	display: flex;
	gap:20px;
	flex-wrap:wrap;
}
.everyimg{
	flex:0 0 49%;
	width:49%;
}
.everywherewrap .txt{
	margin-bottom:50px;
	color:white;
}
@media screen and (max-width: 767px) {
	#everywhere-container{
		background:none;
	}
	.everywherewrap .txtbox{
		width:100%;
		float:none;
	}
	.formbimg{
		margin:30px 0;
		width:100%;
	}
	.everywherewrap .txt{
		color:#82b3de;
	}
	.everywherewrap .sectiontit{
		color:#82b3de;
	}	
.everyimg{
	flex:0 0 100%;
	width:100%;
}
}
#good-container {
	width:100%;
}
#good-subcont{
	width:100%;
}
.goodwrap{
	width:95vw;
	max-width:1200px;
	padding:60px 0;
	overflow: hidden;
}
.goodwrap .sectiontit{
	text-align: left;
}
.goodwrap .txtbox{
	text-align: left;
	width:100%;
	overflow: hidden;
}
.goodwrap .txt{
	margin-bottom:50px;
}
.goodwrap .slider{
	width:100%;
	max-width:1200px;
}
.goodwrap .slider img{
	width:100%;
	max-width:1200px;
}
@media screen and (max-width: 767px) {
	#good-container, #good-subcont{
		background:none;
	}
	.goodwrap .txtbox{
		width:100%;
		float:none;
	}
	.formbimg{
		margin:30px 0;
		width:100%;
	}
	.goodwrap .txt{
	}
	.goodwrap .sectiontit{
		color:#82b3de;
	}
}

#smooth-container {
	width:1200px;
	max-width:95vw;
	padding:80px 0;
	overflow: hidden;
}
#smooth-container th{
	width:50%;
}
#smooth-container td{
	width:50%;
	padding-left:3%;
}
#smooth-container .sectiontit{
	text-align: left;
}
@media screen and (max-width: 767px) {
	#smooth-container{
		padding:20px 0;
	}
	#smooth-container th, #smooth-container td{
		width:100%;
		padding:0;
		display:block;
		margin-bottom:20px;
	}
}
#auto-container {
	width:100%;
}
#auto-subcont{
	width:100%;
	padding:100px 0;
}
.autowrap{
	width:95vw;
	max-width:1200px;
	padding:60px 0;
	overflow: hidden;
}
.autowrap .sectiontit{
	text-align: left;
}
.autowrap .txtbox{
	text-align: left;
	overflow: hidden;
}
.autowrap .txt{
	margin-bottom:50px;
	color:white;
}
.autowrap .slider{
	width:100%;
	max-width:1200px;
}
.autowrap .slider img{
	width:100%;
	max-width:1200px;
}
@media screen and (max-width: 767px) {
	#auto-container, #auto-subcont{
		background:none;
	}
	#auto-subcont{
		padding:20px 0;
	}
	.autowrap .txtbox{
		width:100%;
		float:none;
	}
	.formbimg{
		margin:30px 0;
		width:100%;
	}
	.autowrap .txt{
	}
	.autowrap .sectiontit{
		color:#82b3de;
	}
}
.spec-container {
	background-color:white;
	width: 100%;
	padding: 120px 0;
}
.spec-table {
	max-width: 95vw;
	width: 1400px;
	font-size: clamp(12px, 1.3vw, 16px);
	color: #000;
	border: 1px solid #b2b2b2;
}
.spec-table th,
.spec-table td {
	padding: 5px 10px;
	border: 1px solid #b2b2b2;
}
@media screen and (max-width: 1020px) {
	.spec-container {
		margin: 0 auto 80px;
	}
	.spec-table td {
		padding: 2px 5px;
	}
}
@media screen and (max-width: 767px) {
	.spec-container {
		margin: 0 auto 60px;
	}
}
.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: #99C3E8;
background: linear-gradient(180deg, rgba(153, 195, 232, 1) 0%, rgba(22, 58, 94, 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: #96c0ed;
}
.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 #96c0ed;
	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: #96c0ed;
	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%;
	}
}
