/*pc*/
.p_nav_wrapper {
  display: none;
}
.equipment_wrapper {
	width: 100%;
	overflow: hidden;
}
.nav_wrapper {
	width: 100%;
	overflow: hidden;
}
.nav_wrapper img {
	width: 100%;
}
.product_wrapper {
   width: 100%;
   overflow: hidden;
}
.product_list {
	width: 100%;
	overflow: hidden;
	padding: 30px 0px;
	border-bottom: #ececed solid 1px;
}
.product_n {
	display: flex;
	width: 90%;
	min-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.product_text {
	flex: 1;
}
.product_text p {
	font-size: 35px;
	padding-left: 20px;
	line-height: 45px;
}
.price_w {
	margin-left: 20px;
	margin-top: 30px;
}
.price_w span:first-child {
	display: inline-block;
	font-size: 30px;
	color: #787879;
	
}
.price_w span:first-child em {
   font-size: 45px;
   text-decoration: line-through;
   font-weight: bold;
}
.price_w span:last-child {
	display: inline-block;
	font-size: 30px; 
	color: #787879;
	margin-left: 50px;
}
.price_w span:last-child em {
	font-size: 60px;
	font-weight: bold;
	color: #fe9900;
}
.product_img {
	width: 275px;
	text-align: center;
	padding: 20px 10px;
	background-color: #f2f1f1;
}
.product_img img {
	width: 90%;
}


.product_code {
	width: 240px;
	text-align: center;
}
.product_code img {
	width: 100%;
}
.product_code p {
	font-size: 20px;
	color: #0d78fb;
}

@media screen and (min-width:300px) and (max-width:750px){
	.p_nav_wrapper {
		display: block;
		width: 100%;
	} 
	.nav_wrapper {
		display: none;
	}
	.p_nav_wrapper img {
		width: 100%;
	}
	.product_n {
		display: block;
		width: 90%;
		min-width: 300px;
	}
	.product_list {
		padding: 0px 0px;
	}
	.product_img {
		width: 90%;
		margin: 0 auto;
		height: auto;
		padding-top: 0px;
		background-color: #fff;
	}
	.product_img img {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.product_text p {
		font-size: 22px;
		line-height: 24px;
	}
	.product_text {
	   width: 95%;
	}
	.price_w {
		display: flex;
		margin-top: 15px;
		margin-bottom: 10px;
	}
	.price_w span:first-child {
         flex: 1;
         font-size: 15px;
	}
	.price_w span:first-child em {
		font-size: 25px;
	}
		.price_w span:last-child {
         flex: 1;
         font-size: 15px;
	}
	.price_w span:last-child em {
		font-size: 25px;
	}
	.product_code {
		width: 90%;
		margin: 0 auto;
		height: auto;
		margin-bottom: 20px;
		text-align: center;
	}
	.product_code img {
		width: 70%;
	}

}