@charset  "utf-8";

/* PC */
@import url("wide/common.css?=20201005") screen and (min-width : 768px),print;
@import url("wide/top.css?=20201005") screen and (min-width : 768px),print;
@import url("wide/lower.css?=20210720") screen and (min-width : 768px),print;
@import url("wide/recruit.css?=20210720") screen and (min-width : 768px),print;
@import url("wide/contents.css?=20201004") screen and (min-width : 768px),print;

/* SP */
@import url("narrow/common.css?=20200930") screen and (max-width : 767px);
@import url("narrow/top.css?=20200930") screen and (max-width : 767px);
@import url("narrow/lower.css?=20210720") screen and (max-width : 767px);
@import url("narrow/recruit.css?=20210720") screen and (max-width : 767px);
@import url("narrow/contents.css?=20201004") screen and (max-width : 767px);