@charset "utf-8";



/* for PC */
@import url("style.css?2018111301") screen and (min-width: 769px);
@import url("contact_base.css?2018111301") screen and (min-width: 769px);

/* for SMARTPHONE */
@import url("sp_style.css?2018111301") screen and (max-width: 768px);
@import url("sp_contact_base.css?2018111301") screen and (max-width: 768px);


























