﻿.oroshi {
	margin-bottom: 24px;
	margin-top: 44px;
}
.oroshi img {
	text-align: center;
}

/*pc*/
@media screen and (min-width: 426px) {
.sp {display:none!important;}
}

/*sp*/
@media screen and (max-width: 425px) {
.pc {display:none!important;}

}