@charset "UTF-8";
@media screen and (min-width:751px) {
.pc_contents {display:block;} /*---パソコン----横幅751px以下では表示する---パソコン----*/

}

@media screen and (max-width:750px) {
.pc_contents {display:none;} /*---スマートフォン----横幅375px以下では表示しない---スマートフォン----*/
.sp_contents {display:block;}

}
</style>