@charset "utf-8";
@media screen and (max-width:768px) {
	/*------------------------------------------------------------------------------------------
	*
	*
		 /webcatalog/equipment/equipment/
		 Responsive / SP
	*
	*
	------------------------------------------------------------------------------------------ */
	#section_exporter .logo {
		display:block;
		width:100%;
		max-width: 500px;
		}
	#section_exporter .logo img {
		width:100%;
		}
	#section_exporter .img_slider {
		margin-top:50px;
		}

	/*----------*/
	#section_detail .txt {
		font-size:14px;
		}
	#section_detail .feature {
		text-indent:-1em;
		margin-left:1em;
		}
	.price_txt {
		font-size:14px;
		}
	.price_txt .ttl {
		display:block;
		margin-bottom:10px;
		}
	.price_num {
		font-size:30px;
		}
	.price_txt .small {
		display:block;
		margin-top:5px;
		}

	}