/* PC */
@import url("./pc_detail.css") screen and (min-width: 769px);


/* SP */
@import url("./sp_detail.css") screen and (max-width: 768px);