@charset  "utf-8";

/* PC */
@import url("wide/common.css?=20210713") screen and (min-width : 768px);
@import url("wide/top.css?=20191117") screen and (min-width : 768px);
@import url("wide/lower.css?=20220411") screen and (min-width : 768px);
@import url("wide/sdgs.css?=20210712") screen and (min-width : 768px);
/* SP */
@import url("narrow/common.css") screen and (max-width : 767px);
@import url("narrow/top.css?=20200730") screen and (max-width : 767px);
@import url("narrow/lower.css?=20220411") screen and (max-width : 767px);
@import url("narrow/sdgs.css") screen and (max-width : 767px);
/* lib */
@import url("lib/jquery.fs.boxer.min.css");