/*---------------------------------
  template
---------------------------------*/
/* PC */
@media print, screen and (min-width:769px) {
  
}

/* SP */
@media print, screen and (max-width:768px) {

}