@charset "UTF-8";
/* ～739px */
@media only screen and (max-width: 739px)
{

.visible_p{display: none;}


}

/* ～500px */
@media only screen and (max-width: 500px)
{


}