@charset "utf-8";
/* CSS Document */

body{ } 
.box1{}
.PC{ display:none !important}
.PHONE{ display:block !important}

@media screen and (max-width:768px){

}
@media screen and (max-width:360px){

}
@media all and (orientation:landscape){

}