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


/* --------------------------------------------------------------------------------
	デバイスごとの切り替え
-------------------------------------------------------------------------------- */
.device-pc{
	display:block;
}
.device-sp{
	display:none;
}

@media screen and (max-width: 767px) {
.device-pc{
	display:none;
}
.device-sp{
	display:block;
}

}


#ochugen{
	margin:0 0 1vw;
}