@charset "UTF-8";

/* sub_inport.css */

@import url("../sub.css");
@import url("../sub-PC.css") screen and (min-device-width:769px);
@import url("../sub-TAB.css") screen and (min-device-width:401px) and (max-device-width:768px);
@import url("../sub-SP.css") only screen and (max-device-width:400px);
@import url("../../../scroll.css");