@charset 'utf-8';
@import url('font.css');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

@import url("../css/common.css");
@import url('../css/type_wide.css?val=1') screen and (min-width:1000px);
@import url('../css/type_mobile.css?val=1') screen and (max-width:999px);