@charset "UTF-8";

/* スマホサイズのときのみ適応 (幅が1024pxまで) */
@import url(g120style2019.css) screen and (min-width: 750px); /* 750以上 */
@import url(container_00_2.css) screen and (max-width: 749px); /* 749以下 */	

