@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");

.page-container, .page-container * {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
}

html,
body {
    margin: 0px;
    min-height: 100%;
}

/* a blue color as a generic focus style */
button:focus-visible {
    outline: 2px solid #4a90e2 !important;
    outline: -webkit-focus-ring-color auto 5px !important;
}

a {
    text-decoration: none;
}

/* @FONTWARNING[{"type": "restricted", "family": "Yu Gothic", "weight": "var(--take1-body-bold-font-weight)", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic");
}

/* @FONTWARNING[{"type": "restricted", "family": "Noto Sans JP", "weight": "var(--PC-PC-h4-font-weight)", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
    font-family: "Noto Sans JP";
    src: local("Noto Sans JP");
}

/* @FONTWARNING[{"type": "restricted", "family": "Yu Gothic-Bold", "weight": "400", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
    font-family: "Yu Gothic-Bold";
    src: local("Yu Gothic-Bold");
}

/* @FONTWARNING[{"type": "restricted", "family": "Yu Gothic-Regular", "weight": "400", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
    font-family: "Yu Gothic-Regular";
    src: local("Yu Gothic-Regular");
}