@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url("./inquiry-mobile.css");
@import url("./inquiry-wide.css") screen and (min-width: 640px);

:root {
    --base-dark: #192159;
    --base-hover: #3477cf;
    --base-light-gray: #f5f5f5;
    --placeholder: #878787;
    --required: #ce1d7a;
    --error-bg: #faefef;
    --error-text: #d20000;
    --border: #ededed;
}