@charset "utf-8";
@import url('about_sp.css') screen and (max-width:767px);
@import url('about_tb.css') screen and (min-width:768px) and (max-width:1024px);
@import url('about_pc.css') screen and (min-width:1025px), print;