@charset "utf-8";
/*header*/
.header{
	width: 100%;
	position: relative;
}
.header>div:first-child{
	width: 90%;
	max-width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items:flex-start;
	min-height: 70px;
}
.header_p{
	display: none;
}
.logo{
	padding-top: 20px;
}
.header-02{
	display: flex;
}
.nav{
	margin-right: 2vw;
}
.nav>li{
	float: left;
  	padding: 15px 1vw 0;
  	font-size: 16px;
  	line-height: 1.38;
  	letter-spacing: 0.4px;
	text-align: center;
	display: inline-block;
}
.nav>li>a{	
	color: #fff;	
}
.nav>li>a{	
	display: block;
	height: 55px;
}
.nav>li>a:hover{
	color: #32bfff;
	background-color: #000;
}
.nav li.contact{
	width: 170px;
  	height: 50px;
  	border: solid 1px #fff;
  	text-align: center;
  	padding: 14px 0;
  	margin: 0 50px 0 40px;
}
.dropdown-toggle{
	color: #000;
	cursor:pointer;
}
.dropdown-toggle::after {
	display: none;
}
.dropdown-menu{
	display: none;
	position:absolute;
    top: 68px;
    width: 100%;
    color: #999;
	border: 0px;
	text-align: center;
	line-height: 35px;
	padding:10px 0;	
	overflow: hidden;
	box-shadow: 0 0 0;
	border-radius: 0;
}
.dropdown-menu>div:first-child{
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}
.menu-compliance{
	margin-right: calc(380px + 8.6vw); display: flex;
}
.menu-community{
	display: flex;
}
.menu-sup{
	display: flex;
}
.dropdown-menu .menu-option, .dropdown-menu .menu-compatibility{
	width: auto;
	max-width: 140px;
	font-size: 14px;
	margin: 0 1vw;
	text-align: left;
	border-bottom: 1px solid #fff;
}
.dropdown-menu .menu-option:hover, .dropdown-menu .menu-compatibility:hover{
	border-bottom: 1px solid #32bfff;
}
.menu-option a, .menu-compatibility a{
	color: #000;
}
.pro-row{
	width: 75%;
	justify-content: flex-start;
	align-items: stretch;
	flex-flow: row wrap;
	align-content: center;
	display: none;
}
.pro-row>div{
	width: 31%;
	margin: 0 5px 5px 0;
	font-size: 0.8vw;
	background-color: #e6e6e6;
	color: #040000;
	padding-bottom: 1vw;
}
.pro-row>div:hover{
	background-color: #efefef;
}
.pro-row>div:last-child{
	background-color: #fff; border: 1px solid #e6e6e6; display: flex; justify-content: center; align-items: center;
}
.pro-row>div:last-child img{
	width: 25%;
}
.pro-row img{
	width: 100%;
}

@media (max-width: 1024px){
	.nav>li {
		font-size: 14px;
	}
	.nav li{
		padding: 15px 10px 0;
	}
	.nav li.contact{
		width: 100px;
		margin: 0 40px 0 10px;
	}
	.menu-compliance{
		margin-right: calc(420px + 2vw); display: flex;
	}
}
.pc{
	display: block;
}
.phone{
	display: none;		
}
@media (max-width: 980px){
	.header{
		display: none;
	}
	.header_p{
		background-color: #000;
		width: 100%;
		position: sticky;
		top: 0;
		display: block;
		z-index: 999;
	}
	.header-top{
		width: 100%;
		height: 60px;
		padding: 15px 30px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.logo{
		width: 180px; height: 80px;
	}
	.logo img{
		width: 120px;
	}
	.menu-list{
		width: 100%; padding: 10px 0 60px; position: absolute; top: 60px; left: 0; background-color: #000; font-size: 16px; display: none;
	}	
	.menu-list a div{
		padding: 10px 50px; color: #fff;
	}
	.menu-list a .menu-phone-option{
		display: none; background-color:#1B1B1B; font-size: 14px; padding: 10px 50px 10px 60px;
	}
	.menu-list form div{
		padding: 40px 50px 0; display: flex; justify-content: flex-start; align-items: center;
	}
	.menu-input-text{
		width: 80%; height: 30px; padding-left: 10px; border-left: 1px solid #000;  border-top: 1px solid #000; border-bottom: 1px solid #000; border-right: 0; border-radius: 15px 0 0 15px; outline: none;
	}
	.menu-submit{
		width: 20%; height: 30px;  border-right: 1px solid #000;  border-top: 1px solid #000; border-bottom: 1px solid #000; border-left: 0; border-radius: 0 15px 15px 0; background-color: #fff; background-image: url(/images/2023/ss-b.png); background-repeat: no-repeat; background-position: center; background-size: 20px;
	}	
}
@media (max-width: 767px){
	.logo {
		margin-left: 0;
	}
}