
#main-container {
	padding:80px 0;
	margin-bottom: 120px;
	background: url(/wp/wp-content/themes/appletree/images/page/3devok-mt/main_bg.jpg) no-repeat center/cover;
	background-color:black;
}
.main-wrap {
	max-width: 90vw;
	width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.main-logo-img {
	max-width: 48vw;
	width: 240px;
}
.main-box {
	max-width: 50vw;
	text-align: left;
}
.main-box .product-name {
	font-size: clamp(32px, 3vw, 56px);
	font-weight: bold;
	color:#fff;
}
.main-box .ttl {
	margin: 0 0 30px;
	font-size: clamp(20px, 1.5vw, 26px);
	font-weight: bold;
	color:#127dff;
	text-align:left;
	line-height: 1.4;
}
.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 #127dff;
	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: #127dff;
	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/3devok-mt/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:50%;
		max-width: 90%;
	}
	.main-box .ttl{
		color:white;
		font-size:18px;
		line-height:22px;
		width:90%;
		margin:20px 5%;
	}
}

#forbuss-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto 120px;
}
.forbussbody{
	max-width: 95vw;
	width: 1200px;
}
.forbussbody .subtit{
	font-size: 21px;
	font-weight: bold;
}
.forbuss02{
	width:80%;
}
.txt{
	font-size: 14px;	
}
.slider{
	display: none;
}
.slider.slick-initialized{
	display: block;
}
.slider {
	width:100%;
	max-width:1200px;
	margin:50px 0;
}
.slider img{
	width:100%;
	max-width:1200px;
}
.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: 1199px) {
	#forbuss-container {
		margin: 0 auto 80px;
	}
	.slider{
		max-width:95vw;
	}
}
@media screen and (max-width: 767px) {
	#forbuss-container {
		margin: 0 auto 40px;
		width:95vw;
	}
	.forbuss02{
		display:flex;
		width:100%;
	}
	.forbuss02{
		font-size: 14px;
		padding:0 3%;
	}
	#forbuss-container .sectiontit{
		width:100%;
	}
	.slider{
		max-width:95vw;
	}
}

#four-container {
	padding: 120px 0 60px;
	max-width: 95vw;
	width: 1200px;
}
#four-container .txtwrap{
	width:95vw;
	max-width:1000px;
	display: flex;
	gap:20px;
}
#four-container .txtbox{
	flex:1;
}
#four-container .tbimg{
	width:50%;
}
#four-container .tbtit{
	font-size:20px;
	font-weight:bold;
	border-bottom:black 1px solid;
	margin-bottom:15px;
	padding-bottom:5px;
}
#four-container .tbtxt{
	font-size:14px;
	text-align: left;
	padding:0 5px;
}
@media screen and (max-width: 767px) {
	#four-container{
		padding:20px 0;
	}	
	#four-container .txtwrap{	
  		flex-wrap: wrap;
		gap:0;
		align-items: flex-start;
	}
	#four-container .txtbox{
		width:46%;
		margin:0 2%;
		flex:none;
	}
}

#movie-container {
	padding: 120px 0 60px;
}
#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:#0b2659;
	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;}
}

#map-container{
	padding: 120px 0 60px;
	max-width: 95vw;
	width: 1200px;
}
#map-container .imgbox{
	width:95vw;
	max-width:1200px;
}
#reason-container{
	padding: 120px 0 60px;
	max-width: 95vw;
	width: 1200px;	
}
.tab-buttons {
  display: flex;
}
.tab-btn {
  background: none;
  padding: 20px;
  flex: 1;
  border: none;
  font-size: 20px;
  font-weight: bold;
}
.tab-btn.active {
  border-bottom: 3px solid #c7c7c7;
}
.tab-content {
  background-color: #f2f2f2;
  padding: 30px;
}
.tabwrap{
	padding:15px;
}
.tabbox{
	display:flex;
	gap:20px;
	align-items:center;
	margin:20px 0;
}
.tabimgbox{
	flex:1.2;
	min-width:55%;
}
.tabtxtbox{
	flex:0.8;
  word-break: break-word;
  overflow-wrap: break-word;
	min-width: 0;
}
.tabtit{
	font-size:20px;
	font-weight:bold;	
}
.tabtxt{
	font-size:14px;
}
.mesh-list {
	width: 100%;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-around;
}
.mesh-list li {
	width: 33%;
	text-align: center;
}
.mesh-list li .blue-heading-ttl {
	margin: 0;
}
@media screen and (max-width: 767px) {
	.tabbox{
		flex-direction: column;
	}
	.tab-btn{
		color:black;
	}
}
#models-container {
	max-width: 95vw;
	width: 1000px;
	margin: 0 auto 140px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.models-wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.models-wrap li {
	width: 32%;
	box-shadow: 0px 0px 5px #aaa;
}
.models-wrap li iframe {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1.2;
}

@media screen and (max-width: 1199px) {
	#models-container {
		margin: 0 auto 80px;
	}
}
@media screen and (max-width: 767px) {
	#models-container {
		margin: 0 auto 60px;
	}
	.models-wrap {
			justify-content: center;
	}
	.models-wrap li {
		width: 80%;
		margin-bottom: 10px;
	}
	.models-wrap li iframe {
		aspect-ratio: 1 / 1;
	}
}
.spec-container {
	max-width: 95vw;
	width: 1200px;
	padding: 120px 0 60px;
}
.spec-table {
	width: 100%;
	font-size: clamp(12px, 1vw, 14px);
	color: #000;
	border: 1px solid #b2b2b2;
}
.spec-table th,
.spec-table td {
	padding: 3px 8px;
	border: 1px solid #b2b2b2;
	text-align: center;
}
@media screen and (max-width: 1020px) {
	.spec-container {
		margin: 0 auto 60px;
	}
	.spec-table td {
		padding: 2px 5px;
	}
}
@media screen and (max-width: 767px) {
	.spec-container {
		margin: 0 auto 60px;
	}
}
#itm-container{
	padding: 120px 0 60px;
	max-width: 95vw;
	width: 1200px;
}
#itm-container .imgbox{
	width:70%;
	max-width:1200px;
}
@media screen and (max-width: 767px) {
	#itm-container .imgbox {
		width:95%;
	}
}
.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;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.foot-wrap .img{
	max-width: 92%;
	width: 550px;
	margin-bottom:50px;
}
.foot-wrap .logo-img {
	max-width: 90%;
	width: 240px;
}
.foot-wrap .product-name {
	font-size: clamp(32px, 3vw, 56px);
	font-weight: bold;
	color:#fff;
}
.foot-wrap .ttl {
	margin: 0 0 20px;
	font-weight: bold;
	font-size: clamp(18px, 1.6vw, 24px);
	color: #127dff;
	line-height: 1.4;
}
.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 #127dff;
	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: #127dff;
	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: 50%;
	}
	.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%;
	}
}
