@charset "UTF-8";

.only_pc{
	
}
.only_sp{
	display: none;
}
@media screen and (max-width: 980px) {
.only_pc{
	display: none !important;
}
.only_sp{
	display: block !important;
}
.only_sp_mt10{
	margin-top: 10px;
}
.only_sp_mt5{
	margin-top: 5px;
}


}