@charset "UTF-8";
/* =========================================
    女性医師復職支援相談フォーム
    
    date   - 2023.10.
    author - 広報連携室
========================================== */

/* all */
@import url(base.css);
@import url(layout.css);
@import url(form.css);


/* sp */
@import url(base_sp.css) screen and (max-width:768px);
@import url(layout_sp.css) screen and (max-width:768px);
@import url(form_sp.css) screen and (max-width:768px);

