@charset "utf-8";
/* CSS Document */

.pc-only,
.sp-only{
}

@media (max-width: 768px) {
*{
	max-width:100%;
}

.pc-only{
	display:none!important;
}

img{
	width:auto;
	max-width:100%;
	height:auto;
}

}
@media (min-width: 769px) {
.sp-only{
	display:none!important;
}

}

