@charset "utf-8";
/* CSS Document */

body{ font-family:sans-serif}
.box1{}
.PC{ display:none !important}
.PHONE{ display:block !important}

@media screen and (max-width:768px){
.box1{width:95%; max-width:1200px; margin:0 auto; }
}
@media screen and (max-width:360px){

}
@media all and (orientation:landscape){

}